/* 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:1100px }
.item-wrap .item-cont .item-list:nth-of-type(3n){margin-right:0}
.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: right; 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: 10px 10px;}
.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%;
  }
}*/
/* BASIC css end */

