/* BASIC css start */
body{min-width: 1100px;}
#header{border-bottom:0 !important}
/* ¸ÞÀÎ ºñÁê¾ó ¹è³Ê */
#mainSpot {width:100%; overflow:hidden }
#mainSpot .inner { width:100%; }
#mainSpot .inner .more_view{}
#mainSpot .spotSlider .slick-dots { position: absolute; bottom: 22px; width: 100%; height: 0; z-index: 10; text-align: center; font-size: 0; line-height: 0;}
#mainSpot .spotSlider .slick-dots li{ display: inline-block; width: 30px; height: 3px; margin: 0 6px; background-color: #efeae7; cursor: pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
#mainSpot .spotSlider .slick-dots li.slick-active { background-color: #3b3734; cursor: default;}
#mainSpot .spotSlider .slick-dots li button{font-size: 0;}
.slick-slide img{width: 100%;}

/* »óÇ° ¸ñ·Ï ¿µ¿ª */
.product-wrap {margin:0 auto;position:relative;width: 1450px;}
.item-wrap .item-cont .item-list .prd-info{/* display:none; *//* position: absolute; *//* bottom: 0; *//* left: 0; */width: 100%;/* padding:0; */background: rgba(255,255,255,0.9);text-align: center;z-index: 1000;/* box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); *//* -webkit-transition: box-shadow 0.4s; *//* transition: box-shadow 0.4s; */}
.item-wrap .item-cont .item-list .prd-info a ul{padding: 0;}
.item-wrap .item-cont .item-list .prd-price{color: #D22525;}

/* ÀÎ½ºÅ¸ ¿µ¿ª */
.instaArea{width: 1100px; margin: 0 auto;}

/* »óÇ° ¹ÝÂ¦ÀÌ´Â È¿°ú */
/*.item-wrap .item-cont .item-list:hover {-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.7) 30%, #000 50%, rgba(0,0,0,.7) 70%); -webkit-mask-size: 200%; animation: shine 4s infinite;}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}*/
.item-wrap .item-cont .item-list.slick-slide .MK-product-icons img {
    width: auto;
    display: inline-block;
}
.slick-prev.slick-arrow {
    background: url(/design/dearbrand/prev.png) no-repeat;
    width: 43px;
    height: 83px;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    margin-left: -43px;
    outline: 0;
}
.slick-next.slick-arrow {
    background: url(/design/dearbrand/next.png) no-repeat;
    width: 43px;
    height: 83px;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    margin-right: -43px;
    outline: 0;
}
/* BASIC css end */

