.store-list ul {
	margin:0px;
	padding:0px;
	list-style: none;
	pointer-events:auto;
}

.store-list ul li {
	display:inline-block;
	margin:0px var(--interval) 60px 0;
	padding:0px;
	width:var(--storethumbnailsize);
	vertical-align: top;
	text-align: left;
	font-size:18px;
	letter-spacing: -1px;
}

.store-list ul li:nth-child(4n) {
	margin:0px 0px 40px 0;
}

.thumb-div {
	display:flex;
	justify-content: center;
	align-items:center;
	width:var(--storethumbnailsize);
	height:var(--storethumbnailsize);
	background-position:center center;
	background-size:cover;
}

.thumbnail { 
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}

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 {
	font-size:16px;
	margin:0 4px;
	line-height: 130%;
	font-weight:300;
}

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:13px;
	margin:4px 2px 8px;
	letter-spacing: -0.5px;
	color:#999999;
	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 {
	font-family:'Noto Sans KR';
	font-size:12px;
	font-weight:500;
	color:#777777;
	margin-left:2px;
}

p.store-review span {
	font-family:'arial';
	margin-right:10px !important;
	font-size:12px;
	font-weight:600;
	color:#777777;
}

.gallery-list {
	margin-bottom: 70px;
}

ul.main-gallery li {
	display:inline-block;
	width:calc(20% - 4px);
	margin:0 5px 5px 0;
	vertical-align: top;
	letter-spacing: -1px;
}

ul.main-gallery li:nth-child(5n) {
	margin:0 0 0 0;
}

ul.main-gallery li img {
	max-width:100%;
}