@charset "utf-8";
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */
.sub_board .inner > h2{ font-size: 40px; font-weight: 700; color: #111; text-align: center; margin-bottom: 70px; }
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */


/*! Board top */
.sub_board .inner{ padding: 0 100px 180px;  width: 100%; max-width: 1920px; margin-top: 250px; }
.sub_board .strboard-tit { width: 100%; display: flex; justify-content: flex-start; align-items: flex-end; margin-bottom: 80px; }
.sub_board .strboard-tit > h2{ font-size: 100px; font-weight: 400; }
.sub_board .strboard-tit > a{ position: relative; display: inline-block; font-size: 25px; font-weight: 700; margin-left: 30px; padding-bottom: 18px; }
.sub_board .strboard-tit > a > span{ position: absolute; display: block; bottom: 12px; left: 0; width: 0; height: 4px; background-color: #1b7d87; transition: all .2s ease-in-out; }

/*? hover */
.sub_board .strboard-tit > a:hover > span{ width: 100%; }



/* 게시판 _ CSS */
select { background: url(img/ico_select.png) no-repeat 98% center; background-size: auto; cursor: pointer; border-radius:0; /* 아이폰 사파리 보더 없애기 */ -webkit-appearance:none; /* 화살표 없애기 for chrome*/ -moz-appearance:none; /* 화살표 없애기 for firefox*/ appearance:none /* 화살표 없애기 공통*/ }
select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }

/*? 체크박스 */
#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, #151616; border: 1px solid #151616; }

/*? 관리자 버튼 */
#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: #151616; border: 1px solid #151616; }

/*? 확인버튼 */
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm #btn_submit{ display: inline-block; height: 50px; font-size: 17px; font-weight: 500; color: #151616; letter-spacing: -0.5px; line-height: 48px; border: 1px solid #151616; padding: 0 40px; background: #fff; border-radius: 0; transition: all 0.2s ease-in-out; }
.btn_confirm #btn_submit:hover{ color: #fff; background: #151616; }

/*? 분류 */
#bo_cate{ margin-bottom: 60px; }
#bo_cate ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#bo_cate ul li{ width: 24%; }
#bo_cate ul li a{ display: block; font-size: 20px; font-weight: 400; color: #999; letter-spacing: -1px; line-height: 60px; text-align: center; border: 1px solid #dedede; transition: all 0.2s ease-in-out; }
#bo_cate ul li a:hover{ color: #111; border: 1px solid #151616; }
#bo_cate ul li #bo_cate_on{ color: #fff; background: #151616; border: 1px solid #151616; }
#bo_cate ul li a em{ display: none; }


/*! ─────────── L I S T ─────────── */
.faqList{ width: 100%; }
.faqList li{ position: relative; margin-bottom: 20px; border: 2px solid #f8f8f8; border-radius: 20px; overflow: hidden; }
.faqList li.empty_list{ font-size: 18px; font-weight: 400; color: #aaa; letter-spacing: -1px; text-align: center; padding: 25px 30px; background-color: #f8f8f8; }
.faq_que{ position: relative; display: flex; align-items: center; justify-content: space-between; padding: 22px 30px; background-color: #f8f8f8; cursor: pointer; }
.faq_que .chk_box{ position: absolute; left: 5px; top: 27px; z-index: 10; }
.faq_que .faq_tit{ position: relative; width: calc(100% - 30px); }
.faq_que .faq_tit h3{ display: inline-block; max-width: 90%; font-size: 22px; font-weight: 700; color: #111; letter-spacing: -1px; line-height: 34px; word-break: keep-all; transition: all 0.2s ease-in-out; }
.faq_que .arrow{ position: relative; width: 10px; height: 10px; }
.faq_que .arrow::before{ position: absolute; left: 0; top: 4px; width: 10px; height: 2px; background: #cfcfcf; content: ''; display: block; }
.faq_que .arrow::after{ position: absolute; left: 0; top: 4px; width: 10px; height: 2px; background: #cfcfcf; content: ''; display: block; transform: rotate(-90deg); transition: all 0.3s ease-in-out;}
.faq_ans{ display: none; padding: 20px 30px; }
.faq_ans .faq_con{ position: relative; font-size: 16px; font-weight: 400; color: #555; letter-spacing: -0.5px; line-height: 30px; word-break: keep-all; }
.faq_ans .faq_con img{ max-width: 100%; }
.faq_ans .faq_con .bo_revise{ position: absolute; right: 0; bottom: 0; display: inline-block; color: #fff; background-color: #999; padding: 0 15px; font-size: 13px; font-weight: 400; line-height: 32px; border: none; border-radius: 3px; }
.faq_ans .faq_con p{ font-size: 16px; font-weight: 400; color: #555; letter-spacing: -0.5px; line-height: 30px; word-break: keep-all; }
/* hover , on */
.faqList li .faq_que:hover .faq_tit h3,
.faqList li.on .faq_que .faq_tit h3{ color: #151616; }
.faqList li.on .faq_que .arrow::after{ transform: rotate(0deg); background: #111; }

/*! ─────────── V I E W ─────────── */
#bo_v_title{ padding: 22px 30px; background-color: #f8f8f8; border-top-left-radius: 20px; border-top-right-radius: 20px; }
#bo_v_title > h3{ font-size: 22px; font-weight: 700; color: #111; letter-spacing: -1px; word-break: keep-all; }
#bo_v_atc{ padding: 20px 30px; border: 2px solid #f8f8f8; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
#bo_v_atc #bo_v_img img{ max-width: 100%; }
#bo_v_atc #bo_v_con img{ max-width: 100%; }
#bo_v_atc #bo_v_con{ font-size: 16px; font-weight: 400; color: #999999; letter-spacing: -0.5px; line-height: 32px; word-break: keep-all; }

/*! ─────────── 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: #151616; 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: 20px; 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 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 #151616; }




@media screen and (max-width: 1279px){

    /*! Board top */
    .sub_board .inner{ padding: 0 100px 180px; width: 100%; max-width: 1279px; margin-top: 150px; }
    .sub_board .strboard-tit { width: 100%; display: block; margin-bottom: 40px; }
    .sub_board .strboard-tit > h2{ font-size: 42px; font-weight: 400; margin-bottom: 40px; }
    .sub_board .strboard-tit > a{ position: relative; display: inline-block; font-size: 25px; font-weight: 700; margin-left: 30px; padding-bottom: 18px; }
    .sub_board .strboard-tit > a > span{ position: absolute; display: block; bottom: 12px; left: 0; width: 0; height: 4px; background-color: #1b7d87; transition: all .2s ease-in-out; }
    .sub_board .strboard-tit > a:nth-of-type(1){ margin-left: 0; }
    
    
    
    }


@media screen and (max-width: 1024px){ 

    /*? 체크박스 */
    .chk_box input[type="checkbox"] + label span{ width: 20px; height: 20px; vertical-align: -5px; }

    /*? 분류 */
    #bo_cate{ margin-bottom: 40px; }
    #bo_cate ul li a{ font-size: 18px; line-height: 50px; }

    /* LIST */
    .faq_que{ padding: 18px 25px; }
    .faq_que .chk_box{ left: 3px; top: 21px; }
    .faq_que .faq_tit h3{ font-size: 20px; line-height: 30px; }
    .faq_ans .faq_con{ font-size: 15px; line-height: 28px; }
    .faq_ans .faq_con p{ font-size: 15px; line-height: 28px; }

    /* VIEW */
    #bo_v_title{ padding: 18px 25px; }
    #bo_v_title h3{ font-size: 20px; line-height: 30px; }
    #bo_v_atc{ font-size: 15px; line-height: 28px; }
    #bo_v_atc p{ font-size: 15px; line-height: 28px; }
}


@media screen and (max-width: 767px){ 


/*! Board top */
.sub_board .inner{ padding: 0 5% 180px; width: 100%; max-width: 767px; margin-top: 150px; }
.sub_board .strboard-tit { width: 100%; display: block; margin-bottom: 40px; }
.sub_board .strboard-tit > h2{ font-size: 42px; font-weight: 400; margin-bottom: 40px; }
.sub_board .strboard-tit > a{ position: relative; display: inline-block; font-size: 25px; font-weight: 700; margin-left: 30px; padding-bottom: 18px; }
.sub_board .strboard-tit > a > span{ position: absolute; display: block; bottom: 12px; left: 0; width: 0; height: 4px; background-color: #1b7d87; transition: all .2s ease-in-out; }
.sub_board .strboard-tit > a:nth-of-type(1){ margin-left: 0; }

    
    /*? 관리자 버튼 */
    #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; }
    
    /*? 분류 */
    #bo_cate{ margin-bottom: 30px; }
    #bo_cate ul li a{ font-size: 14px; line-height: 40px; }

    /* LIST */
    .faqList li{ border-radius: 10px; margin-bottom: 10px; }
    .faq_que{ padding: 15px; }
    .faq_que .chk_box{ left: 0px; top: 15px; }
    .faq_que .faq_tit h3{ font-size: 16px; line-height: 24px; }
    .faq_ans{ padding: 20px 15px; }
    .faq_ans .faq_con{ font-size: 14px; line-height: 22px; }
    .faq_ans .faq_con p{ font-size: 14px; line-height: 22px; }

    /* VIEW */
    #bo_v_title{ padding: 15px; }
    #bo_v_title h3{ font-size: 20px; line-height: 30px; }
    #bo_v_atc{ font-size: 15px; line-height: 28px; }
    #bo_v_atc p{ font-size: 15px; line-height: 28px; }

    /* 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; }
}