@charset "utf-8";
/* ─────────── 매뉴얼 CSS (작업시 삭제) ─────────── */
/*.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, #f6c10a; border: 1px solid #f6c10a; }

/*? 관리자 버튼 */
#bo_list #btn_bo_user{ margin-bottom: 30px; }
#bo_v #btn_bo_user{ margin-top: 30px; }
#btn_bo_user{ width: 100%; }
#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: #f6c10a; border: 1px solid #f6c10a; }

/*? 확인버튼 */
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm #btn_submit{ display: inline-block; height: 50px; font-size: 17px; font-weight: 500; color: #f6c10a; letter-spacing: -0.5px; line-height: 48px; border: 1px solid #f6c10a; padding: 0 40px; background: #fff; border-radius: 0; transition: all 0.2s ease-in-out; }
.btn_confirm #btn_submit:hover{ color: #fff; background: #f6c10a; }


/*! Category */

/** Category */
#bo_cate.media{ margin-bottom: 30px; }
#bo_cate.media > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#bo_cate.media > ul > li{ display: inline-block; margin-right: 8px; }
#bo_cate.media > ul > li:last-of-type{ margin-right: 0; }
#bo_cate.media > ul > li > a{ display: inline-block; font-size: 14px; line-height: 28px; padding: 0 12px; color: #aaa; background-color: #fff; border: 1px solid #DFDFDF; transition: all .2s ease-out; }
#bo_cate.media > ul > li > a:hover{ background-color: #f4f4f4; }
#bo_cate.media > ul > li > #bo_cate_on{ color: #181818; background-color: #FFC917; border-color: #FFC917; }




/*! ────────── L I S T ────────── */
.listBox{ display: flex; flex-wrap: wrap; margin: 0 auto; }
.listBox > li{ position: relative; width: 23.5%; margin-right: 2%; }
.listBox > li:nth-of-type(4n){ margin-right: 0; }
.listBox > li:nth-of-type(n+5){ margin-top: 30px; }
.listBox > li.empty_list{ width: 100%; margin: 0; }
.listBox > li > .gall_chk{ position: absolute; left: 10px; top: 10px; z-index: 20; }
.listBox > li > a{ display: block; }
.listBox .li_empty { width: 100%; padding: 100px 0 ; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; font-size: 16px; text-align: center; margin-right: 0; }
.listBox .imgBox { position: relative; width: 100%; border-radius: 6px; overflow: hidden; }
.listBox .imgBox img{ width: 100% !important; object-fit: cover; transition: all 0.5s ease-out; }


.img-comp-container { position: relative; height: 320px; /*should be the same height as the images*/ overflow: hidden; }
.img-comp-img { position: absolute; width: auto; height: auto; overflow: hidden; }
.img-comp-img img { display: block; vertical-align: middle; }
.img-comp-slider { position: absolute; z-index: 9; cursor: ew-resize; /*set the appearance of the slider:*/ width: 37px; height: 37px; background: url(/img/ico_slider.svg) no-repeat center center #FFC917; opacity: 1; border-radius: 50%; }
.img-comp-slider > span{ display: none; position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; width: 2px; background-color: transparent; z-index: 10; }
.bar-hline { z-index: 6; }
.sl-text { display: block; white-space: nowrap; font-size: 14px; color: #fff; font-weight: 600; text-align: center; z-index: 11; }

/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 0; overflow: hidden; }
.listBox .info-box > a > h5{ display: block; width: 100%; font-size: 18px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box h5{ display: block; width: 100%; font-size: 18px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box .bt-edt { display: inline-block; margin-top: 8px; font-size: 12px; line-height: 22px; padding: 0 6px; color: #fff; background-color: #aaa; }


/*? hover */
.listBox li:hover .info-box > h5{ color: #FFC917; }





/*! ────────── V I E W ────────── */
#bo_v{ position: relative; width: 100%; }
#bo_v .bo_v_tit{ width: 100%; text-align: center; padding: 40px 40px; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; background-color: #f8f8f8; margin-top: 60px; }
#bo_v .bo_v_tit > p{ font-size: 16px; color: #FFC917; font-weight: 700; letter-spacing: -1px; margin-bottom: 5px; }
#bo_v .bo_v_tit h3{ font-size: 28px; font-weight: 700; color: #111; letter-spacing: -1px; line-height: 36px; word-break: keep-all; }
#bo_v .bo_v_tit > span{ display: block; width: 120px; font-size: 16px; line-height: 38px; color: #FFC917; border-radius: 19px; border: 1px solid #FFC917; margin: 15px auto 0; }



#bo_v .video-container { position: relative; margin-top: 50px; padding-bottom: 56.25%; /* 16:9 비율인 경우 */ /* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */ padding-top: 25px; height: 0; }
#bo_v .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*#bo_v .bo_v_tit ol li::after{ position: absolute; right: 0; top: 3px; width: 1px; height: 13px; background: #aaa; content: ''; display: block; }
#bo_v .bo_v_tit ol li:last-of-type:after{ display: none; }*/
#bo_v .bo_v_con{ width: 100%; word-break: keep-all; padding: 50px 0; background: #fff; }
#bo_v .bo_v_con *{ /*font-size: 16px; font-weight: 400; line-height: 28px;*/ word-break: keep-all; }
#bo_v .bo_v_con img{ max-width: 100%; }


/*! ─────────── 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.wid02{ width: 49%; }
#bo_w form .frmBox ul li:last-of-type{ margin-bottom: 0; }
#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: #f6c10a; 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 #f6c10a; }
/* 파일박스 */
#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; }





@media screen and (max-width: 1279px){
 
/*! ────────── L I S T ────────── */
.listBox{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 auto; max-width: 610px; }
.listBox > li{ position: relative; width: 290px; margin-right: 15px; margin-bottom: 30px; }
.listBox > li:nth-of-type(4n){ margin-right: 15px; }
.listBox > li:nth-of-type(n+5){ margin-top: 0; }
.listBox > li.empty_list{ width: 100%; margin: 0; }
.listBox > li > .gall_chk{ position: absolute; left: 10px; top: 10px; z-index: 20; }
.listBox > li > a{ display: block; }
.listBox .li_empty { width: 100%; padding: 100px 0 ; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; font-size: 16px; text-align: center; margin-right: 0; }
.listBox .imgBox { position: relative; width: 100%; border-radius: 6px; overflow: hidden; }
.listBox .imgBox img{ width: 100% !important; object-fit: cover; transition: all 0.5s ease-out; }


.img-comp-container { position: relative; width: 290px; height: 320px; /*should be the same height as the images*/ overflow: hidden; }
.img-comp-img { position: absolute; width: auto; height: auto; overflow: hidden; }
.img-comp-img img { display: block; vertical-align: middle; }
.img-comp-slider { position: absolute; z-index: 9; cursor: ew-resize; /*set the appearance of the slider:*/ width: 37px; height: 37px; background: url(/img/ico_slider.svg) no-repeat center center #FFC917; opacity: 1; border-radius: 50%; }
.img-comp-slider > span{ display: none; position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; width: 2px; background-color: transparent; z-index: 10; }
.bar-hline { z-index: 6; }
.sl-text { display: block; white-space: nowrap; font-size: 14px; color: #fff; font-weight: 600; text-align: center; z-index: 11; }

/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 0; overflow: hidden; }
.listBox .info-box > a > h5{ display: block; width: 100%; font-size: 18px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box h5{ display: block; width: 100%; font-size: 18px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box .bt-edt { display: inline-block; margin-top: 8px; font-size: 12px; line-height: 22px; padding: 0 6px; color: #fff; background-color: #aaa; }


/*? hover */
.listBox li:hover .info-box > h5{ color: #111; }



}

@media screen and (max-width: 767px){ 

/*! ────────── L I S T ────────── */
.listBox{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 auto; max-width: 290px; }
.listBox > li{ position: relative; width: 290px; margin-right: 0; margin-bottom: 30px; }
.listBox > li:nth-of-type(4n){ margin-right: 0; }
.listBox > li:nth-of-type(n+5){ margin-top: 0; }
.listBox > li.empty_list{ width: 100%; margin: 0; }
.listBox > li > .gall_chk{ position: absolute; left: 10px; top: 10px; z-index: 20; }
.listBox > li > a{ display: block; }
.listBox .li_empty { width: 100%; padding: 100px 0 ; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; font-size: 16px; text-align: center; margin-right: 0; }
.listBox .imgBox { position: relative; width: 100%; border-radius: 6px; overflow: hidden; }
.listBox .imgBox img{ width: 100% !important; object-fit: cover; transition: all 0.5s ease-out; }


.img-comp-container { position: relative; width: 290px; height: 320px; /*should be the same height as the images*/ overflow: hidden; }
.img-comp-img { position: absolute; width: auto; height: auto; overflow: hidden; }
.img-comp-img img { display: block; vertical-align: middle; }
.img-comp-slider { position: absolute; z-index: 9; cursor: ew-resize; /*set the appearance of the slider:*/ width: 37px; height: 37px; background: url(/img/ico_slider.svg) no-repeat center center #FFC917; opacity: 1; border-radius: 50%; }
.img-comp-slider > span{ display: none; position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; width: 2px; background-color: transparent; z-index: 10; }
.bar-hline { z-index: 6; }
.sl-text { display: block; white-space: nowrap; font-size: 14px; color: #fff; font-weight: 600; text-align: center; z-index: 11; }

/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 0; overflow: hidden; }
.listBox .info-box > a > h5{ display: block; width: 100%; font-size: 14px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box h5{ display: block; width: 100%; font-size: 14px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.listBox .info-box .bt-edt { display: inline-block; margin-top: 8px; font-size: 12px; line-height: 22px; padding: 0 6px; color: #fff; background-color: #aaa; }


}