.swiper-container {
	width:100%;
	height:61.8vw;
	max-height:618px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.thumb-div {
	display:flex;
	justify-content: center;
	align-items:center;
	width:40vw;
	height:40vw;
	background-position:center center;
	background-size:cover;
}

ul.brandname {
	list-style: none;
	padding:0;
	margin:0;
}

.brandlogo {
	display:inline-block;
	width:50px;
	height:50px;
	margin-top:4px;
	background-size:cover;
	border:0px solid #eeeeee;
	border-radius:50px;
	vertical-align:top;
}

span.brandtext {
	padding:12px;
}

p.store-title {
	width:100%;
	white-space: normal;
	font-size:14px;
	margin:0 4px;
	line-height: 130%;
	font-weight:400;
}

p.store-brand, p.store-brand a {
	font-size:11px;
	margin:8px 2px 4px;
	letter-spacing: -1px;
	color:#999999;
	font-weight:400;
	cursor:pointer;
}

p.store-artist, p.store-artist a {
	font-size:12px;
	margin:2px 2px 8px;
	letter-spacing: -1px;
	color:#888888;
	font-weight:500;
	cursor:pointer;
}

p.store-saleprice {
	font-family: 'arial';
	margin:6px 4px 6px;
	font-size:16px;
	font-weight:600;
	letter-spacing: 0px;
}

p.store-review {
	margin:0 4px;
	font-size:12px;
	font-weight:600;
	color:#777777;
}

p.store-category {
	padding:15px;
	margin:0;
	font-size:14px;
	font-weight:500;
	border-bottom:1px solid #f4f4f4;
	letter-spacing:-1px;
}

p.store-icons {
	margin:10px 4px;
}

span.signature {
	color:#0099aa;
	font-weight:400;
	font-size:15px;
}

span.hot-signature {
	color:#ff0000;
	font-weight:400;
	font-size:15px;
}

span.bold {
	font-weight:600;
	font-size:16px;
}

span.hot {
	font-weight:600;
	font-size:16px;
	color:#ff0000;
}

span.won {
	font-weight:400;
	font-size:16px;
	vertical-align:-2px;
	line-height:100%;
	margin-top:-4px;
}

span.earlybird-icon {
	background-color:#ff0000;
	padding:0px 4px 2px 3px;
	margin-right:3px;
	color:#ffffff;
	border-radius:3px;
	font-size:11px;
	letter-spacing: -0.5px;
	line-height: 100%;
}

span.earlyleftcount {
	font-family:'Noto Sans KR';
	font-weight:300;
	font-size:13px;
	letter-spacing:-1px;
}

span.shipping-free {
	background-color:#f4f4f4;
	padding:0px 4px 2px 3px;
	margin-right:3px;
	color:#666666;
	border-radius:3px;
	font-size:11px;
	letter-spacing: -0.5px;
	line-height: 100%;
}

span.ordermade {
	background-color:#bbbbbb;
	padding:0px 4px 2px 3px;
	margin-right:3px;
	color:#ffffff;
	border-radius:3px;
	font-size:11px;
	letter-spacing: -0.5px;
	line-height: 100%;
}

span.ordermade-view {
	background-color:#bbbbbb;
	padding:0px 4px 2px 3px;
	margin-right:3px;
	color:#0099aa;
	border-radius:3px;
	font-size:14px;
	letter-spacing: -0.5px;
	line-height: 100%;
}