/* BASIC css start */
/*----------------------------2022 renewal----------------------*/
/* 타이틀 공통 */
.title{
  margin: 100px 0 45px 0;
  text-align : center;
}
.title__main {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.title__sub {
    color: #d8001c;
    font-size: 14px;
    margin-top: 10px;
}


.main-slider {
width : 100%;
    max-width: 1920px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.main-slider__wrap {
    height: 100%;
}
.main-slider__wrap .swiper-wrapper{
height : 100%!important
}
.main-slider .swiper-slide>a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.main-slider .swiper-slide>a>img {
    position: absolute;
    left: 50%;
    webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.main-slider .pagination__wrap {
    width: 140px;
    height: 26px;
    border-radius: 147px;
    background: rgba(0,0,0,.4);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    border: none;
    margin-top : 0;
    pointer-events: initial;
}
.main-slider .pagination {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    bottom: 95px;
    z-index: 1;
    pointer-events: none;

}
.main-slider .pagination__wrap .now-slide {
  color: #fff;
}

.main-slider .pagination__wrap .total-slide {
  color: #ddd;
}


.main-slider .pagination__wrap .slash-icon {
    padding: 0px 4px;
    line-height :26px;
    color: #fff;
}
.main-slider .swiper-button-prev,.main-slider .swiper-button-next {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    position: static;
    text-align: center;
}
.main-slider .swiper-button-prev>i, .main-slider .swiper-button-next>i {
    line-height: 26px;
    font-size: 20px;
    color: #fff;
}

.ctrl-button>i {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}
.category-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.category-wrapper .title {
  margin-top: 80px;
}
/* 카테고리 슬라이더 */
.js-hidden{visibility:hidden;}
.category-slider,.brand-slider {
    width: 580px;
}
.brand-slider .category-slider__wrap .swiper-slide .category-slider__img {
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #f7f7f7;
}

.category-slider .swiper-pagination.swiper-pagination-progressbar, .brand-slider .swiper-pagination.swiper-pagination-progressbar {
  margin-top: 35px;
  width:200px;
}
.category-slider__wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 14px;
}
.category-slider__wrap .swiper-slide {
    font-size: 0;
}
.category-slider__wrap .swiper-slide > li {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    width: 95px;
    cursor: pointer;
    margin-right: 19px;
}
.category-slider__wrap .swiper-slide > li:nth-of-type(5n) {
    margin-right: 0;
}
.category-slider__wrap .swiper-slide > li:nth-of-type(-n + 5) {
    margin-bottom: 25px;
}
.category-slider__wrap .swiper-slide>li>a:hover>.category-slider__img {
    border: 1px solid #000;
}
.category-slider__wrap .swiper-slide>li .category-slider__img {
    width: 100%;
    padding: 15px;
    height: 102px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 15px;
    line-height : 102px;
    position: relative;
    -webkit-transition: all .35s;
     -moz-transition: all .35s;
      -ms-transition: all .35s;
          transition: all .35s;

}
.category-slider__wrap .swiper-slide .category-slider__img>img {vertical-align: baseline;webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);position: absolute;left: 50%;top: 50%;}
p.category-slider__name {
    font-size: 14px;
    color: #333;
}
.category-slider .swiper-button-next, .brand-slider .swiper-button-next {
    right: 28px!important;
    top: calc(50% - 36px);
}

.category-slider .swiper-button-prev, .brand-slider .swiper-button-prev {
    left: 0px!important;
    top: calc(50% - 36px);
}
/* 상품 모음전 슬라이드 */

.promotion-slider {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.promotion-slider__wrap {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.promotion-slider__wrap .swiper-slide{
  overflow:hidden;
  max-width: 366.667px;
  max-height: 190.94px;
}

.promotion-slider__wrap .swiper-slide img {
  width: 100%;
  border-radius : 10px;
}

/* 이 상품 어때요? 슬라이드 */
.product-recmd {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.product-recmd__wrap {
 width: 1160px;
 overflow : hidden;
}

.product-recmd .product__item {
    width: 208px;
    margin-right: 0px;
    margin-bottom : 0;
}
.product-recmd .product__sold {
    height: 38px;
    font-size: 17px;
}
.product-recmd .swiper-button-prev.arrow__ver2 {
    left: 0;
    top : 104px;
}
.product-recmd .swiper-button-next.arrow__ver2 {
    right: 0;
    top :104px;
}
/* 메인 검색어 슬라이드 */
.main-search__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    background-color: #f8f8f8;
    padding: 15px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 100px auto 0;
}
.main-search__slider {
    height: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.main-search__title {
    color: #ff0022;
    font-size: 20px;
    margin-right: 85px;
    margin-bottom: 0;
}
.main-search__wrap .swiper-slide {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: #fff;/* border-radius: 10px; */}
.main-search__item> a {
    height: 50px;
    line-height: 50px;
    width: 470px;
    /* margin-right: 20px; */
    box-sizing: border-box;
    padding: 0px 30px;
    display: block;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-search__item > a>.keyword {
    font-size: 16px;
    color: #000;
}

.main-search__item > a>.rank {
    font-size: 14px;
    color: #ff0022;
    font-weight: 600;
    margin-right: 15px;
}
.main-search__item> a> .icon__wrap {
    display: none;
}
.main-search__box {}.main-search__box {
    background-image: url(/design/esdongsuh/2022renewal/PC/box.png);
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 50%;
    top: 0;
    width: 30px;
    height: 50px;
    webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    z-index: 1;
}

/* 놓치면 후회할 특가상품 */

.product-promotion> .product__item {
    width: 580px;
    height : 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    overflow : hidden;
}
.product-promotion > .product__item:hover {
    border: 1px solid #000;
}

.product-promotion> .product__item:nth-of-type(2n) {
    margin-right: 0;
}

.product-promotion> .product__item>.product__thumb {
    border: none;
    border-radius: 0;
    width: 50%;
    margin-right: 20px;
    margin-bottom : 0;
    position : static;
}

.product-promotion> .product__item>.product__info {width: 50%;padding-top: 55px;padding-right: 20px;}

.product-promotion> .product__item>.product__thumb>.product__link {
    width: 100%;
    height : 100%;
    display: block;
}
.product-promotion> .product__item>.product__thumb>.product__link>img {
    margin-top: 4.5px;
}
.product-promotion > .product__item > .product__thumb > .product__link>.product__sold {
    width: 269px;
    border-bottom-right-radius : 5px;
}
.product-promotion > .product__item .product__content {
    left: inherit;
    right: -30px;
}
.product-promotion> .product__item .product__review--bottom>.product__review {float: inherit;}


.product-promotion> .product__item .product__review--bottom {
    margin-top: 15px;
}

/* 알뜰 쇼핑 슬라이드 */
.shopping-slider__background {
    background-color: #f8f8f8;
    max-width: 1920px;
    margin: 0 auto;
}

.shopping-slider>.title {
    margin-top: 45px;
}
.shopping-slider {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
    position :relative;
}
.shopping-slider__wrap {
    width: 972px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.shopping-slider__wrap .swiper-slide.color1,.shopping-slider__wrap .swiper-slide.color5,.shopping-slider__wrap .swiper-slide.color9 {
  background-color: #bf6d4c;
}

.shopping-slider__wrap .swiper-slide.color2,.shopping-slider__wrap .swiper-slide.color6,.shopping-slider__wrap .swiper-slide.color10 {
  background-color: #9f7135;
}
.shopping-slider__wrap .swiper-slide.color3,.shopping-slider__wrap .swiper-slide.color7,.shopping-slider__wrap .swiper-slide.color11 {
  background-color: #c28d30;
}
.shopping-slider__wrap .swiper-slide.color4,.shopping-slider__wrap .swiper-slide.color8,.shopping-slider__wrap .swiper-slide.color12 {
  background-color: #4c57bf;
}
.shopping-slider__wrap .swiper-slide>a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding :0 20px;
  box-sizing:border-box;
}
.shopping-slider__wrap .swiper-slide {
  border-radius: 10px;
  box-sizing: border-box;
  height: 100px;
  max-width: 228px;
  margin-right: 20px;
}
.shopping-slider__wrap .swiper-slide>a>p {
  font-size: 16px;
  line-height: 22px;
  color: rgb(255, 255, 255);
  padding-right: 30px;
  width: 118px;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.shopping-slider__wrap .swiper-slide>a>img {
  width: 70px;
  border-radius: 10px;
}
.shopping-slider .swiper-button-prev.arrow__ver2 {
    left: 32px;
    top: 56%;
}
.shopping-slider .swiper-button-next.arrow__ver2 {
    right: 32px;
    top: 56%;
}
.shopping-slider>.pagination {
    margin-bottom: 45px;
} 
.shopping-slider .swiper-slide img {
    vertical-align: middle;
}
/* 카테고리별 인기상품 */
.pop-product__wrap {
    margin-bottom: 150px;
}
.pop-product>.title {
    margin-bottom: 20px;
}
.pop-product__ctgr {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.pop-product__item {
    margin-right: 20px;
    padding: 10px 0px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #000;
    cursor : pointer;
    border-radius : 40px;
    width : 120px;
    box-sizing : border-box;
    
}

.pop-product__ctgr>li:last-of-type {
    margin-right: 0;
}
.pop-product__item--select {
    background-color: #d8001c;
    color: #fff;
}
/*---------------2022 renewal----------------------*/


.recipewrap{background-color:#f9f9f9; width:100%; height:680px;}
.recipe_list{background-color:#f9f9f9; width:1200px; margin-left:auto; margin-right:auto; padding-top:30px;}
.recipe_list ul{font-size:0; margin-top:10px;}
.recipe_list li{margin-left:10px; display:inline-block;}
.recipe_list li:first-child{margin-left:0;}
.recipe_list li img{width:162.8px;}

.delivery{display:table; width:60px; height:60px; background:#ed1c24; color:#fff; text-align:center; margin-bottom:30px;}
.delivery_free{
display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-size:14px;
    text-align: center;
}

.banner_container{    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top:60px;
    padding-bottom:0px;
    }

.pop-layer .pop-container {
  padding: 0 0 10px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-400px;
  margin-left:-600px;
  width: 1200px;
  height: 800px;
  z-index: 101;
  text-align:center;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index:15;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}
#bo_gall .gall_con li .dim-layer .pop-layer iframe { width:1160px; height:750px; }
a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  cursor:pointer;
}
#bo_gall{}
#bo_gall h3{
    }
#bo_gall li{float:left;}
#gall_ul{overflow:hidden;}
#gall_ul2{overflow:hidden;}

#bo_gall .gall_href a.btn-example {display:block; position:relative;}
#bo_gall .gall_href a.btn-example .videoBox { width:100%; height:100%; position:absolute; z-index:10; }
.dim-layer.on,
.dim-layer.on .dimBg,
.dim-layer.on .pop-layer { display:block; }

#bo_gall2 .gall_con li .dim-layer .pop-layer iframe { width:1160px; height:750px; }
a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  cursor:pointer;
}

#bo_gall2 .gall_href a.btn-example {display:block; position:relative;}
#bo_gall2 .gall_href a.btn-example .videoBox { width:100%; height:100%; position:absolute; z-index:10; }












.bxslider04 li:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.3;
}
.bxslider04 li img {
  display: block;
	
  text-align: center;
 
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;







  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.prd-list{position:relative; width:100%;}
h3{font-size:24px;margin-bottom: 20px;color:#000;}
.thumb_discount{
position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
   
    text-align: center;
    background: #ed1c24;
    display: inline-block;
    font-size: 16px;
    padding:0 10px;
        line-height: 2.1;
    /* font-weight: bold; */
    box-sizing: border-box;
        letter-spacing: 0.07em;
}
.img-hover-text:hover .thumb_discount {
    opacity: 0.5;
}
.price s{color:#999; font-weight:normal; font-size:14px;}
.prd-icon{position:absolute; bottom:20px; right:20px;}
/* This is the parent container class 
the position is set to relative for absolute positioning inside */
.img-hover-text {
    margin:0;
  position: relative;
}
.img-hover-text figcaption img{width:54px !important;}
.img-hover-text > img {
 width:280px;
  transition: .5s;
}
/* The image inside of the .img-hover-text will fill the width of its parent */
.img-hover-text img {

 
}

/* The caption text inside of the .img-hover-text */
.img-hover-text figcaption {
  /* Position absolute to remove it from the flow of the document and absolutely position it within the .img-hover-text container */
  position: absolute;
 
  text-align:right;
  /* Position this elements bottom away from the bottom of the .img-hover-text container by 10% of the  .img-hover-text containers height */
  bottom: 38%;
   /* Position this elements left side away from the left side of the .img-hover-text container by 10% of the .img-hover-text containers width */
  right: 40%;

  /* Factor padding and border size into declared width */
  box-sizing: border-box;
  /* Opacity 0 so the element cannot be seen unless user is hovering cursor */
  opacity: 0;

  /* Round the edges   */

  /* Transition all properties by half a second */
  transition: .5s;
}


.img-hover-text figcaption ul{}
.img-hover-text figcaption ul li{margin-top:7px;}



/* :hover pseudo selector used on parent container to then target figcaption child */
.img-hover-text:hover figcaption {
  /* Makes the element completely visible */
  opacity: 1;
}

.img-hover-text:hover .MS_prod_img_m {
  /* darkens the image */
opacity:0.5
}








.product .items h2.cate-tit>.product_more {top: 0;}
.product_more{position:absolute;top: 120px;right:0;border:1px solid #ccc;}
.product_more a{display:block;padding: 10px 10px;color:#000;font-weight: 400;}
.discount_percent{display:table; width:60px; height:60px; background:#ed1c24; color:#fff; text-align:center; margin-bottom:30px;}
.thumb_discount2{
display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-size:14px;
    text-align: center;
}
.discoutprd_name{
    
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.list_color_area{
    display: inline-block;
    text-align: right;
    width: 51%;
    vertical-align: middle;
}
.discount_productlist{overflow:hidden;position:relative;width:100%;}
/* .discount_productlist li{float:left; width:590px; height:300px; border:1px solid #ccc; margin:0 20px 20px 0; box-sizing:border-box; background-color:#dedede;} */
.discount_productlist li{float:left;width:590px;height:300px;margin:0 20px 20px 0;box-sizing:border-box;vertical-align: top;}
.discount_productlist li .disprd{display:block; box-sizing:border-box;padding:25px 20px 25px 30px; }
.discount_productlist li img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: border .3s;
    border: 1px solid #ddd;
    display : block;
}
.discount_productlist li:nth-last-of-type(-n +2) {
    margin-bottom: 0;
}
.discount_productlist li + li{margin-right:0;}
.discount_productlist li + li +li + li{margin-right:0; margin-left:20px;}
.contentslider-main .sliderkit-nav-clip li:first-child a{border-left:1px solid #dedede}
.plan_more{position:absolute; top:120px; right:410px; border:1px solid #ccc;}
.plan_more a{display:block; padding: 10px 10px; color:#000;}

.carouselsSlides2 .bxslider04 li img{width:100%;}
** RESET AND LAYOUT
==================================*/
.bx-wrapper {position: relative;margin:0;padding: 0;*zoom: 1;}
.carouselsSlides .bx-wrapper img {width:100%;}


/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {}

/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px;background: url(../images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager {display:none; text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 10px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {padding:0 10px; display:inline-block;}
.bx-wrapper .bx-pager.bx-default-pager a { display:block; width:40px; height:5px; text-indent:-9999em; background:url(/design/starshipes/image/sshop_visualoff.png) no-repeat;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {width:40px; background-position:0 -11px; background:url(/design/starshipes/image/sshop_visualon.png) no-repeat;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: -37px;background: url(/design/starshipes/image/sshop_visualL2.png) no-repeat;background-position: 0 50%;}
.bx-wrapper .bx-next {right: 10px;background: url(/design/starshipes/image/sshop_visualR2.png) center right no-repeat;}

.bx-wrapper .bx-controls-direction a {display:block;height: 50px;font-size:0;position: absolute;outline: 0;width: 45px;background-size: 12px;text-indent: -9999px;z-index: 9;}
  .bx-wrapper .bx-controls-direction a.disabled {}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -44px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left;width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}





    
    
.carouselsSlides2 .bx-wrapper .bx-prev{left: 10px;}
    

.carouselsSlides2 .bx-wrapper .bx-controls-direction a {top: 50%;transform: translate(0, -50%);}   
    
    
.carouselsSlides2 .bx-wrapper{/* max-width:800px !important; *//* margin-top:10px; */}
.carouselsSlides2{width:100%;position:relative;height:620px;display: inline-block;margin-bottom: 60px;font-size: 0; text-align : center;}
.carouselsSlides2 .bxslider04 li{text-align:center;width: 386px;height:400px;/* border:1px solid #eee; */box-sizing:border-box;font-size:13px;color:#000;overflow:hidden;background-color:#ededed;}
.carouselsSlides2 .bxslider04 li a{width: 386px;height:200px;overflow:hidden;}
.carouselsSlides2 .bxslider04{height:400px;overflow:hidden;}
.mainSpot .bx-wrapper .bx-pager{display:inline-block;}

.bx-wrapper{width:828px; position:relative;}
.tabslider01{width:100%; position:relative;}
.tabslider01 li{text-align:center; width:260px; height:400px;  border:1px solid #eee; box-sizing:border-box; font-size:13px; color:#000; overflow:hidden; background-color:#ededed;float:left; margin-right:10px;}
.tabslider01 li a{width:260px; height:400px; overflow:hidden;}
.tabslider01 li img{width:260px;}
.tabslider01 li img:hover{opacity:0.6;}
.tabslider01 li:hover{border:1px solid #ed1c24;  box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); box-sizing: border-box;}


/* 메인 스크립트배너 */
.main_img_area {width:100%;max-width: 1920px;margin: 0 auto;height:560px;background-color:#fff;position:relative;background-size:cover !important;}
.main_img_area .inner {width:100%; margin:0 auto; background:transparent;}
.main_img_area #side { display:table-cell;float:left;width:200px; border:0;padding:0; }
.main_img_area #side .lnb {width:200px; height:520px; background-color:#33353d;}
.contentslider-main .sliderkit-nav-clip li{width:25% !important;}
.main_img {width:100%; height:559px; margin:0px; padding:0px; float:left;}
.contentslider-main {width:100%; height:559px; margin:0px; padding:0px;}
.contentslider-main .sliderkit-btn-inner {width:100%; position:relative; text-align:center; margin:0 auto;}
.contentslider-main .sliderkit-nav {position:absolute; top:558px;width:100%;}
.contentslider-main .sliderkit-nav-clip ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;text-align:center;}
.contentslider-main .sliderkit-nav-clip li:first-child a {}
.contentslider-main .sliderkit-nav-clip li a{margin:0px; text-decoration:none; height:41px; border:1px solid #dedede; border-left:0px; background-color:#fff;  cursor:pointer; color:#999; font-size:14px; font-weight:300; letter-spacing:-0.25px; line-height:38px;box-sizing:border-box ;transition : color .5s;}
.contentslider-main .sliderkit-nav-clip li.sliderkit-selected a{height:41px; border-bottom:2px solid #ed1c24; background-color:#fff; color:#ed1c24; box-sizing:border-box ;}
.contentslider-main .sliderkit-nav-clip li a:hover {color:#ed1c24;}
.contentslider-main .sliderkit-panels{width:100%; height:559px; overflow:hidden; padding:0px; margin:0px; }
.contentslider-main .sliderkit-panel{width:100%; height:559px; overflow:hidden; padding:0px;margin:0px; position:absolute;}



/* 메인 스크립트 우측배너 */
.main_img_area .right_ban_area {float:right;}
.main_img_area .right_ban_area a {font-size:0px; margin:0px; padding:0px; display:block;}
.main_img_area .right_ban_area img {border:1px solid #dedede; font-size:0px; }
.main_img_area .right_ban_area a:first-child img {border-top:0px !important; border-bottom:0px !important;}

.main_title {padding:50px 0;text-align:center;margin:0 auto;}

/* 메인페이지에서 좌측 배너 숨김 */
.left_menu_absolute .right_ban_area {display:none;}

/* 중앙 3단배너 관련 스타일 */
.center_ban_area {width:1200px; margin-left:auto; margin-right:auto; padding-top:25px;}
.center_ban_area ul li:first-child img{}
.center_ban_area ul li {float:left; margin-right:15px; background-color:black; }
.center_ban_area ul li img {border:1px solid #dedede; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s;}
.center_ban_area ul li img:hover {border:1px solid #ed1c24;  box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); box-sizing: border-box; 
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s; }

/* 중앙 브랜드배너 관련 스타일 */
.brand_ban_area {width:1200px; margin:0px auto; padding-top:30px;}
.brand_ban_area ul li {float:left; margin-left:26px;}
.brand_ban_area ul li:first-child {margin-left:0px !important;}
.brand_ban_area ul li:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: .6; }

/* 중앙 탭 좌측배너 / 탭상품 관련 스타일 */
.tab_pro_area {width:1200px;/* padding-top:20px; */margin-bottom:80px;} 
.tab_pro_area .left_ban {float:left; padding:0px; margin:0px; background-color:black;}
.tab_pro_area .left_ban img:hover{opacity:0.7;}
.contentslider-tab {width: 100%;float:right;}
.contentslider-tab .sliderkit-nav { position:relative; width:830px; height:41px; }
.contentslider-tab .sliderkit-nav-clip{ position:absolute; top:0px; left:0px;}
.contentslider-tab .sliderkit-nav-clip li { cursor:pointer; height:41px; color:#555; background-color:#f0f0f0;  display:block;  line-height:39px;  font-weight:300; font-size:14px; letter-spacing:-0.5px; display:block; padding:0px; margin:0px; width:206px; height:41px; font-size:15px; list-style:none; float:left; border-top:2px solid #000; border-right:1px solid #e3e3e3;  border-bottom:1px solid #e3e3e3;}
.contentslider-tab .sliderkit-nav-clip li:first-child {width:207px; border-left:1px solid #e3e3e3;}
.contentslider-tab .sliderkit-nav-clip li a{ cursor:pointer; height:41px; color:#555; background-color:#f0f0f0;  display:block;  line-height:39px;  font-weight:300; font-size:14px; letter-spacing:-0.5px; }
.contentslider-tab .sliderkit-nav-clip li:hover a { color:#525252; background-color:#fff; display:block; }
.contentslider-tab .sliderkit-nav-clip li.sliderkit-selected  {  border-top:2px solid #ed1c24; border-bottom:1px solid #fff; color:#000; background-color:#fff; height:41px;  }
.contentslider-tab .sliderkit-nav-clip li.sliderkit-selected a {color:#000; background-color:#fff; height:41px; }
.contentslider-tab .sliderkit-panels {width:830px;font-size:0px;margin-top:41px;}
.contentslider-tab .sliderkit-panel {width:828px;padding-top:20px;border:1px solid #e9e9e9; border-top:0px; background-color:#fff; min-height:422px;}
.contentslider-tab .sliderkit-panel .prd-list {width:100%;margin:0; position:relative; padding-top:10px; padding-left:15px;}
.contentslider-tab .sliderkit-panel .prd-list table .info {width:240px;}
.contentslider-tab .sliderkit-panel .prd-list .thumb {width:240px;}

/* 중앙 롱배너_카테고리 관련 스타일 */
.main_long_ban_cate_area {position:relative;left: 50%; webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
width: 1903px;height:400px;background-color:#f5f5f5;text-align: center;overflow-x : hidden;min-width: 1200px;max-width : 1920px;}
.main_long_ban_cateTitle{}
.main_long_ban_cate01 {margin-bottom:20px;position: absolute;top: 150px;left: 50%;webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%);-ms-transform: translate(-50%,0%);-o-transform: translate(-50%,0%);transform: translate(-50%,0%);}
.main_long_ban_cate01 ul{
    display: inline-flex;
}
.main_long_ban_cate01 ul li{float:left;margin-right:28px;}
.main_long_ban_cate01 ul li:last-child{float:left; margin-right:0px;}
.main_long_ban_cate02 {width:100%;  margin-bottom:20px;}
.main_long_ban_cate02 ul{position:relative; width:100%; top:215px;left:-148px;}
.main_long_ban_cate02 ul li{float:left;margin-right:42px;}



/* 중앙 롱배너 관련 스타일 */
.main_long_ban_area{position:relative; left:-380px; width:1920px; height:400px; margin-bottom:80px; background-image:url('https://premium243.makeshop.co.kr/design/esdongsuh/pc/img/main_eventbn.png'); background-repeat:repeat-x;  background-position:top center; }
.main_long_ban{width:100%; height:400px; background-image:url('https://premium243.makeshop.co.kr/design/esdongsuh/pc/img/main_eventbn.png'); background-repeat:no-repeat;  background-position:top center;}

/* 메인 세일 리스트형 */
.sale-list table td { border:0; vertical-align:top;text-align:center;padding-bottom:18px !important;}
.sale-list table .tb-center {width:97%;margin:0 auto;padding:0;text-align:center;position:relative;border:1px solid #dedede;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s;}
.sale-list table .tb-center:hover {box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); bosx-izing: border-box; 
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s; border:1px solid #ed1c24; }
.sale-list table .info { width:260px;padding:30px 0px 0px 30px !important;text-align:left !important;background:none;float:left; }
.sale-list .thumb { width:270px;height:100%;font-size:0; line-height:0; border:0 !important;float:right;}
.sale-list .thumb:hover {box-shadow: 0px 15px 35px rgba(50,50,90,0), 0px 5px 15px rgba(0,0,0,0.0) !important; bosx-izing: border-box; 
-webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s;  transition: all 0s !important; }
.sale-list .thumb a,
.sale-list .thumb img { display:block;width:100%;height:100%;}
.sale-list .dsc { margin-top:15px;font-weight:normal;font-size:14px;color:#333;}
.sale-list .subname { margin-top:7px;  font-weight: normal; font-size:12px;color:#888;}
.sale-list .salebox {display:none;width:60px; height:40px; background-color: #ed1c24; color: #fff;  font-weight: bold; font-family: "Open Sans",sans-serif; padding: 10px 0px;line-height:18px;text-align:center;margin-bottom:20px;}
.sale-list .salebox .sale_kor {font-size:14px;letter-spacing:-0.3px;text-align:center;}
.sale-list .salebox .sale_text {display:block;font-size:20px;text-align:center;margin-top:2px;}
.sale-list .price { margin-top:5px; font-weight: bold; color:#ed1c23;font-size:19px;letter-spacing:-0.5px;}


/*팝업*/
.myPopupWrap{
    position:fixed;
    width:500px;
    top:100px;
    left:100px;
    border:1px solid #ddd;
    z-index:99999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.myPopupWrap .popupHead{
    position:relative;
    width:100%;
    height:35px;
    background:#ddd;
}

.myPopupWrap .popupHead a{
    position:absolute;
    top:0;
    right:0;
    padding:0 10px;
    font-size:18px;
    text-align:center;
    line-height:35px;
    color:#000;
}

.myPopupWrap .popupBody{
    background:#fff;
}

.myPopupWrap .popupBody img{
    width:100%;
}









/* BASIC css end */

