@charset "utf-8";

.custom_product .highlighter {position:relative; }
.custom_product .highlighter::after { content:""; position:absolute; bottom:5px; left:0; width:100%; height:20px; background-color:#eaeaea; z-index:-1; transition:width .3s;}

.custom_product .catebtn_wrap a.linkBtn{ padding:0 35px; margin:0 5px; display:inline-block; text-align:center; border-radius:50px; background-color:#ddd; line-height:50px; font-size:2rem; font-weight:400; transition:background .2s ease-out;}
.custom_product .catebtn_wrap a.linkBtn:last-child{ background-color:#006760; color:#fff; }
.custom_product .catebtn_wrap a.linkBtn:hover{ background-color:#39c6bd; color:#fff; }

@media screen and (max-width:1024px){ 
  .custom_product .top_tit .titleArea {width:100%; padding-right:0; padding-bottom:40px;}
  .custom_product .top_tit .catebtn_wrap {width:100%;}
  .custom_product .catebtn_wrap a.linkBtn{margin-left:0;}
  .custom_product .top_tit {padding-bottom:40px;}
}
@media screen and (max-width:768px){ 
  .custom_product .top_tit .titleArea{padding-bottom:25px;}
  .custom_product .catebtn_wrap a.linkBtn{ height:40px; line-height:40px; margin:0 5px 0 0; font-size:1.6rem; padding:0 25px; border-radius:0;}
  .custom_product .highlighter::after { height:12px;}
}

/** swiper */
.custom_product .swiper-container{overflow: hidden;}
.custom_product .swiper-container .swiper-wrapper{height: auto;}
.custom_product .swiperWrap{position:relative; }
.custom_product .swiper-slide{width:33.3333%}
.custom_product .swiper-slide .imgLink{width:100%; height:0; padding-bottom:90%; display:block; position:relative;}
.custom_product .swiper-slide .thum{width:100%; height:100%; position:absolute;}
.custom_product .swiper-slide .thum img{width:100%; height:100%; object-fit: cover;}

.custom_product .swiper-button-next, 
.custom_product .swiper-button-prev {color:#8f8f8f;}

.custom_product .swiper-button-next {right:-10px;}
.custom_product .swiper-button-prev {left:-10px;}

