@charset "utf-8";

#container_title {
    margin-top: 60px;
}

#bo_gall {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

#bo_gall #fboardlist {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 70px;
}

#bo_gall #fboardlist .bo_fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 100;
    right: 0;
}

.bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_fx .btn_bo_adm:last-child {
    margin-right: 10px;
}

#bo_v a.btn_admin {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ddd;
    color: #fff;
    border-radius: 2px;
}

#bo_v a.btn_admin:hover {
    background-color: #aaa;
    transition: background-color .2s ease;
}

#bo_w .btn_confirm {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
}

#bo_w .btn_confirm>* {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 0;
    width: 200px;
}

#bo_w>form>.btn_confirm>#btn_submit {
    background-color: #0157ba;
    color: #fff;
}

#bo_w>form>.btn_confirm>#btn_submit:hover {
    background-color: #00489a;
}

#bo_w .btn_cancel {
    display: block;
    background-color: #aaa;
    color: #fff;
    margin-left: 5px;
    transition: background-color .2s ease;
}

#bo_w .btn_cancel:hover {
    background-color: #9a9a9a;
}

#bo_w .write-input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

#bo_w select {
    color: #ccc;
    font-size: 13px;
    letter-spacing: -.8px;
    font-weight: 500;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin-top: 5px;
    position: relative;
    left: -5px;
}

#bo_w select option {
    color: #333;
    font-size: 18px;
}

#bo_w>form>.tbl_frm01>table>tbody>tr>td>#notice,
#html,
#secret {
    width: 20px;
    height: 20px;
    padding: 0 10px;
    color: #333;
}

#bo_w>form>.tbl_frm01>table>tbody>tr>td>select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#bo_w table {
    width: 100%;
}

#bo_w>form>.tbl_frm01>table>tbody>tr>th {
    width: 10%;
    text-align: left;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
}

#bo_w>form>.tbl_frm01>table>tbody>tr>td {
    width: 90%;
}

#bo_w .frm_file {
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    box-sizing: border-box;
    letter-spacing: 0;
}

#bo_w .tbl_frm01 table input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

#bo_w .tbl_frm01 {
    margin: 0 0 50px 0;
}

#bo_w .tbl_frm01 th label {
    display: flex;
    align-items: center;
    height: 100%;
}

#bo_cate h2 {
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_cate ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
}

#bo_cate a {
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0 10px;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    cursor: pointer;
}

#bo_cate a:active,
#bo_cate a:focus,
#bo_cate a:hover {
    text-decoration: none;
}

#bo_cate #bo_cate_on {
    border-bottom: 3px solid #0157ba;
    color: #0157ba;
    font-weight: 500;
}

.td_subject img {
    margin-left: 3px;
}

#bo_gall h2 {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_gall #gall_ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
}

#bo_gall .gall_li {
    width: 100%;
    height: 100%;
}

#bo_gall .gall_con .gall_href {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

#bo_gall .gall_con .gall_href a {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease;
}

#bo_gall .gall_con .gall_href a:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

#bo_gall .gall_con .gall_text_href .gall_date {
    margin-top: 10px;
    font-size: 16px;
    color: #aaa;
}

.gall_txt-box {
    margin-top: 15px;
}

#bo_gall .gall_href span,
#bo_gall .gall_href strong {
    display: inline-block;
    text-align: center;
}

#bo_gall .gall_text_href span {
    display: inline !important;
}

#bo_list_total {
    float: left;
}

.btn_bo_user {
    float: right;
}

.btn_bo_user {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_bo_user>li>a {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    transition: background-color .2s ease;
    background-color: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_bo_user li a {
    margin-left: 5px;
}

.btn_bo_user>li>a:hover {
    transition: background-color .2s ease;
    background-color: #aaa;
}

.btn_bo_user>li>a.btn-write {
    background-color: #0157ba;
    transition: background-color .2s ease;
}

.btn_bo_user>li>a.btn-write:hover {
    background-color: #00489a;
    transition: background-color .2s ease;
}

.btn_bo_user>li>a.btn-rss {
    font-size: 1.2rem;
}

.btn_bo_adm {
    float: left;
}

.btn_bo_adm li {
    float: left;
    margin-right: 5px;
}

.bo_notice td {
    background: #f7f7f2;
}

.bo_notice td a {
    font-weight: 700;
}

.td_num strong {
    color: #000;
}

.bo_cate_link {
    color: #0157ba !important;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -.5px;
    margin: 9px 0;
}

.bo_current {
    color: #e8180c;
}

#bo_sch {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#bo_sch select {
    border: 0;
    margin: 9px 5px;
    height: 20px;
    float: left;
    border-right: 1px solid #ddd;
}

#bo_sch .frm_input {
    height: 38px;
    border: 0;
    padding: 0;
    background-color: transparent;
    float: left;
}

#bo_sch .sch_btn {
    height: 38px;
    float: left;
    background: 0 0;
    border: 0;
    width: 40px;
    font-size: 15px;
}

#bo_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#bo_gall li.empty_list {
    padding: 85px 0;
    text-align: center;
}

#char_count_desc {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}

#char_count_wrap {
    margin: 5px 0 0;
    text-align: right;
}

#char_count {
    font-weight: 700;
}

#autosave_wrapper {
    position: relative;
}

#autosave_pop {
    display: none;
    z-index: 10;
    position: absolute;
    top: 24px;
    right: 117px;
    padding: 8px;
    width: 350px;
    height: auto !important;
    height: 180px;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    overflow-y: scroll;
}

html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
}

#autosave_pop strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#autosave_pop div {
    text-align: right;
}

#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
}

#autosave_pop ul {
    margin: 10px 0;
    padding: 0;
    border-top: 1px solid #e9e9e9;
    list-style: none;
}

#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #e9e9e9;
    zoom: 1;
}

#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#autosave_pop a {
    display: block;
    float: left;
}

#autosave_pop span {
    display: block;
    float: right;
}

.autosave_close {
    cursor: pointer;
}

.autosave_content {
    display: none;
}

#bo_v {
    margin-bottom: 150px;
}

#bo_v_table {
    position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
    padding: 0 5px;
    height: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 2.2em;
    font-size: 0;
}

#bo_v_title {
    margin: 80px 0 0 0;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}

#bo_v_info {
    padding: 20px 0 70px 0;
    border-bottom: .1px solid #333;
}

#bo_v_info h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_info strong {
    display: inline-block;
    margin: 0 15px 0 5px;
    font-weight: 400;
}

#bo_v_info .guest,
#bo_v_info .member,
#bo_v_info .sv_guest,
#bo_v_info .sv_member {
    font-weight: 500;
}

#bo_v_file h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_file ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_v_file li {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    background: #f5f6fa;
}

#bo_v_file a {
    display: inline-block;
    padding: 8px 0 7px;
    width: 100%;
    color: #000;
    word-wrap: break-word;
}

#bo_v_file a:active,
#bo_v_file a:focus,
#bo_v_file a:hover {
    text-decoration: none;
}

#bo_v_file img {
    float: left;
    margin: 0 10px 0 0;
}

.bo_v_file_cnt {
    display: inline-block;
    margin: 0 0 3px 16px;
}

#bo_v_link h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_v_link li {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    background: #f5f6fa;
}

#bo_v_link a {
    display: inline-block;
    padding: 8px 0 7px;
    width: 100%;
    color: #000;
    word-wrap: break-word;
}

#bo_v_link a:active,
#bo_v_link a:focus,
#bo_v_link a:hover {
    text-decoration: none;
}

.bo_v_link_cnt {
    display: inline-block;
    margin: 0 0 3px 16px;
}

#bo_v_top {
    padding: 15px 0;
    zoom: 1;
}

#bo_v_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_top h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_v_bot h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_bot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bo_v_nb {
    float: left;
}

.bo_v_nb li {
    float: left;
    margin-right: 5px;
}

.bo_v_com {
    float: right;
}

.bo_v_com li {
    float: left;
    margin-left: 5px;
}

#bo_v_atc {
    min-height: 200px;
    height: auto !important;
    margin-top: 80px;
    margin-bottom: 15px;
    border-bottom: solid 1px #000;
}

#bo_v_atc_title {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_img {
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

#bo_v_img:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_img img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

#bo_v_con {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 70px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
}

#bo_v_con a {
    color: #000;
    text-decoration: underline;
}

#bo_v_con img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#bo_v_act {
    margin-bottom: 30px;
    text-align: center;
}

#bo_v_act .bo_v_act_gng {
    position: relative;
}

#bo_v_act a {
    margin-right: 5px;
    vertical-align: middle;
}

#bo_v_act strong {
    color: #ff3061;
}

#bo_v_act_good,
#bo_v_act_nogood {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 0;
    width: 165px;
    background: #ff3061;
    color: #fff;
    text-align: center;
}

#bo_v_sns {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    zoom: 1;
}

#bo_v_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_sns li {
    float: left;
    margin: 0 5px 0 0;
}

#bo_vc {
    padding: 20px 0 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

#bo_vc h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

#bo_vc article {
    padding-top: 30px;
}

#bo_vc header {
    position: relative;
}

#bo_vc header .icon_reply {
    position: absolute;
    top: 15px;
    left: -20px;
}

#bo_vc .sv_wrap {
    margin-right: 15px;
}

#bo_vc .guest,
#bo_vc .member,
#bo_vc .sv_guest {
    font-size: 16px;
}

#bo_vc .sv_member {
    font-size: 14px;
    font-weight: 500;
}

.bo_vc_hdinfo {
    display: inline-block;
    margin: 0 15px 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    position: relative;
    top: -1px;
}

.comment-ip {
    opacity: 0;
}

#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_vc a {
    color: #000;
    text-decoration: none;
}

#bo_vc p {
    padding: 0 0 5px;
    line-height: 1.8em;
}

#bo_vc p a {
    text-decoration: underline;
}

#bo_vc p a.s_cmt {
    text-decoration: none;
}

#bo_vc_empty {
    margin: 0;
    padding: 20px !important;
    text-align: center;
}

#bo_vc #bo_vc_winfo {
    float: left;
}

#bo_vc footer {
    zoom: 1;
}

#bo_vc footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_vc_act {
    display: flex;
    display: -ms-flexbox;
}

.bo_vc_act li a {
    display: block;
    margin-left: 5px;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 2px;
    color: #fff;
    background-color: #ddd;
    transition: background-color .2s ease;
}

.bo_vc_act li a:hover {
    background-color: #aaa;
}

#bo_vc p {
    line-height: 1.2;
    margin-right: 20px;
}

#bo_vc_w {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cfded8;
}

#bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 5px;
}

#bo_vc_sns {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

#bo_vc_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_vc_sns li {
    float: left;
    margin: 0 20px 0 0;
}

#bo_vc_sns input {
    margin: 0 0 0 5px;
}

/* 게시판 목록 레이아웃 */
#bo_gall {
    position: relative;
    display: block;
    margin: 40px auto 70px;
}

#bo_gall #fboardlist {
    position: relative;
    margin: 0;
    padding: 0;
    clear: both;
}

#bo_gall #fboardlist .bo_fx,
#bo_gall .bo_fx {
    position: static;
    z-index: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    height: auto;
    margin: 24px 0 0;
    clear: both;
    float: none;
    box-sizing: border-box;
}

.bo_gall_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 26px;
    gap: 20px;
    width: 100%;
    margin: 20px 0 26px;
    clear: both;
    box-sizing: border-box;
}

/* 검색 영역 */
.bo_gall_top #bo_sch,
#bo_gall .bo_gall_top #bo_sch {
    position: static;
    float: none;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}

#bo_sch form {
    display: flex;
    align-items: center;
    height: 40px;
}

#bo_sch select {
    float: none;
    width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

#bo_sch .frm_input {
    float: none;
    width: 230px;
    height: 40px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
}

#bo_sch .frm_input::placeholder {
    color: #bbb;
    font-weight: 300;
}

#bo_sch .sch_btn {
    float: none;
    width: 44px;
    height: 40px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    background: #fff;
    color: #153096;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

#bo_sch .sch_btn:hover {
    background: #153096;
    color: #fff;
}

#bo_sch legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

/* 글쓰기 및 관리자 버튼 */
#bo_gall .btn_bo_user,
#bo_gall .btn_bo_adm {
    display: flex;
    align-items: center;
    gap: 6px;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_gall .btn_bo_user {
    justify-content: flex-end;
}

#bo_gall .btn_bo_user li,
#bo_gall .btn_bo_adm li {
    float: none;
    margin: 0;
}

#bo_gall .btn_bo_user li a {
    margin-left: 0;
}

#bo_gall .btn_bo_user > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 40px;
    padding: 0 18px;
    border-radius: 2px;
    background: #ddd;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.3px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color .2s ease;
}

#bo_gall .btn_bo_user > li > a:hover {
    background: #aaa;
    text-decoration: none;
}

#bo_gall .btn_bo_user > li > a.btn-write,
#bo_gall .btn_bo_user > li > a.btn_b02 {
    background: #153096;
}

#bo_gall .btn_bo_user > li > a.btn-write:hover,
#bo_gall .btn_bo_user > li > a.btn_b02:hover {
    background: #0d2478;
}

#bo_gall .btn_bo_adm {
    gap: 5px;
}

#bo_gall .btn_bo_adm input {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #555;
    font-size: 13px;
    cursor: pointer;
}

/* 페이지 제목 */
.page_heading {
    margin: 60px 0;
    text-align: center;
}

#container_title {
    margin: 0;
    color: #263f83;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -2.5px;
}

.page_desc {
    margin: 14px 0 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -.5px;
}

/* 이달의 혜택: 최신 이벤트 + 종료 이벤트 */
#bo_gall #gall_ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
}

#bo_gall #gall_ul .gall_li {
    width: 100%;
}

#bo_gall .gall_con {
    padding: 24px;
    border: 1px solid #dedede;
    border-radius: 24px;
    box-sizing: border-box;
    transition: background-color .25s ease;
}

#bo_gall .gall_con .gall_href {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
}

#bo_gall .gall_con .gall_href a,
#bo_gall .gall_con .gall_href .event-disabled {
    display: block;
    width: 100%;
    height: 100%;
    transform: none;
}

#bo_gall .gall_con .gall_href a:hover {
    transform: none;
}

#bo_gall .gall_con .gall_href img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center 5%;
}

#bo_gall .gall_con .gall_text_href .gall_title {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 500;
}

#bo_gall .gall_con .gall_text_href .gall_date {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

/* 진행 중 이벤트: 왼쪽 카드 호버 */
#bo_gall #gall_ul .gall_li:first-child .gall_con:hover {
    background: #263f83;
}

#bo_gall #gall_ul .gall_li:first-child .gall_con:hover .gall_title,
#bo_gall #gall_ul .gall_li:first-child .gall_con:hover .gall_date {
    color: #fff;
}

#bo_gall #gall_ul .gall_li:first-child .gall_con:hover .gall_title {
    text-decoration: none;
}

/* 종료 이벤트 */
#bo_gall .event-ended,
#bo_gall .event-ended .event-disabled,
#bo_gall .event-ended .gall_text_href,
#bo_gall .event-ended .gall_txt-box {
    cursor: default;
}

#bo_gall .event-ended img {
    filter: grayscale(100%) brightness(55%);
    opacity: .8;
    transition: filter .25s ease, opacity .25s ease;
}

#bo_gall .event-ended .gall_title,
#bo_gall .event-ended .gall_date {
    color: #999;
}


/* 이벤트 상태 배지 */
#bo_gall .gall_href .event-status {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.5px;
    box-sizing: border-box;
}

#bo_gall .gall_href .event-status-active {
    background: #263f83;
    color: #fffa22;
}

#bo_gall .gall_href .event-status-ended {
    background: rgba(35, 35, 35, .78);
}

/* 모바일 */
@media (max-width: 768px) {
    #bo_gall {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .bo_gall_top {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .bo_gall_top #bo_sch,
    #bo_sch form {
        width: 100%;
    }

    #bo_sch select {
        width: 90px;
    }

    #bo_sch .frm_input {
        flex: 1;
        width: auto;
    }

    #bo_gall .btn_bo_user > li,
    #bo_gall .btn_bo_user > li > a {
        width: 100%;
    }

    #bo_gall #fboardlist .bo_fx,
    #bo_gall .bo_fx {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    #bo_gall .btn_bo_adm {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #bo_gall #gall_ul {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #bo_gall .gall_con {
        padding: 16px;
        border-radius: 18px;
    }
}
