/* BASIC css start */
#head_box {
	position:fixed;
	top:0;
	z-index:100;
	width:100%;
	_background:none !important;
	border:0 !important;
}
#head_box.fixed {
	background:#fff !important;
	border-bottom:1px solid #E1D9D7 !important;
}
#contentWrapper {
	padding-top: 0 !important
}

/* 메인 비쥬얼 배너 */
#mainSpot {
    margin-top: 126px;
	position:relative;
	overflow:hidden;
}
#mainSpot .mySwiper {
}
#mainSpot .mySwiper .spotSlider {
}
#mainSpot .mySwiper .spotSlider .swiper-slide {
}
#mainSpot .mySwiper .spotSlider .swiper-slide a {
}
#mainSpot .mySwiper .spotSlider .swiper-slide a img {
	width:100%;
}

#mainSpot .swiper-scrollbar{
    top: unset;
    bottom: 70px;
    width: 800px;
    left: calc(50% - 400px);
    background-color: rgba(255, 255, 255, 0.5);
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
}

#mainSpot .swiper-scrollbar-drag{
	background: rgba(18,18,18,1);
    height: 6px;
}


/* 상품 목록 영역 */
/*new*/
#newPrdSld {
	padding-top:136px;
}

.newPrdWrp .swiper-pagination {
    position: relative;
    margin-top: 60px;
    text-align: center;
    line-height: 1;
}

.newPrdWrp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #EEEEEE;
    opacity: 1;
    margin: 0 7.5px !important;
    border-radius: 50%;
}

.newPrdWrp .swiper-pagination-bullet-active {
  background: #000;   /* 활성화된 dot 색상 */
}


/*best*/
#bstPrdWrp .item-wrap{overflow:visible}
#bstPrdWrp .item-list{width:350px !important}

#bstPrdWrp .swiper-scrollbar {
    overflow: hidden;
    width: 1260px;
    left: calc(50% - 120px);
    background: #ddd;
    height: 6px;
    position: unset;
    margin: 61px auto 98px;
    border-radius: 6px;
}
#bstPrdWrp .swiper-scrollbar-drag{
	background:rgba(18,18,18,0.5)
}
#bstPrdWrp .arrowBox {
	position:absolute;
	right:0;
	bottom:30px;
}
#bstPrdWrp .arrowBox .l-line {
	display:inline-block;
	vertical-align:top;
	width:1px;
	height:12px;
	background:#ccc2bf;
	margin:0 15px;
}

/*hot sale*/
#recmdPrdWrp {
	padding-top:0;
	padding-bottom:80px;
}
#recmdPrdWrp .item-cont .item-list {
	margin-right:20px;
	float:left;
	margin-bottom:50px;
}
#recmdPrdWrp .item-cont .item-list:nth-child(4n) {
	margin-right:0
}
#recmdPrdWrp .item-wrap .item-cont .item-list,#recmdPrdWrp .item-wrap .item-cont .item-list .thumb {
	width: 300px
}

/*last banner*/
.brand-story {
  position: relative;
  width: 100%;   /* 너비 */
  height: 400px;   /* 높이 */
  margin: 0 auto;  /* 가운데 정렬 */
  background: url("//skin.makeshop.co.kr/skin/lovely/img/main_img02-2%402x.png") no-repeat center center / cover;
  background-attachment: fixed; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-story .overlay {
    color: #fff;
    width: 1260px;
}

.brand-story h2 {font-family: Alexandria;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
    color:#fff;
    padding-bottom: 30px;
}

.brand-story p {
    font-family: Pretendard;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
}
/* BASIC css end */

