@charset "UTF-8"; 

/* goods */
.goods .photo {
	position: relative;
	top: 0;
	left: 0;
	background-color: rgb(248,248,248);
}
.goods .photo .thumb-slider-box {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.goods:hover .photo .thumb-slider-box {
	visibility: visible;
	opacity: 1;
}
.goods .photo .thumb-slider-box .swiper-slide {background-color: rgb(248,248,248);}
.goods .photo .thumb-slider-box .thumb-slidebar {
	top: auto;
	left: 50%;
	bottom: 20px;
	z-index: 3;
	width: calc(100% - 40px);
	height: 3px;
	background-color: rgba(255,255,255,0.2);
	transform: translateX(-50%);
}
.goods .photo .thumb-slider-box .thumb-slidebar span {background-color: var(--color-white);}
.goods .info {margin-top: 20px;}
.goods .info .brand-name {
	font-weight: 700;
	font-size: 12px;
	color: var(--color-default);
	line-height: 1;
	word-break: keep-all;
}
.goods .info .brand-name + .goods-name {margin-top: 15px;}
.goods .info .goods-name {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
	word-break: keep-all;
}
.goods .info .goods-name + .price {margin-top: 15px;}
.goods .info .price {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.goods .info .price p {
	font-weight: 600;
	font-size: 14px;
	color: var(--color-default);
	line-height: 18px;
}
.goods .info .price ._sale {
	font-weight: 400;
	color: rgb(153,153,153);
	text-decoration: line-through;
}
.goods .info .price + .tag-box {margin-top: 20px;}
.goods .info .tag-box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.goods .info .tag-box p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	background-color: rgb(153,153,153);
	border-radius: 22px;
	font-weight: 600;
	font-size: 11px;
	color: var(--color-white);
	text-align: center;
}
.goods .info .tag-box .percent {background-color: var(--color-default);}
.goods a {display: block;}
.goods img {
	width: 100%;
	mix-blend-mode: darken;
}


.goods-slider-box {
	min-width: var(--window-min-width);
	padding: 0 20px 86px;
	box-sizing: border-box;
}
.goods-view-box + .goods-slider-box {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid var(--color-default);
}
.goods-slider-box h2 {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
}
.goods-slider-box .goods__slider {margin-top: 20px;}
.goods-slider-box .box-slidebar {
	width: 100%;
	height: 3px;
	margin-top: 60px;
	background-color: rgba(0,0,0,0.1);
}
.goods-slider-box .box-slidebar div {background-color: var(--color-default);}
/* //goods */


/* product list */
.goods-list-box {
	min-width: var(--window-min-width);
	padding: 60px 0 86px;
}
.goods-list-box .head {padding: 0 20px;}
.goods-list-box h2 {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.category-menu-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 90%;
	margin-top: 44px;
}
.category-menu-box a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	top: 0;
	left: 0;
	height: 68px;
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 54px;
	color: var(--color-default);
	line-height: 1;
}
.category-menu-box a u {
	position: relative;
	top: 0;
	left: 0;
	text-decoration: none;
}
.category-menu-box a u:before {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-default);
	color: var(--color-default);
}
.category-menu-box a.on u:before {content: '';}
.category-menu-box .dot {pointer-events: none;}
.category-menu-box .dot b {
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--color-default);
	border-radius: 50%;
	pointer-events: none;
	content: '';
}
.category-menu-box span {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	min-width: 60px;
	height: 40px;
	margin: -36px 0 0 -20px;
	padding: 0 10px;
	background-color: var(--color-default);
	border-radius: 40px;
	box-sizing: border-box;
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: var(--color-white);
	text-align: center;
}
.category-menu-box a.on {
	/*color: rgba(0,0,0,0.2);	*/
}

@keyframes glow-animation {
	0% {
		text-shadow: 0 0 5px #fff, 0 0 10px #ff00ff, 0 0 15px #ff00ff;
	}
	100% {
		text-shadow: 0 0 20px #fff, 0 0 30px #ff00ff, 0 0 40px #ff00ff;
	}
}
.category-menu-box a.on span {display: flex;}
.category-menu-box .category-vdo {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	border-radius: 1000px;
}
.category-menu-box .category-vdo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goods-list-box .con {padding: 45px 20px 0;}
.goods-list-box .sorting-box {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 65px;
	z-index: 3;
	width: calc(100% + 40px);
	height: 60px;
	margin: 0 -20px;
	background-color: var(--color-white);
	box-sizing: border-box;
}
.goods-list-box._type_event .sorting-box {display: none;}

.goods-list-box._type_event .sorting-box > div:first-child {padding: 0 0 0 20px;}
.brand-header ~ #contents .goods-list-box .sorting-box {top: 120px;}
.goods-list-box .sorting-box ._wt_size04 {
	display: flex;
	justify-content: flex-end;
}
.goods-list-box .sorting-box .sticky-category__list {
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.goods-list-box .sorting-box._show .sticky-category__list {visibility: visible;}
.goods-list-box .sorting-box .sticky-category__list li a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-default);
}
.goods-list-box .sorting-box .sticky-category__list li.on a {
	font-weight: 700;
	text-decoration: underline;
}
.goods-list-box .sorting-box .filter__btn {
	display: block;
	height: 46px;
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: var(--ico-plus-bk);
	font-weight: 500;
	font-size: 14px;
	color: var(--color-default);
}
.goods-list-box .sorting-box select {
	height: 46px;
	margin: 0 20px 0 0;
	padding: 0 18px 0 10px;
	background: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: var(--arr-down-bk);
	border: 1px solid rgba(255,255,255,0.1);
	box-sizing: border-box;
	outline: 0;
	cursor: pointer;
	appearance: none;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-default);
	text-align: right;
}

.goods__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.goods__list li {width: calc((100% + 20px) / 5 - 20px);}
/* //product list */


/* filter */
.filter--open {overflow: hidden;}
.filter-wrap .fitler-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000;
	width: 100%;
	height: 100%;	
	background-color: rgba(0,0,0,0.1);
	backdrop-filter: blur(40px);

	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.filter--open .filter-wrap .fitler-bg {
	visibility: visible;
	opacity: 1;
}
.filter__layer {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6001;
	width: 475px;
	height: 100%;
	background-color: var(--color-white);

	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	transition: all 0.3s;
}
.filter--open .filter__layer {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
}
.filter__layer .head {
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}
.filter__layer .head .tit {
	padding: 0 20px;
	font-weight: 700;
	font-size: 20px;
	color: var(--color-default);
}
.filter__layer .head .filter-close__btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-x-bk);
	background-size: 20px;
	transform: translateY(-50%);
	font-size: 0;
}
.filter__layer .foot {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 100%;
	height: 90px;
	padding: 20px;
	border-top: 1px solid rgb(238,238,238);
	box-sizing: border-box;
}
.filter__layer .foot button {
	display: block;
	width: calc((100% + 5px) / 2 - 5px);
	height: 50px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
}
.filter__layer .foot .reset__btn {
	background-color: var(--color-white);
	border: 1px solid rgb(153,153,153);
	color: var(--color-default);
}
.filter__layer .foot .apply__btn {
	background-color: var(--color-default);
	border: 1px solid var(--color-default);
	color: var(--color-white);
}
.filter__layer .con {
	overflow-y: auto;
	height: calc(100% - 171px);
	padding: 10px 0 70px;
	box-sizing: border-box;
	scrollbar-width: none;
}
.filter__layer .con::-webkit-scrollbar {display: none;}
.filter__layer .filter-option-group {border-bottom: 1px solid rgb(238,238,238);}
.filter__layer .filter-option-group .filter-toggle__btn {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}
.filter__layer .filter-option-group .filter-toggle__btn:before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--arr-down-bk);
	background-size: 10px;
	transform: translateY(-50%);
	transition: transform 0.3s;
	content: '';
}
.filter__layer .filter-option-group.open .filter-toggle__btn:before {transform: translateY(-50%) rotate(180deg);}
.filter__layer .filter-option-group .filter-toggle__btn .tit {color: var(--color-default);}
.filter__layer .filter-option-group .filter-toggle__btn .num {
	margin-left: 13px;
	color: rgb(204,204,204);
}
.filter__layer .filter-option-box {
	display: none;
	padding: 0 20px;
}
.filter__layer .filter-option-box .filter-brand__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	padding-bottom: 30px;
}
.filter__layer .filter-option-box .filter-brand__list li {width: 50%;}
.filter__layer .filter-option-box .filter-brand__list input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.filter__layer .filter-option-box .filter-brand__list input + label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	cursor: pointer;
}
.filter__layer .filter-option-box .filter-brand__list input + label span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	border: 1px solid rgb(238,238,238);
	border-radius: 50%;
	box-sizing: border-box;
}
.filter__layer .filter-option-box .filter-brand__list input:checked + label span:nth-child(1) {border-color: var(--color-default);}
.filter__layer .filter-option-box .filter-brand__list input + label img {width: 100%;}
.filter__layer .filter-option-box .filter-brand__list input + label span:nth-child(2) {
	display: flex;
	flex-direction: column;
	width: calc(100% - 74px);
}
.filter__layer .filter-option-box .filter-brand__list input + label .brand-name-eng {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 18px;
}
.filter__layer .filter-option-box .filter-brand__list input + label .brand-name-kor {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	line-height: 18px;
}
.filter__layer .filter-option-box .filter-square__list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-bottom: 30px;
}
.filter__layer .filter-option-box .filter-square__list li {width: calc((100% + 5px) / 3 - 5px);}
.filter__layer .filter-option-box .filter-square__list input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.filter__layer .filter-option-box .filter-square__list input + label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
.filter__layer .filter-option-box .filter-square__list input:checked + label {border-color: var(--color-default);}

.filter__layer .filter-option-box .range-box {
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 30px;
}
.filter__layer .filter-option-box .sale-box .tit,
.filter__layer .filter-option-box .range-box .tit {
	font-weight: 500;
	font-size: 14px;
	color: var(--color-default);
}
.filter__layer .filter-option-box .range-box .slider {
  position: relative;
	top: 0;
	left: 0;
  z-index: 1;
  height: 5px;
	margin: 20px 7px 0;
}

.filter__layer .filter-option-box .range-box .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background-color: rgb(238,238,238);
	border-radius: 5px;
}

.filter__layer .filter-option-box .range-box .slider > .range {
  position: absolute;
  z-index: 2;
  left: 0%;
  right: 0%;
  top: 0;
  bottom: 0;
  background-color: var(--color-default);
}

.filter__layer .filter-option-box .range-box .slider > .thumb {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  background-color: var(--color-default);
	border: 1px solid var(--color-default);
  border-radius: 50%;
	box-sizing: border-box;
}

.filter__layer .filter-option-box .range-box .slider > .thumb.left {
  left: 0;
  transform: translate(-8px, -6px);
}
.filter__layer .filter-option-box .range-box .slider > .thumb.right {
  right: 0;
  transform: translate(8px, -6px);
}

.filter__layer .filter-option-box .range-box input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 5px;
  width: 100%;
  opacity: 0;
}

.filter__layer .filter-option-box .range-box input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  cursor: pointer;
  -webkit-appearance: none;
}

.filter__layer .filter-option-box .range-box .price-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
}
.filter__layer .filter-option-box .range-box .price-box > p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 40px;
	font-weight: 400;
	font-size: 26px;
	color: var(--color-default);
	text-align: center;
}
.filter__layer .filter-option-box .range-box .price-box > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc((100% + 35px) / 2 - 35px);
	height: 40px;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
}
.filter__layer .filter-option-box .range-box .price-box > div input {
	width: calc(100% - 52px);
	height: 38px;
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
}
.filter__layer .filter-option-box .range-box .price-box > div p {
	width: 52px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	text-align: center;
}
.filter__layer .filter-option-box .sale-box {padding-bottom: 30px;}
.filter__layer .filter-option-box .sale-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.filter__layer .filter-option-box .sale-box ul li {width: 50%;}
.filter__layer .filter-option-box .sale-box ul li label {color: var(--color-default);}
.filter__layer .filter-option-box .sale-box ul li span {
	margin-left: 8px;
	color: rgb(153,153,153);
}
.filter__layer .filter-option-box .filter-color__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 30px;
}
.filter__layer .filter-option-box .filter-color__list li {width: calc((100% + 20px) / 3 - 20px);}
.filter__layer .filter-option-box .filter-color__list input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.filter__layer .filter-option-box .filter-color__list input + label {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	cursor: pointer;
}
.filter__layer .filter-option-box .filter-color__list input + label .txt {
	display: flex;
	align-items: center;
	width: calc(100% - 32px);
	height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
}
.filter__layer .filter-option-box .filter-color__list input + label .chip {
	position: relative;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.filter__layer .filter-option-box .filter-color__list input + label .chip:before,
.filter__layer .filter-option-box .filter-color__list input + label .chip:after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	content: '';
}
.filter__layer .filter-option-box .filter-color__list input + label .chip:before {border: 3px solid var(--color-white);}
.filter__layer .filter-option-box .filter-color__list input + label .chip:after {border: 1px solid var(--color-default);}
.filter__layer .filter-option-box .filter-color__list input:checked + label .chip:before,
.filter__layer .filter-option-box .filter-color__list input:checked + label .chip:after {display: block;}
.filter__layer .filter-option-box .filter-color__list input + label .chip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* //filter */


/* product view */
.goods-view-box {
	display: flex;
	flex-wrap: wrap;
	min-width: var(--window-min-width);
}
.goods-view-box .view-left {
	padding: 40px calc(90 / 1920 * 100%) 80px calc(40 / 1920 * 100%);
	box-sizing: border-box;
}
.goods-view-box .goods-img-box img {width: 100%; margin-bottom:40px}
.goods-view-box .tab-btn-box {margin-top: 0;}
.goods-view-box .tab-btn-box button {
	display: block;
	position: relative;
	top: -20px;
	left: 0;
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	text-align: left;
}
.goods-view-box .tab-btn-box button:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-default);
	content: '';
}
.goods-view-box .tab-btn-box button.on {font-weight: 700;}
.goods-view-box .tab-btn-box button.on:before {height: 3px;}

.goods-view-box .view-right {	
	padding: 40px calc(40 / 1920 * 100%) 80px 0;
	box-sizing: border-box;
}
.goods-view-box .view-right form {height: 100%;}
.goods-view-box .view-left ._type_sticky {
	position: sticky;
	top: 105px;
}
.goods-view-box .view-right ._type_sticky {
	position: sticky;
	top: 115px;
}

.goods-view-box .view-right .name-price-box {
	display: none;
	visibility: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.goods-view-box .view-right._show .name-price-box {
	display: flex;
	visibility: visible;
}
.goods-view-box .view-right .name-price-box .goods-name {
	width: calc(100% - 150px);
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 1.2;
}
.goods-view-box .view-right .name-price-box .price {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 1.2;
}

.goods-view-box .goods-info-box .goods-name-box {
	position: relative;
	top: 0;
	left: 0;
}
.goods-view-box .goods-info-box .goods-name-box .goods-brand {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 16px;
	word-break: keep-all;
}
.goods-view-box .goods-info-box .goods-name-box .goods-name {
	margin-top: 20px;
	font-weight: 700;
	font-size: 28px;
	color: var(--color-default);
	line-height: 36px;
	word-break: keep-all;
}
.goods-view-box .goods-info-box .goods-name-box .btn-box {
	display: flex;
	gap: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.goods-view-box .goods-info-box .goods-name-box .btn-box button {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
}
.goods-view-box .goods-info-box .goods-name-box .btn-box .pick__btn {
	width: 20px;
	height: 20px;
	background-image: var(--ico-pick-off-bk);
}
.goods-view-box .goods-info-box .goods-name-box .btn-box .pick__btn.on {background-image: var(--ico-pick-on-bk);}
.goods-view-box .goods-info-box .goods-name-box .tag-box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 21px;
}
.goods-view-box .goods-info-box .goods-name-box .tag-box p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	background-color: rgb(153,153,153);
	border-radius: 22px;
	font-weight: 600;
	font-size: 11px;
	color: var(--color-white);
	text-align: center;
}

.goods-view-box .goods-info-box .review-price-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 25px;
}
.goods-view-box .goods-info-box .review-price-box .review-num-box {
	display: flex;
	align-items: center;
	gap: 3px;
	width: 100px;
}
.goods-view-box .goods-info-box .review-price-box .review-num-box button {
	height: 16px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	text-decoration: underline;
	line-height: 1;
}
.goods-view-box .goods-info-box .review-price-box .review-num-box .review-stars {
	width: 67px;
	height: 16px;
	margin-bottom: 0;
	background-size: 67px;
}
.goods-view-box .goods-info-box .review-price-box .review-num-box .review-stars .on {background-size: 67px;}
.goods-view-box .goods-info-box .review-price-box .price-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px 10px;
	width: calc(100% - 100px);
}
.goods-view-box .goods-info-box .review-price-box .price-box p:not(.percent) {
	font-weight: 700;
	font-size: 24px;
	color: var(--color-default);
	text-align: right;
	line-height: 1;
}
.goods-view-box .goods-info-box .review-price-box .price-box p._sale {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
	text-decoration: line-through;
}
.goods-view-box .goods-info-box .review-price-box .price-box .percent {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 26px;
	background-color: var(--color-default);
	border-radius: 26px;
	font-weight: 600;
	font-size: 14px;
	color: var(--color-white);
	text-align: center;
}
.goods-view-box .goods-info-box .option-select-box {
	margin-top: 30px;
	border-top: 1px solid var(--color-default);
}
.goods-view-box .goods-info-box .option-select-box .option-group {padding-top: 30px;}
.goods-view-box .goods-info-box .option-select-box .option-group .tit {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.goods-view-box .goods-info-box .option-select-box .option-group:not(._qty) + .option-group:not(._qty) {
	margin-top: 30px;
	border-top: 1px solid rgb(238,238,238);
}
.goods-view-box .goods-info-box .option-select-box .option-group._color {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.goods-view-box .goods-info-box .option-select-box .option-group._color .head {width: 90px;}
.goods-view-box .goods-info-box .option-select-box .option-group._color .con {width: calc(100% - 90px);}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul li {
	position: relative;
	top: 0;
	left: 0;
	width: 45px;
}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul li:before {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--color-default);
	box-sizing: border-box;
	pointer-events: none;
	content: '';
}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul li.on:before {display: block;}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul li a {display: block;}
.goods-view-box .goods-info-box .option-select-box .option-group._color ul li img {width: 100%;}

.goods-view-box .goods-info-box .option-select-box .option-group._size .head {
	display: flex;
	flex-wrap: wrap;	
	align-items: center;
	justify-content: space-between;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size .layer-btn-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size .layer-btn-box button {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
	text-decoration: underline;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size .con {margin-top: 20px;}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul li {width: calc((100% + 5px) / 6 - 5px);}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul li input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul li input + label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: none;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	text-align: center;
}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul li input:checked + label {border-color: var(--color-default);}
.goods-view-box .goods-info-box .option-select-box .option-group._size ul li input:disabled + label {
	background-color: rgb(238,238,238);
	cursor: default;
	color: rgb(153,153,153);
}
.goods-view-box .goods-info-box .option-select-box .option-group._qty .qty-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	background: none;
	border: 1px solid var(--color-default);
	box-sizing: border-box;
	outline: 0;
}
.goods-view-box .goods-info-box .option-select-box .option-group._qty .qty-box button {
	display: block;
	width: 41px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
}
.goods-view-box .goods-info-box .option-select-box .option-group._qty .qty-box .minus__btn {background-image: var(--ico-minus-bk);}
.goods-view-box .goods-info-box .option-select-box .option-group._qty .qty-box .plus__btn {background-image: var(--ico-plus-bk);}
.goods-view-box .goods-info-box .option-select-box .option-group._qty .qty-box input {
	width: calc(100% - 82px);
	height: 38px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	text-align: center;
}
.goods-view-box .goods-info-box .total-price-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.goods-view-box .goods-info-box .total-price-box p {
	font-weight: 700;
	color: var(--color-default);
	line-height: 1;
}
.goods-view-box .goods-info-box .total-price-box p:nth-child(1) {font-size: 18px;}
.goods-view-box .goods-info-box .total-price-box p:nth-child(2) {font-size: 24px;}
.goods-view-box .goods-info-box .buy-btn-box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 30px;
}
.goods-view-box .goods-info-box .buy-btn-box button {
	display: block;
	width: 100%;
	height: 50px;
	background-color: var(--color-default);
	font-weight: 700;
	font-size: 16px;
	color: var(--color-white);
}
.goods-view-box .goods-info-box .benefit-box {margin-top: 10px;}
.goods-view-box .goods-info-box .benefit-box div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid var(--color-default);
}
.goods-view-box .goods-info-box .benefit-box p {
	width: calc(100% - 50px);
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 1.2;
}
.goods-view-box .goods-info-box .benefit-box button {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	text-decoration: underline;
}

.goods-view-box .view-center {
	padding: 0 calc(90 / 1920 * 100%) 80px 0;
	box-sizing: border-box;
}
.goods-view-box .goods-desc-box {
	margin-top: -65px;
	padding-top: 65px;
}
.goods-view-box .goods-desc-box .view-img__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
	border-top: 1px solid rgb(238,238,238);
}
.goods-view-box .goods-desc-box .view-img__list li {
	width: 100%;
	background-color: rgb(248,248,248);
}
.goods-view-box .goods-desc-box .view-img__list li:first-child {margin-top: -1px;}
.goods-view-box .goods-desc-box .view-img__list img {
	width: 100%;
	mix-blend-mode: darken;
}
.goods-view-box .goods-desc-box .view-img__list + .view-txt-box {margin-top: 40px;}
.goods-view-box .goods-desc-box .view-txt-box + .view-img__list {margin-top: 40px;}
.goods-view-box .goods-desc-box .view-txt-box .txt1 {
	font-weight: 700;
	font-size: 28px;
	color: var(--color-default);
	line-height: 38px;
	word-break: keep-all;
}
.goods-view-box .goods-desc-box .view-txt-box._detail .txt1 {
	font-size: 22px;
	line-height: 32px;
}
.goods-view-box .goods-desc-box .view-txt-box p + .txt2 {margin-top: 80px;}
.goods-view-box .goods-desc-box .view-txt-box p + .txt3 {margin-top: 40px;}
.goods-view-box .goods-desc-box .view-txt-box .txt2 {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 28px;
	word-break: keep-all;
}
.goods-view-box .goods-desc-box .view-txt-box .txt3 {
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 28px;
	word-break: keep-all;
}
.goods-view-box .goods-desc-box .view-wash-box {margin-top: 40px;}
.goods-view-box .goods-desc-box .view-wash-box img {width: 100%;}
.goods-view-box .goods-desc-box .layer-btn-box {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgb(238,238,238);
}
.goods-view-box .goods-desc-box .layer-btn-box p {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.goods-view-box .goods-desc-box .layer-btn-box div {
	display: flex;
	gap: 15px;
	margin-top: 40px;
}
.goods-view-box .goods-desc-box .layer-btn-box button {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid rgb(238,238,238);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
.goods-view-box .goods-desc-box .brand-banner-box {margin-top: 80px;}
.goods-view-box .goods-desc-box .brand-banner-box img {width: 100%;}
.goods-view-box .goods-review-box {padding-top: 80px;}
.goods-view-box .goods-review-box .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goods-view-box .goods-review-box .head .tit {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 1;
}
.goods-view-box .goods-review-box .head button {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
	text-decoration: underline;
}
.goods-view-box .goods-review-box .con {margin-top: 20px;}
.goods-view-box .goods-review-box .photo-review-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.goods-view-box .goods-review-box .photo-review-box ul li {
	position: relative;
	top: 0;
	left: 0;
	width: calc((100% + 5px) / 5 - 5px);
	cursor: pointer;
}
.goods-view-box .goods-review-box .photo-review-box ul li:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.goods-view-box .goods-review-box .photo-review-box ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-plus-wt);
	background-size: 20px;
	opacity: 0;
	transition: opacity 0.3s;
	content: '';
}
.goods-view-box .goods-review-box .photo-review-box ul li:hover:after {opacity: 1;}
.goods-view-box .goods-review-box .photo-review-box ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-view-box .goods-review-box .review-btn-box {margin-top: 20px;}
.goods-view-box .goods-review-box .review-btn-box button {
	display: block;
	width: 100%;
	height: 50px;
	background-color: var(--color-default);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-white);
}

.goods-view-box .goods-review-box .review__list {margin-top: 30px;}
.review__list li {
	padding: 30px 0;
	border-top: 1px solid rgb(238,238,238);
}
.review__list li .stars-tit-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review__list li .stars-tit-box > div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.review__list li .stars-tit-box .review-stars {
	width: 77px;
	height: 18px;
	margin: 0;
	background-size: 77px;
}
.review__list li .stars-tit-box .review-stars .on {background-size: 77px;}
.review__list li .stars-tit-box .review-tit {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 1;
}
.review__list li .stars-tit-box .date {
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	line-height: 1;
}
.review__list li .review-txt-box {margin-top: 20px;}
.review__list li .review-txt-box p {
	overflow: hidden;
	max-height: 48px;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
}
.review__list li.open .review-txt-box p {max-height: 100%;}
.review__list li .review-txt-box .review-more__btn {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 1;
	text-decoration: underline;
}
.review__list li .review-txt-box .review-more__btn:before {
	display: none;
	content: '간략하게 보기';
}
.review__list li.open .review-txt-box .review-more__btn {font-size: 0;}
.review__list li.open .review-txt-box .review-more__btn:before {
	display: block;
	font-size: 16px;
}
.review__list li .review-photo-box {margin-top: 20px;}
.review__list li .review-photo-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.review__list li .review-photo-box ul li {
	position: relative;
	top: 0;
	left: 0;
	width: 80px;
	padding: 0;
	cursor: pointer;
}
.review__list li .review-photo-box ul li:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.review__list li .review-photo-box ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-plus-wt);
	background-size: 20px;
	opacity: 0;
	transition: opacity 0.3s;
	content: '';
}
.review__list li .review-photo-box ul li:hover:after {opacity: 1;}
.review__list li .review-photo-box ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-view-box .goods-qna-box {
	margin-top: 50px;
	padding-top: 80px;
	border-top: 1px solid var(--color-default);
}
.goods-view-box .goods-qna-box .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goods-view-box .goods-qna-box .head .tit {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 1;
}
.goods-view-box .goods-qna-box .con {margin-top: 20px;}

.goods-view-box .goods-qna-box .qna-btn-box {margin-top: 20px;}
.goods-view-box .goods-qna-box .qna-btn-box button {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}

.qna__list li {border-top: 1px solid rgb(238, 238, 238);}
.goods-view-box .goods-qna-box .qna__list li:first-child {border-top: 0;}
.qna__list .q-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	cursor: pointer;
}
.goods-view-box .goods-qna-box .qna__list .q-wrap {
	align-items: center;
	justify-content: space-between;
}
.goods-view-box .goods-qna-box .qna__list .q-wrap .qna-tit {
	width: calc(100% - 100px);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
}
.goods-view-box .goods-qna-box .qna__list .q-wrap .date {
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	line-height: 1;
}
.qna__list .q-wrap .photo {
	width: 45px;
	margin-right: 20px;
}
.qna__list .q-wrap .photo img {width: 100%;}
.qna__list .q-wrap .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 65px);
}
.qna__list .q-wrap .info .date {
	font-weight: 400;
	font-size: 16px;
	color: rgb(153, 153, 153);
}
.qna__list .q-wrap .info > div {width: calc(100% - 100px);}
.qna__list .q-wrap .info .status {
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
.qna__list .q-wrap .info .qna-tit {
	margin-top: 13px;
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
}
.qna__list .a-wrap {display: none;}
.qna__list .a-wrap .inner {
	padding: 0 40px 0px;
	background-color:  rgb(238, 238, 238);
}
.qna__list .a-wrap .qna-goods-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}
.qna__list .a-wrap .qna-goods-info .goods-name {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
}
.qna__list .a-wrap .qna-goods-info .goods-code {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153, 153, 153);
}
.qna__list .a-wrap .qna-goods-info a {
	font-weight: 400;
	font-size: 16px;
	color: rgb(153, 153, 153);
	text-decoration: underline;
}
.qna__list .a-wrap .q-box {
	padding: 40px 0;
	border-top: 1px solid var(--color-grey);
}
.mypage-area .qna__list .a-wrap .q-box {border-top: 0;}
.qna__list .a-wrap .q-box .txt,
.qna__list .a-wrap .a-box .txt {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 34px;
	font-weight: 400;
	font-size: 16px;
	color: rgb(102,102,102);
	line-height: 26px;
}
.qna__list .a-wrap .q-box .txt:before,
.qna__list .a-wrap .a-box .txt:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: var(--color-white);
	border-radius: 50%;
	content: 'Q';
	font-weight: 400;
	font-size: 14px;
	color: rgb(102,102,102);
	text-align: center;
}
.qna__list .a-wrap .a-box .txt:before {content: 'A';}
.qna__list .a-wrap .a-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
	border-top: 1px solid var(--color-grey);
}
.qna__list .a-wrap .a-box .txt {width: calc(100% - 200px);}
.qna__list .a-wrap .a-box .date {
	font-weight: 400;
	font-size: 16px;
	color: rgb(153, 153, 153);
}
.qna__list .a-wrap .a-stars-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0;
	border-top: 1px solid var(--color-grey);
}
.qna__list .a-wrap .a-stars-box p {
	width: calc(100% - 380px);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}
.qna__list .a-wrap .a-stars-box .stars-inp-box {
	display: flex;
	align-items: center;
}
.qna__list .a-wrap .a-stars-box .stars-inp-box button {
	display: block;
	width: 200px;
	height: 50px;
	margin-left: 25px;
	background-color: var(--color-white);
	font-weight: 400;
	font-size: 18px;
	color: var(--color-default);
}

.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}

.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input + label {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: 29px;
	height: 35px;
	cursor: pointer;
}

.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp .review-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 35px;
	background-size: 145px;
}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp .review-stars .on {
	width: 0;
	background-size: 145px;
}

.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input:nth-of-type(1):checked ~ .review-stars .on {width: 20%;}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input:nth-of-type(2):checked ~ .review-stars .on {width: 40%;}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input:nth-of-type(3):checked ~ .review-stars .on {width: 60%;}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input:nth-of-type(4):checked ~ .review-stars .on {width: 80%;}
.qna__list .a-wrap .a-stars-box .stars-inp-box .stars-inp input:nth-of-type(5):checked ~ .review-stars .on {width: 100%;}

.goods-view-box .goods-desc-box {
	position: relative;
	top: 0;
	left: 0;
}
.goods-view-box .detail-more-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 290px;
	margin-top: -290px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.goods-view-box .detail-more-box .detail-more__btn {
	display: block;
	width: 100%;
	height: 50px;
	background-color: var(--color-white);
	border: 1px solid var(--color-default);
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}

.goods-view-box .view-center:not(.open) .view-img__list + .view-txt-box + .view-img__list li:first-child {
	overflow: hidden;
	height: 300px;
}

.goods-view-box .view-center.open .detail-more-box,
.goods-view-box .view-center .view-img__list + .view-txt-box + .view-img__list li:not(:first-child),
.goods-view-box .view-center .view-img__list + .view-txt-box + .view-img__list + .view-txt-box,
.goods-view-box .view-center .view-wash-box {display: none;}

.goods-view-box .view-center.open .view-img__list + .view-txt-box + .view-img__list li:not(:first-child),
.goods-view-box .view-center.open .view-img__list + .view-txt-box + .view-img__list + .view-txt-box,
.goods-view-box .view-center.open .view-wash-box {display: block;}
/* //product view */


/* Layer */
.layer-wrap-bg,
.layer-wrap .layer-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter: blur(10px);
	transition: all 0.3s;
}

.layer-wrap-bg {display: none;}

.lyr-goodsinfo--open .layer-wrap-bg,
.lyr-delivery--open .layer-wrap-bg,
.lyr-reviewlist--open .layer-wrap-bg,
.lyr-qnalist--open .layer-wrap-bg {display: block;}

.basic__layer {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 6010;
	max-height: 100%;
	background-color: var(--color-white);
	transform: translate(-50%, -50%);
}
.basic__layer .head {
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 30px 24px;
}
.basic__layer .head .tit {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-default);
	line-height: 24px;
}
.basic__layer .head .lyr-close__btn {
	display: block;
	position: absolute;
	top: 13px;
	right: 13px;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-x-bk);
	background-size: 18px;
	font-size: 0;
}
.basic__layer .foot {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	background-color: var(--color-default);
}
.basic__layer .foot .lyr-close__btn {
	display: block;
	height: 80px;
	padding: 0 40px;
	font-weight: 700;
	font-size: 18px;
	color: rgba(255,255,255,0.3);
}
.basic__layer .foot .lyr-close__btn.on {color: var(--color-white);}
.basic__layer .foot .lyr-apply__btn {
	display: block;
	height: 80px;
	padding: 0 40px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	color: rgba(255,255,255,1);
}
.basic__layer .con {
	overflow-y: auto;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;

	-ms-overflow-style: none;
	scrollbar-width: none;	
}
.basic__layer .con::-webkit-scrollbar {
  display: none;
}

.lyr-card--open,
.lyr-sizeguide--open,
.lyr-goodsinfo--open,
.lyr-delivery--open {overflow: hidden;}
._type_card .basic__layer,
._type_sizeguide .basic__layer,
._type_goodsinfo .basic__layer,
._type_delivery .basic__layer {width: 790px;}

.lyr-restock--open {overflow: hidden;}
._type_restock .basic__layer {
	display: flex;
	flex-wrap: wrap;
	width: 790px;
	height: 540px;
}
._type_restock .basic__layer > div {width: 50%;}
._type_restock .basic__layer .left-wrap {
	width: 50%;
	height: 100%;
}
._type_restock .basic__layer .right-wrap {height: 100%;}
._type_restock .basic__layer .left-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
._type_restock .basic__layer .head {padding: 30px 20px 24px;}
._type_restock .basic__layer .con {
	height: calc(100% - 128px);
	padding: 0 20px;
}
._type_restock .basic__layer .foot {height: 50px;}
._type_restock .basic__layer .foot .lyr-apply__btn {
	width: 100%;
	height: 50px;
}
._type_restock .basic__layer .goods-info-box .goods-brand {
	font-weight: 700;
	font-size: 12px;
	color: var(--color-default);
	line-height: 1;
}
._type_restock .basic__layer .goods-info-box .goods-brand + .goods-name-eng {margin-top: 15px;}
._type_restock .basic__layer .goods-info-box .goods-name-eng,
._type_restock .basic__layer .goods-info-box .goods-name-kor {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
}
._type_restock .basic__layer .restock-inp-box {margin-top: 30px;}
._type_restock .basic__layer .restock-inp-box > div + div {margin-top: 30px;}
._type_restock .basic__layer .restock-inp-box .inp-tit {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
._type_restock .basic__layer .restock-inp-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 20px;
}
._type_restock .basic__layer .restock-inp-box ul li {width: calc((100% + 5px) / 4 - 5px);}
._type_restock .basic__layer .restock-inp-box ul li input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
._type_restock .basic__layer .restock-inp-box ul li input + label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	text-align: center;
}
._type_restock .basic__layer .restock-inp-box ul li input:checked + label {border-color: var(--color-default);}
._type_restock .basic__layer .restock-inp-box .phone-inp {margin-top: 20px;}
._type_restock .basic__layer .restock-inp-box .phone-inp input {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	outline: 0;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
}

._type_tab .basic__layer .tab-tit {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
}


.lyr-qnawrite--open {overflow: hidden;}
._type_qnawrite .basic__layer {width: 790px;}
._type_qnawrite .basic__layer .foot {height: 50px;}
._type_qnawrite .basic__layer .foot .lyr-apply__btn {
	width: 100%;
	height: 50px;
}
.basic__layer .write-box {padding: 16px 0 0;}
.basic__layer .write-box > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.basic__layer .write-box > div + div {margin-top: 30px;}
.basic__layer .write-box > div > div:not(.goods-info-box) {
	display: flex;
  flex-direction: column;
	width: calc((100% + 20px) / 2 - 20px);
}
.basic__layer .write-box .goods-info-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: calc((100% + 20px) / 2 - 20px);
}
.basic__layer .write-box .goods-info-box .photo {width: 57px;}
.basic__layer .write-box .goods-info-box .photo img {width: 100%;}
.basic__layer .write-box .goods-info-box .info {width: calc(100% - 77px);}
.basic__layer .write-box .goods-info-box .goods-brand {
	font-weight: 700;
	font-size: 12px;
	color: var(--color-default);
	line-height: 1;
}
.basic__layer .write-box .goods-info-box .goods-brand + .goods-name-eng {margin-top: 15px;}
.basic__layer .write-box .goods-info-box .goods-name-eng,
.basic__layer .write-box .goods-info-box .goods-name-kor {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
}
.basic__layer .write-box .write-inp-box .tit {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.basic__layer .write-box .write-inp-box .tit + div {
	height: 100%;
	margin-top: 20px;
}
.basic__layer .write-box .write-inp-box select {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 40px 0 20px;
	background: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: var(--arr-down-bk);
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	outline: 0;
	cursor: pointer;
	appearance: none;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
}
.basic__layer .write-box .write-inp-box select option {color: var(--color-default);}
.basic__layer .write-box .write-inp-box select._focus {
	border-color: var(--color-default);
	color: var(--color-default);
}
.basic__layer .write-box .write-inp-box .write-txtarea {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;	
	height: 100%;
}
.basic__layer .write-box .write-inp-box .write-txtarea textarea {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	background: none;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	outline: 0;
	resize: none;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	line-height: 18px;
}
.basic__layer .write-box .write-inp-box .write-txtarea textarea._focus {
	border-color: var(--color-default);
	color: var(--color-default);
}
.basic__layer .write-box .write-inp-box .write-txtarea textarea::placeholder {color: rgb(153,153,153);}
.basic__layer .write-box .write-inp-box .write-txtarea .txt-count {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
}
.basic__layer .write-box .write-inp-box .write-txtarea .txt-count p {
	font-weight: 400;
	font-size: 12px;
	color: rgb(153,153,153);
	line-height: 1;
}
.basic__layer .write-box .write-inp-box .txt-inp input,
.basic__layer .write-box .write-inp-box .phone-inp input {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	outline: 0;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
}
.basic__layer .write-box .write-inp-box .txt-inp input._focus {
	border-color: var(--color-default);
	color: var(--color-default);
}
.basic__layer .write-box .write-inp-box .phone-inp + .chk {margin-top: 12px;}
.basic__layer .write-box .write-inp-box .chk label {color: var(--color-default);}
.basic__layer .write-box .write-inp-box > div + div {margin-top: 30px;}
.basic__layer .write-box .write-inp-box .hide-chk {
	display: flex;
	gap: 30px;
}
._type_qnawrite  .basic__layer .qna-notice-box {
	margin-top: 37px;
	padding: 30px 0 70px;
	border-top: 1px solid rgb(238,238,238);
}
._type_qnawrite  .basic__layer .qna-notice-box p {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 10px;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
}
._type_qnawrite  .basic__layer .qna-notice-box p:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '·';
}
._type_qnawrite  .basic__layer .qna-notice-box p + p {margin-top: 7px;}


.lyr-reviewwrite--open {overflow: hidden;}
._type_reviewwrite .basic__layer {width: 790px;}
._type_reviewwrite .basic__layer .foot {height: 50px;}
._type_reviewwrite .basic__layer .foot .lyr-apply__btn {
	width: 100%;
	height: 50px;
}
._type_reviewwrite .basic__layer .write-box {padding: 16px 0 60px;}
.basic__layer .write-box > div > div._type_w100 {width: 100%;}
.basic__layer .write-box > div > div._type_half {
	flex-direction: row;
	gap: 20px;
}
.basic__layer .write-box > div > div._type_half > div {width: calc((100% + 20px) / 2 - 20px);}
.basic__layer .write-box > div > div._type_half > div + div {margin: 0;}
._type_reviewwrite  .basic__layer .write-box > div:nth-child(3) {margin-top: 10px;}
._type_reviewwrite .basic__layer .write-box .write-inp-box .write-txtarea textarea {height: 158px;}

.basic__layer .write-box .write-inp-box._type_upload {width: 100%;}
.basic__layer .write-box .write-inp-box._type_upload > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.basic__layer .write-box .write-inp-box .upload__list {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}
.basic__layer .write-box .write-inp-box .upload__list li {
	position: relative;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-color: rgb(204,204,204);
}
.basic__layer .write-box .write-inp-box .upload__list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.basic__layer .write-box .write-inp-box .upload__list li .remove__btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-x-bk);
	background-size: 8px;
	font-size: 0;
}
.basic__layer .write-box .write-inp-box .upload-btn-box {display: inline-flex;}
.basic__layer .write-box .write-inp-box .upload-btn-box input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.basic__layer .write-box .write-inp-box .upload-btn-box label {
	display: block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-plus-bk2);
	background-size: 20px;
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
	cursor: pointer;
}
.basic__layer .write-box .write-inp-box .upload-notice {
	width: 100%;
	margin-top: 15px;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
	line-height: 1;
}


._type_card .basic__layer {width: 600px;}
._type_card .basic__layer .head {padding: 35px 40px 25px;}
._type_card .basic__layer .head .tit span {
	margin-left: 16px;
	font-weight: 300;
	font-size: 14px;
	color: rgb(112, 112, 112);
}
._type_card .basic__layer .con {
	max-height: 600px;
	padding: 0 40px;
}
._type_card .basic__layer .head .lyr-close__btn {
	top: 22px;
	right: 22px;
}
._type_card .basic__layer .card__list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid rgb(238, 238, 238);
}
._type_card .basic__layer .card__list li:first-child {
	padding-top: 15px;
	border-top: 0;
}
._type_card .basic__layer .card__list li .card-img {width: 102px;}
._type_card .basic__layer .card__list li .card-img img {width: 90px; }
._type_card .basic__layer .card__list li .txt-box {width: calc(100% - 102px);}
._type_card .basic__layer .card__list li .txt-box p {
	font-weight: 400;
	font-size: 15px;
	color: var(--color-default);
}

._type_delivery .basic__layer {
	width: 1200px;
	height: 100%;
}
._type_delivery .basic__layer .head {padding: 35px 40px 25px;}
._type_delivery .basic__layer .head .lyr-close__btn {
	top: 22px;
	right: 22px;
}
._type_delivery .basic__layer .con {padding: 0 40px;}
._type_delivery .basic__layer .delivery-info-box {padding: 40px 0;}
._type_delivery .basic__layer .delivery-info-box:first-of-type {padding-top: 0;}
._type_delivery .basic__layer .delivery-info-box div {
	padding: 30px 0;
	border-top: 1px solid rgb(238, 238, 238);
}
._type_delivery .basic__layer .delivery-info-box div:first-of-type {border-top: 0;}
._type_delivery .basic__layer .delivery-info-box .sub-tit {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
}
._type_delivery .basic__layer .delivery-info-box .txt {
	margin-top: 20px;
	font-weight: 400;
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 25px;
	word-break: keep-all;
}
._type_delivery .basic__layer .delivery-info-box span {
	color: var(--color-default);
	text-decoration: underline;
}

._type_sizeguide .basic__layer {
	width: 1200px;
	max-height: calc(100% - 240px);
	padding-bottom: 40px;
	box-sizing: border-box;
}
._type_sizeguide .basic__layer .head {padding: 35px 40px 40px;}
._type_sizeguide .basic__layer .head .lyr-close__btn {
	top: 20px;
	right: 20px;
}
._type_sizeguide .basic__layer .con {padding: 0 40px;}
.sizeguide-box + .sizeguide-box {margin-top: 40px;}
.sizeguide-box .hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sizeguide-box .txt1 {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-defalut);
	line-height: 1;
}
.sizeguide-box .txt2 {
	font-weight: 400;
	font-size: 16px;
	color: var(--color-defalut);
	line-height: 1;
}
.sizeguide-box .cn {margin-top: 20px;}

.sizeguide-box table {
	table-layout: fixed;
	width: 100%;
	border: 1px solid var(--color-default);
	box-sizing: border-box;
}
.sizeguide-box table tr th,
.sizeguide-box table tr td {
	width: 100%;
	padding: 11px 0;
	border-right: 1px solid var(--color-default);
	font-weight: 400;
	font-size: 17px;
	color: var(--color-defalut);
	text-align: center;
}
.sizeguide-box table tr th {font-weight: 700;}
.sizeguide-box:not(._shoes) table tr th:first-child,
.sizeguide-box:not(._shoes) table tr td:first-child {width: 160px;} 
.sizeguide-box table tr th:last-child,
.sizeguide-box table tr td:last-child {border-right: 0;} 
.sizeguide-box table tr:nth-child(even) th,
.sizeguide-box table tr:nth-child(even) td {background-color: rgb(245,245,245);}

._type_goodsinfo .basic__layer {width: 1200px;}
._type_goodsinfo .basic__layer .head {padding: 35px 40px 25px;}
._type_goodsinfo .basic__layer .head .lyr-close__btn {
	top: 22px;
	right: 22px;
}
._type_goodsinfo .basic__layer .con {padding: 0 40px;}
._type_goodsinfo .basic__layer dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	border-top: 1px solid rgb(238, 238, 238);
}
._type_goodsinfo .basic__layer dl:first-of-type {border-top: 0;}
._type_goodsinfo .basic__layer dt {
	width: 160px;
	padding-right: 10px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 25px;
}
._type_goodsinfo .basic__layer dd {
	width: calc(100% - 160px);
	font-weight: 300;
	font-size: 15px;
	color: var(--color-default);
	line-height: 25px;
}
._type_goodsinfo .basic__layer dd img {width: 60px;}
._type_goodsinfo .basic__layer dd img + img {margin-left: 30px;}
._type_goodsinfo .basic__layer .goods-notice-box {padding: 0 0 40px;}
/* //Layer */


/* main */
.main-slider-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
}
.main-slider-box .info {
	position: absolute;
	bottom: 83px;
	left: 0;
	width: 100%;
}
.main-slider-box .info > div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.main-slider-box .info .txt-box,
.main-slider-box .info .btn-box {
	display: flex;
	flex-wrap: wrap;
}
.main-slider-box .info .txt-box > div:nth-child(1) {
	flex: 1;
	width: calc(475 / 1375 * 100%);
}
.main-slider-box .info .txt-box > div:nth-child(2) {
	min-width: 700px;
	width: calc(900 / 1375 * 100%);
}
.main-slider-box .info .btn-box {margin-top: 35px;}
.main-slider-box .info .btn-box > div:nth-child(1) {
	flex: 1;
	width: calc(475 / 1375 * 100%);
}
.main-slider-box .info .btn-box > div:nth-child(2) {
	min-width: 500px;
	width: calc(600 / 1375 * 100%);
	padding-right: 20px;
	box-sizing: border-box;
}
.main-slider-box .info .btn-box > div:nth-child(3) {
	min-width: 200px;
	width: calc(300 / 1375 * 100%);
	padding-right: 40px;
	box-sizing: border-box;
}

.main-slider-box .info .btn-box._type_wide > div:nth-child(2) {
	min-width: 700px;
	width: calc(900 / 1375 * 100%);
}


.main-slider-box .info .btn-box a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	padding: 0 20px;
	background-color: var(--color-white);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.5s;
}
.main-slider-box .info .btn-box ._wt_size02 a {margin-right: 20px;}

.main-slider-box .info .btn-box a span {
	opacity: 0;
	transition: all 0.5s;
}

.main-slider-box .swiper-slide-active .info .btn-box a {
	opacity: 1;
	transform: translateX(0px);
}
.main-slider-box .swiper-slide-active .info .btn-box a span {opacity: 1;}
.main-slider-box .swiper-slide-active .info .btn-box div:nth-child(2) a {transition-delay: 0.5s;}
.main-slider-box .swiper-slide-active .info .btn-box div:nth-child(3) a {transition-delay: 0.8s;}
.main-slider-box .swiper-slide-active .info .btn-box div:nth-child(2) a span {transition-delay: 0.7s;}
.main-slider-box .swiper-slide-active .info .btn-box div:nth-child(3) a span {transition-delay: 1.0s;}

.main-slider-box .info .txt-box .txt,
.main-slider-box .info .txt-box .tit {
	font-weight: 700;
	font-size: 36px;
	color: var(--color-white);
	line-height: 48px;

	opacity: 0;
	transition: all 0.5s 0.4s;
}
.main-slider-box .info .txt-box .txt {
	margin-top: 10px;
	font-weight: 400;
	font-size: 20px;
}
.main-slider-box .swiper-slide-active .info .txt-box .txt,
.main-slider-box .swiper-slide-active .info .txt-box .tit {opacity: 1;}

.main-slider-box .swiper-slide {width: calc(1375 / 1920 * 100%);}
.main-slider-box .photo {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: calc(840 / 1375 * 100%);

	transition: 0.9s;
}
.main-slider-box .photo .vdo-box {
	flex: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider-box .photo .vdo-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-slider-box .main-slidebar {
	position: absolute;
	top: auto;
	bottom: 40px;
	left: 50%;
	z-index: 3;
	width: calc(100% - 40px);
	height: 3px;
	background-color: rgba(255,255,255,0.1);
	transform: translateX(-50%);
}
.main-slider-box .main-slidebar span {background-color: var(--color-white);}
.main-slider-box button {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 96px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
}
.main-slider-box .main-prev__btn {
	left: 0;
	background-image: var(--arr-left-wt);
}
.main-slider-box .main-next__btn {
	right: 0;
	background-image: var(--arr-right-wt);
}
.main-slider-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-slider-box._type_main {padding: 80px 20px;}
.goods-slider-box .head h2 {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.goods-slider-box .con {margin-top: 40px;}

.banner-slider-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
	padding: 80px 20px;
	background-color: var(--color-default);
	box-sizing: border-box;
}
.banner-slider-box h2 {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-white);
	line-height: 1;
}
.banner-slider-box .banner__slider {margin-top: 50px;}
.banner-slider-box .swiper-wrapper {}
.banner-slider-box .info {margin-top: 20px;}
.banner-slider-box .info .category {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: var(--color-white);
	line-height: 1;
}
.banner-slider-box .info .tit {
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-white);
	line-height: 32px;
}
.banner-slider-box .info .tag-box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 22px;
	margin-top: 20px;
}
.banner-slider-box .info .tag-box p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	background-color: var(--color-white);
	border: 1px solid var(--color-white);
	border-radius: 22px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 11px;
	color: var(--color-default);
	text-align: center;
}
.banner-slider-box .info .tag-box .new {
	background-color: var(--color-default);
	color: var(--color-white);
}
.banner-slider-box .banner-slidebar {
	width: 100%;
	height: 3px;
	margin-top: 60px;
	background-color: rgba(255,255,255,0.1);
}
.banner-slider-box .banner-slidebar div {background-color: var(--color-white);}
.banner-slider-box a {display: block;}
.banner-slider-box img {width: 100%;}

.banner-slider-box._bg_wt {background: none;}
.banner-slider-box._bg_wt h2 {color: var(--color-default);}
.banner-slider-box._bg_wt .info .category {color: var(--color-default);}
.banner-slider-box._bg_wt .info .tit {color: var(--color-default);}
.banner-slider-box._bg_wt .info .tag-box p {
	background-color: var(--color-default);
	border: 1px solid var(--color-default);
	color: var(--color-white);
}
.banner-slider-box._bg_wt .info .tag-box .new {
	background-color: rgb(153,153,153);
	border: 1px solid rgb(153,153,153);
	color: var(--color-white);
}
.banner-slider-box._bg_wt .banner-slidebar {background-color: rgba(0,0,0,0.1);}
.banner-slider-box._bg_wt .banner-slidebar div {background-color: var(--color-default);}


.brand-tab-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
	padding: 80px 20px;
	box-sizing: border-box;
}
.brand-tab-box h2 {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 1;
}
.brand-tab-box > div {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
}
.brand-tab-box .tab-btn-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: calc(395 / 1865 * 100%);
}
.brand-tab-box .tab-btn-box button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 63px;
	padding-right: 20px;
	border-bottom: 1px solid var(--color-default);
	box-sizing: border-box;
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-default);
}
.brand-tab-box .tab-btn-box button:hover,
.brand-tab-box .tab-btn-box button.on {
	background-color: var(--color-default);
	color: var(--color-white);
	transition: all 1.0s;
}
.brand-tab-box .tab-btn-box button span {
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(100%, -50%);
	transition: all 1.0s;
	white-space: nowrap;
}
.brand-tab-box .tab-btn-box button:hover span,
.brand-tab-box .tab-btn-box button.on span {
	right: 20px;
	transform: translate(0%, -50%);
}

.brand-tab-box .tab-deatil-box {
	position: relative;
	top: 0;
	left: 0;
	width: calc(1430 / 1865 * 100%);
}
.brand-tab-box .tab-deatil-box > div {
	display: flex;
	gap: 20px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;

	visibility: hidden;
	opacity: 0;
	transition: all 1.5s;
}
.brand-tab-box .tab-deatil-box > div.open {
	visibility: visible;
	opacity: 1;
}
.brand-tab-box .tab-deatil-box > div:not(:first-child) {position: absolute;}
.brand-tab-box .tab-deatil-box .banner-box {
	position: relative;
	top: 0;
	left: 0;
	width: calc(900 / 1430 * 100%);
}
.brand-tab-box .tab-deatil-box .banner-box .btn-box {
	display: flex;
	gap: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.brand-tab-box .tab-deatil-box .banner-box .btn-box a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	padding: 0 20px;
	background-color: var(--color-white);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);

	opacity: 0;
	transform: translateX(30px);
}
.brand-tab-box .tab-deatil-box .banner-box .btn-box a:nth-child(1) {width: calc(560 / 820 * 100%);}
.brand-tab-box .tab-deatil-box .banner-box .btn-box a:nth-child(2) {width: calc(240 / 820 * 100%);}


.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a {
	opacity: 1;
  transform: translateX(0px);
	transition: all 0.5s;
}
.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a:nth-child(1) {transition-delay: 0.2s;}
.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a:nth-child(2) {transition-delay: 0.5s;}
.brand-tab-box .tab-deatil-box > div .banner-box .btn-box a span {
	opacity: 0;
	transition: all 0.5s;
}
.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a span {opacity: 1;}
.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a:nth-child(1) span {transition-delay: 0.4s;}
.brand-tab-box .tab-deatil-box > div.open .banner-box .btn-box a:nth-child(2) span {transition-delay: 0.7s;}


.brand-tab-box .tab-deatil-box .banner-goods-box {
	position: relative;
	top: 0;
	left: 0;
	width: calc(525 / 1430 * 100%);
}
.brand-tab-box .tab-deatil-box .banner-goods-box .banner-goods__slider {height: 100%;}
.brand-tab-box .tab-deatil-box .banner-goods-box .info {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.brand-tab-box .tab-deatil-box .banner-goods-box .info > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: var(--color-white);
	box-sizing: border-box;	
}
.brand-tab-box .tab-deatil-box .banner-goods-box .info .name {
	overflow: hidden;
	width: calc(100% - 100px);
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brand-tab-box .tab-deatil-box .banner-goods-box .info .price {
	width: 100px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	text-align: right;
}
.brand-tab-box .tab-deatil-box .banner-goods-box .brand-slidebar {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 3px;
	background-color: rgba(0,0,0,0.1);
}
.brand-tab-box .tab-deatil-box .banner-goods-box .brand-slidebar span {background-color: var(--color-default);}
.brand-tab-box .tab-deatil-box .banner-goods-box a {
	display: block;
	height: 100%;
}
.brand-tab-box .tab-deatil-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* //main */


/* brand main */
.brand-header {
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 60px;
	z-index: 4990;
	width: 100%;
	min-width: var(--window-min-width);
	height: 60px;
	margin-top: -5px;
	background-color: var(--color-default);
	box-sizing: border-box;
}
.brand-header .brand-logo {
	display: inline-flex;
	align-items: center;
	height: 60px;
	padding: 0 20px;
}
.brand-header .brand-logo img {width: 100%;}
.brand-header .gnb > ul > li > a {
	font-weight: 400;
	color: var(--color-white);
}

.lookbook-slider-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
	padding: 80px 0;
	background-color: var(--color-default);
}
.lookbook-slider-box .head {padding: 0 20px;}
.lookbook-slider-box .head h2 {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-white);
	line-height: 1;
}
.lookbook-slider-box .head p {
	margin-top: 20px;
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 54px;
	color: var(--color-white);
	line-height: 1;
}
.lookbook-slider-box .lookbook__slider {margin-top: 50px;}
.lookbook-slider-box .lookbook-slidebar {
	width: calc(100% - 40px);
	height: 3px;
	margin: 60px auto 0;
	background-color: rgba(255,255,255,0.1);
}
.lookbook-slider-box .lookbook-slidebar div {background-color: var(--color-white);}
.lookbook-slider-box .swiper-slide {width: 435px;}
.lookbook-slider-box .swiper-slide:first-child {margin-left: 20px;}
.lookbook-slider-box a {display: block;}
.lookbook-slider-box img {width: 100%;}
/* //brand main */


/* search */
.search-result-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
	padding: 60px 20px 85px;
	box-sizing: border-box;
}
.search-result-box .search-inp-box p {
	font-weight: 400;
	font-size: 28px;
	color: var(--color-default);
	line-height: 1;
	text-align: center;
}
.search-result-box .search-inp-box > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 790px;
	height: 55px;
	margin: 65px auto 0;
	border-bottom: 1px solid var(--color-default);
	box-sizing: border-box;
}
.search-result-box .search-inp-box input {
	display: block;
	width: calc(100% - 20px);
	height: 54px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-size: 20px;
	color: var(--color-default);
}
.search-result-box .search-inp-box input::placeholder {color: rgba(0,0,0,0.5);}
.search-result-box .search-inp-box button {
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgb(153,153,153);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-x-wt);
	background-size: 8px;
	border-radius: 50%;
	font-size: 0;
}
.search-result-box .search-detail-wrap {margin-top: 50px;}
.search-result-box .search-detail-wrap .search-btn-box {
	display: flex;
	border-bottom: 1px solid var(--color-default);
}
.search-result-box .search-detail-wrap .search-btn-box button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	text-align: left;
}
.search-result-box .search-detail-wrap .search-btn-box button.on {font-weight: 700;}
.search-result-box .search-detail-wrap .search-btn-box button:before {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-default);
	content: '';
}
.search-result-box .search-detail-wrap .search-btn-box button.on:before {display: block;}
.search-result-box .search-detail-wrap .search-detail-box {margin-top: 15px;}
.search-result-box .search-detail-wrap .search-detail-box > div {display: none;}
.search-result-box .search-detail-wrap .search-detail-box .goods-list-box {
	min-width: 100%;
	padding: 0;
}
.search-result-box .search-detail-wrap .search-detail-box .con {padding: 0;}

.goods-list-box._type_event .sorting-box select {
	padding-left: 0;
	text-align: left;
}
.goods-list-box._type_event .sorting-box select + select {margin-left: 30px;}

.event__list {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end;*/
	gap: 80px 20px;
	margin-top: 5px;
}
.event__list li {width: calc((100% + 20px) / 4 - 20px);}
.event__list .info {margin-top: 20px;}
.event__list .info .category {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: var(--color-default);
	line-height: 1;
}
.event__list .info .tit {
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-default);
	line-height: 32px;
}
.event__list .info .tag-box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 22px;
	margin-top: 20px;
}
.event__list .info .tag-box p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	background-color: var(--color-default);
	border: 1px solid var(--color-default);
	border-radius: 22px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 11px;
	color: var(--color-white);
	text-align: center;
}
.event__list .info .tag-box .new {
	background-color: rgb(153,153,153);
	border: 1px solid rgb(153,153,153);
	color: var(--color-white);
}
.event__list a {display: block;}
.event__list img {width: 100%;}

.search-result-box .no-search-wrap {margin: 120px 0 0;}
.search-result-box .no-search-wrap .no-search-txt {
	font-weight: 400;
	font-size: 18px;
	color: rgb(153,153,153);
	line-height: 26px;
	text-align: center;
}
.search-result-box .no-search-wrap .goods-slider-box {
	min-width: 100%;
	padding: 170px 0 0;
}
.search-result-box .no-search-wrap .goods-slider-box .head h2 {font-size: 18px;}


.search-result-box .no-search-wrap .goods-slider-box {}
.search-result-box .no-search-wrap .goods-slider-box {}
.search-result-box .no-search-wrap {}
.search-result-box {}
/* //search */



/* event view */
.event-view-box {
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--window-min-width);
}
.event-view-box .head {padding: 60px 20px 32px; display: none;}
.event-view-box .head h2 {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
	line-height: 18px;
}
.event-view-box .con img {width: 100%;}

.event-view-box .foot {padding: 56px 20px 40px;}
.event-view-box .foot .event-tab-box {
	display: flex;
	align-items: center;
	gap: 20px;
	position: sticky;
	top: 65px;
	z-index: 100;
	background-color: var(--color-white);
}
.event-view-box .foot .event-tab-box button {
	display: block;
	height: 60px;
	font-weight: 500;
	font-size: 14px;
	color: rgb(204,204,204);
}
.event-view-box .foot .event-tab-box button.on {
	color: var(--color-default);
	text-decoration: underline;
}
.event-view-box .foot .goods-group-wrap {margin-top: 30px;}
.event-view-box .foot .goods-group-wrap .goods-group {
	margin-top: -70px;
	padding-top: 130px;
}
.event-view-box .foot .goods-group-wrap .goods-group:first-child {margin-top: -135px;}
.event-view-box .foot .goods-group-wrap .group-tit {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-default);
}
.event-view-box .foot .goods-group-wrap .goods__list {margin-top: 17px;}

.event-view-box + .banner-slider-box {padding-top: 40px;}


.fix-btn-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
.fix-btn-box button {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center
}
.fix-btn-box .share__btn {background-image: var(--ico-share-bk);}
.fix-btn-box .top__btn {background-image: var(--ico-top-bk);}

.lyr-share--open  {overflow: hidden;}
._type_share .basic__layer {width: 790px;}
._type_share .share-info-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px;
}
._type_share .share-info-box .photo {width: 230px;}
._type_share .share-info-box .photo img {width: 100%;}
._type_share .share-info-box .info {margin-top: 15px;}
._type_share .share-info-box .info .category {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: var(--color-default);
	line-height: 1;
	text-align: center;
}
._type_share .share-info-box .info .category + .tit {margin-top: 12px;}
._type_share .share-info-box .info .tit {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 26px;
	text-align: center;
}
._type_share .share-btn-box {
	display: flex;
	justify-content: center;
	padding: 15px 0 50px;
}
._type_share .share-btn-box button {
	display: block;
	padding: 60px 10px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
._type_share .share-btn-box .share__kakaotalk {background-image: var(--ico-kakaotalk);}
._type_share .share-btn-box .share__facebook {background-image: var(--ico-facebook);}
._type_share .share-btn-box .share__url {background-image: var(--ico-url);}
/* //event view */



/* review layer */
.lyr-photogallery--open {overflow: hidden;}
._type_photogallery .basic__layer {
	width: 790px;
	max-height: 720px;
	height: 100%;
}
._type_photogallery .basic__layer .con {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	height: calc(100% - 78px);
}

._type_photogallery .scroll-box {height: 100%;}
._type_photogallery .photo-gallery__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
._type_photogallery .photo-gallery__list li {
	position: relative;
	top: 0;
	left: 0;
	width: calc((100% + 4px) / 4 - 4px);
	cursor: pointer;
}
._type_photogallery .photo-gallery__list li:before {
	display: block;
	padding-top: 100%;
	content: '';
}
._type_photogallery .photo-gallery__list li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-plus-wt);
	background-size: 20px;
	opacity: 0;
	transition: opacity 0.3s;
	content: '';
}
._type_photogallery .photo-gallery__list li:hover:after {opacity: 1;}
._type_photogallery .photo-gallery__list li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

._type_photogallery .swiper-scrollbar {
	top: 0;
	right: 28px;
	width: 2px;
	height: calc(100% - 30px);
	background-color: rgb(238,238,238);
	border-radius: 0;
}
._type_photogallery .swiper-scrollbar div {
	background-color: var(--color-default);
	transition: all 0.3s;
}

.lyr-reviewdetail--open {overflow: hidden;}
._type_reviewdetail .basic__layer {
	width: 790px;
	height: 598px;
}
._type_reviewdetail .head {
	display: flex;
	align-items: center;
	gap: 16px;
}
._type_reviewdetail .con {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	height: calc(100% - 78px);
	padding-bottom: 60px;
	box-sizing: border-box;
}
._type_reviewdetail .head .photo-review__btn {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
	text-decoration: underline;
}
._type_reviewdetail .review-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	padding: 0 0 30px;
}
._type_reviewdetail .review-detail-wrap .photo-box {
	position: relative;
	top: 0;
	left: 0;
	width: calc((100% + 50px) / 2 - 50px);
	height: 460px;
	background-color: var(--color-default);
}
._type_reviewdetail .review-detail-wrap .photo-box .review-photo__btn {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ico-plus-wt);
	background-size: 20px;
}
._type_reviewdetail .review-detail-wrap .photo-box .review-photo-slidebar {
	position: absolute;
	bottom: 10px;
	left: 20px;
	top: auto;
	z-index: 3;
	width: calc(100% - 40px);
	height: 3px;
	background-color: rgba(255,255,255,0.1);
}
._type_reviewdetail .review-detail-wrap .photo-box .review-photo-slidebar span {background-color: var(--color-white);}
._type_reviewdetail .review-detail-wrap .photo-box .review-photo-slidebar._hide {visibility: hidden;}
._type_reviewdetail .review-detail-wrap .photo-box .review-vdo-box {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: calc(460 / 345 * 100%);
}
._type_reviewdetail .review-detail-wrap .photo-box .review-vdo-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
._type_reviewdetail .review-detail-wrap .photo-box .swiper-slide {height: 460px;}
._type_reviewdetail .review-detail-wrap .photo-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
._type_reviewdetail .review-detail-wrap .review-txt-box {
	display: flex;
	flex-direction: column;
	width: calc((100% + 50px) / 2 - 50px);
	height: 460px;
}
._type_reviewdetail .review-detail-wrap .review-txt-box .hd  > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
._type_reviewdetail .review-detail-wrap .review-txt-box .hd .tit {
	width: calc(100% - 100px);
	font-weight: 700;
	font-size: 18px;
	color: var(--color-default);
	line-height: 24px;
	word-break: break-word;
}
._type_reviewdetail .review-detail-wrap .review-txt-box .hd .date {
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
}
._type_reviewdetail .review-detail-wrap .review-txt-box .hd .review-stars {
	width: 77px;
	height: 19px;
	margin-top: 10px;
	background-size: 77px;
}
._type_reviewdetail .review-detail-wrap .review-txt-box .hd .review-stars .on {background-size: 77px;}
._type_reviewdetail .review-detail-wrap .cn {margin-top: 13px;}
._type_reviewdetail .review-detail-wrap .cn p {
	height: auto;
	padding-right: 30px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 24px;
	word-break: break-word;
}

._type_reviewdetail .review-detail-wrap .swiper-scrollbar {
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: rgb(238,238,238);
	border-radius: 0;
}
._type_reviewdetail .review-detail-wrap .swiper-scrollbar div {
	background-color: var(--color-default);
	transition: all 0.3s;
}

.lyr-photo--open {overflow: hidden;}
.layer-wrap._type_photo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999999;
}
._type_photo .basic__layer {
	width: 100%;
	max-height: calc(100% - 200px);
	background: none;
}
._type_photo .head {padding: 0;}
._type_photo .basic__layer .head .lyr-close__btn {
	top: -45px;
	right: -13px;
	background-image: var(--ico-x-wt);
}
._type_photo .con {
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
._type_photo .review-img-box {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}
._type_photo .review-img-box img {height: 100%;}
._type_photo video {height: 100%;}
/* //review layer */



/* intro */
.intro--open {overflow: hidden;}
.intro-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12000;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);

	animation: wrapFadeOut 1.5s forwards 5.5s;
}
.intro-wrap .head {
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 5000;
	width: 100%;
	min-width: var(--window-min-width);
	height: 65px;
	background-color: var(--color-white);
	box-sizing: border-box;
}
.intro-wrap .head > div {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.intro-wrap .head > div:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: var(--color-default);
	content: '';

	transform: scaleX(0);
	transform-origin: left;

	animation: txtCoverIn 1.5s forwards 4.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.intro-wrap .head .logo {
	display: block;
	width: 110px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--logo-bk);
	background-size: 70px;
	font-size: 0;
}
.intro-wrap .con {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intro-wrap .con > div {position: absolute;}
.intro-wrap .con > div:nth-child(1) {
	top: calc(482 / 1920 * 100vw);
	left: calc(21 / 1920 * 100vw);
}
.intro-wrap .con > div:nth-child(2) {
	top: calc(298 / 1920 * 100vw);
	left: calc(459 / 1920 * 100vw);
}
.intro-wrap .con > div:nth-child(3) {
	top: calc(245 / 1920 * 100vw);
	right: calc(587 / 1920 * 100vw);
}
.intro-wrap .con > div:nth-child(4) {
	top: calc(547 / 1920 * 100vw);
	right: calc(17 / 1920 * 100vw);
}

.intro-wrap .con p {
	font-family: var(--fontfam-eng-nhgt), var(--fontfam-kor), sans-serif;
	font-weight: 400;
	font-size: calc(90 / 1920 * 100vw);
	color: var(--color-default);
	line-height: calc(75 / 1920 * 100vw);
	
	opacity: 0;
	transform: translateX(-100px);
	animation: txtMove 1.5s forwards,
						 txtFadeOut 1.5s forwards 1.5s;
}

.intro-wrap .con .txt-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(75 / 1920 * 100vw);
	background-color: var(--color-default);

	transform: scaleX(0);
	transform-origin: left;

	animation: txtCoverIn 1.5s forwards 1.5s cubic-bezier(0.4, 0, 0.2, 1),
						 txtCoverOut 1.5s forwards 3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes txtCoverIn {
	0% {
			transform: scaleX(0);
			transform-origin: left;
	}
	100% {
			transform: scaleX(1);
			transform-origin: left;
	}
}

@keyframes txtCoverOut {
	0% {
			opacity: 1;
			transform: scaleX(1);
			transform-origin: right;
	}
	100% {
			opacity: 0;
			transform: scaleX(0);
			transform-origin: right;
	}
}

@keyframes txtMove {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes txtFadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes wrapFadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		pointer-events: none;
	}
}
/* //intro */



/* 2025-05-07 상품상세 - 브랜드 배너 수정 */
.goods-view-box .goods-desc-box .brand-banner-box {
	position: relative;
	top: 0;
	left: 0;
}
.goods-view-box .goods-desc-box .brand-banner-box .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px 40px;
	box-sizing: border-box;
}
.goods-view-box .goods-desc-box .brand-banner-box .txt-box {width: calc(100% - 300px);}
.goods-view-box .goods-desc-box .brand-banner-box .txt-box .txt {
	margin-top: 21px;
	font-weight: 700;
	font-size: 20px;
	color: var(--color-white);
	line-height: 28px;
}
.goods-view-box .goods-desc-box .brand-banner-box .btn-box {width: 200px;}
.goods-view-box .goods-desc-box .brand-banner-box .btn-box a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 200px;
	height: 45px;
	padding: 0 20px;
	background-color: var(--color-white);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	color: var(--color-default);
}
/* //2025-05-07 상품상세 - 브랜드 배너 수정 */


/* 2025-05-07 상품상세 - 컬러 수정 */
.goods-view-box .goods-info-box .option-select-box .option-group._color .con .color-name {
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
	line-height: 1;
	text-align: right;
}
.goods-view-box .goods-info-box .option-select-box .option-group._color .con .color-name + ul {margin-top: 20px;}
/* //2025-05-07 상품상세 - 컬러 수정 */


/* 2025-05-07 메인 - 콘텐츠 영역 수정 */
.banner-slider-box._type_main .swiper-wrapper {align-items: flex-end;}
.banner-slider-box._type_main .info .tit {min-height: 96px;}
/* //2025-05-07 메인 - 콘텐츠 영역 수정 */


/* 2025-05-30 상품 상세 - 판매자 정보 추가 */
.lyr-seller--open .layer-wrap-bg {display: block;}
._type_sellerinfo .basic__layer {width: 1200px;}
._type_sellerinfo .basic__layer .head {padding: 35px 40px 25px;}
._type_sellerinfo .basic__layer .head .lyr-close__btn {
	top: 22px;
	right: 22px;
}
._type_sellerinfo .basic__layer .con {padding: 0 40px;}
._type_sellerinfo .basic__layer dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	border-top: 1px solid rgb(238, 238, 238);
}
._type_sellerinfo .basic__layer dl:first-of-type {border-top: 0;}
._type_sellerinfo .basic__layer dt {
	width: 160px;
	padding-right: 10px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
	line-height: 25px;
}
._type_sellerinfo .basic__layer dd {
	width: calc(100% - 160px);
	font-weight: 300;
	font-size: 15px;
	color: var(--color-default);
	line-height: 25px;
}
._type_sellerinfo .basic__layer dd img {width: 60px;}
._type_sellerinfo .basic__layer dd img + img {margin-left: 30px;}
._type_sellerinfo .basic__layer .goods-notice-box {padding: 0 0 40px;}
/* //2025-05-30 상품 상세 - 판매자 정보 추가 */

/* 2025-06-12 PDP 최대 혜택가 추가 */
.goods-view-box .goods-info-box .review-price-box .price-box .percent._type_gr {background-color: rgb(153, 153, 153);}
.goods-view-box .view-right .bnf-price-box {
	margin-top: 30px;
	padding-top: 30px;
    border-top: 1px solid var(--color-default);
}
.goods-view-box .view-right .bnf-price-box .total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
.goods-view-box .view-right .bnf-price-box .total > div {
	display: flex;
	align-items: center;
}
.goods-view-box .view-right .bnf-price-box .total .bnf-tit {
	font-weight: 700;
	font-size: 14px;
	color: var(--color-default);
}
.goods-view-box .view-right .bnf-price-box .total .bnf-percent {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 26px;
    background-color: var(--color-default);
    border-radius: 26px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-white);
    text-align: center;
}
.goods-view-box .view-right .bnf-price-box .total .bnf-sale {
	margin-left: 10px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-default);
}
.goods-view-box .view-right .bnf-price-box .total .bnf-price__btn {
	margin-left: 16px;
	font-weight: 400;
    font-size: 14px;
    color: var(--color-default);
    line-height: 1;
    text-decoration: underline;
}
.goods-view-box .view-right .bnf-price-box .bnf-price-detail {
	display: none;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: rgb(245, 245, 245);
}
.goods-view-box .view-right .bnf-price-box .bnf-price-detail p {
	padding-top: 20px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, .8);
}
.goods-view-box .view-right .bnf-price-box .bnf-price-detail ul {
	padding: 8px 0 20px;
}
.goods-view-box .view-right .bnf-price-box .bnf-price-detail li {
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, .6);
	word-break: keep-all;
}
.goods-view-box .view-right .bnf-price-box + .option-select-box {margin-top: 0;}
/* //2025-06-12 PDP 최대 혜택가 추가 */