/* 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 {
	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-button-prev {
	left:var(--swiper-navigation-sides-offset,80px);
}
#mainSpot .swiper-button-prev:after {
	font-size:0;
	background:url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png);
	width:22px;
	height:42px;
}
#mainSpot .swiper-button-next {
	right:var(--swiper-navigation-sides-offset,80px);
}
#mainSpot .swiper-button-next:after {
	font-size:0;
	background:url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png);
	width:22px;
	height:42px;
}
#mainSpot .swiper-pagination {
	top:unset;
	bottom:30px;
	width:240px;
	left:calc(50% - 120px);
	background:rgba(18,18,18,0.2);
	height:2px;
}
#mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
	background: rgba(18,18,18,1)
}
/* 이미지 배너 */
.Bnnr {
	position:relative;
	width:100%;
	text-align:center;
}
.Bnnr .inner {
    overflow: hidden;
}
.Bnnr .inner .tx {
}


.Bnnr .inner .tx span{display:inline-block; 
	white-space:pre;
	animation:text-to-left 60s linear infinite;
	font-size:96px;
	font-weight:300;
	color:#5F4541;
	line-height:360px; }

@keyframes text-to-left {
	0% {
		transform:translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
/* 상품 목록 영역 */
#newPrdSld {
	padding-top:136px;
}
#bstPrdWrp .swiper-pagination {
	width:240px;
	left:calc(50% - 120px);
	background:rgba(18,18,18,0.2);
	height:2px;
	position:unset;
	margin:60px auto 20px;
}
#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
	background:rgba(18,18,18,1)
}
#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;
}
#bstPrdWrp .swiper-button-prev:after,#bstPrdWrp .swiper-button-next:after {
	font-size:14px;
	font-family:var(--base-font);
	color:var(--point-color);
	text-transform:capitalize !important;
	font-weight:500;
}
#bstPrdWrp .arrowBox .swiper-button-next {
	margin-top:0;
	width:auto;
	height:unset;
	position:unset;
	display:inline-block;
	vertical-align:top;
}
#bstPrdWrp .arrowBox .swiper-button-next span {
	float:right;
	margin-left:10px;
}
#bstPrdWrp .arrowBox .swiper-button-next span:after {
}
#bstPrdWrp .arrowBox .swiper-button-prev {
	margin-top:0;
	width:auto;
	height:unset;
	position:unset;
	display:inline-block;
	vertical-align:top;
}
#bstPrdWrp .arrowBox .swiper-button-prev span {
	margin-right:12px;
}
#bstPrdWrp .arrowBox .swiper-button-prev span:after {
}
.moreBox {
	padding-top:0;
	padding-bottom:80px;
}
.moreBox .item-cont .item-list {
	margin-right:24px;
	float:left;
	margin-bottom:80px;
}
.moreBox .item-cont .item-list:nth-child(4n) {
	margin-right:0
}
.moreBox .item-wrap .item-cont .item-list,.moreBox .item-wrap .item-cont .item-list .thumb {
	width: 422px
}
/*trend*/
#trend {
	width:1760px;
	margin-bottom:160px;
    padding-top: 0;
}
#trend .trendPrdWrp {
	display:flex;
	justify-content:space-between;
}
#trend .item-wrap .item-cont .item-list {
	padding:16px 0;
	display:inline-flex;
	align-content:stretch;
	align-items:center;
	margin-right:0;
	width:100%;
}
#trend .item-wrap .item-cont .item-list:nth-child(2) {
	border-top:1px solid #E1D9D7;
	border-bottom:1px solid #E1D9D7;
}
#trend .item-wrap .item-cont .item-list .thumb {
	width:92px;
	margin-right:16px;
}
#trend .item-wrap .item-cont .item-list .prd-info {
	padding-top:0
}
.trendPrdWrp .section {
	width:568px;
	display:inline-block;
	vertical-align:top;
}
.trendPrdWrp .section .big {
}
.trendPrdWrp .section .big a {
}
.trendPrdWrp .section .big a img {
	width:100%
}
#trend .item-wrap .item-cont .item-list .thumb .new_option .ico {
	width:100%
}
#trend .item-wrap .item-cont .item-list .thumb .new_option .ico img {
	width:15px;
}
#trend .item-wrap .item-cont .item-list .thumb .new_option {
	right:5px;
	top:5px
}
#trend .item-wrap .item-cont .item-list .prd-info .prd-price span.discount {
	position:unset;
	margin-left: 4px;
}
/*중간배너*/
.mid_banner {
	margin-bottom:160px;
	width:100%;
	height:520px;
	background:url('//skin.makeshop.co.kr/skin/fortnight/pc/img/bnr_img.png') no-repeat center center / cover;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	text-align:center;
}
.banner-content {
	z-index:2;
}
.banner-title {
	font-family:var(--base-font);
	font-size:36px;
	font-weight:600;
	margin-bottom:12px;
}
.banner-subtitle {
	font-size:16px;
	margin-bottom:32px;
	line-height:24px;
}
.banner-btn {
	font-family:var(--base-font);
	font-weight:600;
	color:#fff;
	border:1px solid #fff;
	cursor:pointer;
	border-radius:999px;
	font-size:16px;
	text-decoration:none;
	margin:auto;
	display:block;
	width:169px;
	height:38px;
	line-height: 38px;
}
/*recmd*/
#recmdPrdWrp {
	width:1760px;
}
#recmdPrdWrp .item-wrap .item-cont .item-list,#recmdPrdWrp .item-wrap .item-cont .item-list .thumb {
	width:570px;
}
#recmdPrdWrp .item-wrap .item-cont .item-list:nth-child(3n) {
	margin-right:0
}
#recmdPrdWrp .item-wrap .item-cont .item-list .thumb .new_option .ico {
	width: 100%;
}
/* BASIC css end */

