@charset "utf-8";



/*! Layout */

.sub_board { position: relative; width: 100%; }
.sub_board .inner{ padding-bottom: 120px; max-width: 1220px; margin: 120px auto 0; }
.sub_board.at-list .inner{ padding-bottom: 120px; max-width: 1220px; margin: 30px auto 0; }



/* 게시판 _ 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, #FFC917; border: 1px solid #FFC917; }

/*? 관리자 버튼 */
#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: #FFC917; border: 1px solid #FFC917; }

/*? 확인버튼 */
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm #btn_submit{ display: inline-block; height: 50px; font-size: 17px; font-weight: 500; color: #FFC917; letter-spacing: -0.5px; line-height: 48px; border: 1px solid #FFC917; padding: 0 40px; background: #fff; border-radius: 0; transition: all 0.2s ease-in-out; }
.btn_confirm #btn_submit:hover{ color: #fff; background: #FFC917; }





/*! ────────── L I S T ────────── */

/** List top bann */
.list-top-bann { display: flex; justify-content: space-between; align-items: flex-start; }
.list-top-bann .ytb-bann { position: relative; width: 444px; height: 250px; border-radius: 6px; overflow: hidden; }
.list-top-bann .ytb-bann > p{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 14px; color: #aaa; background-color: #f8f8f8; text-align: center; }
.list-top-bann .sl-bann { position: relative; width: 480px; height: 250px; }
.sl-prdct { position: relative; width: 100%; overflow: hidden; }
.sl-prdct > ul{ display: flex; justify-content: flex-start; align-items: center; }
.sl-prdct > ul > li{ width: 480px; height: auto; border-radius: 6px; overflow: hidden; margin-right: 11px; transition: all .2s ease-in-out; }
.sl-prdct > ul > li > div{ position: relative; width: 100%; height: auto; transition: all .2s ease-out; }
.sl-prdct > ul > li > div > img{ width: 100%; height: auto; object-fit: contain; }
.sl-prdct > ul > li > div.prdct-bg1{ background: url(/img/bann_prdct1.png) no-repeat; }
.sl-prdct > ul > li > div.prdct-bg2{ background: url(/img/bann_prdct2.png) no-repeat; }
.sl-prdct > ul > li > div.prdct-bg3{ background: url(/img/bann_prdct3.png) no-repeat; }
.sl-prdct > ul > li > div.prdct-bg4{ background: url(/img/bann_prdct4.png) no-repeat; }
.sl-prdct > ul > li > div.prdct-bg5{ background: url(/img/bann_prdct5.png) no-repeat; }
.sl-prdct > ul > li > div.prdct-bg6{ background: url(/img/bann_prdct6.png) no-repeat; }
.sl-prdct > ul > li:hover > div{ transform: scale(1.03); }

/*? 롤링배너 이미지 - 경량철골조LEB 
.sl-prdct > ul > li > div.prd-leb1{ background: url(/img/bann_prd_inout1.png) no-repeat; background-size: contain; }
.sl-prdct > ul > li > div.prd-leb2{ background: url(/img/bann_prd_inout2.png) no-repeat; background-size: contain; }
.sl-prdct > ul > li > div.prd-leb3{ background: url(/img/bann_prd_inout3.png) no-repeat; background-size: contain; }*/




/*? navi */
.sl-bann .navi-box { position: absolute; top: 50%; left: 50%; width: calc(100% + 30px); transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: space-between; z-index: 10; }
.sl-bann .navi-box > div{ width: 30px; height: 30px; border-radius: 50%; background-color: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2); cursor: pointer; transition: all .2s ease-in-out; }
.sl-bann .navi-box > div > span{ display: block; width: 5px; height: 9px; }
.sl-bann .navi-box .sl-prdct-prev > span{ background: url(/img/sl-prdct-prev.svg) center center no-repeat; background-size: contain; }
.sl-bann .navi-box .sl-prdct-next > span{ background: url(/img/sl-prdct-next.svg) center center no-repeat; background-size: contain; }
.sl-bann .navi-box > div:hover{ background-color: #FFC917; }

.list-top-bann .right-bann { position: relative; width: 250px; height: 250px; border-radius: 6px; overflow: hidden; }
.list-top-bann .right-bann > p{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 14px; color: #aaa; background-color: #f8f8f8; text-align: center; }
.list-top-bann .right-bann > a{ position: relative; display: block; width: 250px; height: 250px; border-radius: 6px; overflow: hidden; }
.list-top-bann .right-bann > a > span{ position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bann_prd_right.jpg) no-repeat; background-size: cover; transition: all .2s ease-out; }
.list-top-bann .right-bann > a:hover > span{ transform: scale(1.03); }


/** Category */
#bo_cate.prdct { width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 30px 0; }
#bo_cate.prdct > h4{ position: relative; font-size: 24px; line-height: 24px; padding-left: 13px; margin-bottom: 35px; }
#bo_cate.prdct > h4::before{ position: absolute; display: block; top: 0; left: 0; height: 100%; width: 4px; background-color: #FFC917; content: ''; }
#bo_cate.prdct ul li{ width: max-content; margin-bottom: 24px; }
#bo_cate.prdct ul li:last-of-type{ margin-bottom: 0; }
#bo_cate.prdct ul li a{ position: relative; display: block; font-size: 16px; font-weight: 500; color: #B5B5B5; line-height: 18px; text-align: center; transition: all .2s ease-in-out; }
#bo_cate.prdct ul > li > a > span.under{ position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background-color: #FFC917; display: block; transition: all .2s ease-in-out; }

#bo_cate.prdct ul li a:hover{ color: #111; }
#bo_cate.prdct ul li a:hover > span.under{ width: 100%; }
#bo_cate.prdct ul li #bo_cate_on{ color: #111; }
#bo_cate.prdct ul li #bo_cate_on > span.under{ width: 100%; }


/** List layout */
.list-wrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 30px; }
.list-wrap .bo-cate { width: 224px; }
.list-wrap .bo-list { width: calc(100% - 249px); }


.list-count { margin-bottom: 20px; }
.list-count > p{ font-size: 14px; }


/** 소분류 - Category */
#bo_cate_small.prdct{ margin-bottom: 30px; }
#bo_cate_small.prdct > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#bo_cate_small.prdct > ul > li{ display: inline-block; margin-right: 8px; }
#bo_cate_small.prdct > ul > li:last-of-type{ margin-right: 0; }
#bo_cate_small.prdct > 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_small.prdct > ul > li > a:hover{ background-color: #f4f4f4; }
#bo_cate_small.prdct > ul > li > #bo_cate_on{ color: #181818; background-color: #FFC917; border-color: #FFC917; }



/** List */
.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: 40px; }
.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; border: 1px solid #DFDFDF; 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(15, 38, 138, .8); 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: 34px; margin: 0 auto; padding: 0 24px; border-radius: 17px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding-top: 10px; z-index: 11; }
.listBox .info-box > p{ font-size: 14px; color: #b5b5b5; }
.listBox .info-box > h5{ font-size: 16px; line-height: 23px; margin-top: 3px; }
.listBox .info-box > ul{ margin-top: 6px; }
.listBox .info-box > ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 18px; }
.listBox .info-box > ul > li > span{ display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #FFC917; margin: 0 5px; }
.listBox .info-box > ul > li > p{ font-size: 12px; color: #b5b5b5; }
.listBox .info-box .price-info { border-radius: 6px; background-color: #f4f4f4; margin-top: 10px; padding: 0 10px; }
.listBox .info-box .price-info > p{ font-size: 12px; color: #777; font-weight: 700; line-height: 28px; }
.listBox .info-box .price-info > p > span{ color: #aaa; font-weight: 400; }


/** 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, .5); 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: 140px; height: 50px; border-radius: 6px; background-color: #FFC917; padding: 20px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 14px; font-weight: 500; }

/*? hover */
.listBox li:hover{ border-color: rgba(256, 256, 256, .1); }
.listBox li:hover a .hovBox{ opacity: 1; }
.listBox li:hover a .hovBox > span{ opacity: 1; transform: translateY(0); }






/*! ────────── V I E W ────────── */
#bo_v{ position: relative; width: 100%; }

/** view con1 */
.view-con1 { display: flex; justify-content: space-between; align-items: flex-start; }
.view-con1 .thumb-box { width: 585px; }
.view-con1 .thumb-box .main-thumb { position: relative; width: 100%; height: auto; max-height: 585px; border: 1px solid #F4F4F4; border-bottom: 0; border-top-right-radius: 6px; border-top-left-radius: 6px; padding: 1px; }
.view-con1 .thumb-box .main-thumb > img{ width: 100%; height: auto; object-fit: contain; }
.view-con1 .thumb-box .list-thumb { display: flex; justify-content: center; align-items: center; padding: 7px 0; border: 1px solid #F4F4F4; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .thumb-box .list-thumb > ul{ display: flex; justify-content: center; align-items: center; }
.view-con1 .thumb-box .list-thumb > ul > li{ position: relative; width: 57px; background-color: #F4F4F4; border: 1px solid #F4F4F4; border-radius: 3px; margin-right: 5px; cursor: pointer; overflow: hidden; transition: all .2s ease-out; }
.view-con1 .thumb-box .list-thumb > ul > li:last-of-type{ margin-right: 5px; }
.view-con1 .thumb-box .list-thumb > ul > li > img{ width: 100%; height: auto; object-fit: contain; }
.view-con1 .thumb-box .list-thumb > ul > li:hover{ border-color: #FFC916; }
.view-con1 .info-box { width: 585px; }
.view-con1 .info-box > p.ca-name{ font-size: 18px; color: #B5B5B5; }
.view-con1 .info-box > h5{ font-size: 25px; margin-top: 5px; }
.view-con1 .info-box > ul{ margin-top: 35px; border-top: 1px solid #F4F4F4; padding-top: 35px; }
.view-con1 .info-box > ul > li{ display: flex; justify-content: flex-start; align-items: center; font-size: 18px; line-height: 20px; margin-bottom: 25px; }
.view-con1 .info-box > ul > li > span{ display: inline-block; width: 100px; font-weight: 300px; }
.view-con1 .info-box > ul > li > p{ font-weight: 600; }
.view-con1 .info-box > ul > li > p > span{ font-size: 15px; color: #aaa; font-weight: 400; }
.view-con1 .info-box > ul > li:last-of-type{ justify-content: space-between; margin-bottom: 0; }
.view-con1 .info-box > ul > li > em{ display: inline-block; font-size: 14px; font-style: normal; }
.view-con1 .info-box .item-spec { width: 100%; margin-top: 10px; }
.view-con1 .info-box .item-spec tr > td{ font-size: 15px; width: 25%; line-height: 40px; text-align: center; padding: 0 5px; border-bottom: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td:first-of-type{ border-left: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr:first-of-type > td{ border-top: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td.label{ background-color: #F4F4F4; }
.view-con1 .info-box .item-btn { margin-top: 40px; display: flex; justify-content: flex-start; align-items: stretch; }
.view-con1 .info-box .item-btn > a{ display: block; font-size: 18px; line-height: 70px; text-align: center; transition: all .2s ease-out; }
.view-con1 .info-box .item-btn > a.btn-mart{ width: 40%; background-color: #181818; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-esti{ width: 60%; background-color: #FFC916; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-mart:hover{ color: #FFC917; }
.view-con1 .info-box .item-btn > a.btn-esti:hover{ color: #fff; }


/*#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: 18px; color: #FFC917; font-weight: 700; letter-spacing: -1px; margin-bottom: 5px; }
#bo_v .bo_v_tit h3{ font-size: 44px; font-weight: 700; color: #111; letter-spacing: -1px; line-height: 54px; 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 .bo_v_tit .per-info-ui { margin-top: 20px; }
#bo_v .bo_v_tit .per-info-ui > li{ display: flex; justify-content: center; align-items: center; font-size: 16px; line-height: 28px; }
#bo_v .bo_v_tit .per-info-ui > li > span{ margin-right: 10px; }
#bo_v .bo_v_tit .per-info-ui > li > p{ display: inline-block; margin-left: 10px; }

/*#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%; margin-top: 90px; }
#bo_v .bo_v_con .dtal-tab { width: 100%; display: flex; justify-content: space-between; align-items: center; }
#bo_v .bo_v_con .dtal-tab > li{ position: relative; width: 100%; font-size: 16px; line-height: 56px; text-align: center; background-color: #F4F4F4; }
#bo_v .bo_v_con .dtal-tab > li > span{ position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background-color: #FFC917; }
#bo_v .bo_v_con .edt-img{ width: 100%; padding: 50px; background: #fff; border: 1px solid #E2E2E2; border-top: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
#bo_v .bo_v_con .edt-img *{ font-size: 16px; font-weight: 400; line-height: 28px; word-break: keep-all; }
#bo_v .bo_v_con .edt-img img{ max-width: 100%; width: 100%; height: 100%; object-fit: contain; }


/*! ─────────── 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: #FFC917; 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 #FFC917; }
/* 파일박스 */
#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){
 

/** List top bann */
.list-top-bann { display: flex; justify-content: flex-start; align-items: flex-start; }
.list-top-bann .ytb-bann { display: none; position: relative; width: 444px; height: 250px; border-radius: 6px; overflow: hidden; }
.list-top-bann .ytb-bann > p{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 14px; color: #aaa; background-color: #f8f8f8; text-align: center; }
.list-top-bann .sl-bann { position: relative; width: 480px; height: 250px; }
.sl-prdct { position: relative; width: 100%; overflow: hidden; }
.sl-prdct > ul{ display: flex; justify-content: flex-start; align-items: center; }
.sl-prdct > ul > li{ width: 480px; height: auto; border-radius: 6px; overflow: hidden; margin-right: 11px; transition: all .2s ease-in-out; }
.sl-prdct > ul > li > div{ position: relative; width: 100%; height: auto; transition: all .2s ease-out; }
.sl-prdct > ul > li:hover > div{ transform: scale(1); }

/*? navi */
.sl-bann .navi-box { position: absolute; top: 50%; left: 50%; width: calc(100% + 30px); transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: space-between; z-index: 10; }
.sl-bann .navi-box > div{ width: 30px; height: 30px; border-radius: 50%; background-color: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2); cursor: pointer; transition: all .2s ease-in-out; }
.sl-bann .navi-box > div > span{ display: block; width: 5px; height: 9px; }
.sl-bann .navi-box > div:hover{ background-color: #fff; }

.list-top-bann .right-bann { position: relative; width: 250px; height: 250px; border-radius: 6px; overflow: hidden; margin-left: 15px; }
.list-top-bann .right-bann > p{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 14px; color: #aaa; background-color: #f8f8f8; text-align: center; }
.list-top-bann .right-bann > a{ position: relative; display: block; width: 250px; height: 250px; border-radius: 6px; overflow: hidden; }
.list-top-bann .right-bann > a > span{ position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bann_prd_right.jpg) no-repeat; background-size: cover; transition: all .2s ease-out; }
.list-top-bann .right-bann > a:hover > span{ transform: scale(1); }


/** Category */
#bo_cate.prdct { display: none; width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 30px 0; }
#bo_cate.prdct > h4{ position: relative; font-size: 24px; line-height: 24px; padding-left: 13px; margin-bottom: 35px; }
#bo_cate.prdct > h4::before{ position: absolute; display: block; top: 0; left: 0; height: 100%; width: 4px; background-color: #FFC917; content: ''; }
#bo_cate.prdct ul li{ width: max-content; margin-bottom: 24px; }
#bo_cate.prdct ul li:last-of-type{ margin-bottom: 0; }
#bo_cate.prdct ul li a{ position: relative; display: block; font-size: 16px; font-weight: 500; color: #B5B5B5; line-height: 18px; text-align: center; transition: all .2s ease-in-out; }
#bo_cate.prdct ul > li > a > span.under{ position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background-color: #FFC917; display: block; transition: all .2s ease-in-out; }

#bo_cate.prdct ul li a:hover{ color: #B5B5B5; }
#bo_cate.prdct ul li a:hover > span.under{ width: 0; }
#bo_cate.prdct ul li #bo_cate_on{ color: #111; }
#bo_cate.prdct ul li #bo_cate_on > span.under{ width: 100%; }


/** List layout */
.list-wrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 30px; }
.list-wrap .bo-cate { width: 0; }
.list-wrap .bo-list { width: 100%; }


.list-count { margin-bottom: 20px; }
.list-count > p{ font-size: 14px; }


/** 소분류 - Category */
#bo_cate_small.prdct{ margin-bottom: 30px; }
#bo_cate_small.prdct > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#bo_cate_small.prdct > ul > li{ display: inline-block; margin-right: 8px; }
#bo_cate_small.prdct > ul > li:last-of-type{ margin-right: 0; }
#bo_cate_small.prdct > 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_small.prdct > ul > li > a:hover{ background-color: #aaa; }
#bo_cate_small.prdct > ul > li > #bo_cate_on{ color: #181818; background-color: #FFC917; border-color: #FFC917; }



/** List */
.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: 40px; }
.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; border: 1px solid #DFDFDF; 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(15, 38, 138, .8); 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: 34px; margin: 0 auto; padding: 0 24px; border-radius: 17px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding-top: 10px; z-index: 11; }
.listBox .info-box > p{ font-size: 14px; color: #b5b5b5; }
.listBox .info-box > h5{ font-size: 16px; line-height: 23px; margin-top: 3px; }
.listBox .info-box > ul{ margin-top: 6px; }
.listBox .info-box > ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 18px; }
.listBox .info-box > ul > li > span{ display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #FFC917; margin: 0 5px; }
.listBox .info-box > ul > li > p{ font-size: 12px; color: #b5b5b5; }
.listBox .info-box .price-info { border-radius: 6px; background-color: #f4f4f4; margin-top: 10px; padding: 10px 10px; }
.listBox .info-box .price-info > p{ font-size: 12px; color: #777; font-weight: 700; line-height: 14px; }
.listBox .info-box .price-info > p > span{ display: block; color: #aaa; font-weight: 400; margin-top: 4px; }


/** 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, .5); 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: 140px; height: 50px; border-radius: 6px; background-color: #FFC917; padding: 20px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 14px; font-weight: 500; }

/*? hover */
.listBox li:hover{ border-color: rgba(256, 256, 256, .1); }
.listBox li:hover a .hovBox{ opacity: 0; }


/*! ────────── V I E W ────────── */
#bo_v{ position: relative; width: 100%; }

/** view con1 */
.view-con1 { display: flex; justify-content: space-between; align-items: flex-start; }
.view-con1 .thumb-box { width: 35%; }
.view-con1 .thumb-box .main-thumb { position: relative; width: 100%; border: 1px solid #F4F4F4; border-bottom: 0; border-top-right-radius: 6px; border-top-left-radius: 6px; }
.view-con1 .thumb-box .list-thumb { display: flex; justify-content: center; align-items: center; padding: 7px 7px; border: 1px solid #F4F4F4; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .thumb-box .list-thumb > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.view-con1 .thumb-box .list-thumb > ul > li{ position: relative; width: 57px; background-color: #F4F4F4; border: 1px solid #F4F4F4; border-radius: 3px; margin-right: 5px; margin-bottom: 5px; cursor: pointer; overflow: hidden; transition: all .2s ease-out; }
.view-con1 .thumb-box .list-thumb > ul > li:last-of-type{ margin-right: 5px; }
.view-con1 .thumb-box .list-thumb > ul > li > img{ width: 100%; height: auto; object-fit: contain; }
.view-con1 .thumb-box .list-thumb > ul > li:hover{ border-color: #FFC916; }
.view-con1 .info-box { width: 62%; }
.view-con1 .info-box > p.ca-name{ font-size: 14px; color: #B5B5B5; }
.view-con1 .info-box > h5{ font-size: 20px; margin-top: 5px; }
.view-con1 .info-box > ul{ margin-top: 25px; border-top: 1px solid #F4F4F4; padding-top: 25px; }
.view-con1 .info-box > ul > li{ display: flex; justify-content: flex-start; align-items: center; font-size: 16px; line-height: 18px; margin-bottom: 20px; }
.view-con1 .info-box > ul > li > span{ display: inline-block; width: 70px; font-weight: 300px; }
.view-con1 .info-box > ul > li > p{ font-weight: 600; }
.view-con1 .info-box > ul > li > p > span{ font-size: 14px; color: #aaa; font-weight: 400; }
.view-con1 .info-box > ul > li:last-of-type{ justify-content: space-between; margin-bottom: 0; }
.view-con1 .info-box > ul > li > em{ display: inline-block; font-size: 12px; font-style: normal; }
.view-con1 .info-box .item-spec { width: 100%; margin-top: 10px; }
.view-con1 .info-box .item-spec tr > td{ font-size: 14px; width: 25%; line-height: 40px; text-align: center; padding: 0 5px; border-bottom: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td:first-of-type{ border-left: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr:first-of-type > td{ border-top: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td.label{ background-color: #F4F4F4; }
.view-con1 .info-box .item-btn { margin-top: 40px; display: flex; justify-content: flex-start; align-items: stretch; }
.view-con1 .info-box .item-btn > a{ display: block; font-size: 16px; line-height: 50px; text-align: center; transition: all .2s ease-out; }
.view-con1 .info-box .item-btn > a.btn-mart{ width: 40%; background-color: #181818; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-esti{ width: 60%; background-color: #FFC916; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-mart:hover{ color: #fff; }
.view-con1 .info-box .item-btn > a.btn-esti:hover{ color: #111; }


#bo_v .bo_v_con { width: 100%; margin-top: 90px; }
#bo_v .bo_v_con .dtal-tab { width: 100%; display: flex; justify-content: space-between; align-items: center; }
#bo_v .bo_v_con .dtal-tab > li{ position: relative; width: 100%; font-size: 16px; line-height: 56px; text-align: center; background-color: #F4F4F4; }
#bo_v .bo_v_con .dtal-tab > li > span{ position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background-color: #FFC917; }
#bo_v .bo_v_con .edt-img{ width: 100%; padding: 50px; background: #fff; border: 1px solid #E2E2E2; border-top: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
#bo_v .bo_v_con .edt-img *{ font-size: 16px; font-weight: 400; line-height: 28px; word-break: keep-all; }
#bo_v .bo_v_con .edt-img img{ max-width: 100%; width: 100%; height: 100%; object-fit: contain; }



}





@media screen and (max-width: 767px){ 


/** List top bann */
.list-top-bann { display: flex; justify-content: center; align-items: flex-start; }
.list-top-bann .sl-bann { display: block; position: relative; width: 100%; height: auto; }
.sl-prdct { position: relative; width: 100%; overflow: hidden; }
.sl-prdct > ul{ display: flex; justify-content: flex-start; align-items: center; }
.sl-prdct > ul > li{ width: 100%; height: auto; border-radius: 6px; overflow: hidden; margin-right: 11px; transition: all .2s ease-in-out; }


/*? navi */
.sl-bann .navi-box { display: none; }
.sl-bann .navi-box > div{ width: 30px; height: 30px; border-radius: 50%; background-color: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2); cursor: pointer; transition: all .2s ease-in-out; }
.sl-bann .navi-box > div > span{ display: block; width: 5px; height: 9px; }

.list-top-bann .right-bann { display: none; }


/** Category */
#bo_cate.prdct { display: none; width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 30px 0; }
#bo_cate.prdct > h4{ position: relative; font-size: 24px; line-height: 24px; padding-left: 13px; margin-bottom: 35px; }
#bo_cate.prdct > h4::before{ position: absolute; display: block; top: 0; left: 0; height: 100%; width: 4px; background-color: #FFC917; content: ''; }
#bo_cate.prdct ul li{ width: max-content; margin-bottom: 24px; }
#bo_cate.prdct ul li:last-of-type{ margin-bottom: 0; }
#bo_cate.prdct ul li a{ position: relative; display: block; font-size: 16px; font-weight: 500; color: #B5B5B5; line-height: 18px; text-align: center; transition: all .2s ease-in-out; }
#bo_cate.prdct ul > li > a > span.under{ position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background-color: #FFC917; display: block; transition: all .2s ease-in-out; }

#bo_cate.prdct ul li a:hover{ color: #B5B5B5; }
#bo_cate.prdct ul li a:hover > span.under{ width: 0; }
#bo_cate.prdct ul li #bo_cate_on{ color: #111; }
#bo_cate.prdct ul li #bo_cate_on > span.under{ width: 100%; }


/** List layout */
.list-wrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 12px; }
.list-wrap .bo-cate { width: 0; }
.list-wrap .bo-list { width: 100%; }


.list-count { margin-bottom: 20px; }
.list-count > p{ font-size: 14px; }


/** 소분류 - Category */
#bo_cate_small.prdct{ margin-bottom: 10px; }
#bo_cate_small.prdct > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#bo_cate_small.prdct > ul > li{ display: inline-block; margin-right: 8px; margin-bottom: 8px; }
#bo_cate_small.prdct > ul > li:last-of-type{ margin-right: 0; }
#bo_cate_small.prdct > ul > li > a{ display: inline-block; font-size: 12px; line-height: 22px; padding: 0 10px; color: #aaa; background-color: #fff; border: 1px solid #DFDFDF; transition: all .2s ease-out; }
#bo_cate_small.prdct > ul > li > a:hover{ background-color: #fff; }
#bo_cate_small.prdct > ul > li > #bo_cate_on{ color: #181818; background-color: #FFC917; border-color: #FFC917; }



/** List */
.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: 40px; }
.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; border: 1px solid #DFDFDF; 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(15, 38, 138, .8); 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: 34px; margin: 0 auto; padding: 0 24px; border-radius: 17px; border: 1px solid #fff; opacity: 0; transition: all .3s ease-out; }


/** info box */
.listBox .info-box { position: relative; width: 100%; padding-top: 10px; z-index: 11; }
.listBox .info-box > p{ font-size: 14px; color: #b5b5b5; }
.listBox .info-box > h5{ font-size: 16px; line-height: 23px; margin-top: 3px; }
.listBox .info-box > ul{ margin-top: 6px; }
.listBox .info-box > ul > li{ width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 18px; }
.listBox .info-box > ul > li > span{ display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #FFC917; margin: 0 5px; }
.listBox .info-box > ul > li > p{ font-size: 12px; color: #b5b5b5; }
.listBox .info-box .price-info { border-radius: 6px; background-color: #f4f4f4; margin-top: 10px; padding: 10px 10px; }
.listBox .info-box .price-info > p{ font-size: 12px; color: #777; font-weight: 700; line-height: 14px; }
.listBox .info-box .price-info > p > span{ display: block; color: #aaa; font-weight: 400; margin-top: 4px; }


/** 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, .5); 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: 140px; height: 50px; border-radius: 6px; background-color: #FFC917; padding: 20px; opacity: 0; transform: translateY(20px); transition: all .3s ease-out .2s; }
.listBox .imgBox .hovBox > span > p{ font-size: 14px; font-weight: 500; }



/*! ────────── V I E W ────────── */
#bo_v{ position: relative; width: 100%; }

/** view con1 */
.view-con1 { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap-reverse; }
.view-con1 .thumb-box { width: 100%; margin-top: 20px; }
.view-con1 .thumb-box .main-thumb { position: relative; width: 100%; border: 1px solid #F4F4F4; border-bottom: 0; border-top-right-radius: 6px; border-top-left-radius: 6px; }
.view-con1 .thumb-box .list-thumb { display: flex; justify-content: center; align-items: center; padding: 7px 7px; border: 1px solid #F4F4F4; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .thumb-box .list-thumb > ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.view-con1 .thumb-box .list-thumb > ul > li{ position: relative; width: 57px; background-color: #F4F4F4; border: 1px solid #F4F4F4; border-radius: 3px; margin-right: 5px; margin-bottom: 5px; cursor: pointer; overflow: hidden; transition: all .2s ease-out; }
.view-con1 .thumb-box .list-thumb > ul > li:last-of-type{ margin-right: 5px; }
.view-con1 .thumb-box .list-thumb > ul > li > img{ width: 100%; height: auto; object-fit: contain; }
.view-con1 .thumb-box .list-thumb > ul > li:hover{ border-color: #FFC916; }
.view-con1 .info-box { width: 100%; padding: 0 3%; }
.view-con1 .info-box > p.ca-name{ font-size: 14px; color: #B5B5B5; }
.view-con1 .info-box > h5{ font-size: 20px; margin-top: 3px; }
.view-con1 .info-box > ul{ margin-top: 20px; border-top: 1px solid #F4F4F4; padding-top: 20px; }
.view-con1 .info-box > ul > li{ display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 16px; margin-bottom: 18px; }
.view-con1 .info-box > ul > li > span{ display: inline-block; width: 55px; font-weight: 300px; }
.view-con1 .info-box > ul > li > p{ font-weight: 600; }
.view-con1 .info-box > ul > li > p > span{ font-size: 12px; color: #aaa; font-weight: 400; }
.view-con1 .info-box > ul > li:last-of-type{ justify-content: space-between; margin-bottom: 0; }
.view-con1 .info-box > ul > li > em{ display: inline-block; font-size: 11px; font-style: normal; }
.view-con1 .info-box .item-spec { width: 100%; margin-top: 10px; }
.view-con1 .info-box .item-spec tr > td{ font-size: 12px; width: 25%; line-height: 30px; text-align: center; padding: 0 5px; border-bottom: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td:first-of-type{ border-left: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr:first-of-type > td{ border-top: 1px solid #E2E2E2; }
.view-con1 .info-box .item-spec tr > td.label{ background-color: #F4F4F4; }
.view-con1 .info-box .item-btn { margin-top: 20px; display: flex; justify-content: flex-start; align-items: stretch; }
.view-con1 .info-box .item-btn > a{ display: block; font-size: 16px; line-height: 50px; text-align: center; transition: all .2s ease-out; }
.view-con1 .info-box .item-btn > a.btn-mart{ width: 40%; background-color: #181818; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-esti{ width: 60%; background-color: #FFC916; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.view-con1 .info-box .item-btn > a.btn-mart:hover{ color: #fff; }
.view-con1 .info-box .item-btn > a.btn-esti:hover{ color: #111; }


#bo_v .bo_v_con { width: 100%; margin-top: 90px; }
#bo_v .bo_v_con .dtal-tab { width: 100%; display: flex; justify-content: space-between; align-items: center; }
#bo_v .bo_v_con .dtal-tab > li{ position: relative; width: 100%; font-size: 16px; line-height: 56px; text-align: center; background-color: #F4F4F4; }
#bo_v .bo_v_con .dtal-tab > li > span{ position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background-color: #FFC917; }
#bo_v .bo_v_con .edt-img{ width: 100%; padding: 50px; background: #fff; border: 1px solid #E2E2E2; border-top: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
#bo_v .bo_v_con .edt-img *{ font-size: 16px; font-weight: 400; line-height: 28px; word-break: keep-all; }
#bo_v .bo_v_con .edt-img img{ max-width: 100%; width: 100%; height: 100%; object-fit: contain; }

}