@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, #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.place{ margin-bottom: 30px; }
#bo_cate.place > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#bo_cate.place > ul > li{ width: 80px; margin-right: 20px; }
#bo_cate.place > ul > li:last-of-type{ margin-right: 0; }
#bo_cate.place > ul > li > div{ position: relative; width: 80px; height: 80px; border-radius: 50%; background-color: #f8f8f8; overflow: hidden; transition: all .2s ease-out; }
#bo_cate.place > ul > li > div.border-on{ border: 8px solid #f6c10a; }
#bo_cate.place > ul > li > a{ position: relative; display: block; margin-top: 8px; font-size: 14px; line-height: 14px; color: #aaa; text-align: center; transition: all .2s ease-out; }
#bo_cate.place > ul > li > a:hover{ color: #111; }
#bo_cate.place > ul > li > #bo_cate_on{ color: #111; }

/*? 분류 이미지 */
#bo_cate.place > ul > li:nth-of-type(1) > div{ background: url(/img/img_cate_place0.svg) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(2) > div{ background: url(/img/img_cate_place1.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(3) > div{ background: url(/img/img_cate_place2.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(4) > div{ background: url(/img/img_cate_place3.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(5) > div{ background: url(/img/img_cate_place4.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(6) > div{ background: url(/img/img_cate_place5.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(7) > div{ background: url(/img/img_cate_place6.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(8) > div{ background: url(/img/img_cate_place7.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(9) > div{ background: url(/img/img_cate_place8.png) center center no-repeat; }
#bo_cate.place > ul > li:nth-of-type(10) > div{ background: url(/img/img_cate_place9.png) center center no-repeat; }




/*! ────────── 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; }
.listBox .imgBox .img-shade { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 0; background-color: rgba(0, 0, 0, .6); transition: all .3s ease-out; }
.listBox .imgBox .btn-more { position: absolute; display: inline-block; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; line-height: 28px; margin: 0 auto; padding: 0 20px; border-radius: 6px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 6px; overflow: hidden; }
.listBox .info-box > span{ display: inline-block; font-size: 12px; line-height: 20px; padding: 0 6px; border-radius: 4px; background-color: #FFC917; margin-bottom: 8px; }
.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; }

/** hover box */
.listBox .imgBox .hovBox{ position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); overflow: hidden; z-index: 10; opacity: 0; transition: all .3s ease-out; }
.listBox .imgBox .hovBox > span{ display: inline-flex; justify-content: space-between; align-items: center; width: 130px; height: 40px; border-radius: 6px; background-color: #FFC917; padding: 12px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 12px; font-weight: 500; color: #181818; }

/*? hover */
.listBox li > a:hover{ border-color: rgba(256, 256, 256, .1); }
.listBox li > a:hover .hovBox{ opacity: 1; }
.listBox li > a:hover .hovBox > span{ opacity: 1; transform: translateY(0); }
.listBox li > a:hover .info-box > h5{ color: #FFC917; }



/** rel item */
.rel-item { position: relative; width: 100%; margin-top: 15px; padding: 10px 10px; background-color: #f8f8f8; border-radius: 6px; }
.rel-item.dat-none{ display: none; }
.rel-item > a{ display: block; width: 100%; }
.rel-item > a:nth-of-type(2){ margin-top: 8px; border-top: 1px solid #ededed; padding-top: 8px; }
.rel-item > a > ul{ display: flex; justify-content: flex-start; align-items: center; }
.rel-item > a > ul > li > span{ position: relative; display: block; width: 52px; height: 52px; border: 1px solid #ededed; border-radius: 3px; background-color: #fff; overflow: hidden; }
.rel-item > a > ul > li > span > img{ width: 100%; object-fit: cover; }
.rel-item > a > ul > li:last-of-type{ padding-left: 11px; }
.rel-item > a > ul > li > h5{ font-size: 13px; font-weight: 500; transition: all .2s ease-out; }
.rel-item > a > ul > li > p{ font-size: 11px; color: #B5B5B5; margin-top: 5px; }

.rel-item > a:hover > ul > li > h5{ color: #FFC917; }
.rel-item > a.dat-none{ display: none; }




/*! ────────── 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){


 
/*! Category */

/** Category */
#bo_cate.place{ margin-bottom: 30px; }
#bo_cate.place > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; }
#bo_cate.place > ul > li{ width: 60px; margin-right: 20px; margin-bottom: 15px; }
#bo_cate.place > ul > li:last-of-type{ margin-right: 0; }
#bo_cate.place > ul > li > div{ position: relative; width: 60px; height: 60px; border-radius: 50%; background-color: #f8f8f8; overflow: hidden; transition: all .2s ease-out; }
#bo_cate.place > ul > li > div.border-on{ border: 5px solid #f6c10a; }
#bo_cate.place > ul > li > a{ position: relative; display: block; margin-top: 8px; font-size: 12px; line-height: 12px; letter-spacing: -0.5px; transition: all .2s ease-out; }
#bo_cate.place > ul > li > a:hover{ color: #aaa; }
#bo_cate.place > ul > li > #bo_cate_on{ color: #111; }

/*? 분류 이미지 */
#bo_cate.place > ul > li:nth-of-type(1) > div{ background: url(/img/img_cate_place0.svg) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(2) > div{ background: url(/img/img_cate_place1.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(3) > div{ background: url(/img/img_cate_place2.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(4) > div{ background: url(/img/img_cate_place3.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(5) > div{ background: url(/img/img_cate_place4.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(6) > div{ background: url(/img/img_cate_place5.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(7) > div{ background: url(/img/img_cate_place6.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(8) > div{ background: url(/img/img_cate_place7.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(9) > div{ background: url(/img/img_cate_place8.png) center center no-repeat; background-size: contain; }
#bo_cate.place > ul > li:nth-of-type(10) > div{ background: url(/img/img_cate_place9.png) center center no-repeat; background-size: contain; }




/*! ────────── L I S T ────────── */
.listBox{ display: flex; flex-wrap: wrap; margin: 0 auto; }
.listBox > li{ position: relative; width: 49%; margin-right: 1%; }
.listBox > li:nth-of-type(4n){ margin-right: 1%; }
.listBox > li:nth-of-type(n+3){ 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; }
.listBox .imgBox .img-shade { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 0; background-color: rgba(0, 0, 0, .6); transition: all .3s ease-out; }
.listBox .imgBox .btn-more { position: absolute; display: inline-block; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; line-height: 28px; margin: 0 auto; padding: 0 20px; border-radius: 6px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 6px; overflow: hidden; }
.listBox .info-box > span{ display: inline-block; font-size: 12px; line-height: 20px; padding: 0 6px; border-radius: 4px; background-color: #FFC917; margin-bottom: 8px; }
.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; }

/** hover box */
.listBox .imgBox .hovBox{ position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); overflow: hidden; z-index: 10; opacity: 0; transition: all .3s ease-out; }
.listBox .imgBox .hovBox > span{ display: inline-flex; justify-content: space-between; align-items: center; width: 130px; height: 40px; border-radius: 6px; background-color: #FFC917; padding: 12px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 12px; font-weight: 500; color: #181818; }

/*? hover */
.listBox li > a:hover{ border-color: rgba(256, 256, 256, .1); }
.listBox li > a:hover .hovBox{ opacity: 0; }


/** rel item */
.rel-item { position: relative; width: 100%; margin-top: 15px; padding: 10px 10px; background-color: #f8f8f8; border-radius: 6px; }
.rel-item.dat-none{ display: none; }
.rel-item > a{ display: block; width: 100%; }
.rel-item > a:nth-of-type(2){ margin-top: 8px; border-top: 1px solid #ededed; padding-top: 8px; }
.rel-item > a > ul{ display: flex; justify-content: flex-start; align-items: center; }
.rel-item > a > ul > li > span{ position: relative; display: block; width: 52px; height: 52px; border: 1px solid #ededed; border-radius: 3px; background-color: #fff; overflow: hidden; }
.rel-item > a > ul > li > span > img{ width: 100%; object-fit: cover; }
.rel-item > a > ul > li:last-of-type{ padding-left: 11px; }
.rel-item > a > ul > li > h5{ font-size: 13px; font-weight: 500; transition: all .2s ease-out; }
.rel-item > a > ul > li > p{ font-size: 11px; color: #B5B5B5; margin-top: 5px; }

.rel-item > a:hover > ul > li > h5{ color: #111; }
.rel-item > a.dat-none{ display: none; }



/**  VIEW  */
#bo_v .bo_v_tit { margin-top: 20px; }
#bo_v .bo_v_tit h3{ font-size: 26px; letter-spacing: -0.5px; line-height: 36px; }
#bo_v .bo_v_tit ol li{ font-size: 14px; }
#bo_v .bo_v_con{ padding: 30px; }
#bo_v .bo_v_con,
#bo_v .bo_v_con *{ font-size: 15px; }

}




@media screen and (max-width: 767px){ 

/*! Category */

/** Category */
#bo_cate.place{ margin-bottom: 20px; }
#bo_cate.place > ul{ height: 80px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; overflow: auto; scroll-snap-type: x mandatory; white-space: nowrap; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; }
#bo_cate.place > ul > li{ width: 60px; margin-right: 10px; margin-bottom: 0; }
#bo_cate.place > ul > li:last-of-type{ margin-right: 0; }
#bo_cate.place > ul > li > div{ position: relative; width: 60px; height: 60px; border-radius: 50%; background-color: #f8f8f8; overflow: hidden; transition: all .2s ease-out; }
#bo_cate.place > ul > li > div.border-on{ border: 5px solid #f6c10a; }
#bo_cate.place > ul > li > a{ position: relative; display: block; margin-top: 8px; font-size: 12px; line-height: 12px; letter-spacing: -0.5px; transition: all .2s ease-out; }
#bo_cate.place > ul > li > a:hover{ color: #aaa; }
#bo_cate.place > ul > li > #bo_cate_on{ color: #111; }



/*! ────────── L I S T ────────── */
.listBox{ display: flex; flex-wrap: wrap; margin: 0 auto; }
.listBox > li{ position: relative; width: 49%; margin-right: 1%; }
.listBox > li:nth-of-type(4n){ margin-right: 1%; }
.listBox > li:nth-of-type(n+3){ 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; }
.listBox .imgBox .img-shade { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 0; background-color: rgba(0, 0, 0, .6); transition: all .3s ease-out; }
.listBox .imgBox .btn-more { position: absolute; display: inline-block; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; line-height: 28px; margin: 0 auto; padding: 0 20px; border-radius: 6px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding: 15px 0 0; background-color: transparent; z-index: 11; border-radius: 6px; overflow: hidden; }
.listBox .info-box > span{ display: inline-block; font-size: 12px; line-height: 20px; padding: 0 6px; border-radius: 4px; background-color: #FFC917; margin-bottom: 8px; }
.listBox .info-box > h5{ display: block; width: 100%; font-size: 14px; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }

/** hover box */
.listBox .imgBox .hovBox{ position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); overflow: hidden; z-index: 10; opacity: 0; transition: all .3s ease-out; }
.listBox .imgBox .hovBox > span{ display: inline-flex; justify-content: space-between; align-items: center; width: 130px; height: 40px; border-radius: 6px; background-color: #FFC917; padding: 12px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 12px; font-weight: 500; color: #181818; }

/*? hover */
.listBox li > a:hover{ border-color: rgba(256, 256, 256, .1); }
.listBox li > a:hover .hovBox{ opacity: 0; }


/** rel item */
.rel-item { position: relative; width: 100%; margin-top: 15px; padding: 10px 10px; background-color: #f8f8f8; border-radius: 6px; }
.rel-item.dat-none{ display: none; }
.rel-item > a{ display: block; width: 100%; }
.rel-item > a:nth-of-type(2){ margin-top: 8px; border-top: 1px solid #ededed; padding-top: 8px; }
.rel-item > a > ul{ display: flex; justify-content: flex-start; align-items: center; }
.rel-item > a > ul > li > span{ position: relative; display: block; width: 42px; height: 42px; border: 1px solid #ededed; border-radius: 3px; background-color: #fff; overflow: hidden; }
.rel-item > a > ul > li > span > img{ width: 100%; height: auto; object-fit: contain; }
.rel-item > a > ul > li:last-of-type{ padding-left: 8px; }
.rel-item > a > ul > li > h5{ display: block; width: 100%; font-size: 12px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s ease-out; }
.rel-item > a > ul > li > p{ font-size: 11px; color: #B5B5B5; margin-top: 5px; }

.rel-item > a:hover > ul > li > h5{ color: #111; }
.rel-item > a.dat-none{ display: none; }



/**  VIEW  */
#bo_v .bo_v_tit { margin-top: 20px; padding: 30px 20px; }
#bo_v .bo_v_tit h3{ font-size: 20px; letter-spacing: -0.5px; line-height: 28px; word-break: keep-all; }
#bo_v .bo_v_tit ol li{ font-size: 14px; }
#bo_v .bo_v_con{ padding: 30px; }
#bo_v .bo_v_con,
#bo_v .bo_v_con *{ font-size: 14px; }



}