/* BASIC css start */
.title h2 {font-size:48px;font-weight:200;text-align:center;margin-bottom:50px;}

/* 메인 비쥬얼 배너 */
#mainSpot { position:relative; width:100%;}
#mainspot .swiper-scrollbar {width:1240px;margin:0 auto;left:50%;transform:translateX(-50%);bottom:40px;background:#fff;opacity: 1;border-radius: 0}
#mainspot .swiper-scrollbar-drag {background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 1));border-radius: 0}

/* 배너 */
#section2 {margin:100px auto;padding-bottom:100px;}
#section2 .product-bn ul {display:flex;gap:20px;} 
#section2 .product-bn ul li .textWrap{margin-top:25px;}
#section2 .product-bn ul li .textWrap strong{display:block;font-size:28px; line-height:28px; font-weight:500;}
#section2 .product-bn ul li .textWrap span{display:block; margin-top:12px; font-size:18px; line-height:18px; font-weight:300; color:#999; }

/* newarrivals */
#section3 {padding-bottom:100px;}

/* mdpick */
#section4 .product-bn {display:flex;padding-bottom:100px;}
#section4 .product-bn .mkpickswiper {position:relative;overflow:hidden;margin:70px 0 0 70px;}
#section4 .swiper-scrollbar {height:2px;bottom:0px;background:#D9D9D9;opacity: 1;border-radius: 0}
#section4 .swiper-scrollbar-drag {background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 1));border-radius: 0}


/* 탭 */
#section5 {margin:100px auto ;}
#section5.product_tab {position:relative; display:none;}
#section5.product_tab .secinner {}
#section5.product_tab .tab_title { margin-bottom:50px;text-align:center; } 
#section5.product_tab .tab_title ul {justify-content: center;} 
#section5.product_tab .tab_title ul li {display:block;width:auto;font-size:16px;font-weight:400;color:var(--light-txt);cursor: pointer; }
#section5.product_tab .tab_title ul li.swiper-slide-thumb-active {color:var(--main-color);font-weight:600;border-bottom:1px solid var(--main-color);} 
#section5.product_tab .tab_content {} 
#section5.product_tab .tab_content .item-cont {padding-bottom:60px;}
#section5.product_tab .swiper-horizontal>.swiper-scrollbar, .product_tab .swiper-scrollbar.swiper-scrollbar-horizontal {width:240px;left:50%;transform:translateX(-50%);bottom:0px;height:1px;}
#section5.product_tab .swiper-scrollbar-drag {background-color:#000;}
#section5.product_tab .swiper-horizontal>.swiper-scrollbar {background-color : rgb(0,0,0,0.4);}


#section7 {margin:100px auto ;}

/* BASIC css end */

