@import url('/comm/css/sub.css');


/* 카테고리 */
.cate_con {overflow:hidden; margin: 0 auto 55px; box-sizing:border-box; position: relative;}
.cate_con ul{display:flex; flex-wrap:wrap; justify-content: center;}
.cate_con ul li{width:auto; margin: 2px;}
.cate_con ul li a{display:inline-block; font-size:1rem; min-width:128px; padding:0 20px; line-height:43px; height: 45px; border-radius:45px; letter-spacing:var(--letter-spacing-button); color:var(--basic); box-sizing:border-box; transition:all .3s linear; position:relative; text-align:center; border:1px solid var(--border);}
.cate_con ul li:hover a{border-color:var(--main); color:var(--main);}
.cate_con ul li.hover a{background:var(--main) !important; border-color:var(--main) !important; color:var(--white) !important;}



/* 리스트 */
.pro_list{display:flex; flex-wrap:wrap;}
.pro_list figure {margin:0 30px 30px 0; width:calc((100% - 60px)/3);}
.pro_list figure:nth-child(3n) {margin-right: 0;}
.pro_list figure a {display:block;}
.pro_list figure dl dt {overflow: hidden; aspect-ratio: 1 / 1; border:1px solid var(--border); box-sizing:border-box;}
.pro_list figure dl dt img{display: block; width: 100%; height: 100%; object-fit: cover; transition:all .3s linear;}
.pro_list figure:hover dl dt img{transform:scale(1.1); transition:all .3s linear;}
.pro_list figure dl dd {padding:25px 0 0; box-sizing:border-box; text-align:center;}
.pro_list figure dl dd .title {font-size:var(--txt30); font-weight:700; font-family:var(--eng); color:var(--black); line-height:var(--txt30-lh); display: block;}
.pro_list figure dl dd .multiple {font-size:var(--txt20); line-height:var(--txt20-lh); letter-spacing: var(--letter-spacing-body); margin:5px 0 0; display: block;}


/* 검색 */
.bbs_search {text-align:center; padding:30px 0 0; font-size:0; }
.bbs_search dl{display:flex; max-width:475px; width:100%; margin:0 auto;}
.bbs_search dt {width: 120px;}
.bbs_search dt select{font-size:0.9222rem; color:var(--basic); border:1px solid var(--border); padding:0 15px; font-family:inherit; box-sizing:border-box; -webkit-appearance: none; -webkit-border-radius: 0; background: url("/img/cat_arrow_bk.svg") no-repeat right 20px center/10px auto; outline:none; cursor:pointer; width:100%; height:55px !important;}
.bbs_search dd{width:calc(100% - 120px); position:relative; display:flex;}
.bbs_search dd .search_input {font-size:1rem; color: var(--basic); border: 1px solid var(--border); background-color: var(--white); padding:0 15px; font-family:inherit; height:55px; line-height:53px; box-sizing:border-box; width:calc(100% - 55px); box-sizing:Border-box; border-left:0; border-right:0; -webkit-appearance: none; -webkit-border-radius: 0;}
.bbs_search dd .bbs_s_b{padding:0; border:0; background:var(--black); outline:none; cursor:pointer; width:55px; height:55px; display:flex; align-items:center; justify-content: center; width: 55px; transition:all .3s linear;}
.bbs_search dd .bbs_s_b:hover{background:#000;}
.bbs_search dd .bbs_s_b span{font-size:; color:var(--white);}


/* 뷰 */
.pro_top {display:flex; flex-wrap:wrap; justify-content:space-between; margin: 0 0 100px;}
.pro_top > div {box-sizing:border-box;}
.pro_top > .pro_img {width:calc(50% - 35px);}
.pro_top .proImg_roll {position: relative; width:100%;}
.pro_top .proImg_roll::before {position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; background-color:transparent; border:1px solid var(--border); content:""; display:block; box-sizing:border-box;}
.pro_top .proImg_roll .roll {position:relative; aspect-ratio: 1 / 1; overflow: hidden; box-sizing:border-box; display:flex; align-items:center; justify-content:center; padding:1px;}
.pro_top .proImg_roll .roll img {display: block; width:calc(100% - 2px); height:calc(100% - 2px); max-width:calc(100% - 2px); object-fit: cover; }

.pro_top .proImg_roll .slick-arrow {position:absolute; bottom:20px; width:43px; height:38px; border:none; cursor:pointer; background-color:rgba(0,0,0,0.5); text-indent:-222222px; z-index:1010; transition:all 0.5s linear;}
.pro_top .proImg_roll .slick-arrow::after {position:absolute; left:0; top:0; width:43px; height:38px; display:flex; align-items:center; justify-content:center; text-indent:0; color:var(--white); font-size:20px; font-family:var(--icon); content:"\f46a";}
.pro_top .proImg_roll .slick-arrow:hover {background-color:var(--main);}
.pro_top .proImg_roll .slick-prev {right:64px; border-radius:38px 0 0 38px; }
.pro_top .proImg_roll .slick-prev::after {content:"\f46b";}
.pro_top .proImg_roll .slick-next {right:20px; border-radius:0 38px 38px 0; }

.pro_top .pro_img .thum_list {width:100%; margin:7px 0 0 0; position:relative; z-index:9999; display:flex; flex-wrap:wrap; max-width:630px;}
.pro_top .pro_img .thum_list .slick-list {width:calc(100% + 8px); display:flex; flex-wrap:wrap; overflow:hidden; margin-right:-4px; margin-left:-4px;}
.pro_top .pro_img .thum_list .roll {position:relative; aspect-ratio: 1 / 1; overflow:hidden; box-sizing:border-box; cursor:pointer; background:var(--white); margin:0 4px; max-width:120px; border:1px solid var(--border); transition:all 0.5s ease-out;}
.pro_top .pro_img .thum_list .roll img {display: block; width: 100%; height: 100%; object-fit: cover; max-width:100%;}
.pro_top .pro_img .thum_list .roll.slick-current {border-color:var(--black);}

@supports (-webkit-touch-callout: none) {
.pro_top .pro_img .thum_list .roll img {
    height: auto !important; /* iOS�먯꽌 height:100%濡� 鍮꾩쑉 怨꾩궛 瑗ъ엫 諛⑹� */
    aspect-ratio: 1/1; /* iOS媛� 而⑦뀒�대꼫 aspect-ratio 臾댁떆 �� ��鍮� */
    object-fit: cover;
  }
}

.pro_top .pro_txt {width:calc(50% - 35px); box-sizing:border-box;}
.pro_top .pro_txt .prdnum {display: block; font-size:var(--txt26); color:var(--basic); line-height:var(--txt26-lh);; padding:15px 0 0 0;}
.pro_top .pro_txt .prdname {font-size:var(--txt60); line-height:var(--txt60-lh); display:block; color:var(--black);}

.pro_top .pro_txt .pro_info {margin-top: 30px; padding:30px; background:var(--grayBg); box-sizing:border-box;}
.pro_top .pro_txt .pro_info ul {}
.pro_top .pro_txt .pro_info ul li {position:relative; display:flex; padding-bottom:8px; box-sizing:border-box; padding-left:12px; font-size:var(--txt18);}
.pro_top .pro_txt .pro_info ul li::before {position:absolute; left:0; top:11px; width:4px; height:4px; border-radius:100%; content:""; z-index:5; background:var(--main);}
.pro_top .pro_txt .pro_info ul li:last-child {padding-bottom: 0;}
.pro_top .pro_txt .pro_info ul li .tit {display:inline-block; color:var(--black); margin-right:5px; font-weight:600;}
.pro_top .pro_txt .pro_info ul li p {flex: 1 1 0; font-size:1rem; font-weight:300;}
.pro_top .pro_txt .pro_info .download_icon{vertical-align: middle; font-size:20px; margin: -4px 5px 0 0; color:#1C1B1F;}
.pro_top .pro_txt .pro_info .upfile2{padding: 20px 0 0; font-size:0.875rem;  line-height: 150%; color:var(--black);}

.pro_top .pro_txt .shortexp {margin-top: 30px; display:block; color:var(--basic); font-size:var(--txt18); line-height:var(--txt18-lh); letter-spacing:var(--letter-spacing-default);}
.pro_top .pro_txt .shortexp strong {color:var(--black); font-size:inherit; line-height:inherit; display:inline-block; margin-bottom:10px; font-weight:600; letter-spacing:inherit;}

.dott {position:relative; padding-left:12px; font-size:1rem; font-weight:300;}
.dott + .dott {margin-top:5px;}
.dott::before {position:absolute; left:0; top:11px; width:4px; height:4px; border-radius:100%; content:""; z-index:5; background:var(--basic); opacity:0.5;}

.dott_list_two {display:grid; grid-template-columns:repeat(2, 1fr); gap:5px 5px;}
.dott_list_two .dott + .dott {margin-top:0;}

.pro_top .pro_txt .pro_btn {padding:70px 0 0; display: flex; justify-content:flex-end; }
.pro_top .pro_txt .pro_btn a {position:relative; overflow:hidden; display: flex; align-items:center; justify-content:space-between; border-radius:var(--borderR5); width:180px; height:55px; box-sizing:border-box; border:1px solid var(--black); text-align:center; transition:all .3s linear; padding:0 25px;}
.pro_top .pro_txt .pro_btn a em {font-style:normal; font-size:var(--txt16); color:var(--black); font-weight:300; transition:all .3s linear; font-family:var(--eng); font-weight:600;}
.pro_top .pro_txt .pro_btn a:after {display: inline-block; font-size:26px; vertical-align: middle; font-family: "Material Symbols Outlined"; transition:all .3s linear; color:var(--black);}
.pro_top .pro_txt .pro_btn a::before {content: ""; position: absolute; left:0; top:50%; transform:translateY(-50%); width:100%; height:0; background: var(--main); z-index: -3; transition: all 0.3s linear;}
.pro_top .pro_txt .pro_btn a:hover::before {height:110%;}
.pro_top .pro_txt .pro_btn a:hover {padding:0 40px; border-color:var(--main);}
.pro_top .pro_txt .pro_btn a:hover em {color:var(--white);}
.pro_top .pro_txt .pro_btn a:hover::after {color:var(--white);}
.pro_top .pro_txt .pro_btn a > * {position: relative; z-index: 1;}

.pro_top .pro_txt .pro_btn a.listBtn:after{content:'\e941';}
.pro_top .pro_txt .pro_btn a.printBtn:after{content:'\e8ad';}
.pro_top .pro_txt .pro_btn a.listBtn {}
.pro_top .pro_txt .pro_btn a.listBtn:hover {color:var(--white); border-color:var(--main);}
.pro_top .pro_txt .pro_btn a.printBtn {display:none; background:var(--main); border-color:var(--main); color:var(--white);}
.pro_top .pro_txt .pro_btn a.printBtn:hover{border-color:var(--sub);}
.pro_top .pro_txt .pro_btn a.printBtn::before {background:var(--sub); }

.datail_info {position:relative;}
.datail_info .detail_tab {position:relative;}
.datail_info .detail_tab ul {display:flex;}
.datail_info .detail_tab ul li {width:calc(100% / 3); flex:1 1 auto;}
.datail_info .detail_tab a {display:flex; align-items:center; justify-content:center; font-size:var(--txt18); line-height:var(--txt18-lh); letter-spacing:var(--letter-spacing-body); padding:12px 15px; border:1px solid var(--border); border-left:none;}
.datail_info .detail_tab a.on {background:var(--main); color:var(--white); font-weight:600; border-color:var(--main);}
.datail_info .detail_tab ul li:first-child a {border-left:1px solid var(--border);}
.datail_info .detail_tab ul li:first-child a.on {border-color:var(--main);}
.pro_content {margin-top:30px; box-sizing:border-box; font-size:var(--txt18); line-height:var(--txt18-lh);}
.pro_content img {max-width:100%; height: auto !important;}
.pro_content strong {color:var(--black); font-weight:600; font-size:1.125rem; display:inline-block; margin-bottom:10px;}

/* @contents > table 기본 스타일 */
.prd_table {border-top:1px solid var(--border); border-left:1px solid var(--border); width:100%; border-spacing:0; border-collapse:separate;}
.prd_table colgroup {width:100%;}
.prd_table thead th {font-size:var(--txt18); line-height:var(--txt18-lh); text-align:center; color:var(--black); font-weight:500; letter-spacing:var(--letter-spacing-default); padding:15px 10px; background-color:var(--grayBg); border-bottom:1px solid var(--border); border-right:1px solid var(--border);}
.prd_table tbody td {font-size:var(--txt18); line-height:var(--txt18-lh); padding:15px 10px; letter-spacing:var(--letter-spacing-default); border-bottom:1px solid var(--border); border-right:1px solid var(--border); text-align:center;}

/* 관련상품 */
.pro_roll {position: relative; width: calc(100% + 30px); margin: 0 -15px;}
.pro_roll:after {content:''; display:block; clear:both;}
.pro_roll dl {padding: 0 15px;}
.pro_roll dl a {display:block;}
.pro_roll dl dt {overflow:hidden;}
.pro_roll dl dt img {width:100%; background-repeat:no-repeat; background-position:center; background-size:contain; transition:all .3s linear;}
.pro_roll dl:hover dt img {transform:scale(1.1); transition:all .3s linear;}
.pro_roll dl dd {padding:20px 0; box-sizing:border-box;}
.pro_roll dl dd .title {font-size:var(--txt20); font-weight: 500; color:var(--black); line-height:var(--txt20-lh); letter-spacing:var(--letter-spacing-body); text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
.pro_roll dl dd .multiple {font-size:var(--txt18); line-height:var(--txt18-lh); height:1.4em; letter-spacing:var(--letter-spacing-body); margin:10px 0 0; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}

.pro_roll .slick-arrow {border:0; padding:0; font-size:0; outline:none; cursor:pointer; width:30px; height:30px; transition:all .3s linear; position: absolute; z-index: 9999; opacity: 1; right: 47px; top:-86px;}
.pro_roll .slick-arrow:hover {opacity: 0.5;}
.pro_roll .slick-prev {background:url('/img/arrow_p_w.png') no-repeat center/100% auto; margin-right:50px;}
.pro_roll .slick-next {background:url('/img/arrow_n_w.png') no-repeat center/100% auto;}


/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){



}

/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){

.pro_top > .pro_img, .pro_top .pro_txt {width:calc(50% - 25px);}

}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){

/* 카테고리 */
.cate_con {margin: 0 auto 30px;}
.cate_con ul{}
.cate_con ul li a{min-width:100px; padding:0 15px; line-height:38px; height: 40px;}

/* 리스트 */
.pro_list figure{margin:0 20px 20px 0; width:calc((100% - 40px)/3);}
.pro_list figure:nth-child(3n){margin-right: 0;}
.pro_list figure dl dd{padding:20px 25px;}
.pro_list figure dl dd .title{}
.pro_list figure dl dd .multiple{margin:8px 0 0;}


/* 뷰 */
.pro_top {margin-bottom:70px;}
.pro_top > .pro_img, .pro_top .pro_txt {width:calc(50% - 15px);}

.pro_top .pro_img .thum_list {margin:6px 0 0 0;}
.pro_top .pro_img .thum_list .slick-list {width:calc(100% + 6px); margin-right:-3px; margin-left:-3px;}
.pro_top .pro_img .thum_list .roll { margin:0 3px;}

.pro_top .proImg_roll .slick-arrow {width:36px; height:32px;}
.pro_top .proImg_roll .slick-arrow::after {width:36px; height:32px; font-size:18px;}
.pro_top .proImg_roll .slick-prev {right:57px; border-radius:32px 0 0 32px; }
.pro_top .proImg_roll .slick-next {border-radius:0 32px 32px 0; }

.pro_top .pro_txt .shortexp {margin-top: 25px;}

.dott {padding-left:11px;}
.dott + .dott {margin-top:4px;}
.dott::before {top:10px;;}

.pro_top .pro_txt .prdnum {padding: 12px 0 0 0;}
.pro_top .pro_txt .pro_info {padding:25px 20px;}
.pro_top .pro_txt .pro_info ul li {padding-bottom:6px;}

.pro_top .pro_txt .pro_btn {padding:40px 0 0;}
.pro_top .pro_txt .pro_btn a {width:165px; height:50px; padding:0 20px;}
.pro_top .pro_txt .pro_btn a:after {font-size:23px;}
.pro_top .pro_txt .pro_btn a:hover {padding:0 30px;}

.datail_info .detail_tab a {padding:10px 15px;}

/* @contents > table 기본 스타일 */
.prd_table thead th {padding:12px 10px;}
.prd_table tbody td {padding:12px 10px;}


/* 관련상품 */
.pro_roll{width: calc(100% + 20px); margin: 0 -10px;}
.pro_roll dl{padding: 0 10px;}
.pro_roll dl dd{padding:15px 0;}
.pro_roll dl dd .multiple{margin:8px 0 0;}

.pro_roll .slick-arrow{width:25px; height:25px; right: 38px; top:-68px;}
.pro_roll .slick-prev{margin-right:40px;}




}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


/* 카테고리 */
.cate_con {margin: 0 auto 20px; padding:0 30px; display:block;}
.cate_con:before{content:''; display:block; box-sizing:border-box; width:100%; height:100%; border:1px solid var(--border); position:absolute; left:0; bottom:0;}
.cate_con ul{display:block; white-space:nowrap; text-align:center; font-size:0;}
.cate_con ul li{float:none; display:inline-block; margin:0; width: auto; padding:0 10px;}
.cate_con ul li a{min-width:auto; line-height:120%; height: auto; padding:12px 0; border-radius:0; border:0;}
.cate_con ul li a:after{content:''; display:block; width:0; height:2px; background:var(--main); position:absolute; left:0; bottom:0; z-index:2; transition:all .3s linear;}
.cate_con ul li.hover a{background:transparent !important; color:var(--main) !important; font-weight:700;}
.cate_con ul li.hover a:after{width:100%;}


/* 리스트 */
.pro_list figure{margin:0 20px 20px 0; width:calc((100% - 20px)/2);}
.pro_list figure:nth-child(3n){margin-right: 20px;}
.pro_list figure:nth-child(2n){margin-right: 0;}
.pro_list figure dl dd{padding:15px 20px;}
.pro_list figure dl dd .title{}
.pro_list figure dl dd .multiple{margin:6px 0 0;}


/* 검색 */
.bbs_search {padding:20px 0 0;}
.bbs_search dt {width: 100px;}
.bbs_search dt select{height:45px !important;}
.bbs_search dd{width:calc(100% - 100px);}
.bbs_search dd .search_input {padding:0 10px; height:45px; line-height:43px; width:calc(100% - 45px);}
.bbs_search dd .bbs_s_b{width:45px; height:45px;}


/* 뷰 */
.pro_top {margin-bottom:50px;}
.pro_top > .pro_img {width:100%;}
.pro_top .proImg_roll {max-width:100%;}
.pro_top .pro_img .thum_list {max-width:100%;}
.pro_top .pro_img .thum_list .roll {max-width:100%;}

.pro_top .pro_txt {margin-left:0; padding-left:0; width:100%; margin-top:40px;}
.pro_top .pro_txt .prdnum {padding:8px 0 0 0;}
.pro_top .pro_txt .shortexp {margin-top:20px;}
.pro_top .pro_txt .pro_info {padding:20px 15px; margin-top:20px;}
.pro_top .pro_txt .pro_info ul li {padding-left:10px; padding-bottom:4px;}
.pro_top .pro_txt .pro_info ul li::before {top:9px; width:3px; height:3px;}



.dott {padding-left:10px;}
.dott + .dott {margin-top:3px;}
.dott::before {top:7px; width:3px; height:3px;}

.dott_list_two {grid-template-columns:repeat(1, 1fr);}

.pro_top .pro_txt .pro_btn {padding:30px 0 0;}
.pro_top .pro_txt .pro_btn a { width:150px; height:45px; padding: 0 15px;}
.pro_top .pro_txt .pro_btn a:hover {padding:0 25px;}
.pro_top .pro_txt .pro_btn a:after {font-size:20px;}

.table_wrap {overflow-x:scroll;}
.table_wrap table {min-width:660px;}


/* 관련상품 */
.pro_roll dl dd{padding:12px 0;}
.pro_roll dl dd .multiple{margin:6px 0 0;}

.pro_roll .slick-arrow{right: 30px; top:-54px;}



}
/*******************************************************************************
    @media ~480px              
*******************************************************************************/
@media all and (max-width:480px){


/* 리스트 */
.pro_list figure{margin:0 0 20px; width:100%;}
.pro_list figure:nth-child(3n){margin-right: 0;}
.pro_list figure:nth-child(2n){margin-right: 0;}


}


/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}