@charset "utf-8";
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */

/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */


/*! Conbox */
.conbox1 { display: flex; justify-content: space-between; align-items: flex-start; }
.conbox1 .l-txt { max-width: 520px; }
.conbox1 .l-txt > h3{ font-size: 35px; font-weight: 700; line-height: 45px; }
.conbox1 .l-txt > p{ font-size: 18px; font-weight: 300; line-height: 28px; margin-top: 10px; }
.conbox1 .r-box { position: relative; width: 1100px; }
.conbox1 .r-box > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.conbox1 .r-box > ul > li{ width: 32%; padding: 50px 25px; border-radius: 30px; background-color: #f8f8f8; }
.conbox1 .r-box > ul > li:nth-of-type(n+4){ margin-top: 2%; }
.conbox1 .r-box .li-icon { display: block; width: 25px; height: 25px; margin: 0 auto; background: url(/img/img_inqry1_chk.png) no-repeat; }
.conbox1 .r-box > ul > li > h4{ font-size: 25px; font-weight: 700; letter-spacing: -0.7px; text-align: center; margin-top: 15px; }
.conbox1 .r-box > ul > li > p{ font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: -0.7px; margin-top: 15px; text-align: center; }

.form-tit { margin: 125px 0 40px; font-size: 35px; font-weight: 700; line-height: 50px; }

/* 게시판 _ 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, #00269A; border: 1px solid #00269A; }

/*? 관리자 버튼 */
#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: #00269A; border: 1px solid #00269A; }

/*? 확인버튼 */
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm *{ display: block; width: 100%; font-size: 25px; font-weight: 700; color: #fff; letter-spacing: -0.5px; text-align: center; line-height: 90px; border: 1px solid #00269A; background: #00269A; border-radius: 10px; transition: all 0.2s ease-in-out; }
.btn_confirm .go_list{ color: #fff; background: #999; border: 1px solid #999; margin-top: 10px; }
.btn_confirm #btn_submit:hover{ color: #fff; background: #FF8900; border-color: #FF8900; }




/*! ─────────── 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,#00269A; 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:first-of-type:hover{ color: #111; border-bottom: 1px solid #111; }
#bo_list .table_wrap .bo_tit .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: #00269A; 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; }


/*! ========== V I E W ========== */
#bo_v{ width: 100%; max-width: 1100px; margin: 0 auto; }
#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; }


/*! ─────────── W R I T E ─────────── */
#bo_w{ position: relative; width: 100%; }
.frmBox ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.frmBox ul li{ width: 100%; margin-bottom: 30px; }
.frmBox ul li.widtit{ width: 100%; }
.frmBox ul li.wid02{ width: 49%; }
.frmBox ul li.wid03{ width: 49%; }
.frmBox ul li.wid04{ width: 24%; }
.frmBox ul li .label{ font-size: 18px; font-weight: 500; color: #111; letter-spacing: -0.5px; margin-bottom: 10px; }
.frmBox ul li .label .req{ display: inline-block; width: 5px; height: 5px; background: #FF8900; border-radius: 50%; vertical-align: 10px; margin-left: 5px; }
.frmBox ul li .label em{ font-size: 14px; font-weight: 400; color: #aaa; font-style: normal; }
.frmBox ul li .selectBox{ position: relative; }
.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; }
.frmBox ul li select,
.frmBox ul li .frm_input,
.frmBox ul li textarea{ width: 100%; height: 55px; font-size: 16px; color: #111; padding: 0 20px; border: 1px solid #f8f8f8; outline: none; border-radius: 10px; background: #f8f8f8; transition: all 0.2s ease-in-out; }
.frmBox ul li textarea{ height: 250px; line-height: 30px; padding: 20px 30px; resize: none; }
.frmBox ul li .frm_input::placeholder,
.frmBox ul li textarea::placeholder{ color: #c1c5cc; }
.frmBox ul li select:focus,
.frmBox ul li select:focus-visible,
.frmBox ul li .frm_input:focus,
.frmBox ul li .frm_input:focus-visible,
.frmBox ul li textarea:focus,
.frmBox ul li textarea:focus-visible{ border: 1px solid #FF8900; }
/* 파일박스 */
.frmBox .fileBox{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #fff; border: 1px solid #ddd; }
.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: 23%; height: 45px; font-size: 14px; font-weight: 400; color: #c1c5cc; line-height: 45px; border: 1px solid #ddd; background: #f8f8f8; cursor: pointer; display: block; transition: all 0.2s ease-in-out; }
.frmBox > ul li .radioBox > input:checked + label{ color: #fff; background: #00269A; border: 1px solid #00269A; }
/* 약관박스 */
.frmChk{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.frmChk .chkBox input[type=checkbox]{ display: none; }
.frmChk .chkBox input[type=checkbox] + label{ display: flex; align-items: center; font-size: 18px; font-weight: 500; color: #111; letter-spacing: -0.5px; cursor: pointer; }
.frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.frmChk .chkBox input[type=checkbox] + label span{ width: 40px; height: 40px; background: url(img/ico_chkBox.png) no-repeat center center; background-size: contain; display: inline-block; margin-right: 10px; }
.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: 16px; color: #bfbfbf; text-decoration: underline; cursor: pointer; transition: all 0.2s ease-in-out; }
.frmChk .pv-open:hover{ color: #111; }
/* 약관팝업 */
.pop_terms{ display: none; position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); width: 90%; padding: 50px; border-radius: 25px; 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.png) no-repeat center center; 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; }



/*! PC small ~ 1640  */
@media screen and (max-width: 1640px){ 


.sub_board .inner{ max-width: 1200px; margin: 0px auto 100px; }

/*! Conbox */
.conbox1 { display: block; }
.conbox1 .l-txt { max-width: 520px; }
.conbox1 .l-txt > h3{ font-size: 35px; font-weight: 700; line-height: 45px; }
.conbox1 .l-txt > p{ font-size: 18px; font-weight: 300; line-height: 28px; margin-top: 10px; }
.conbox1 .r-box { position: relative; width: 100%; margin-top: 40px; }
.conbox1 .r-box > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.conbox1 .r-box > ul > li{ width: 32%; padding: 50px 25px; border-radius: 30px; background-color: #f8f8f8; }
.conbox1 .r-box > ul > li:nth-of-type(n+4){ margin-top: 2%; }
.conbox1 .r-box .li-icon { display: block; width: 25px; height: 25px; margin: 0 auto; background: url(/img/img_inqry1_chk.png) no-repeat; }
.conbox1 .r-box > ul > li > h4{ font-size: 25px; font-weight: 700; letter-spacing: -0.7px; text-align: center; margin-top: 15px; }
.conbox1 .r-box > ul > li > p{ font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: -0.7px; margin-top: 15px; text-align: center; }

.form-tit { margin: 125px 0 40px; font-size: 35px; font-weight: 700; line-height: 50px; }


}




/*! MOBILE  */
@media screen and (max-width: 767px){ 



.sub_board .inner{ max-width: 90%; margin: 0px auto 100px; }

/*! Conbox */
.conbox1 { display: block; }
.conbox1 .l-txt { max-width: 100%; }
.conbox1 .l-txt > h3{ font-size: 28px; font-weight: 700; line-height: 38px; }
.conbox1 .l-txt > p{ font-size: 16px; font-weight: 300; line-height: 28px; margin-top: 10px; word-break: keep-all; }
.conbox1 .r-box { position: relative; width: 100%; margin-top: 40px; }
.conbox1 .r-box > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.conbox1 .r-box > ul > li{ width: 100%; padding: 30px 22px; border-radius: 20px; background-color: #f8f8f8; }
.conbox1 .r-box > ul > li:nth-of-type(n+2){ margin-top: 20px; }
.conbox1 .r-box .li-icon { display: block; width: 25px; height: 25px; margin: 0 auto; background: url(/img/img_inqry1_chk.png) no-repeat; }
.conbox1 .r-box > ul > li > h4{ font-size: 25px; font-weight: 700; letter-spacing: -0.7px; text-align: center; margin-top: 15px; }
.conbox1 .r-box > ul > li > p{ font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: -0.7px; margin-top: 15px; text-align: center; }

.form-tit { margin: 60px 0 50px; font-size: 24px; font-weight: 700; line-height: 32px; word-break: keep-all; }



    /*? 체크박스 */
    .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 *{ height: 70px; font-size: 20px; line-height: 70px; padding: 0 35px; transition: all 0s ease; }
    
    /* 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; }
    #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: #00269A; }

    /* 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 */


    .frmBox ul li{ margin-bottom: 20px; }
    .frmBox ul li.wid02{ width: 100%; }
    .frmBox ul li.wid03{ width: 100%; }
    .frmBox ul li.wid04{ width: 100%; }
    .frmBox ul li .label{ font-size: 17px; }
    .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{ font-size: 15px; color: #777; opacity: 1; }
    .frmChk{ height: 60px; padding: 0;}
    .frmChk .chkBox input[type=checkbox] + label{ font-size: 15px; }
    .frmChk .pv-open{ font-size: 14px; font-weight: 500; }
    .pop_terms{ top: 60%; width: 100%; 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; }


}
