:root {
	--bodywidth: 100vw;
	--maxbodywidth: 1000px;
	--thumbnail : 2;
	--interval : 10px;
	--storethumbnailsize : calc((var(--bodywidth)  - var(--interval) - 20px) / var(--thumbnail));
	--maxthumbnailsize : calc((var(--maxbodywidth)  - var(--interval) - 20px) / var(--thumbnail));
	--viewthumbnailsize : var(--bodywidth);
}

.border {
	padding:0px;
	width:var(--bodywidth);
}

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

ul {
	list-style:none;
}

.brandtitle {
	padding:15px 10px 5px;
}

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

p.brandname {
	display:inline-block;
	padding:0;
	margin:0;
	font-family:'Noto Sans KR';
	text-align:left;
	font-weight:600;
	font-size:15px;
	color:#333333;
	letter-spacing:-1px;
}

.store-list {
	padding:10px;
}

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

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

.store-list ul li:nth-child(2n) {
	margin-right:0;
}

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

@media (min-width:480px){
	
}

@media (min-width:720px) {
	.store-list ul li {
		display:inline-block;
		margin:10px 15px 30px 0;
		padding:0px;
		width:calc(33.3% - 10px);
		max-width:var(--maxthumbnailsize);
		vertical-align: top;
		text-align: left;
		font-size:18px;
		letter-spacing: -1px;
	}
	
	.store-list ul li:nth-child(2n) {
		margin:10px 15px 30px 0;
	}
	
	.store-list ul li:nth-child(3n) {
		margin-right:0;
	}
	
	.thumb-div {
		display:flex;
		justify-content: center;
		align-items:center;
		width:100%;
		height:var(--storethumbnailsize);
		max-height:316.3px;
		background-position:center center;
		background-size:cover;
		border-radius:4px;
	}
}

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

/*뷰페이지 스와이프 */

.main-slider-wrapper {
  width: 100vw;
  height: 100vw;
  max-width:1000px;
  max-height:1000px;
  overflow: hidden;
  position: relative;
  margin-top:44px;
}

.main-slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  touch-action: pan-y;
}

.Thumb {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.Thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail-slider-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 5px;
}

.thumbnail-slider {
  display: flex;
  gap: 1px;
  justify-content: center;
}

.mThumb {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.mThumb.active {
  border-color: #4499aa;
}
.mThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail-slider img {
	width:45px;
	height:45px;
	object-fit: cover;
}

//리스트

ul.brandname {
	padding:0;
	margin:0;
}

span.brandtext {
	padding:12px;
}

p.store-title {
	font-size:14px;
	margin:0 4px;
	line-height: 120%;
	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:12px;
	margin:4px 2px 8px;
	letter-spacing: -1px;
	color:#BBAA88;
	font-weight:600;
	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;
}

.view_review_thumbnail {
	display:inline-block;
	width:80px;
	height:80px;
	margin-right:5px;
	vertical-align: top;
	background-size:cover;
	background-position: center center;
}

.store-category {
	padding:10px 5px;
	margin:0;
	font-size:13px;
	font-weight:400;
	letter-spacing:-1px;
	text-align:center;
}

.store-category ul {
	padding:5px;
	margin:0;
}

.store-category ul li {
	display:inline-block;
	margin:0 5px;
}

.store-category ul li.sort {
	background-color:#889999;
	padding:1px 8px 3px 6px;
	margin-top:-1px;
	border-radius:8px;
	color:#ffffff;
}

.store-category ul li.sort a {
	color:#ffffff;
}

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.soldout-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.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%;
}

/* 입력옵션 */
p.writeOption {
	vertical-align: top;
	margin:0;
	height:inherit;
}

span.writeOptionTitle {
	display:inline-block;
	width:80px;
	font-size:13px;
	font-weight:600;
	letter-spacing:-0.5px;
	color:#333333;
	padding:8px 10px 0;
	overflow: hidden;
}

input.writeOptionInput {
	width:calc(100% );
	font-size:13px;
	border-radius:3px;
	padding:8px 10px;
}

input.writeOptionInput::placeholder {
	font-weight:400;
	font-size:13px;
	color:#000000;
}

hr {
	border:0px dotted #cccccc;
	border-width:1px 0 0 0;
}

hr.bold {
	border:0px solid #CCAA00;
	border-width:2px 0 0 0;
	margin-top:20px;
}

/* 뷰페이지 */

input[name=thumbnail] {
	display:none;
}

input[name=thumbnail]:checked + .extra-thumbnail {
	border:1px solid #0099aa;
	border-radius:3px;
}

.product_info {
	display:block;
	width:calc(var(--viewthumbnailsize) - 30px);
	max-width:var(--maxbodywidth);
	vertical-align: top;
	margin:10px 0 0 0;
	padding:0 15px;
}

.product_info p.brandname {
	font-size:11px;
	margin:0 0 5px 1px;
	padding:0;
	letter-spacing: -0.5px;
	font-weight:400;
	color:#888888;
	text-align: left;
}

.product_info .artistname {
	font-size:14px;
	margin:4px 0 0 1px;
	letter-spacing: -1px;
	font-weight:500;
	color:999999;
}

.product_info .name, .product_info .name a {
	font-size:22px;
	margin:0 0 0;
	letter-spacing: -1.5px;
	font-weight:300;
	color:#333333;
	line-height:110%;
}

.product_info .ename, .product_info .ename a {
	font-size:12px;
	margin:0px 0 5px 1px;
	letter-spacing: -0.5px;
	line-height:110%;
	font-weight:300;
	color:#999999;
}

.selectedoptionbox {
	font-size:14px;
	font-weight:300;
	line-height: 140%;
	padding:10px 0;
	margin-bottom:5px;
	border:0px solid #eeeeee;
	border-width:1px 0 0;
}

.selectedoptionbox .selected-option-right {
	margin-top:8px;
	float:right;
}

.selectedoptionbox .selected-option-right .amount {
	font-size:18px;
}

.selectedoptionbox .delbtn {
	background-color:transparent;
	border:0;
}

.selectedoptionbox .qty-plus, .selectedoptionbox .qty-minus {
	width:34px;
	height:34px;
	font-size:14px;
	border:1px solid #dddddd;
	border-radius:0;
	color:#000000;
}

.selectedoptionbox .optionqty {
	width:46px;
	height:34px;
	border-radius:0;
	border:0px solid #dddddd;
	border-width:1px 0;
	text-align:center;
	vertical-align: top;
}

p.selectedoption {
	margin-top:0;
}

.detail-description {
	overflow:hidden;
	margin:20px 0 0;
	border:0px solid #eeeeee;
	border-width:1px 0 0 0;
}

.description {
	width:100%;
	font-size:13px;
	letter-spacing:-1px;
}

.description p {
	padding:0 10px;
}

.description img {
	max-width:100%;
}

.buyarea {
	display:block;
	position:fixed;
	width:100%;
	bottom:-100vh;
	left:0;
	z-index:999999;
	background-color:#f7f7f7;
	border-top:1px solid #dddddd;
}

.buyareabody {
	width:calc(100% - 20px);
	padding:0 10px 10px;
	vertical-align:top;
}

.grab {
	position:fixed;
	left:0;
	bottom:0;
	width:calc(100% - 20px);
	text-align:left;
	background-color:#f7f7f7;
	border:0 solid #dddddd;
	border-width:1px 0 0 0;
	z-index:9999;
	padding:10px;
}

button.openorder {
	width:calc(100% - 125px);
	padding:12px 10px 11px;
	background-color:#dd0000;
	border:0px;
	color:#ffffff;
	font-size:16px;
	border-radius:3px;
	font-weight:600;
	vertical-align: top;
}

.close {
	text-align:right;
	padding:10px 10px 0 0;
}

.line {
	height:1px;
	font-size:0;
}


.leftline {
	display:inline-block;
	width:calc((100% - 70px) / 2);
	border:0px solid #dddddd;
	border-width:1px 0 0 0;
}

.centerline {
	display:inline-block;
	width:70px;
	border:0px solid #f7f7f7;
	border-width:1px 0 0 0;
}

.rightline {
	display:inline-block;
	width:calc((100% - 70px) / 2);
	border:0px solid #dddddd;
	border-width:1px 0 0 0;
}


.btnarea {
	font-size:0;
	padding-top:10px;
	vertical-align: top;
}

button.buynow {
	width:calc(100% - 186px);
	height:42px;
	padding:11px 13px;
	margin-right:2px;
	background-color:#dd0000;
	border:0px;
	color:#ffffff;
	font-size:16px;
	border-radius:2px;
	vertical-align: top;
}

button.stopsell {
	width:calc(100% - 2px);
	padding:12px 10px 11px;
	background-color:#bbbbbb;
	border:0px;
	color:#ffffff;
	font-size:16px;
	border-radius:2px;
	font-weight:600;
	vertical-align: top;
}

.naverpay {
	display:inline-block;
	border-radius:2px;
	width:89px;
	height:40px;
	border:1px solid #339955;
	overflow:hidden;
	vertical-align: top;
}

button.cart {
	width: 91px;
	height: 42px;
	padding: 10px 13px;
	margin-right:2px;
	background-color: #ffffff;
	border: 1px solid #dd0000;
	color: #dd0000;
	font-size: 16px;
	border-radius: 2px;
	vertical-align: top;
}

select {
	width:100%;
	font-size:13px;
	border:1px solid #bbbbbb;
	margin-bottom:4px;
	padding:7px;
	border-radius:3px;
	color:#000000;
	background-color:#fafafa;
	background-position: right;
	background-repeat:no-repeat;
}

#discount {
	font-size:16px;
	font-weight: 600;
	margin:0 0 0 2px;
	color:#AA9966;
}

p.price {
	font-size:15px;
	font-weight: 300;
	margin:0;
}

#price {
	font-weight:300;
	letter-spacing:-0.5px;
	font-size:16px;
	color:#999999;
	vertical-align: 0px;
	margin-left:5px;
	text-decoration: line-through;
}

.policy {
	padding:10px;
	margin:40px 10px 30px;
	border:1px solid #dddddd;
	border-radius:3px;
}

p.policy-title {
	font-size:13px;
	letter-spacing:-0.5px;
	font-weight:500;
	color:#aaaaaa;
	margin:10px 0;
}

.policy table th {
	text-align:left;
	font-size:12px;
	color:#777777;
	letter-spacing:-0.5px;
	font-weight:600;
	height:20px;
}

.policy table td {
	text-align:left;
	font-size:12px;
	color:#333333;
	letter-spacing:-0.5px;
	font-weight:300;
	height:20px;
	padding:0 0 0 10px;
}


p.info-title {
	font-size:15px;
	font-weight:500;
	letter-spacing:-1px;
	margin:0;
	padding: 7px 0 10px;
}

p.amount {
	font-size:15px;
	font-weight:500;
	letter-spacing:-1px;
	margin:20px 0;
}

p.view-title {
	font-size:18px;
	color:#4488aa;
	font-weight:500;
	margin:30px 0 50px;
	letter-spacing:-1px;
	vertical-align:top;
}

p.sale_price {
	font-size:22px;
	font-weight: 300;
	margin:0;
}

#sale_price {
	font-family:arial;
	font-weight:600;
	letter-spacing:-1px;
	font-size:30px;
	color:#000000;
	vertical-align: -2px;
	margin-right:3px;
}

dl.benefit {
	font-size:14px;
	display:flex;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 180%;
	margin:5px 0;
}

dl.benefit dt {
	width:36px;
	color:#777777;
}

dl.benefit dd {
	margin:0;
}

/* 다른제품 보기 */
img.store-brand-logo {
	width:44px;
	height:44px;
	max-width:100%;
	max-height:100%;
	border-radius:25px;
	border:1px solid #dddddd;
	margin-right:5px;
	vertical-align:-20px;
}

span.relation-brand {
	float:right;
	margin-top:-13px;
}

span.relation-brand a {
	
	color:#777777;
	vertical-align:top;
	font-size:16;
	font-weight:500;"
}

/*상품설명 */
div.detaildiv {
	text-align:center;
}

img.detailimage {
	max-width:100%;
}

#amount {
	font-family:arial;
	font-size:34px;
	font-weight:600;
	line-height:100%;
	vertical-align:-1px;
}

.b500 {
	font-weight: 500;
}

.b600 {
	font-weight: 600;
	letter-spacing:-0.5px;
}

.right {
	float:right;
}

.noproduct {
	width:calc(100vw - 20px);
	height:calc(100vw - 20px);
	background-image:url('https://img.artnshop.net/banner/noproduct_mobile.jpg');
	background-position:center center;
	background-size:cover;
}

.recruit {
	text-align:center;
	padding:30px 0;
	font-size:15px;
	font-weight:600;
	color:#999999;
}

.brand-introduce {
	padding:0 5px;
	margin-bottom:15px;
}

.brand-introduce-title {
	font-size:14px;
	font-family:'arial';
	font-weight:600;
	margin:10px 0 5px;
	color:#666666;
}

.brand-introduce-text {
	font-size:12px;
	font-family:'Noto Sans KR';
	font-weight:300;
	letter-spacing:-1px;
	line-height:140%;
	color:#888888;
	margin:0px 0 20px;
}

.path {
	font-size:12px;
	letter-spacing: -1px;
	font-weight:500;
}

.path svg {
	width:9px;
	height:9px;
}

.toggle-arrow {
	display: inline-block;
	transition: transform 0.3s ease;
	margin-left: 5px;
}
.rotate-down {
	transform: rotate(90deg);
}
.brand-introduce-text {
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.listbanner {
	height:44px;
	background-size:auto 44px;
	background-position: center;
	margin-bottom:20px;
}