@charset "utf-8";
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */
.sub_board .inner{ padding-bottom: 120px; max-width: 1220px; margin: 120px auto 0; }
/*.sub_board .inner > h2{ font-size: 40px; font-weight: 700; color: #111; text-align: center; margin-bottom: 70px; }*/
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */


/* 게시판 _ CSS */
select { cursor: pointer; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand{ display: none; }

/*? 체크박스 */
#gall_allchk{ margin-bottom: 10px; }
.selec_chk { display: none; }
.chk_box {position:relative; }
.chk_box input[type="checkbox"]{ display: none; }
.chk_box input[type="checkbox"] + label { position:relative; font-size: 14px; font-weight: 400; color: #797979; letter-spacing: -0.5px; line-height: 23px; cursor: pointer; }
.chk_box input[type="checkbox"] + label span{ display: inline-block; width: 23px; height: 23px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 0; vertical-align: -6px; margin-right: 5px; }
.chk_box input[type="checkbox"]:checked + label span{ background: url(img/ico_board_check.png) no-repeat center center, #FFC917; border: 1px solid #FFC917; }

/*? 관리자 버튼 */
#btn_bo_user{ width: 100%; margin: 30px 0; }
#btn_bo_user ul{ display: flex; align-items: center; justify-content: flex-end; }
#btn_bo_user ul li{ text-align:center; margin-left: 7px;}
#btn_bo_user ul > li > *{ display: inline-block; height: 33px; font-size: 13px; font-weight:500; line-height: 32px; color: #777; border: 1px solid #dedede; padding: 0 12px; background-color: #fff; border-radius: 0; }
#btn_bo_user ul > li > .btn_admin{ color: #FFC917; border: 1px solid #FFC917; }

/*? 확인버튼 */
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm #btn_submit{ display: inline-block; height: 50px; font-size: 17px; font-weight: 500; color: #FFC917; letter-spacing: -0.5px; line-height: 48px; border: 1px solid #FFC917; padding: 0 40px; background: #fff; border-radius: 0; transition: all 0.2s ease-in-out; }
.btn_confirm #btn_submit:hover{ color: #fff; background: #FFC917; }




/*! ─────────── L I S T ─────────── */
#bo_list{ width: 100%; }
#bo_list .table_wrap table{ width: 100%; border-collapse: collapse; border-top: 2px solid #000000; }
#bo_list .table_wrap table caption{ display: none; }
#bo_list .table_wrap table tr{ border-bottom: 1px solid #e6e6e6; transition: all 0.2s ease-in-out; }
#bo_list .table_wrap table thead tr th{ height: 55px; font-size: 14px; font-weight: 500; color: #111111; letter-spacing: -0.5px; text-align: center; padding: 10px; }
#bo_list .table_wrap table thead tr th a{ display: block; }
#bo_list .table_wrap table tbody tr:hover{ background-color: #f8f8f8; }
#bo_list .table_wrap table tbody tr.bo_notice{ background-color: #f8faff; }
#bo_list .table_wrap table tbody tr td{ height: 55px; font-size: 14px; font-weight: 500; color: #585858; letter-spacing: -0.5px; word-break: keep-all; text-align: center; padding: 10px 15px; }
#bo_list .table_wrap table tbody tr td .notice_icon{ display: inline-block; width: 36px; height: 36px; background: url(img/ico_bell.png) no-repeat 13px center,#FFC917; background-size: 12px; border-radius: 50%; text-indent: -9999px; }
#bo_list .table_wrap table tbody tr td .bo_tit{ text-align: left; }
#bo_list .table_wrap table tbody tr td .bo_tit > a{ display: inline-block; color: #585858; border-bottom: 1px solid transparent; transition: all 0.2s ease-in-out; }
#bo_list .table_wrap table tbody tr td .bo_tit > a:hover{ color: #111; border-bottom: 1px solid #111; }
#bo_list .table_wrap table tbody tr td .new_icon{ display: inline-block; height: 17px; font-size: 10px; font-weight: 500; color: #fff; letter-spacing: 0.5px; line-height: 17px; vertical-align: 1px; padding: 0 6px; background: #FFC917; margin-left: 5px; }

/*! ─────────── V I E W ─────────── */
#bo_v{ width: 100%; }
#bo_v_title{ padding: 0 0 30px; }
#bo_v_title > h3{ font-size: 28px; font-weight: 700; color: #111; letter-spacing: -1px; line-height: 40px; }
#bo_v_title > h3 span{ display: block; width: 60px; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 0; line-height: 30px; text-align: center; background: #FFC917; padding: 0 10px; margin-bottom: 5px; }
#bo_v_title > p{ font-size: 14px; font-weight: 400; color: #585858; margin-top: 10px; }
#bo_v_title > p > span{ display: inline-block; margin-right: 30px; }
#bo_v_title > p > span strong{ display: inline-block; margin-right: 10px; }
#bo_v_atc{ padding: 30px 0 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
#bo_v_atc #bo_v_img img{ max-width: 100%; }
#bo_v_atc #bo_v_con{ width: 100%; min-height: 200px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; line-height: 28px; padding: 0 0 30px; }
#bo_v_atc #bo_v_con img{ max-width: 100%; }
#bo_v_atc .bo_down{ padding: 30px 0; border-top: 1px solid #e6e6e6; }
#bo_v_atc .bo_down h3{ font-size: 16px; color: #111; font-weight: 700; margin-bottom: 10px; }
#bo_v_atc .bo_down .file{ height: 40px; display: inline-block; font-size: 14px; color: #6f7886; line-height: 38px; padding: 0 20px; border: 1px solid #eff2f7; background: #fafbfd; margin: 0 5px 5px 0; transition: all 0.2s ease-in-out; }
#bo_v_atc .bo_down .file::before{ width: 20px; height: 20px; vertical-align: -3px; background: url(img/ico_bo_file.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; margin-right: 5px; transition: all 0.2s ease-in-out; }
#bo_v_atc .bo_down .file:hover{ color: #FFC917; border: 1px solid #FFC917; }
#bo_v_atc .bo_down .file:hover:before{ background: url(img/ico_bo_file_on.svg) no-repeat center center; background-size: contain; }

/*! ─────────── W R I T E ─────────── */
#bo_w{ position: relative; width: 100%; }
#bo_w form .frmBox ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#bo_w form .frmBox ul li{ width: 100%; margin-bottom: 30px; }
#bo_w form .frmBox ul li:last-of-type{ margin-bottom: 0; }
#bo_w form .frmBox ul li.wid02{ width: 49%; }
#bo_w form .frmBox ul li.wid03{ width: 32%; }
#bo_w form .frmBox ul li .label{ font-size: 18px; font-weight: 500; color: #111; letter-spacing: -0.5px; margin-bottom: 10px; }
#bo_w form .frmBox ul li .label .req{ display: inline-block; width: 5px; height: 5px; background: #FFC917; border-radius: 50%; vertical-align: 10px; margin-left: 5px; }
#bo_w form .frmBox ul li .label em{ font-size: 14px; font-weight: 400; color: #aaa; font-style: normal; }
#bo_w form .frmBox ul li .selectBox{ position: relative; }
#bo_w form .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }
#bo_w form .frmBox ul li select,
#bo_w form .frmBox ul li .frm_input,
#bo_w form .frmBox ul li textarea{ width: 100%; height: 55px; font-size: 16px; color: #111; padding: 0 20px; border: 1px solid #ddd; outline: none; border-radius: 0; background: #fff; transition: all 0.2s ease-in-out; }
#bo_w form .frmBox ul li select option{ background: #fff; color: #111; }
#bo_w form .frmBox ul li select{ color: #c1c5cc; }
#bo_w form .frmBox ul li textarea{ height: 250px; line-height: 30px; padding: 20px 30px; resize: none; }
#bo_w form .frmBox ul li .frm_input::placeholder,
#bo_w form .frmBox ul li textarea::placeholder{ color: #c1c5cc; }
#bo_w form .frmBox ul li select:focus,
#bo_w form .frmBox ul li select:focus-visible,
#bo_w form .frmBox ul li .frm_input:focus,
#bo_w form .frmBox ul li .frm_input:focus-visible,
#bo_w form .frmBox ul li textarea:focus,
#bo_w form .frmBox ul li textarea:focus-visible{ border: 1px solid #FFC917; }
/* 파일박스 */
#bo_w form .frmBox .fileBox{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #fff; border: 1px solid #ddd; }
#bo_w form .frmBox .fileBox input[type="file"]{ display: none; }
#bo_w form .frmBox .fileBox label{ display: inline-block; cursor: pointer; }
#bo_w form .frmBox .fileBox .upload-name{ display: inline-block; font-size: 16px; color: #c1c5cc; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#bo_w form .frmBox .fileBox + .file_del{ display: block; margin-top: 7px; padding: 0; }





/*! MOBILE  */
@media screen and (max-width: 767px){ 

    /*? 체크박스 */
    .chk_box input[type="checkbox"] + label span{ width: 20px; height: 20px; vertical-align: -5px; }
    /*? 관리자 버튼 */
    #btn_bo_user{ margin-bottom: 30px; }
    #btn_bo_user ul li{ margin-left: 3px; }
    #btn_bo_user ul > li > *{ height: 30px; font-size: 11px; line-height: 28px; padding: 0 8px; }
    /*? 확인버튼 */
    .btn_confirm{ margin-top: 30px; }
    .btn_confirm #btn_submit{ height: 45px; font-size: 14px; line-height: 43px; padding: 0 35px; transition: all 0s ease; }
    
    /* LIST */
    #bo_list .table_wrap table thead tr th.th_date,
    #bo_list .table_wrap table tbody tr td.td_date{ display: none; }
    #bo_list .table_wrap table thead tr th{ font-size: 14px; padding: 10px 5px; }
    #bo_list .table_wrap table tbody tr td{ font-size: 13px; padding: 10px 5px; }
    #bo_list .table_wrap table tbody tr td.td_subject{ padding: 10px 15px; }
    #bo_list .table_wrap table tbody tr td .bo_tit{ padding: 0; }
    #bo_list .table_wrap table tbody tr td .bo_tit > a{ display: inline; }

    /* VIEW */
    #bo_v > #bo_v_title{ padding: 0 0 20px; }
    #bo_v > #bo_v_title > h3{ font-size: 20px; letter-spacing: -1px; line-height: 30px; }
    #bo_v > #bo_v_title > h3 span{ font-size: 13px; line-height: 28px; }
    #bo_v > #bo_v_title > p{ font-size: 12px; font-weight: 400; color: #585858; margin-top: 10px; }
    #bo_v > #bo_v_title > p > span{ margin-right: 10px; }
    #bo_v > #bo_v_title > p > span strong{ margin-right: 5px; }
    #bo_v > #bo_v_atc .bo_down{ padding: 20px 0; }
    #bo_v > #bo_v_atc .bo_down h3{ font-size: 15px; }
    #bo_v > #bo_v_atc .bo_down .file{ max-width: 100%; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

    /* WRITE */
    #bo_w form .frmBox ul li{ margin-bottom: 20px; }
    #bo_w form .frmBox ul li.wid02{ width: 100%; }
    #bo_w form .frmBox ul li.wid03{ width: 100%; }
    #bo_w form .frmBox ul li .label{ font-size: 17px; }
    #bo_w form .frmBox ul li .label em{ font-size: 13px; }
    #bo_w form .frmBox ul li select, 
    #bo_w form .frmBox ul li .frm_input, 
    #bo_w form .frmBox ul li textarea{ height: 50px; font-size: 16px; padding: 0 10px; }
    #bo_w form .frmBox ul li textarea{ height: 250px; line-height: 26px; padding: 15px; }
    #bo_w form .frmBox ul li .frm_input::placeholder,
    #bo_w form .frmBox ul li textarea::placeholder{ font-size: 15px; }
    #bo_w form .frmBox .fileBox{ height: 50px; padding: 0 10px; }
    #bo_w form .frmBox .fileBox .upload-name{ font-size: 15px; color: #777; opacity: 1; }

}