#mb_login {
    width: 100%;
    margin: 0;
}

#mb_login #login_fs .btn_submit {
    width: 120px;
    margin: 30px 0 0 10px;
    background: #000;
    height: 100%;
    padding: 52px 0;
}

#login_fs {
    padding: 0;
}

.login-box {
    border-top: 3px solid #000 !important;
    padding: 80px 50px;
    text-align: center;
    background: #ffffff;
    font-size: 18px;
    line-height: 25px;
}

.login-box .info h3:before {
    display: none;
}

.login-box .info i {
    font-size: 54px;
    color: #000;
}

.login-box .login-wrap {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.login-box .login-wrap dl.inner-box {
    padding-top: 30px;
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.login-box .login-wrap dl.inner-box dt {
    width: 15%;
    color: #000;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.login-box .login-wrap dl.inner-box dt:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    border-radius: 40px;
    background: #000;
    position: absolute;
}

.login-box .login-wrap dl.inner-box dd {
    width: 85%;
}


.login-box .login-wrap dl.inner-box input {
    padding: 20px;
    border: 1px solid #ececec;
    width: 100%;
    margin: 3px;
}

.login-box .login-wrap .login-btn {
    width: 20%;
    padding-left: 10px;
    padding-top: 30px;
}


.login-box .login-wrap .login-btn input {
    background: #000;
    color: #FFF;
    width: 100%;
    height: 142px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    border: 0;
}

ul.find_btn {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: left;
    display: none;
}

ul.find_btn li a {
    color: #3d4756;
    padding-left: 38px;
}

ul.find_btn li {
    text-align: center;
    padding: 0 15px;
}

.find_btn a:hover {
    text-decoration: underline;
}

ul.find_btn li a:before {
    font-family: 'xeicon';
    padding: 0;
    top: -4px;
    left: 0;
    font-size: 18px;
    line-height: 1.6;
    opacity: 1;
    color: #FFF;
    background: #3d4756;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
}

ul.find_btn li:nth-child(1) a:before {
    content: '\e9f3';
}

ul.find_btn li:nth-child(2) a:before {
    content: '\e97a';
}

ul.find_btn li:nth-child(3) a:before {
    content: '\e965';
}

.bot-btn {
    padding-top: 50px;
}

a.bot-btn {
    padding: 15px 40px;
    color: #FFF;
    background: #000;
    display: inline-block;
}


@media all and (max-width: 1280px) {
    ul.find_btn li a:before {
        top: -2px;
        left: 0;
        font-size: 16px;
        width: 25px;
        height: 25px;
    }

    ul.find_btn li a {
        padding-left: 32px;
    }

    .login-box .login-wrap {
        flex-wrap: wrap;
    }

    #mb_login #login_fs .btn_submit {
        width: 100%;
        margin: 30px 0 0 0;
        background: #000;
        height: 100%;
        padding: 20px 0;
    }

    .login-box .login-wrap dl.inner-box {
        width: 100%;
    }

    .login-box .login-wrap dl.inner-box input {
        padding: 14px;
    }

    .login-box .login-wrap .login-btn input {
        height: 115px;
    }

    .login-box .login-wrap dl.inner-box dt:before {
        width: 4px;
        height: 4px;
        top: 12px;
    }
}


@media all and (max-width: 1024px) {
    .login-box {
        padding: 50px 30px;
    }

    .login-box .login-wrap dl.inner-box dt {
        width: 20%;
    }

    .login-box .login-wrap dl.inner-box dd {
        width: 80%;
    }

    .login-box .login-wrap dl.inner-box input {
        padding: 10px;
    }

    .login-box .login-wrap .login-btn input {
        height: 92px;
        font-size: 17px;
    }

    .login-box .login-wrap dl.inner-box dt:before {
        width: 3px;
        height: 3px;
        top: 6px;
    }

    .login-box .info i {
        font-size: 42px;
    }

    .bot-btn {
        padding-top: 30px;
    }

    a.bot-btn {
        padding: 10px 30px;
    }
}


@media all and (max-width: 820px) {
    .login-box {
        padding: 15px;
        font-size: 11px;
        line-height: 17px;
        border-top: 2px solid #091D4C !important;
    }

    .login-box .login-wrap {
        width: 95%;
    }

    .login-box .info i {
        font-size: 32px;
    }

    .bot-btn {
        padding-top: 20px;
    }

    a.bot-btn {
        padding: 6px 20px;
    }
}


@media all and (max-width: 480px) {
    .login-box {
        padding: 15px;
    }

    .login-box .login-wrap {
        width: 100%;
    }

    .login-box .login-wrap dl.inner-box dt {
        width: 100%;
    }

    .login-box .login-wrap dl.inner-box dd {
        width: 100%;
        padding-bottom: 5px;
    }

    .login-box .login-wrap dl.inner-box {
        padding: 20px 0 10px 0;
        width: 100%;
    }

    .login-box .login-wrap dl.inner-box input {
        margin: 3px 0;
        padding: 7px;
    }

    .login-box .login-wrap .login-btn {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .login-box .login-wrap .login-btn input {
        height: 40px;
        font-size: 14px;
    }

    ul.find_btn {
        padding-top: 15px;
    }

    ul.find_btn li a {
        padding-left: 0;
        font-size: 14px;
    }

    ul.find_btn li {
        padding: 0 10px;
    }

    ul.find_btn li a:before {
        display: none;
    }

    ul.find_btn li a:after {
        content: '';
        top: 3px;
        width: 1px;
        height: 12px;
        background: #333;
        right: -10px;
        transform: rotate(15deg);
    }

    ul.find_btn li:last-child a:after {
        display: none;
    }
}

/*===============================================*/
/*게시판*/
/*===============================================*/


.board-wrap {
    width: 100%;
}

#bo_v {
    margin-top: 0px;
}

table.board-list {
    width: 100%;
    border-top: 2px solid #0E1E49;
}

table.board-list td {
    border-bottom: 1px solid #E5E5E5;
    background: #FFF;
    padding: 20px 15px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

#post_area {
    text-align: left;
}

.sub_content .board_description {
    padding: 60px 15px;
}

table.board-list td font {
    font-size: 20px !important;
    font-weight: 500;
}

table.board-list td input,
table.board-list td textarea {
    width: 90%;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #F9F9F9;
    padding: 5px;
    margin: 1px;
}

table.board-list .bbsno {
    width: 9%;
}

@media (max-width:768px) {
    table.board-list .bbsno {
        width: 16%;
    }
}

table.board-list .bbswriter {
    width: 10%;
}

table.board-list .bbsetc_dateof_write {
    width: 14%;
}

table.board-list .bbsfile_attachment {
    width: 8%;
}

table.board-list .bbsnewf5>img {
    width: 14px;
    height: auto;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}



table.board-list .att_title {
    background: #EFF1F5;
    text-align: center;
}

table.board-list .board_bgcolor {
    background: #EFF1F5;
    text-align: center;
    color: #000;
    font-size: 16px !important;
    line-height: 1.6;
    font-weight: 500;

    width: 25%;
}

table.board-list .board_bgcolor span {
    font-size: 16px !important;
    line-height: 1.6;
    font-weight: 500;
}

#post_area table {
    width: 100%;
}

#ext_search {
    display: flex;
    align-items: center;
    justify-content: center;
}

#search_table input,
#search_table select {
    border: 1px solid #CCC;
    height: 42px;
    margin: 0 -1px;
    padding: 0 7px;
    font-size: 15px;
}

.est_cate_cell select {
    width: 108px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../main/board_arrow.gif') no-repeat 93% 50%;
}

.est_cate_cell select::-ms-expand {
    display: none;
}

.est_keyword_cell input {
    width: 210px !important;
}

.est_btn_cell input {
    border: 0 !important;
    position: relative;
    padding: 0 !important;
}

.board_admin_bgcolor {
    padding-top: 5px;
}


/* ¸®½ºÆ® ÇÏ´Ü ¹öÆ°¿µ¿ª */
.list-btn-wrap {
    text-align: right;
    position: relative;
}

.btn-wrt {}

.list-btn-wrap img,
.list-btn-wrap input {
    width: auto;
    height: 36px;
}



/* ÀÐ±â ÇÏ´Ü ¹öÆ°¿µ¿ª */
.read-btn-wrap {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    position: relative;
    margin-top: 10px;
}

.read-btn-wrap img,
.read-btn-wrap input {
    width: auto;
    height: 36px;
}



.write-btn-wrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.write-btn-wrap img,
.write-btn-wrap input {
    width: auto;
    height: 36px;
}

.write-btn-wrap .b-list {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}





/* ±Û¾²±â ÇÏ´Ü ¹öÆ°¿µ¿ª */
.board-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 0;
    width: 100%;
}

.board-btn .btn-list {
    width: 100%;
    text-align: right;
    padding-top: 20px;
}

.board-btn .btn-cf {
    width: 100%;
}




.bbsnewf5 {
    height: auto !important;
}

input[type='radio'],
input[type='checkbox'] {
    width: auto !important;
}

/*ÆäÀÌÂ¡*/
.paging {
    text-align: center;
    width: 100%;
    margin: 40px 0;
}

.paging a:link {
    color: #999;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 4px;
    display: inline-block;
    border: 1px solid #CCC;
    margin: 0 -3px;
}

.paging a:visited {
    color: #999;
}

.paging a:hover {
    color: #999;
}

.paging>b {
    background: #666;
    color: #FFF;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 4px;
    border: 1px solid #666;
    display: inline-block;
    margin: 0 -3px;
}


/* °Ô½ÃÆÇ ÀÐ±â */
input[name='com_board_notice'] {
    width: 15px !important;
}

.board_desc br:first-child {
    display: none !important;
}

.board_desc iframe {
    height: 0;
}

.board_desc div {
    height: auto !important;
    margin-bottom: 5px;
}

.board_desc div:last-child {
    margin-bottom: 0;
}

.board_desc div a img {
    width: auto;
    height: 28px;
    margin-left: 5px;
}

.board_sublist {
    width: 100%;
}

.board_sublist table {
    margin: 0 auto;
}

.board_sublist td {
    padding-left: 0 !important;
    padding-top: 10px !important;
}

.board_sublist td a img {
    width: 90px;
    height: auto;
}

input[name='file_attachment[]'] {
    border: 0 !important;
    background: 0 !important;
    width: 90% !important;
}



#captcha {
    vertical-align: middle;
}

input[name='captcha_code'] {
    width: auto !important;
}

input[name='phone_no1'],
input[name='phone_no2'],
input[name='phone_no3'] {
    width: 30.9% !important;
}


.board_desc table td {
    border: 0;
    padding: 0;
}

.board_desc table td input {
    width: auto !important;
}

.bbsetc_address {
    text-align: left;
}

.bbsupload_image {
    line-height: 0;
}

.bbsupload_image img {
    border: 1px solid #CCC;
    width: 130px;
    height: 90px;
}

.btn-right {
    padding-left: 30px;
}

/* ÇÏ´Ü ¹öÆ° */
table.list-btn {
    width: 100%;
}




@media all and (max-width: 1280px) {

    table.board-list .board_bgcolor,
    table.board-list .board_bgcolor span {
        font-size: 16px !important;
    }

    table.board-list td {
        font-size: 16px !important;
    }

    table.board-list td font {
        font-size: 16px !important;
    }
}


@media all and (max-width: 1024px) {

    #search_table input,
    #search_table select {
        height: 38px;
        padding: 0 5px;
        font-size: 14px;
    }

    .est_cate_cell select {
        width: 98px;
    }

    .est_keyword_cell input {
        width: 180px !important;
    }

    table.board-list .board_bgcolor,
    table.board-list .board_bgcolor span {
        font-size: 11px !important;
    }

    table.board-list {
        margin-bottom: 50px;
    }

    table.board-list td font {
        font-size: 14px !important;
    }

    table.board-list td {
        padding: 10px;
        font-size: 12px !important;
    }

    table.board-list .bbsnewf5>img {
        width: 13px;
        height: 19px;
    }

    .board_sublist {
        bottom: -20px;
    }

    .board_sublist td a img {
        width: 75px;
    }
}


@media all and (max-width: 820px) {
    .sub_content .board_description {
        padding: 15px;
    }

    #search_table input,
    #search_table select {
        height: 34px;
        font-size: 13px;
    }

    .est_cate_cell select {
        width: 88px;
    }

    .est_keyword_cell input {
        width: 150px !important;
    }

    table.board-list td {
        padding: 8px;
    }

    table.board-list {
        margin-bottom: 30px;
    }

    .btn-wrt {
        top: -60px;
    }

    .board_sublist td a img {
        width: 60px;
    }
}


@media all and (max-width: 480px) {
    .data-room .bbsfile_attachment {
        display: none;
    }

    .data-room .att_title:last-child {
        display: none;
    }

    #search_table input,
    #search_table select {
        height: 30px;
    }

    .est_cate_cell select {
        width: 75px;
    }

    .est_keyword_cell input {
        width: 120px !important;
    }

    table.board-list {
        margin-bottom: 15px;
    }

    .read-btn-wrap {
        justify-content: center;
    }

    .btn-wrt {
        top: -45px;
    }

    .board_sublist {
        bottom: -10px;
        position: relative;
    }

    .board_sublist td {
        padding: 5px 1px !important;
    }

    .board_sublist td a img {
        width: 70px;
    }
}


@media all and (max-width: 319px) {
    #ext_search table {
        width: 100% !important;
    }

    #search_table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #search_table input,
    #search_table select {
        margin: 1px;
    }

    .est_cate_cell select {
        background: url('../main/board_arrow.gif') no-repeat 98% 50%;
    }

    .est_keyword_cell input,
    .est_cate_cell select {
        width: 100% !important;
    }

    .est_btn_cell {
        text-align: left;
    }
}


/*===============================================*/
/*정빈 boardcustom css*/
/*===============================================*/

.btn_box a.btn,
.btn_box .btn {
    line-height: unset;
    height: auto;
}

.btn_bo_user>li {
    width: 90px;
    border: none;
    text-align: center;
    margin-left: 5px;
    position: relative;
    font-size: 22px;
    background: #F1F1F5;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 4px;
    cursor: pointer;
}

.btn_bo_user>li a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.btn_bo_user span {
    color: #333;
}

@media (max-width:768px) {
    .btn_bo_user>li {
        font-size: 12px;
        width: 65px;
        /* border: 2px solid #e5e5e5; */
        color: #fff;

    }

    a.btn,
    .btn {
        height: auto;
    }

    a.btn_admin,
    .btn_admin {
        color: #fff;
        line-height: 25px;
        font-size: 14px;
    }

    .view_btn-wrap li {
        background-color: #fff;
    }

    .view_btn-wrap li a {
        color: #333 !important;
    }
}

a.btn_admin,
.btn_admin {
    color: #fff;
}

.btn_admin:hover,
a.btn_admin:hover {
    color: #fff;
}

.btn_bo_user>li.write_btn {
    background: #F1F1F5;
    border: none
}

.btn_bo_user>li.write_btn span {
    font-size: 20px;
}

.btn_bo_user a {
    font-size: 20px;
}

.is_list_btn {
    font-size: 20px;
}

@media (max-width:768px) {
    .btn_bo_user>li.write_btn span {
        font-size: 11px;
    }

    #bo_w .bo_w_flie .frm_file {
        margin-top: 5px;
    }
}


.btn_bo_user>li.write_btn a {
    color: #fff;
}

.bbsetc_dateof_write,
table.board-list .bbswriter,
table.board-list .bbsno {
    text-align: center;
}

table.board-list .bbsnewf5 img {
    width: 14px;
    height: auto;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.pg_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pg_page,
.pg_current {
    background: #fff;
    border: 1px solid #ccc;
}

.pg_end {
    background: url(/img/btn_end.gif) no-repeat 50% 50% #fff;
}

.pg_start {
    background: url(/img/btn_first.gif) no-repeat 50% 50% #fff;
}

.pg_current {
    border: 1px solid #666;
    background: #666;
    color: #FFF;
}

.bo_sch_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: unset;
}

.sub-page h3,
.bo_sch h3 {
    display: none;
}

.bo_sch {
    position: unset;
    width: 100%;
    max-height: 300px;
    margin-left: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.bo_sch form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bo_sch .sch_bar {
    margin-top: 0;
    width: 310px;
    display: flex;
}

.bo_sch .sch_input {
    width: 210px;
    font-size: 20px;
}

.bo_sch .sch_btn {
    width: 100px;
    background: #091D4C;
    color: #fff;
    font-weight: 600;
}

.bo_sch select {
    width: 90px;
    margin-right: -1px;
    font-size: 20px;
}

#bo_list .bo_tit .new_icon {
    font-size: 10px;
    color: #ffffff;
    background: #004899;
}

.sul_menu {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    zoom: 1;
}

.sul_menu a {
    display: flex;
    align-items: center;
    padding: 1px 16px 0 5px;
    margin: 4px 0;
    font: 12px/12px dotum;
    color: #444;
    text-decoration: none;
    border-right: 1px #ddd solid;
}

.sul_menu a:hover {
    color: #ff6600;
    text-decoration: none;
}

.sul_menu img {
    vertical-align: middle;
}

#bo_w .btn_cancel {
    border-radius: 0px;
}

#bo_w .btn_submit {
    border-radius: 0px;
}

.board-wrap a.btn,
.board-wrap .btn {
    font-size: 20px !important;
    font-weight: 400;
    color: #fff;
}

.view_btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 10px;
}

.view_btn-wrap .btn-wrap1,
.view_btn-wrap .btn-wrap2 {
    display: flex;
}

.view_btn-wrap li {
    width: 90px;
    border: none;
    text-align: center;
    margin-left: 5px;
    position: relative;
    font-size: 22px;
    background: #F1F1F5;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 4px;
    cursor: pointer;

}


.btn-wrap2 {}

.view_btn-wrap li a {
    color: #333;
}

@media (max-width:768px) {
    .view_btn-wrap li {
        width: 65px;
        border: none;
        text-align: center;
        margin-left: 5px;
        position: relative;
        margin-bottom: 15px;
    }

    .view_btn-wrap li span {
        font-size: 12px;
    }


    .view_btn-wrap .more_opt li a {

        font-size: 14px;
        font-weight: 500;
    }
}

.view_btn-wrap .more_opt li a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.black_btn {
    background: #333;
    border: none;
}

.gray_btn {
    background: #7a7a7a;
}

.gray_btn a>span {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:768px) {
    .gray_btn a>span {
        font-size: 12px;
        font-weight: 500;
    }

    .black_btn a>span {
        font-size: 12px;
        font-weight: 500;
    }
}

.tbl_head01 {
    margin-top: 70px;
}

.black_btn a,
.gray_btn a {
    color: #fff
}

.btn_submit {
    background: #08295e;
}

/* #fwrite {
    margin-top: 100px;
} */

.black_btn a>span {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.view_btn-wrap li a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.btn_more_opt {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

@media (max-width:768px) {
    .black_btn a>span {
        font-size: 12px;
        font-weight: 500;
    }
}

.more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border: 1px solid #b8bfc4;
    z-index: 999;
}

.more_opt li {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    float: inherit;
    width: 90px;
    margin: 0;
    color: #6b757c;
    text-align: center;
}

.more_opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
}

.login-box .login-wrap dl.inner-box input {
    border: 1px solid #ececec;
}

@media all and (max-width: 480px) {
    #mb_login #login_fs .btn_submit {
        width: 100%;
        height: 40px;
        margin: 0px;
        padding: 10px 0;
        font-size: 11px;
        background-color: #091D4C;
    }

    #login_fs {
        padding: 0;
    }

    .sub-page p {
        padding-top: 15px;
    }
}

@media all and (max-width:520px) {

    .bo_sch select,
    .bo_sch .sch_input,
    .bo_sch .sch_btn {
        height: 30px;
    }

    .bo_sch select {
        width: 72px;
    }

    .bo_sch .sch_bar {
        width: auto;
    }

    .bo_sch .sch_input {
        width: 140px;
        padding: 0 15px;
        font-size: 11px;
    }

    .board-wrap a.btn,
    .board-wrap .btn {
        font-size: 12px !important;
        line-height: 25px;
    }

    table.board-list tbody .bbswriter {
        width: auto;
    }

    .more_opt li button {
        font-size: 14px;
    }
}


/* 갤러리 */
.review-table {
    margin-top: 100px;
}

.review-table ul li a {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 60px 0;
    flex-direction: column;
}

.review-table ul li a>* {
    flex: 1;
}

.review-table .subject {
    color: var(--bc);
    font-size: 20px;
    font-weight: 500;
}

.review-table .img-td {
    border: 1px solid #b6b6b6;
}

@media (max-width:768px) {
    .review-table {
        margin-top: 0;
    }

    .review-table ul li a {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 30px 0;

        flex-direction: column;
    }

    .review-table ul li a>* {
        flex: 1;
    }

    .review-table .subject {
        font-family: 'Montserrat', sans-serif;
        color: var(--bc);
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 13px;
    }

    .review-table .img-td {
        filter: drop-shadow(3px 3px 5px #eee);
    }

    .tbl_head01 {
        margin-top: 15px;
    }

    table.board-list .bbsetc_dateof_write {
        width: 29%;
    }

    table.board-list td {
        font-size: 11px !important;
        height: auto;
    }

    .bo_sch form {
        padding: 0;
    }

    .bo_sch select {
        font-size: 11px;
    }

    .bo_sch .sch_btn {
        font-size: 11px;
        width: 40px;
    }

    #bo_v {
        margin-top: 0;
    }

    table.board-list td font {
        font-size: 11px !important;
    }

    #bo_gall #gall_ul {
        gap: 30px 15px;
        margin-bottom: 0;
    }

    .gall_row .col-gn-0,
    .gall_row .col-gn-1 {
        width: 47.5%;
    }

    #bo_gall .review-table ul li a {
        gap: 15px;
        text-align: center;
    }

    .f-btn-wrap {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        gap: 3px;
    }

    #bo_gall .f-btn-wrap .btn-download {
        font-size: 11px;
    }

    #bo_gall .f-btn-wrap .btn-preview {
        font-size: 11px;
    }

    #fwrite {
        margin-top: 0px;
    }

    #bo_w .bo_v_option li label {
        font-size: 11px;
    }

    #bo_w .bo_w_tit .frm_input,
    #bo_w .bo_w_flie .frm_file,
    #bo_w .bo_w_tit #btn_autosave {
        font-size: 11px;
    }

    #bo_w .btn_submit {
        font-size: 11px;
    }

    #bo_w .btn_cancel {
        font-size: 11px;
    }










}