@charset "utf-8";

/**게시판순서이동**/
.list-change{
    display: none;
}



/******공통 s******/
.fa-heart:before{
	display: none
}
/*list*/
#bo_cate a:focus,
#bo_cate a:hover, 
#bo_cate a:active{
    background: transparent;
    color:#1b1b1b
}
#bo_gall,
#bo_v,
#bo_w,
#bo_list{
    max-width: 1280px;
    margin: 0 auto;
    padding:150px 0;
}

#bo_v.wh-full{
    max-width: inherit;
}
#bo_v.wh-full .bo_v_nb{
    max-width: 1280px;
    margin: 0 auto;
}

#bo_gall .bo_tit .new_icon,
.sv_member,
#bo_gall .gall_info .gall_view,
#bo_gall .gall_info i,
#bo_gall .bo_cnt,
#bo_list_total{
    display: none;
}
#bo_gall .gall_box{
    margin: 0;
}
#bo_gall .gall_info .gall_date, 
#bo_gall .gall_info .gall_view{
    margin-left: 0;
}
#bo_gall .gall_info .gall_date{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
#bo_gall .gall_text_href a.bo_cate_link{
    /*background: #e0dddd;
    color:#706666;*/
    color:#E10314;
    font-size: 14px;
    background: transparent;
    padding: 0;
    height: inherit;
    line-height: normal;
    /*border-radius: 5px;
    height: 25px;
    line-height: 15px;
    padding: 5px 15px;*/
}
.bo_tit{
    width: 400px;
}
.bo_tit > a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*list page*/
.pg_wrap{
    float: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 70px;
}
.pg{
    display: flex;
    align-items: center;
}
.pg_page{
    background: none;
    border: 0;
    font-size: 17px;
    margin: 0 5px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    color: #a9a1a1;
}
.pg_current{
    background: none;
    color:#E10314;
    border: none;
    font-size: 17px;
    margin: 0 5px;
}
.pg_page.pg_prev{
    background: url(../img/btn_prev.gif) no-repeat 50% 50% #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 20px;
}
.pg_page.pg_next{
    background: url(../img/btn_next.gif) no-repeat 50% 50% #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 20px;
}
.fa-search{
    display: none;
}

#bo_gall .gall_row{
    display: grid;
    gap:60px 30px;
}
#bo_gall .gall_row .gall_li {
    width: 100%;
    padding: 20px 20px 30px;
    background: #F4F2F2;
}
#bo_gall .gall_img{
    width: 100%;
    height: auto !important;
    max-height: auto !important;
}
#bo_gall .gall_img img{
    object-fit: cover;
}
#bo_gall .bo_tit{
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
#bo_gall .gall_text_href{
    margin:20px 0 30px;
}
#bo_cate #bo_cate_on{
    font-weight: normal;
}

/*basic*/
.tbl_head01 thead th{
    padding: 20px 50px;
}
#bo_list .td_datetime{
    font-family: 'Montserrat', sans-serif;
}
#bo_list .btn_bo_sch{
    display: none;
}
.tbl_wrap thead tr{
    background: #ebebeb;
    border-top: 2px solid #E81617
}
#bo_list tbody .even td{
    background: transparent;
}
#bo_list .bo_tit .new_icon{
    color: #E10314;
    background: #f7d3d5;
}

/*list tab*/
#bo_cate li{
    padding: 0;
}
#bo_cate a{
    border-radius: 0;
    font-size: 16px;
    padding: 7px 10px;
    color:#706666;
    border: 1px solid #CDC5C5;
    border-left: 0;
    text-align: center;
}
/* #bo_cate li:first-child a{
    border-top-left-radius: 5px;
    border-bottom-left-radius:5px;
    border-left: 1px solid #CDC5C5
}
#bo_cate li:last-child a{
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
} */
#bo_cate #bo_cate_on{
    background: #151C51;
    box-shadow: none;
    /* border: 1px solid #151C51; */
    /* height: 100%; */
}
.gall_row .box_clear{
    clear: inherit;
}


/*view*/
#bo_v .sec-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
#bo_v header{
    text-align: center;
}
.bo_v_com{
    margin: 0;
}
#bo_v_info{
    display: flex;
    align-items: center;
    border-bottom: 0;
}
#bo_v_info .profile_info{
    margin: 0;
}
#bo_v_info .profile_info .profile_info_ct{
    line-height: .4;
    padding: 0;
}
#bo_v_info .profile_info .pf_img,
#bo_v_info strong,
#bo_v_share,
.fa-clock-o:before{
    display: none;
}
#bo_v_info strong.if_date{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
#bo_v_title .bo_v_tit{
    font-size: 32px;
    word-break:keep-all;
    text-align: center;
    margin-top: 15px;
}
.cert #bo_v_title .bo_v_tit,
.news#bo_v_title .bo_v_tit{
    text-align: center;
}
.cert #bo_v_info,
.news #bo_v_info{
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.cert #bo_v_img{
    width: 50%;
    margin: 0 auto;
}
#bo_v_con{
    font-size: 17px;
  }
#bo_v_img a.view_image{
    pointer-events: none;
}
#bo_v_img{
    padding-top: 50px;
}
.cmt_btn,
#bo_vc_empty,
#wr_content,
.bo_vc_w_wr{
    display: none;
}
.bo_v_nb li{
    font-size: 17px;
    padding: 15px 20px;
}
.bo_v_nb li .nb_date{
    font-family: 'Montserrat', sans-serif;
}
#bo_v_title .bo_v_cate{
    padding: 5px 23px;
    font-size: 14px;
    background: #FCF2F3;
    color:#E10314;
    border-radius: 5px;
}
.btn_b01.btn.none{
    display: none;
}



/*write*/
#fwrite{
    font-size: 17px;
}
.write_div #wr_content{
    display: block;
}
#bo_w .btn_submit,
#bo_w .btn_cancel{
    padding: 10px 30px;
    font-size: 17px;
}
#bo_w .btn_submit{
    background:#151C51
}
#bo_w .bo_w_flie .file_wr{
    height: 47px;
}
#bo_w .btn_confirm.write_div{
    margin: 50px 0;
    text-align: center;
}


/******공통 e******/



/*news*/
/*list*/
#bo_gall.news .gall_row{
    grid-template-columns: repeat(3, 1fr);
}
/*view*/
#bo_v.news #bo_v_info .profile_info{
    margin-top: 0;
}
#bo_v.news #bo_v_info .profile_info .profile_info_ct{
    padding: 0;
}
#bo_v.news #bo_v_title .bo_v_tit{
    /*font-size: 36px;
    margin-top: 30px;*/
}
#bo_v.news #bo_v_img,
#bo_v.news #bo_v_con{
    text-align: center;
}
#bo_v.news #bo_v_con{
    font-size: 17px;
}
#bo_gall.news .bo_tit{
    width: 18.23vw;
}
.news #bo_cate ul{
    display: inline-block;
    border:1px solid #dad6d6;
    border-radius: 5px;
}
.news #bo_cate li+ li{
    border-left:1px solid #dad6d6
}
.news #bo_cate a{
    border: 0;
}


/*catalog cert 공통*/
#bo_gall.gal2 .gall_row{
    grid-template-columns: repeat(4, 1fr);
}
#bo_gall.gal2 .bo_tit{
    width: inherit;
    font-size: 20px;
    /*padding-top: 7px;*/
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bo_gall.gal2 .gall_date,
#bo_gall.gal2 .gall_date{
    display: none;
}
#bo_gall.gal2 .gall_row .gall_li{
    padding:0;
    position: relative;
}
#bo_gall.gal2 .gall_con{
    padding: 20px;
}
#bo_gall.gal2 .download{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#bo_gall.gal2 .gall_text_href{
    margin-bottom: 0;
    width: 13.02vw;
}
#bo_gall.catalog .gall_img a{
    pointer-events: none;
}

/*view*/
.gal2 .btn_b01.btn.none{
    display: block;
}
.gal2 #bo_v_img a.view_image{
    display: flex;
    justify-content: center;
}
.gal2 #bo_v_con{
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
}




/*prd*/
/*tab*/
.prd #bo_cate_ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);

}
.prd #bo_cate_ul .ct-all{
    /*display: none;*/
}
/* .prd #bo_cate_ul{
    border: 1px solid #dad6d6;
    border-radius: 5px;
}
.prd #bo_cate_ul .ct-all,
.prd #bo_cate_ul > li + li{
     border-right:1px solid #dad6d6;
}
.prd.ty1 #bo_cate_ul > li + li{
    border-bottom: 1px solid #dad6d6;
}
.prd #bo_cate_ul > li:nth-child(6){
    border-right: 0;
}
.prd.ty1 #bo_cate_ul > li:nth-child(7),
.prd.ty1 #bo_cate_ul > li:nth-child(8),
.prd.ty1 #bo_cate_ul > li:nth-child(9),
.prd.ty1 #bo_cate_ul > li:nth-child(10){
    border-bottom: 0;
}
.prd #bo_cate li:first-child a{
    border-bottom-left-radius: 0;
}
.prd #bo_cate li:nth-child(5) a{
    border-top-right-radius: 5px;
}
.prd #bo_cate li:nth-child(11) a{
    border-bottom-left-radius: 5px;
}
.prd #bo_cate li:nth-child(15) a{
    border-top-right-radius: 0;
} */
.prd #bo_cate_ul > li > a{
    border: 0;
    font-weight: normal;
}
/*list*/
.prd #gall_ul{
   /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;*/
    display: block;
}
.prd#bo_gall .gall_row .gall_li{
    width: 33.3%;
}
.prd#bo_gall .gall_row .gall_li{
    height: 500px;
}
.prd#bo_gall .gall_row .gall_li:nth-child(even){
    background: #f5f5f5;
}
.prd#bo_gall .gall_row .gall_li:nth-child(odd){
    background: #ebebeb;
}
#bo_gall .gall_img{
    border-bottom: 0;
}
.prd#bo_gall .gall_box{
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.prd#bo_gall .gall_img{
    height: inherit !important;
}
.prd#bo_gall .gall_text_href{
    margin-top: 50px;
}
.prd#bo_gall .bo_tit{
    width: 18.23vw;
}
/*순서변경 버튼*/
.btn_bo_user{
    /* display: flex;
    align-items: center; */
}
.btn_bo_user li.list-change{
    width: inherit;
}
.list-change .btn_b02{
    white-space:nowrap;
    padding: 10px;
}
/*prd-detail*/
.prd-detail #bo_v_info{
    justify-content: center;
}
#bo_v.prd-detail header{
    /*text-align: left;*/
    max-width: 1280px;
    margin: 0 auto;
}
#bo_v.prd-detail #bo_v_title .bo_v_tit{
    font-size: 50px;
    margin: 10px 0 0;
    text-align: left;
}
.prd-detail #bo_v_info{
    border:0;
    margin: 20px auto 0;
    padding-bottom: 0;
}
.sub-con-wrap.prd-detail .inner .con-wrap{
    padding-top: 0;
}
.sub-con-wrap.prd-detail .inner .con-wrap .content.imgset{
    margin: 100px auto 150px;
}
.prd-detail .content.ty2 .inset .item-box:first-child{
    /*background: #FBF5F5;*/
    padding: 100px 0;
    background: #f9f9f9;
}
.prd-detail .content.ty2 .inset .item-box .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.prd-detail .content.ty2 .inset .item-box .item.center{
    justify-content: center;
}
.prd-detail .content.ty2 .inset .item-box.ty2 .item .box:first-child{
    flex: .9;
}
.prd-detail .content.ty2 .inset .item-box.ty2 .item .box:nth-child(2){
    flex: 1.1;
}
.prd-detail .content.ty2 .inset .item-box .item .box .txt-list > li{
    font-size: 17px;
    margin-left: 16px;
    text-indent: -14px
}
.prd-detail .content.ty2 .inset .item-box .item .box .txt-list > li + li{
   /* margin-top: 10px;*/
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list,
.prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list{
    display: flex;
    gap: 10px;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list.ty2,
.prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.ty2{
    width: 40%;
    margin: 0 auto;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list.ty3, 
.prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.ty3{
    width: 20%;
    margin: 0 auto;
}

.prd-detail .content.ty2 .inset .item-box.ty3 .item .box .img-list, .prd-detail #bo_v_con .content.ty2 .inset .item-box.ty3 .item .box .img-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
    

.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li, 
.prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list > li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list > li.single{
    align-items: flex-end;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .imgset{
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #d9d9d9;
    background: #fff;

}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .imgset.ty2{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li.single .imgset,
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li.single .txtset{
    width: 50%;
}
#bo_v_con img{
    width: 100%;
    object-fit: cover;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .imgset > img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.prd-detail.ty2 .content.ty2 .inset .item-box .item .box .img-list > li .imgset > img{
    border-radius: 3px;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .titset{
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    padding-top: 10px;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .titset .tit{
    font-size: 18px;
    font-weight: bold;
    color:#774040;
    line-height: 1.3;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .txtset{
    background: #d9d9d9;
    padding: 5px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list > li .txtset > span{
    font-size: 16px;
    color:#454545;
    display: inline-block;
    line-height: 1.3
}
.prd-detail .content.ty2 .inset .item-box .item .p-table{
    width: 100%;
    padding-top: 150px;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table .hd6{
    margin-bottom: 20px;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table .stxt{
    text-align: right;
    margin-top: 5px;
    font-size: 16px;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr,
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr{
    /*display: flex;*/
    border-bottom: 1px solid #d9d9d9;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr > th,
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr > td{
    flex: 1;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr > th{
    font-size: 16px;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr > td{
    color:#333;
    text-align: center
}
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr > th + th,
.prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr > th.ty2{
    border-left: 1px solid #ccc;
}

.prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr > td + td{
    border-left: 1px solid #d9d9d9;
}
.prd-detail .content.ty2 .inset .item-box .item .p-table.ty2 > table >tbody > tr:nth-child(2) > td,
.prd-detail .content.ty2 .inset .item-box .item .p-table.ty2 > table >tbody > tr:nth-child(4) > td{
    border-left: 1px solid #d9d9d9;
}
.prd-detail #bo_v_img{
    text-align: center;
    display: none;
}

.prd-detail .inner .con-wrap .content.imgset .inset .item-box{
    position: relative;
}
.prd-detail .inner .con-wrap .content.imgset .inset .item-box .prd-img{
    position: relative;
    z-index: 1;
}
.prd-detail .inner .con-wrap .content.imgset .inset .item-box .around{
    position: absolute;
    bottom:-50px
}
.prd-detail .nb_date{
    display: none;
}
/*category*/
.prd-detail #bo_v_title{
    display: inline-block;
    width: 100%;
}
.prd-detail .cat-set{
    display: flex;
    flex-direction: column;
}
.prd-detail #bo_v_title .bo_v_cate{
    background: transparent;
}
.prd-detail .cat-set .bo_v_cate > span{
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    background: #FCF2F3;
}
.prd-detail .cat-set .prd-num{
    border: 0;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    /*justify-content: center;*/
    margin-top: 5px;
    /*display: none;*/
    margin-top: 50px;
}
.prd-detail .cat-set .prd-num > span{
    border: 0;
    /*color: #999;*/
    border-radius: 5px;
    display: inline-block;
    padding: 3px 20px;
    font-size: 18px;
    position: relative;
    background: #FCF1F4;
}
.prd-detail .cat-set .prd-num > span + span::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/*prd-detail cg*/
/*.prd.prd-detail #bo_cate_ul{
    grid-template-columns: repeat(6, 1fr);
}
.prd.prd-detail #bo_cate_ul > li:nth-child(8),
.prd.prd-detail #bo_cate_ul > li:nth-child(9){
    border-bottom: 0;
}
.prd.prd-detail #bo_cate_ul > li:nth-child(5),
.prd.prd-detail #bo_cate_ul > li:nth-child(9){
    border-right: 1px solid #dad6d6;
}*/




/*품번*/
.prd-num > span{
    border: 2px solid #E10314;
    color:#E10314;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
}
.prd-detail#bo_w .region{
    display: flex;
    align-items: center;
    gap: 10px;
}
.prd-detail#bo_w .region + .region{
    margin-top: 5px;
}
.prd-detail#bo_w .region input{
    border:1px solid #d0d3db;
    padding: 3px 5px;
}


.prd-detail#bo_w .bo_w_tit{
    display: flex;
    align-items: center;
    gap: 10px;
}
.prd-detail#bo_w .bo_w_tit #autosave_wrapper{
    width: 100%;
}

/* 3d s*/
.prd-detail iframe{
    height: 820px;
}
.set-3d{
    padding-bottom: 100px;
}
.vr360 {
    position: relative;
    margin-top: 20px;
}

.vr360 .d3-btnset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0px 60px;
    width: 100%;
    transform: translateY(-50%);
}
.vr360 .d3-btnset .btn-prev {}
.vr360 .d3-btnset .btn-next {}

.vr360 .play-btn {
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    /* right: 0; */
    text-align: center;
}

.vr360 .play-btn .btn-play {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #151C51;
    padding: 10px 36px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}

.vr360 .play-btn .stxt{
    font-size: 16px;
    color:#666;
    letter-spacing: -.3px;
    word-break: keep-all;
    white-space: nowrap;
}

.vr360 .around-bg{
    position: absolute;
    bottom: 1.25vw;
    z-index: -1;
}
.vr360 .around-bg > img{
    max-width: 100%;
}
.vr360 .around-tag{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(205, 4, 4,.6);
    transition: all .5s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.vr360 .around-tag.on{
    opacity: 0;
    transition: all .5s;
}
.vr360 .around-tag .around-tag-txt{
    color:#fff;
    font-weight: bold;
}
/*3d e*/

/*prd-new*/
.prd-new #bo_cate{
    display: none;
}




/*en*/
/*prd*/
.prd-detail .content.ty2 .inset .item-box .item .box{
    flex: 1;
    gap: 30px;
}


/*notice*/
.notice li{
    border-bottom: 0;
}



/*prd 관리자 작업*/
.prd-detail .btn_bo_user li{
    width: inherit;
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    color:#333
}







/*240328 add*/
#bo_v.prd-detail .btnset{
    text-align: center;
}
#bo_v.prd-detail .btnset .btn{
    color:#333
}
.bo_v_nb li .nb_tit{
    font-size: 14px;
}
.bo_v_nb li{
    transition: all .3s;
}
.bo_v_nb li i{
    font-size: 10px;
}
.prd-detail .content.ty2 .inset .item-box.ty3 .item{
    flex-direction: column;
    max-width: 1024px;
}
.prd-detail .content.ty2 .inset .item-box.ty3 .item .box{
    width: 100%;
}
.prd-detail #bo_v_con .content.ty2 .inset .item-box.ty3 .item .box .img-list{
    grid-template-columns: repeat(4,1fr);
}
.prd-detail #bo_v_con .content.ty2 .inset .item-box.ty3 .item .box.ty2{
    display: flex;

}
.prd-detail #bo_v_con .content.ty2 .inset .item-box.ty3 .item .box.ty2 .img-list{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.prd-detail #bo_v_con ul{
    /*padding-left: 0;*/
}
.prd-detail .content.ty2 .inset .item-box .item .box .img-list.allbr > li .imgset{
    border-radius: 3px;
}
.prd-detail .content.ty2 .inset .item-box.ty4 .item .box:first-child{
    flex: 1.2;
}
.prd-detail .content.ty2 .inset .item-box.ty4 .item .box:nth-child(2){
    flex: .8;
}
.prd-detail .content.ty2 .inset .item-box.ty2:first-child{
    background: transparent;
}
.prd-detail .content.ty2 .inset .item-box.ty2:first-child .item .p-table{
    padding-top: 0;
}


/*cg*/
.prd #bo_cate_ul{
    grid-template-columns: repeat(4,1fr);
}
.prd #bo_cate_ul .ct-all{
    display: none;
}
.prd #bo_cate_ul > li:nth-child(13){
    border-right:0;
}
/* .prd #bo_cate_ul > li:nth-child(10){
    border-bottom: 0;
    border-right: 1px solid #CDC5C5;
} */
#bo_cate li:last-child a{
    border-top-right-radius: 0;
}
#bo_cate #bo_cate_on{
    /* border: none; */
    background: transparent;
    border-color: transparent;
    /* border-bottom: 2px solid #E10314; */
    color:#E10314;
    /* font-weight: bold; */
    width: 100%;
}



/*prd cert-mark*/
.prd-detail .markset .cert-mark{
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
}
.prd-detail .markset .cert-mark .mark-in{
    display: flex;
    align-items: center;
    gap: 5px;
}

#bo_v_con .prd-detail .markset .cert-mark .mark-in .imgset > img{
    width: 30px;
}








/*prd en*/
.en.prd #bo_cate_ul > li{
    /*display: flex;
    align-items: center;*/
}
.en.prd #bo_cate_ul > li.ct-all{
    display: none;
}
.en.prd #bo_cate_ul > li > a{
    line-height: 1.3;
}





/*prd detail img*/
.prd-detail .cat-set .prd-num,
#bo_v.prd-detail #bo_v_title .bo_v_tit{
    /* display: none; */
}
.prd-detail #bo_v_img{
    display: none;
}
/*상세 썸네일 제거*/
.prd-detail #bo_v_img > a:first-child{
    display: none;
}


/*제품 상세페이지 동영상 카탈로그 추가*/
.prd-detail .content .inset .item-box.commu{
    margin-top: 150px;
}
.prd-detail .content .inset .item-box.commu .item{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(6, 1fr);
}
.prd-detail .content .inset .item-box.commu .item .box{
    padding: 20px;
    background: #F4F2F2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prd-detail .content .inset .item-box.commu .item .box:nth-child(1){
    grid-column: 1 / 5;
    height: 100%;
    
}
.prd-detail .content .inset .item-box.commu .item .box:nth-child(2){
    grid-column: 5 / 7;
}
.prd-detail .content .inset .item-box.commu .item .box .video-set{
    width: 100%;
    height: 100%;
}
.prd-detail .content .inset .item-box.commu .item .box .video-set > iframe{
    width: 100%;
    height: inherit;
}
.prd-detail .content .inset .item-box.commu .item .box .titset{
    margin: 0;
}
.prd-detail .content .inset .item-box.commu.single .item{
    display: block;
    width: 30%;
    margin: 0 auto;
}


/*prd-icon*/
.prd #bo_cate_ul {
    grid-template-columns: repeat(5, 1fr);
    border:none;
    /* border: 1px solid #d9d9d9; */
    /* gap: 1px;  */
    gap: 3px;
    /* border-radius: 10px; */
    overflow: hidden;
    font-size: 0;
    display:none
  }
  /* .prd #bo_cate_ul > li {
    border:none;
    outline: 0 0 1px 1px;
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px 0;
    margin: 1px -1px -3px 0;
    transition: all .3s;
  }
   */
   .prd #bo_cate_ul > li > a{
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0);
    height: 100%;
   }
   #bo_cate #bo_cate_on{
    /* border: 1px solid #E10314; */
    background: #FDE6E8;
   }
  
  .prd #bo_cate_ul > li > a { 
    position:relative;
    padding:20px 10px;
    transition: all .3s;
    line-height: 1.4;
  }

  

  
  /* .prd #bo_cate_ul > li a::after {
    content:"";
    display:block;
    position:absolute;
    top:-1px;
    left: 0px;
    right:0;
    bottom: 1px;
    z-index: 1;
    background:transparent;
    border:1px solid transparent
  } */

  .prd #bo_cate #bo_cate_on::after{
    content: "";
    display: block;
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #E10314;
  }
  
  /* .prd #bo_cate_ul > li a#bo_cate_on::after {
    background: rgba(227, 3, 20, 5%);
    border: 1px solid #f00;
  } */

  .prd.ty0 #bo_cate_ul > li:nth-child(2) a#bo_cate_on::after { 
    border-radius:10px 0 0 10px;  
  }
  .prd.ty0 #bo_cate_ul > li:nth-child(6) a#bo_cate_on::after { 
    border-radius:0 10px 10px 0
  }
  .prd.ty1 #bo_cate_ul > li:nth-child(2) a#bo_cate_on::after { 
    border-radius:10px 0 0 0;  
  }
  .prd.ty1 #bo_cate_ul > li:nth-child(6) a#bo_cate_on::after { 
    border-radius:0 10px 0 0
  }
  .prd.ty1 #bo_cate_ul > li:nth-child(7) a#bo_cate_on::after { 
    border-radius:0 0 0 10px;  
  }
  .prd.ty1 #bo_cate_ul > li:nth-child(11) a#bo_cate_on::after { 
    border-radius:0 0 10px 0
  }
  
  
  .prd #bo_cate_ul > li:nth-child(2) > a::before {background-position:0 0}
  .prd #bo_cate_ul > li:nth-child(3) > a::before {background-position:-40px 0}
  .prd #bo_cate_ul > li:nth-child(4) > a::before {background-position:-80px 0}
  .prd #bo_cate_ul > li:nth-child(5) > a::before {background-position:-120px 0}
  .prd #bo_cate_ul > li:nth-child(6) > a::before {background-position:-160px 0}
  .prd #bo_cate_ul > li:nth-child(7) > a::before {background-position:-200px 0}
  .prd #bo_cate_ul > li:nth-child(8) > a::before {background-position:-240px 0}
  .prd #bo_cate_ul > li:nth-child(9) > a::before {background-position:-280px 0}
  .prd #bo_cate_ul > li:nth-child(10) > a::before {background-position:-320px 0}
  .prd #bo_cate_ul > li:nth-child(11) > a::before {background-position:-360px 0}

  .prd.ty0 #bo_cate_ul > li:nth-child(3) > a::before {background-position:-80px 0}
  .prd.ty0 #bo_cate_ul > li:nth-child(4) > a::before {background-position:-120px 0}
  .prd.ty0 #bo_cate_ul > li:nth-child(5) > a::before {background-position:-160px 0}
  
  
  .prd #bo_cate_ul > li:nth-child(2) > a#bo_cate_on::before {background-position:0 -40px}
  .prd #bo_cate_ul > li:nth-child(3) > a#bo_cate_on::before {background-position:-40px -40px}
  .prd #bo_cate_ul > li:nth-child(4) > a#bo_cate_on::before {background-position:-80px -40px}
  .prd #bo_cate_ul > li:nth-child(5) > a#bo_cate_on::before {background-position:-120px -40px}
  .prd #bo_cate_ul > li:nth-child(6) > a#bo_cate_on::before {background-position:-160px -40px}
  .prd #bo_cate_ul > li:nth-child(7) > a#bo_cate_on::before {background-position:-200px -40px}
  .prd #bo_cate_ul > li:nth-child(8) > a#bo_cate_on::before {background-position:-240px -40px}
  .prd #bo_cate_ul > li:nth-child(9) > a#bo_cate_on::before {background-position:-280px -40px}
  .prd #bo_cate_ul > li:nth-child(10) > a#bo_cate_on::before {background-position:-320px -40px}
  .prd #bo_cate_ul > li:nth-child(11) > a#bo_cate_on::before {background-position:-360px -40px}

  .prd.ty0 #bo_cate_ul > li:nth-child(3) > a#bo_cate_on::before {background-position:-80px -40px}
  .prd.ty0 #bo_cate_ul > li:nth-child(4) > a#bo_cate_on::before {background-position:-120px -40px}
  .prd.ty0 #bo_cate_ul > li:nth-child(5) > a#bo_cate_on::before {background-position:-160px -40px}


  .prd-detail .content.ty2 .inset .item-box .item .p-table > table >thead > tr + tr > th:first-child{
    border-left: 1px solid #ccc;
  }

  .prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr > td.border-left{
    border-left: 1px solid #d9d9d9;
  }

  .prd-detail #bo_v_con .con-wrap.ty2 .content.ty2 .inset .item-box.ty3 .item .box .img-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .prd-detail .con-wrap.ty2 .content.ty2 .inset .item-box .item .box .img-list.allbr > li .imgset{
     height: 100%;
  }
  .prd-detail .content.ty2 .inset .item-box.wh-in:first-child{
    background: transparent;
    padding: 0;
  }

  /*포장기계 로타리 파우치 원믈 공급장치*/
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 100px;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box:nth-child(1){
    grid-column: 1/4;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box:nth-child(2){
    grid-column: 5/7;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box:nth-child(3){
    grid-column: 1/3;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box:nth-child(4){
    grid-column:3/5;
  }
  .sub-con-wrap.prd-detail .inner .con-wrap .content.imgset .inset.grid5 .item-box:nth-child(5){
    grid-column: 5/7;
  }



  .prd-detail .content.ty2 .inset .item-box .item .box .img-list.ty4, 
  .prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.ty4 {
    width: 60%;
    margin: 0 auto;
  }

  /*포장기계 열성형 진공 포장기*/
  .prd-detail .content.ty2 .inset .item-box .item .box .img-list.ty4.grid4, 
  .prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.ty4.grid4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .prd-detail .content.ty2 .inset .item-box .item .p-table > table + table{
    margin-top: 70px;
  }

/*위생장비 에어샤워기*/
  .prd-detail .content.ty2 .inset .item-box .item .box .img-list.grid3, 
  .prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.grid3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .prd-detail .content.ty2 .inset .item-box .item .box .img-list.grid3 > li.imgsize-l, 
  .prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.grid3 > li.imgsize-l{
    grid-column: 1/3;
    grid-row: 1/4;

  }
  .prd-detail .content.ty2 .inset .item-box .item .box .img-list.grid3 > li.imgsize-l .imgset, 
  .prd-detail #bo_v_con .content.ty2 .inset .item-box .item .box .img-list.grid3 > li.imgsize-l .imgset{
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
  }

  #bo_v_top ul{
    float:none;
  }




  /*240830 수정*/
  .prd-detail .content.ty2 .inset .item-box .item .p-table > table >tbody > tr > td:first-child{
    white-space: nowrap;
  }
  .fa-search {
    display: inherit;
    }