/* BASIC css start */
/* 메인 배너 */
#mainSwiper {max-width:1920px; margin:0 auto; text-align:center;}
#mainSwiper img {width:100%;}
#mainSwiper .swiper-pagination-bullet {width: 10px;height: 10px;border-radius: 0;margin: 0 5px;opacity: 1;background: #c0bebe; vertical-align:top;}
#mainSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active { height:11px; background: #d71618;}


/* 이미지 배너 */
.imgBanner {  position:relative;  overflow:hidden ;background: #f8f8f8; max-width: 1920px; margin: 0 auto;}
.imgBanner ul {width:1260px; margin:0 auto; *zoom:1 }
.imgBanner ul:after { display:block; clear:both; content:'' }
.imgBanner ul li { padding-right: 20px; float:left }



/* 상품 목록 영역 */
.product-wrap { margin:0 auto; position:relative; width: 1260px;padding-top: 100px;}

/* 신상품 */
#newSwiper {width:100%; background:#f8f8f8; padding:100px 0 110px; margin-top:90px;}
#newSwiper .inner {position:relative;width:1260px; margin:0 auto;}
#newSwiper .item-wrap .item-cont .item-list {background: #fff;border: 0; width:calc((1260px - 120px)/4);}
#newSwiper .item-wrap .item-cont .item-list:last-child {margin-right:0;}
#newSwiper .item-wrap .item-cont .item-list .thumb {width:289px; height:289px;}
#newSwiper .item-wrap .item-cont .item-list .thumb img {width:290px; height:290px;}
#newSwiper .new_next {right: -110px;}
#newSwiper .new_prev {transform: rotate(180deg);left: -110px;}
#newSwiper .new_next, 
#newSwiper .new_prev {width: 30px;height: 60px;background: url(/design/kun6man02/new/pc/img/ico/ico_arrow.png) center / 30px 60px no-repeat;}
#newSwiper .new_next::after, 
#newSwiper .new_prev::after {display: none;}

/* 추천상품 */
#recmdSwiper {width:100%; background:#f8f8f8; padding:100px 0 110px; margin-top:90px;}
#recmdSwiper .inner {position:relative;width:1260px; margin:0 auto;}
#recmdSwiper .item-wrap .item-cont .item-list {background: #fff; border:0;}
#recmdSwiper .item-wrap .item-cont .item-list .thumb {width:289px; height:289px;}
#recmdSwiper .item-wrap .item-cont .item-list .thumb img {width:289px; height:289px;}
#recmdSwiper .recmd_next {right: -110px;}
#recmdSwiper .recmd_prev {transform: rotate(180deg);left: -110px;}
#recmdSwiper .recmd_next, 
#recmdSwiper .recmd_prev {width: 30px;height: 60px;background: url(/design/kun6man02/new/pc/img/ico/ico_arrow.png) center / 30px 60px no-repeat;}
#recmdSwiper .recmd_next::after, 
#recmdSwiper .recmd_prev::after {display: none;}

/* 탭영역 */
#tabWrap01 .tabWrap {height: 50px;width: 100%;border-bottom: 2px solid #d71618;box-sizing: border-box;margin-bottom: 80px;}
#tabWrap01 .tabWrap ul {font-size: 0;}
#tabWrap01 .tabWrap li {width: calc((100% - 9px)/ 7);display: inline-block;text-align: center;border: 1px solid #efefef;border-bottom: 0;border-right: 0;}
#tabWrap01 .tabWrap li:last-child {border-right: 1px solid #efefef;}
#tabWrap01 .tabWrap li a {display: block;height: 48px;line-height: 48px;font-size: 18px;font-weight: 600;color: #666666;}
#tabWrap01 .tabWrap li.active {border: 1px solid #d71618;border-bottom: 0;background: #d71618;}
#tabWrap01 .tabWrap li.active a {color: #fff;}
#tabWrap01 .item-cont {display:none;}
#tabWrap01 .item-cont.active {display:block;}

#tabWrap02 .tabWrap {height: 50px;width: 100%;border-bottom: 2px solid #d71618;box-sizing: border-box;margin-bottom: 80px;}
#tabWrap02 .tabWrap ul {font-size: 0;}
#tabWrap02 .tabWrap li {width: 50%;display: inline-block;text-align: center;border: 1px solid #efefef;border-bottom: 0;border-right: 0; box-sizing:border-box;}
#tabWrap02 .tabWrap li:last-child {border-right: 1px solid #efefef;}
#tabWrap02 .tabWrap li a {display: block;height: 48px;line-height: 48px;font-size: 18px;font-weight: 600;color: #666666;}
#tabWrap02 .tabWrap li.active {border: 1px solid #d71618;border-bottom: 0;background: #d71618;}
#tabWrap02 .tabWrap li.active a {color: #fff;}
#tabWrap02 .item-list {min-height:540px;}
#tabWrap02 .item-cont {display:none;}
#tabWrap02 .item-cont.active {display:block;}

/* 중간 배너 */
.midBnnr {margin-bottom: 40px;}
.midBnnr ul {font-size: 0;}
.midBnnr ul li {display: inline-block;width: calc((100% - 20px) / 2);box-sizing: border-box;}
.midBnnr ul li:first-child {margin-right: 20px;}


/* BASIC css end */

