@charset "utf-8";
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */
.sub_board .inner{ padding: 70px 0 156px; max-width: 1460px; margin: 0 auto; }
.sub_board .inner.sub_top { margin-top: 62px; }
.sub_board .inner > h2{ font-size: 50px; font-weight: 700; color: #111; text-align: center; }
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */

.board_visual { height: 80px; background-color: #333; }





/* 게시판 _ 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, #000; border: 1px solid #000; }

/*? 관리자 버튼 */
#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: #000; border: 1px solid #000; }





/*! ─────────── 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; line-height: 55px; font-size: 14px; font-weight: 500; color: #585858; letter-spacing: -0.5px; word-break: keep-all; text-align: center; padding: 0 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,#000; 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;  line-height: 1.2;}
#bo_list .table_wrap table tbody tr td .bo_tit > a:first-of-type:hover{ color: #111; border-bottom: 1px solid #111; }
#bo_list .table_wrap table tbody tr td a.minfo{ display: none; }
#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: #000; margin-left: 5px; }
#bo_list .table_wrap table tbody tr td .secret_icon{ display: inline-block; width: 10px; height: 13px; background: url(img/ico_lock.png) no-repeat center center; background-size: contain; text-indent: -9999px; vertical-align: -3px; margin-left: 5px; }
#bo_list .table_wrap table tbody tr td .memo_icon img{width: 16px;}


/*! ========== V I E W ========== */
#bo_v{ width: 100%; margin: 50px auto 0; }
#bo_v > #bo_v_con table{ width: 100%; border-collapse: collapse; border-top: 2px solid #594d4d; }
#bo_v > #bo_v_con table tbody tr{ border-bottom: 1px solid #ddd; }
#bo_v > #bo_v_con table tbody tr th{ width: 250px; font-size: 16px; font-weight: 500; color: #161615; word-break: keep-all; padding: 15px 10px; background-color: #f8f8f8; vertical-align: middle; text-align: center; }
#bo_v > #bo_v_con table tbody tr th em{ display: block; font-size: 13px; font-style: normal; }
#bo_v > #bo_v_con table tbody tr td{ font-size: 15px; font-weight: 400; color: #111; line-height: 28px; text-align: left; padding: 15px 20px; }
#bo_v > #bo_v_con table tbody tr td a{ font-weight: 700; }
#bo_v_img > a > img{ width: 100%; }

/*! ─────────── W R I T E ─────────── */

/** form layout **/
#bo_w{ position: relative; width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
#bo_w .r-form { width: 880px; }
#bo_w .l-info { width: calc(100% - 880px); }
#bo_w .l-info > h2{ font-size: 50px; font-weight: 800; line-height: 65px; }
#bo_w .l-info > p{ font-size: 20px; margin-top: 20px; }

#bo_w .sm-tit { display: flex; justify-content: flex-start; align-items: center; }
#bo_w .sm-tit > span{ display: inline-block; width: 30px; height: 30px; text-align: center; font-size: 20px; color: #fff; font-weight: 700; line-height: 30px; border-radius: 50%; background: #111; }
#bo_w .sm-tit > h4{ font-size: 30px; font-weight: 700; margin-left: 9px; }







/* 파일박스 */
.frmBox .fileBox{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-radius: 10px; background: #f4f5f7; border: 1px solid #f4f5f7; }
.frmBox .fileBox input[type="file"]{ display: none; }
.frmBox .fileBox label{ display: inline-block; cursor: pointer; }
.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; }
.frmBox .fileBox + .file_del{ display: block; margin-top: 7px; padding: 0; }

/* 라디오박스 */
.frmBox ul li .radioBox{ width: 100%; display: flex; justify-content: space-between; text-align: center; }
.frmBox ul li .radioBox > input{ display: none; }
.frmBox ul li .radioBox > input + label{ position: relative; width: 49%; height: 55px; font-size: 16px; font-weight: 400; color: #adafb3; line-height: 55px; border: 1px solid #f4f5f7; border-radius: 10px; background: #f4f5f7; cursor: pointer; display: block; transition: all 0.2s ease-in-out; }
.frmBox ul li .radioBox > input:checked + label{ color: #fff; background: #3e7aff; border: 1px solid #3e7aff; }





/* 약관팝업 */
.pop_terms{ display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; padding: 50px; border: 1px solid #000; background: #fff; z-index: 100; -webkit-box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); }
.pop_terms > h3{ font-size: 26px; font-weight: 700; color: #111; letter-spacing: -1.5px; margin-bottom: 20px; }
.pop_terms > .pv-close{ position: absolute; right: 50px; top: 50px; width: 35px; height: 35px; background: url(img/ico_pop_close.svg) no-repeat center center, #000; background-size: contain; border-radius: 50%; border: none; text-indent: -9999px; }
.pop_terms .txtBox{ width: 100%; height: 350px; background-color: #f8f8f8; overflow-y: scroll; padding: 20px 20px; }
.pop_terms .txtBox .parag{ margin-bottom: 40px;}
.pop_terms .txtBox .parag .t_1{display: block; font-size: 20px; color: #222; margin-bottom: 10px;}
.pop_terms .txtBox .parag .t_2{display: block; font-size: 15px; color: #272727; font-weight: bold; font-style: normal; margin-top: 10px; margin-bottom: 5px;}
.pop_terms .txtBox .parag p{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.pop_terms .txtBox .parag ul{ margin-top: 5px;}
.pop_terms .txtBox .parag ul li span{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.pop_terms .txtBox .parag ul li p{ padding-left: 8px; }
.pop_terms .txtBox::-webkit-scrollbar{ width: 6px; }
.pop_terms .txtBox::-webkit-scrollbar-thumb{ height: 17%; background-color: #aaa; border-radius: 10px; }
.pop_terms .txtBox::-webkit-scrollbar-track{ background: transparent; }


@media screen and (max-width: 1600px){
.sub_board .inner{ width: 96%; margin: 0 auto; }
}
@media screen and (max-width: 1520px){


.sub_board .inner > h2{ font-size: 60px; }



/*! Write visual */
.inqry1 { position: relative; background-color: #f7f7f8; margin-bottom: 50px; }
.inqry1 .inner { position: relative; width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.inqry1 .inner > span{ position: absolute; top: 50px; left: 0; font-size: 20px; font-weight: 700; }
.inqry1 .inner .r-backmg { width: 580px; height: 519px; }
.inqry1 .inner .r-backmg > span{ display: block; width: 580px; height: 519px; background: url(/img/img_inqry1.png) no-repeat bottom right; background-size: contain; }

.inqry1 .inner .l-txt > span > mark{ background: transparent; border-bottom: 2px solid #ee4030; }
.inqry1 .inner .l-txt > h4{ font-size: 25px; font-weight: 300; margin-top: 25px; }
.inqry1 .inner .l-txt > h2{ font-size: 40px; font-weight: 800; margin-top: 5px; }
.inqry1 .inner .l-txt > p{ position: relative; display: inline-block; font-size: 18px; line-height: 28px; font-weight: 300; margin-top: 35px; }
.inqry1 .inner .l-txt > p::after{ position: absolute; display: block; bottom: -5px; width: 100%; height: 1px; background: #111; content: ''; }
.inqry1 .inner .l-txt > ul{ display: flex; justify-content: flex-start; align-items: center; margin-top: 30px; }
.inqry1 .inner .l-txt > ul > li{ display: inline-block; width: 180px; border-radius: 20px; background: #fff; padding: 20px 30px; margin-right: 20px; }
.inqry1 .inner .l-txt > ul > li:last-of-type{ margin-right: 0; }
.inqry1 .inner .l-txt > ul > li > div{ font-size: 25px; font-weight: 800; }
.inqry1 .inner .l-txt > ul > li > div > em{ font-style: normal; font-size: 20px; font-weight: 600; }
.inqry1 .inner .l-txt > ul > li > p{ font-size: 20px; margin-top: 4px; }
.inqry1 .inner .l-txt .lbox1 { box-shadow: 0 9px 15px 0 rgba(238,64,48,0.08); }
.inqry1 .inner .l-txt .lbox2 { box-shadow: 0 9px 15px 0 rgba(49,203,157,0.08); }
.inqry1 .inner .l-txt .lbox3 { box-shadow: 0 9px 15px 0 rgba(60,159,255,0.08); }


/*! ─────────── W R I T E ─────────── */


/** form layout **/
#bo_w{ position: relative; width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
#bo_w .r-form { width: 100%; margin-top: 80px; }
#bo_w .l-info { width: 100%; }
#bo_w .l-info > h2{ font-size: 40px; font-weight: 800; line-height: 55px; }
#bo_w .l-info > p{ font-size: 20px; margin-top: 20px; }

#bo_w .sm-tit { display: flex; justify-content: flex-start; align-items: center; }
#bo_w .sm-tit > span{ display: inline-block; width: 30px; height: 30px; text-align: center; font-size: 20px; color: #fff; font-weight: 700; line-height: 30px; border-radius: 50%; background: #111; }
#bo_w .sm-tit > h4{ font-size: 30px; font-weight: 700; margin-left: 9px; }


.frmBox ul li .inpBox{ width: 100%; }
.frmBox .fileBox{ width: 100%; }

}


/*! Tablet */

@media screen and (max-width: 1279px){


.sub_board .inner > h2{ font-size: 40px; }

/*! ─────────── W R I T E ─────────── */
.contact-tit .left-eng > h2{ font-size: 50px; line-height: 85px; }
.contact-tit .right-kr { text-align: right; }
.contact-tit .right-kr > h4 { font-size: 20px; letter-spacing: 2px; line-height: 30px; }
.contact-tit .right-kr > em{ font-style: normal; font-size: 14px; }


/** form layout **/
#bo_w{ position: relative; width: 90%; margin: 0 auto; flex-wrap: wrap; }
#bo_w .l-form { width: 100%; }
#bo_w .sm-tit { display: flex; justify-content: flex-start; align-items: flex-start; }
#bo_w .sm-tit > h4{ font-size: 30px; font-weight: 700; }
#bo_w .sm-tit > em{ font-size: 15px; font-style: normal; font-weight: 400; padding-left: 5px; }
#bo_w .r-info { width: 100%; padding-left: 0; margin-top: 60px; }
#bo_w .r-info .add-info { margin-top: 35px; }
#bo_w .r-info .add-info > h5{ font-size: 20px; font-weight: 700; }
#bo_w .r-info .add-info > p{ font-size: 18px; color: #aaa; margin-top: 8px; }
#bo_w .r-info .add-info > em{ display: block; font-size: 13px; color: #aaa; margin-top: 8px; line-height: 20px; font-style: normal; }


.frmBox ul li .inpBox{ width: 100%; }
.frmBox .fileBox{ width: 100%; }

}




/*! MOBILE  */
@media screen and (max-width: 767px){ 



/*! Write visual */
.inqry1 { position: relative; background-color: #f7f7f8; margin-bottom: 50px; }
.inqry1 .inner { position: relative; width: 90%; margin: 0 auto; display: block; }
.inqry1 .inner > span{ position: relative; top: 50px; left: 0; font-size: 20px; font-weight: 700; }
.inqry1 .inner .r-backmg { width: 100%; height: 286px; }
.inqry1 .inner .r-backmg > span{ display: block; width: 320px; height: 286px; margin: 0 auto; background: url(/img/img_inqry1.png) no-repeat bottom right; background-size: contain; }

.inqry1 .inner .l-txt > span > mark{ background: transparent; border-bottom: 2px solid #ee4030; }
.inqry1 .inner .l-txt > h4{ font-size: 14px; font-weight: 300; margin-top: 80px; }
.inqry1 .inner .l-txt > h2{ font-size: 24px; font-weight: 800; margin-top: 5px; }
.inqry1 .inner .l-txt > p{ position: relative; display: inline-block; font-size: 12px; line-height: 20px; font-weight: 300; margin-top: 20px; }
.inqry1 .inner .l-txt > p::after{ position: absolute; display: block; bottom: -5px; width: 100%; height: 1px; background: #111; content: ''; }
.inqry1 .inner .l-txt > ul{ display: flex; justify-content: flex-start; align-items: center; margin-top: 30px; }
.inqry1 .inner .l-txt > ul > li{ display: inline-block; width: 110px; border-radius: 5px; background: #fff; padding: 10px 10px; margin-right: 10px; }
.inqry1 .inner .l-txt > ul > li:last-of-type{ margin-right: 0; }
.inqry1 .inner .l-txt > ul > li > div{ font-size: 16px; font-weight: 800; }
.inqry1 .inner .l-txt > ul > li > div > em{ font-style: normal; font-size: 14px; font-weight: 600; }
.inqry1 .inner .l-txt > ul > li > p{ font-size: 12px; margin-top: 4px; }
.inqry1 .inner .l-txt .lbox1 { box-shadow: 0 9px 15px 0 rgba(238,64,48,0.08); }
.inqry1 .inner .l-txt .lbox2 { box-shadow: 0 9px 15px 0 rgba(49,203,157,0.08); }
.inqry1 .inner .l-txt .lbox3 { box-shadow: 0 9px 15px 0 rgba(60,159,255,0.08); }

.sub_board .inner > h2{font-size: 32px;}


/*! ─────────── W R I T E ─────────── */

.sub_board .inner{ width: 100%; margin: 0 auto;}
/** form layout **/
#bo_w{ position: relative; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
#bo_w .r-form { width: 100%; margin-top: 40px; padding-bottom: 80px; }
#bo_w .l-info { width: 100%; }
#bo_w .l-info > h2{ font-size: 24px; font-weight: 800; line-height: 32px; }
#bo_w .l-info > p{ font-size: 14px; margin-top: 20px; }

#bo_w .sm-tit { display: flex; justify-content: flex-start; align-items: center; }
#bo_w .sm-tit > span{ display: inline-block; width: 20px; height: 20px; text-align: center; font-size: 14px; color: #fff; font-weight: 700; line-height: 20px; border-radius: 50%; background: #111; }
#bo_w .sm-tit > h4{ display: block; width: calc(100% - 20px); font-size: 18px; font-weight: 700; margin-left: 9px; line-height: 24px; }


.frmBox ul li .inpBox{ width: 100%; }
.frmBox .fileBox{ width: 100%; }



/*? 체크박스 */
.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{ text-align: center; margin-top: 0; }
.btn_confirm .go_list{ color: #fff; font-size: 18px; background: #999999; border: 1px solid #999999; text-align: center; margin-top: 10px; }


/* LIST */
#bo_list .table_wrap table thead tr th{ font-size: 14px; padding: 10px 5px; }
#bo_list .table_wrap table thead tr th a{ display: block; }
#bo_list .table_wrap table thead tr th.th_num{ min-width: 50px; }
#bo_list .table_wrap table thead tr th.th_subject{ width: 88% !important; }
#bo_list .table_wrap table thead tr th.th_name,
#bo_list .table_wrap table thead tr th.th_tel,
#bo_list .table_wrap table thead tr th.th_date,
#bo_list .table_wrap table tbody tr td.td_name,
#bo_list .table_wrap table tbody tr td.td_tel,
#bo_list .table_wrap table tbody tr td.td_date{ display: none; }
#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 a.minfo{ display: block; width: 100%; margin-top: 5px; }
#bo_list .table_wrap table tbody tr td a.minfo ul{ display: flex; }
#bo_list .table_wrap table tbody tr td a.minfo ul li{ font-size: 12px; color: #585858; margin-right: 10px; letter-spacing: -0.5px;}
#bo_list .table_wrap table tbody tr td a.minfo ul li .comment_off{ color: #aaa; }
#bo_list .table_wrap table tbody tr td a.minfo ul li .comment_on{ color: #4376e8; }
#bo_list .table_wrap table tbody tr td{line-height: normal;}
/* VIEW */
#bo_v > #bo_v_con table tbody tr th{ width: 120px; font-size: 14px; padding: 10px; }
#bo_v > #bo_v_con table tbody tr td{ width: calc(100% - 120px); font-size: 14px; padding: 10px 15px; }


/* WRITE */



/** form layout **/
#bo_w{ position: relative; width: 100%; flex-wrap: wrap; }
#bo_w .l-form { width: 100%; }
#bo_w .l-form .frmBox { flex-wrap: wrap; }
#bo_w .l-form .frmBox .basic-info { width: 100%; }
#bo_w .l-form .frmBox .detail-info { width: 100%; margin-top: 30px; }
#bo_w .sm-tit { display: flex; justify-content: flex-start; align-items: flex-start; }
#bo_w .sm-tit > h4{ font-size: 20px; font-weight: 700; }
#bo_w .sm-tit > em{ font-size: 12px; font-style: normal; font-weight: 400; padding-left: 5px; }
#bo_w .r-info { width: 100%; padding-left: 0; margin-top: 60px; }
#bo_w .r-info .add-info { margin-top: 20px; }
#bo_w .r-info .add-info > h5{ font-size: 16px; font-weight: 700; }
#bo_w .r-info .add-info > p{ font-size: 14px; color: #aaa; margin-top: 8px; }
#bo_w .r-info .add-info > em{ display: block; font-size: 12px; color: #aaa; margin-top: 8px; line-height: 20px; font-style: normal; }


.frmBox ul li .inpBox{ width: 100%; }
.frmBox .fileBox{ width: 100%; padding-right: 20px; }
.frmBox .fileBox label{ display: inline-block; cursor: pointer; }


.frmChk .chkBox input[type=checkbox] + label span{ width: 20px; height: 20px; background: url(/img/ico_chkBox.png) no-repeat center center; background-size: contain; display: inline-block; }
.frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/ico_chkBox_on.png) no-repeat center center; background-size: contain; }
.frmChk .pv-open{ font-size: 11px; color: #bfbfbf; cursor: pointer; transition: all 0.2s ease-in-out; text-decoration: underline; }
.frmChk .pv-open:hover{ color: #111; }



.frmBox ul li.wid02{ width: 100%; }
.frmBox ul li.wid03{ width: 100%; }
.frmBox ul li .label{ font-size: 15px; }
.frmBox ul li .label em{ font-size: 13px; }
.frmBox ul li select, 
.frmBox ul li .frm_input, 
.frmBox ul li textarea{ height: 50px; font-size: 16px; padding: 0 10px; }
.frmBox ul li textarea{ height: 250px; line-height: 26px; padding: 15px; }
.frmBox ul li .frm_input::placeholder,
.frmBox ul li textarea::placeholder{ font-size: 15px; }
.frmBox .fileBox{ height: 50px; padding: 0 10px; }

.frmBox .fileBox .upload-name{ width: 70%; font-size: 15px; color: #777; opacity: 1; }
.frmChk .chkBox input[type=checkbox] + label{ font-size: 15px; }
.frmChk .pv-open{ font-size: 14px; font-weight: 500; }
.pop_terms{ top: 50%; width: 90%; padding: 30px 20px; }
.pop_terms > h3{ font-size: 22px; letter-spacing: -1px; margin-bottom: 20px; }
.pop_terms > .pv-close{ right: 20px; top: 30px; width: 35px; height: 35px; }
.pop_terms .txtBox{ height: 300px; padding: 15px; }
.pop_terms .txtBox .parag{ margin-bottom: 20px;}
.pop_terms .txtBox .parag .t_1{ font-size: 14px; margin-bottom: 10px; }
.pop_terms .txtBox .parag .t_2{ font-size: 13px; margin-top: 10px; }
.pop_terms .txtBox .parag p{font-size: 12px; line-height: 20px; letter-spacing: 0; }
.pop_terms .txtBox .parag ul{ margin-top: 5px; }
.pop_terms .txtBox .parag ul li span{ font-size: 12px; line-height: 20px; letter-spacing: 0; }
.pop_terms .txtBox .parag ul li p{ font-size: 12px; }


}