.product-essential {
	background-color: #faf9f7;
	padding-top: 100px;
	padding-bottom: 100px;
}
.product-essential:before,
.product-essential:after {
	content: '';
	display: table;
}
.product-essential:after {
	clear: both;
}
.product-essential .product-image {
	float: left;
	width: calc(100% - 500px);
}
.product-essential .product-image .image {
	width: 100%;
	height: 650px;
	background-size: cover;
	background-position: center center;
}
.product-essential .product-image .product-colors {
	display: none;
}
.product-essential .product-info {
	float: right;
	padding-bottom: 280px;
	position: relative;
	width: 400px;
	min-height: 650px;
}
.product-essential .product-info .product-name {
	border-bottom: 2px solid #a36d6a;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.product-essential .product-info .product-name span {
	font-size: 28px !important;
	font-weight: 900;
}
.product-essential .product-info .product-price span {
	font-size: 14px !important;
}
.product-essential .product-info .product-price span:first-child {
	display: inline-block;
	width: 100px;
}
.product-essential .product-info .product-price span:last-child {
	padding: 0 10px;
}
.product-essential .product-info .product-price #span_product_price_custom {
	width: auto;
	margin-right: 7px;
}
.product-essential .product-info .product-price .was {
	display: inline-block !important;
	text-decoration: line-through;
	width: auto !important;
}
.product-essential .product-info .product-price .price-off {
	display: inline-block;
	margin: 0 7px;
}
.product-essential .product-info .product-price .now {
	font-weight: 700;
	padding: 0 !important;
}
.product-essential .product-info .product-price.price-was,
.product-essential .product-info .review-count {
	display: none;
}
.product-essential .product-info .xans-product-option {
	margin-top: 20px;
}
.product-essential .product-info .xans-product-option th {
	color: #a36d6a;
	width: 100px;
	font-size: 14px;
	font-weight: 400;
	line-height: 56px;
	text-align: left;
}
.product-essential .product-info .xans-product-option .ec-product-button li {
	display: inline-block;
	line-height: 34px;
	margin: 0;
	position: relative;
}
.product-essential .product-info .xans-product-option .ec-product-button li a {
	display: block;
	padding: 0 10px 0 35px;
	position: relative;
	text-decoration: none;
}
.product-essential .product-info .xans-product-option .ec-product-button li a span {
	font-size: 14px;
	font-weight: 700;
}
.product-essential .product-info .xans-product-option .ec-product-button li a .option-color {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	left: 2px;
	top: 5px;
}
.product-essential .product-info .xans-product-option .ec-product-button li a .option-color.selected {
	background-image: url('../image/hince-option-checker.png');
	background-size: 28px 28px;
	background-position: center center;
}
.xans-product-option .selectbox {
	width: 100%;
	margin: 5px 0;
}
.xans-product-option .selectbox select {
	padding: 12px 15px !important;
}
.product-essential .product-info .xans-product-option .value {
	display: none;
}
.product-essential .product-info .product-options {
	margin-top: 7px;
}

.product-essential .product-info .color-book:before,
.product-essential .product-info .color-book:after {
	content: '';
	display: table;
}
.product-essential .product-info .color-book:after {
	clear: both;
}
.product-essential .product-info .color-book .title {
	color: #a36d6a;
	float: left;
	font-size: 14px;
	padding-top: 30px;
	width: 100px;
}
.product-essential .product-info .color-book .color-set {
	float: right;
	padding: 20px 3px;
	width: calc(100% - 100px);
}
.product-essential .product-info .color-book .color-set .color {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin: 5px 7px;
	position: relative;
}
.product-essential .product-info .color-book .color-set .color:hover {
	border: 3px solid rgba(255,255,255,0.25);
}
.product-essential .product-info .color-book .color-set .color.selected {
	background-image: url('../image/hince-option-checker.png');
	background-size: 32px 32px;
	background-position: center center;
}

.product-essential .product-orderpanel .close-panel {
	display: none;
	width: 40px;
	height: 30px;
	background-image: url('../image/close-panel-icon.png');
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	opacity: 0.25;
}
.product-essential .product-options tbody {
	margin-top: 15px;
}
.product-essential .product-options .single-option {
	margin-top: 0;
}
.product-essential .product-options td {
	border-top: 1px solid #e3d8d6;
	padding: 15px 0;
	position: relative;
}
.product-essential .product-options td .product,
.product-essential .product-options td .product span,
.product-essential .product-options .right {
	color: #a36d6a;
	font-size: 13px;
	font-weight: 400;
	line-height: 34px;
}
.product-essential .product-options .right {
	text-align: right;
}
.product-essential .product-options td .product br {
	display: none;
}
.product-essential .product-options td .quantity {
	display: block;
	width: 100px !important;
	position: relative;
	margin-right: 30px;
}
.product-essential .product-options td .quantity input {
	background-color: transparent;
	border: 1px solid #c8a7a6;
	color: #a36d6a;
	width: 100%;
	text-align: center;
	border-radius: 0;
	height: 34px;
	font-weight: 700;
	outline: none;
	-webkit-appearance: none;
}
.product-essential .product-options td a {
	position: absolute;
}
.product-essential .product-options td .quantity a {
	color: #a36d6a;
	width: 30px;
	height: 34px;
	top: 0;
	right: 0;
}
.product-essential .product-options td .quantity a:after {
	content: '+';
	position: absolute;
	font-size: 17px;
	top: 8px;
	left: 10px;
	pointer-events: none;
}
.product-essential .product-options td .quantity a:last-child {
	right: auto;
	left: 0;
}
.product-essential .product-options td .quantity a:last-child:after {
	content: '-';
}
.product-essential .product-options td .quantity a img {
	opacity: 0;
	width: 30px;
	height: 34px;
	position: relative;
	top: auto;
	left: auto;
}
.product-essential .product-options td .delete {
	background-image: url('../image/remove-option-icon.jpg');
	background-size: 30px 34px;
	top: 50%;
	margin-top: -17px;
	right: -3px;
	width: 30px;
	height: 34px;
	z-index: 9;
}
.product-essential .product-options td .delete img {
	display: block;
	width: 30px;
	height: 34px;
	opacity: 0;
}
.product-essential .product-options .single-option td {
	border: none;
	padding: 0;
}
.product-essential .product-options .single-option td .label {
	color: #a36d6a;
	font-size: 14px;
	width: 100px;
	height: 44px;
	line-height: 44px;
}
.product-essential .product-options .single-option td .quantity {
	width: calc(100% - 110px) !important;
	margin-right: 0;
	float: right;
}
.product-essential .product-options .single-option td .quantity input {
	height: 44px;
	font-size: 15px;
}
.product-essential .product-options .single-option td .quantity a,
.product-essential .product-options .single-option td .quantity img {
	width: 40px;
	height: 44px;
}
.product-essential .product-options .single-option td .quantity a:after {
	top: 12px;
	left: 16px;
}
.product-essential .product-options .single-option td .quantity_price {
	display: none;
}

.product-essential .product-actions {
	border-top: 2px solid #a36d6a;
	padding: 25px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.product-essential .product-actions .total-price {
	margin-bottom: 30px;
}
.product-essential .product-actions .total-price:before,
.product-essential .product-actions .total-price:after {
	content: '';
	display: table;
}
.product-essential .product-actions .total-price:after {
	clear: both;
}
.product-essential .product-actions .total-price span {
	color: #a36d6a;
	font-size: 17px;
	font-weight: 700;
}
.product-essential .product-actions .total-price .label {
	display: block;
	float: left;
	width: 80px;
}
.product-essential .product-actions .total-price .total {
	display: block;
	float: right;
	text-align: right;
	width: calc(100% - 80px);
}
.product-essential .product-actions .total-price .total em {
	font-style: normal;
}
.product-essential .product-actions .button-set:before,
.product-essential .product-actions .button-set:after {
	content: '';
	display: table;
}
.product-essential .product-actions .button-set:after {
	clear: both;
}
.product-essential .product-actions .add-to-cart {
	background-color: #a36d6a;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 50px;
	height: 50px;
}
.product-essential .npay-button {
	display: none;
}
.product-essential .product-actions .npay {
	background-color: #00c63b;
	background-image: url('../image/npay-button-logo.png');
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
	float: left;
	width: calc(50% - 50px);
	height: 50px;
}
.product-essential .product-actions .npay-alt-button {
	display: block;
	margin-top: 12px;
	width: 100%;
	float: none;
}
.product-essential .product-actions .buy-now,
.product-essential .product-actions .sold-out {
	height: 50px;
	line-height: 50px;
	border: 2px solid #a36d6a;
	color: #a36d6a;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	transition: all .15s ease-out;
}
.product-essential .product-actions .buy-now {
	width: calc(100% - 62px);
	float: right;
}
.product-essential .product-actions .buy-now:hover {
	text-decoration: none;
	background-color: #a36d6a;
	color: #fff;
}
.product-essential .product-actions .sold-out {
	width: 100%;
	float: none;
}
.product-essential .product-actions .npay-button {
	padding-top: 22px;
	height: 110px;
}
.product-essential #NaverChk_Button,
.product-essential #NaverChk_Button .npay_storebtn_bx {
	width: 100% !important;
}
.product-essential #NaverChk_Button .npay_button_box {
	background-color: #faf9f7 !important;
}

@media (max-width: 1200px) {
	.product-essential .product-image {
		width: calc(100% - 400px);
	}
	.product-essential .product-image .image {
		height: 480px;
	}
	.product-essential .product-info {
		width: 350px;
		min-height: 480px;
	}
}

@media (max-width: 900px) {
	.product-essential {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.product-essential .product-image,
	.product-essential .product-info {
		float: none;
		width: 100%;
	}
	.product-essential .product-image .image {
		height: 0;
		padding-top: 72%;
	}
	.product-essential .product-info {
		margin-top: 35px;
		min-height: 90px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.product-essential .product-info .product-name {
		border-bottom: none;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.product-essential .product-info .product-name span {
		font-size: 24px !important;
	}
	.product-essential .product-info .product-price span {
		font-size: 16px !important;
	}
	.product-essential .product-info .product-price span:first-child {
		display: none;
	}
	.product-essential .product-info .product-price span:last-child {
		padding: 0;
	}
	.product-essential .product-info .color-book .title {
		display: none;
	}
	.product-essential .product-info .color-book .color-set {
		float: none;
		width: 100%;
		margin-left: -10px;
	}
	.product-essential .product-options td {
		padding: 12px 0;
	}
	.product-essential .product-options .single-option td .label {
		font-size: 14px;
	}
	.product-essential .product-options .single-option td .quantity input {
		font-size: 14px;
		height: 40px;
	}
	.product-essential .product-options .single-option td .quantity a,
	.product-essential .product-options .single-option td .quantity img {
		height: 40px;
	}
	.product-essential .product-options .single-option td .quantity a:after {
		top: 10px;
	}
	.product-essential .product-orderpanel {
		background-color: #fff;
		box-shadow: 0 -5px 5px rgba(0,0,0,0.05);
		display: none;
		padding: 0 25px;
		padding: 0 25px env(safe-area-inset-bottom);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
	}
	.product-essential .product-orderpanel.is-active {
		display: block;
	}
	.product-essential .product-orderpanel .close-panel {
		display: block;
	}
	.product-essential .product-actions {
		border-top: none;
		padding: 15px 0 0;
		position: relative;
		bottom: 0;
		margin-left: -25px;
		margin-right: -25px;
		width: auto;
	}
	.product-essential .product-actions .total-price {
		padding: 0 25px;
	}
	.product-essential .product-actions .total-price span {
		font-size: 14px;
	}
	.product-essential .product-actions .add-to-cart {
		background-color: #f9f6f6;
	}
	.product-essential .product-actions .add-to-cart .cart-icon {
		background-position-y: 0;
	}
	.product-essential .product-actions .npay {
		display: block;
	}
	.product-essential .product-actions .npay-alt-button {
		display: none;
	}
	.product-essential .product-actions .buy-now {
		border: none;
		background-color: #a36d6a;
		font-size: 14px;
		color: #fff;
		width: calc(100% - 50px);
	}
	.product-essential .product-actions .npay + .buy-now {
		width: 50%;
	}
	.product-essential .product-actions .npay-button {
		display: none;
	}
}

@media (max-width: 600px) {
	.product-essential {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.product-essential .outer-margin {
		padding: 0;
	}
	.product-essential .product-info {
		padding: 0 25px;
	}
	.product-essential .product-info .product-name span {
		font-size: 22px !important;
	}
}



.product-orderbar {
	background-color: #fff;
	box-shadow: 0 -5px 5px rgba(0,0,0,0.05);
	display: none;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 98;
}
.product-orderbar:before,
.product-orderbar:after {
	content: '';
	display: table;
}
.product-orderbar:after {
	clear: both;
}
.product-orderbar > * {
	color: #a36d6a;
	cursor: pointer;
	float: left;
	font-weight: 700;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.product-orderbar .add-to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
}
.product-orderbar .move-to-review {
	border-left: 1px solid #e3d8d6;
	width: calc(50% - 50px);
	position: relative;
}
.product-orderbar .move-to-review a {
	display: block;
	text-decoration: none;
}
.product-orderbar .move-to-review .badge {
	background-color: #a36d6a;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 7px;
	line-height: 16px;
	top: -6px;
	right: 8px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.product-orderbar .buy-now {
	background-color: #a36d6a;
	color: #fff;
	width: 50%;
}
.product-orderbar .sold-out {
	border-left: 1px solid #e3d8d6;
	display: none;
	width: 50%;
}
.product-orderbar .buy-now .button-label {
	position: relative;
}
.product-orderbar .buy-now .button-label .npay-icon {
	background-image: url('../image/npay-tiny-logo.jpg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	position: relative;
	top: 3px;
	left: 5px;
}

.product-orderbar.sold-out .add-to-cart,
.product-orderbar.sold-out .buy-now {
	display: none;
}
.product-orderbar.sold-out .sold-out {
	display: block;
}
.product-orderbar.sold-out .move-to-review {
	width: 50%;
}

@media (max-width: 900px) {
	.product-orderbar {
		display: block;
	}
}



.product-navigation ul {
	text-align: center;
}
.product-navigation li {
	display: inline-block;
	padding: 60px 30px;
}
.product-navigation li a {
	color: #ccb2b1;
	display: block;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	padding: 5px 7px;
	transition: color .25s ease-out;
}
.product-navigation li a:hover,
.product-navigation .selected a {
	color: #a36d6a;
}
.product-navigation .selected a:after {
	background-color: rgba(217,188,186,0.25);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 17px;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.product-section .section-title {
	border-top: 2px solid #a36d6a;
	border-bottom: 2px solid #a36d6a;
}
.product-details {
	margin-bottom: 60px;
}
.product-detail {
	padding-bottom: 100px;
	position: relative;
}
.product-detail img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	height: auto;
}
.product-detail .product-event {
	margin: 20px 0;
}
.product-detail .product-event[data-status="off"] {
	display: none;
}
.product-detail .detail-video {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.product-detail .detail-video .video {
	width: 100%;
	height: 0;
	padding-top: 125%;
	position: relative;
}
.product-detail .detail-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-detail .product-gallery {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.product-detail .product-gallery * {
	outline: none;
}
.product-detail .product-gallery .slick-arrow {
	background-color: #a36d6a;
	background-image: url('../image/hince-icon-sprite-185484.png');
	background-size: 490px 70px;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 45px;
	z-index: 9;
}
.product-detail .product-gallery .slick-prev {
	background-position: -178px -30px;
	left: 0;
}
.product-detail .product-gallery .slick-next {
	background-position: -213px -30px;
	right: 0;
}
.product-detail .product-gallery .slick-dots {
	text-align: center;
	margin-top: 20px;
}
.product-detail .product-gallery .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.product-detail .product-gallery .slick-dots li button {
	text-indent: -9999px;
	outline: none;
	border: none;
	width: 20px;
	height: 3px;
	background-color: rgba(163,109,106,0.3);
	transition: all .25s ease-out;
}
.product-detail .product-gallery .slick-dots .slick-active button {
	background-color: #a36d6a;
	width: 40px;
}




.product-orderinfo .tabs .tab .tab-header h3 {
	color: #a36d6a;
	float: left;
	padding-right: 0;
	width: 300px;
}
.product-orderinfo .tabs .tab .tab-header p {
	color: #666;
	font-size: 13px;
	float: left;
	line-height: 1.65;
}
.product-orderinfo .tabs .tab .tab-body p {
	margin-bottom: 10px;
}
.product-orderinfo .tabs .tab .tab-body .title {
	font-weight: 700;
}
.product-orderinfo .tabs .tab .tab-body p + .title {
	margin-top: 20px;
}
.product-orderinfo .tabs .tab .tab-body strong {
	color: #a36d6a;
}

@media (max-width: 900px) {
	.product-navigation li {
		padding: 35px 20px;
	}
	.product-orderinfo .tabs .tab .tab-header p {
		margin-top: 10px;
		padding-right: 20px;
	}
}

@media (max-width: 600px) {
	.product-navigation li {
		padding: 35px 10px;
	}
	.product-navigation li a {
		font-size: 14px;
	}
	.product-detail .outer-margin {
		padding: 0;
	}
}