@charset "UTF-8";
@font-face {
	font-family: "CircularStd";
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
	src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.ttf") format("truetype");
}

@font-face {
	font-family: "CircularStd";
	font-weight: 500;
	font-style: normal;
	font-display: fallback;
	src: url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "CircularStd";
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
	src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "CircularStd";
	font-weight: 900;
	font-style: normal;
	font-display: fallback;
	src: url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.ttf") format("truetype"), url("../fonts/CircularStd-Black.ttf") format("truetype");
}

@font-face {
	font-family: 'Sorts Mill Goudy';
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url("../fonts/SortsMillGoudy-Regular.woff") format("woff"), url("../fonts/SortsMillGoudy-Regular.woff") format("woff"), url("../fonts/SortsMillGoudy-Regular.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Regular.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Regular.ttf") format("truetype"), url("../fonts/SortsMillGoudy-Regular.ttf") format("truetype");
	unicode-range: U+0000-002C, U+002E-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff");
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);
		transform: skewX(-0.195312deg) skewY(-0.195312deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);
		transform: skewX(-0.195312deg) skewY(-0.195312deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	60%, 80% {
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	60%, 80% {
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left;
	}
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left;
	}
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50%, to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50%, to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* Swiper */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swip-pagination.count {
	position: absolute;
	width: 101px;
	height: 36px;
	left: 50%;
	margin-left: -60px;
	bottom: 48px;
	background-color: #0b0d0f;
	border-radius: 100px;
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
	line-height: 38px;
	color: #ccc;
	z-index: 9;
	opacity: .6;
}

.swip-pagination.count .swiper-pagination-current {
	color: #fff;
}

.swip-pagination.count .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.swip-pagination.count .swiper-pagination-bullet-active {
	background-color: white;
}

.swipe-control {
	position: absolute;
	width: 101px;
	left: 50%;
	margin-left: -52px;
	padding-right: 20px;
	bottom: 58px;
	z-index: 9;
	text-align: right;
}

.swipe-control .btn_control {
	display: block;
	width: 18px;
	height: 18px;
}

.swipe-control .btn_control a {
	display: block;
	width: 100%;
	height: 100%;
}

/*! jQuery UI - v1.12.1 - 2018-08-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	background-color: #fdfdfd;
	line-height: 1.25;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}

b {
	font-weight: bold;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background: none;
	box-sizing: border-box;
}

button:focus {
	outline: 0;
}

ins {
	background-color: transparent;
	text-decoration: none;
}

mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0;
	padding: 0;
}

input {
	margin: 0;
}

input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 0;
	border: 0;
	font-size: 16px;
	letter-spacing: -.031em;
}

textarea {
	width: 100%;
	border: 1px solid #ddd;
}

img {
	width: 100%;
	vertical-align: top;
}

address, em {
	font-style: normal;
}

select::-ms-expand {
	display: none;
}

select {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	background: #fdfdfd url("../images/bg_select.png") 100% 50% no-repeat;
	background-size: 28px auto;
	border: 1px solid #dcdcdc;
	color: #808080;
}

select:focus {
	outline: none;
	border: 1px solid #B79D59;
}

input {
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	font-family: 'Noto Sans KR', sans-serif;
}

input[type='checkbox']:checked {
	position: relative;
	background: transparent;
	border-color: #B79D59;
}

input[type='checkbox']:checked:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 8px;
	border: solid #B79D59;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

input[type='radio'] {
	border-radius: 50%;
}

input[type='radio']:checked {
	position: relative;
	background: transparent;
	border-color: #b79d59;
}

input[type='radio']:checked:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: #B79D59;
	border-radius: 50%;
}

input[type='text'], input[type='tel'], input[type='number'], input[type='password'] {
	width: 100%;
	height: 48px;
	padding: 12px;
	border: 1px solid #dcdcdc;
	background-color: transparent;
	line-height: 48px;
}

input[type='text']::placeholder, input[type='tel']::placeholder, input[type='number']::placeholder, input[type='password']::placeholder {
	color: #c8c8c8;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: -.031em;
}

input[type='text'].warning, input[type='tel'].warning, input[type='number'].warning, input[type='password'].warning {
	border-color: #c61f12;
}

input[type='text']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='password']:focus {
	outline: none;
	border: 1px solid #B79D59;
}

label input {
	margin-right: 10px;
}

label input[type='checkbox'], label input[type='radio'] {
	margin-top: -3px;
}

textarea {
	width: 100%;
	padding: 15px;
	resize: none;
	font-family: 'Noto Sans KR', sans-serif;
	color: #404040;
}

textarea::placeholder {
	color: #c8c8c8;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: -.031em;
}

textarea:focus {
	outline: none;
	border: 1px solid #B79D59;
}

select[disabled], input[disabled], textarea[disabled] {
	background: #f8f8f8;
	color: #c8c8c8;
	opacity: 1;
}

.file-upload {
	width: 100%;
}

.file-upload:nth-child(n+2) {
	margin-top: 20px;
}

.file-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.file-upload label,
.file-upload .upload-name {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #222;
	font-size: 15px;
}

.file-upload label {
	width: 100%;
	margin-left: 0 !important;
	background-color: #404040;
	letter-spacing: -.031em;
	color: #f0f0f0;
	cursor: pointer;
	text-align: center;
}

.file-upload .upload-name {
	width: inherit;
	margin-bottom: 8px;
	padding: 0 12px;
	background-color: #fdfdfd;
	text-overflow: ellipsis;
}

[class*="btn-primary"] {
	display: inline-block;
	position: relative;
	height: 48px;
	padding: 0 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

[class*="btn-primary"]:before, [class*="btn-primary"]:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: url("../images/bg_btn.svg") no-repeat;
	background-position: 0 0;
}

[class*="btn-primary"]:after {
	left: auto;
	right: 0;
	background-position: 0 -96px;
}

[class*="btn-primary"] span {
	display: block;
	padding: 14px 16px 10px;
	background: url("../images/bg_btn.svg");
	background-position: 0 -48px;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	color: #b79d58;
	text-align: center;
}

@media (width: 320px) {
	[class*="btn-primary"] span {
		padding: 14px 5px 10px;
	}
}

[class*="btn-primary"]:active:before {
	background-position: 0 -144px;
}

[class*="btn-primary"]:active:after {
	background-position: 0 -240px;
}

[class*="btn-primary"]:active span {
	background-position: 0 -192px;
	color: #99834a;
}

[class*="btn-primary"].disabled:before {
	background-position: 0 -288px;
}

[class*="btn-primary"].disabled:after {
	background-position: 0 -384px;
}

[class*="btn-primary"].disabled span {
	background-position: 0 -336px;
	color: #c8c8c8;
}

[class*="btn-primary"][class*="-invert"]:before {
	background-position: 0 -432px;
}

[class*="btn-primary"][class*="-invert"]:after {
	background-position: 0 -528px;
}

[class*="btn-primary"][class*="-invert"] span {
	background-position: 0 -480px;
	color: rgba(255, 255, 255, 0.9);
}

[class*="btn-primary"][class*="-invert"]:active:before {
	background-position: 0 -576px;
}

[class*="btn-primary"][class*="-invert"]:active:after {
	background-position: 0 -672px;
}

[class*="btn-primary"][class*="-invert"]:active span {
	background-position: 0 -624px;
	color: white;
}

[class*="btn-primary"][class*="-invert"].disabled:before {
	background-position: 0 -720px;
}

[class*="btn-primary"][class*="-invert"].disabled:after {
	background-position: 0 -816px;
}

[class*="btn-primary"][class*="-invert"].disabled span {
	background-position: 0 -768px;
	color: rgba(255, 255, 255, 0.24);
}

[class*="btn-primary"][class*="-gray"]:before {
	background-position: 0 -864px;
}

[class*="btn-primary"][class*="-gray"]:after {
	background-position: 0 -960px;
}

[class*="btn-primary"][class*="-gray"] span {
	background-position: 0 -912px;
	color: #606060;
}

[class*="btn-primary"][class*="-gray"]:active:before {
	background-position: 0 -1008px;
}

[class*="btn-primary"][class*="-gray"]:active:after {
	background-position: 0 -1104px;
}

[class*="btn-primary"][class*="-gray"]:active span {
	background-position: 0 -1056px;
	color: #404040;
}

[class*="btn-primary"][class*="-gray"].disabled:before {
	background-position: 0 -288px;
}

[class*="btn-primary"][class*="-gray"].disabled:after {
	background-position: 0 -384px;
}

[class*="btn-primary"][class*="-gray"].disabled span {
	background-position: 0 -336px;
	color: #c8c8c8;
}

[class*="btn-primary"].full {
	width: 100%;
}

/* 버튼추가240126 */
[class*="btn-primaryFull"] {
	display: inline-block;
	position: relative;
	height: 48px;
	padding: 0 8px;
	margin:0 auto;
	min-width:160px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

[class*="btn-primaryFull"]:before, [class*="btn-primaryFull"]:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: url("../images/bg_btn_full.png") no-repeat;
	background-size: 8px auto;
	background-position: 0 0;
}

[class*="btn-primaryFull"]:after {
	left: auto;
	right: 0;
	background-position: 0 -96px;
}

[class*="btn-primaryFull"] span {
	display: block;
	padding: 14px 16px 10px;
	background: url("../images/bg_btn_full.png") repeat-x;
	background-size: 8px auto;
	background-position: 0 -48px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

[class*="btn-primary"]:hover:before, [class*="btn-primary"]:focus:before, [class*="btn-primary"]:active:before {
	background-position: 0 -144px;
}
[class*="btn-primaryFull"]:hover:before, [class*="btn-primaryFull"]:focus:before, [class*="btn-primaryFull"]:active:before {
	color:#fff;
}

[class*="btn-primary"]:hover:after, [class*="btn-primary"]:focus:after, [class*="btn-primary"]:active:after, 
[class*="btn-primaryFull"]:hover:after, [class*="btn-primaryFull"]:focus:after, [class*="btn-primaryFull"]:active:after {
	background-position: 0 -240px;
}

[class*="btn-primary"]:hover span, [class*="btn-primary"]:focus span, [class*="btn-primary"]:active span {
	background-position: 0 -192px;
	color: #99834a;
}

[class*="btn-primaryFull"]:hover span, [class*="btn-primaryFull"]:focus span, [class*="btn-primaryFull"]:active span {
	color:#fff;
}
/* //버튼추가240126 */

[class^="btn-link"] {
	display: inline-block;
	padding: 7px 0 3px;
	border-bottom: 2px solid #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 1.43;
}

[class^="btn-link"] i {
	width: 7px;
	height: 12px;
	margin: -2px 0 0 7px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px -176px;
}

[class^="btn-link"][class*="-invert"] {
	border-bottom-color: #f0f0f0;
	color: #fff;
}

[class^="btn-link"][class*="-invert"] i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -144px -176px;
}

[class^="btn-link"][class*="-default"] {
	color: #b79d58;
	padding: 8px 0;
	border-bottom: 0;
	font-size: 16px;
	letter-spacing: -.031em;
	text-decoration: underline;
}

[class^="btn-normal"] {
	display: inline-block;
	padding: 10px 0;
	background-color: #282828;
	font-size: 14px;
	color: #f0f0f0;
	text-align: center;
}

[class^="btn-normal"][class*="border"] {
	border: 1px solid rgba(40, 40, 40, 0.9);
	background-color: transparent;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #101010;
}

[class^="btn-normal"][class*="book"] {
	width: 100%;
	padding: 18px 0 12px;
	background-color: #b79d59;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

.btn-wrap {
	text-align: left;
}

.btn-wrap [class^='btn-type']:nth-of-type(n+2) {
	margin-top: 10px;
}

.btn-wrap-center {
	text-align: center;
}

.btn-wrap-right {
	text-align: right;
}

.btn-wrap-dual {
	text-align: center;
}

.btn-wrap-dual [class^='btn-type'], .btn-wrap-dual [class^='btn-primary'] {
	width: 44%;
	margin: 0 1%;
}

.btn-wrap-dual .btn-type {
	padding-right: 40px;
}

.more-conts {
	margin-top: 40px;
	text-align: center;
}

.more-conts .btn-more-conts {
	display: inline-block;
	padding: 10px 0 8px;
	border-bottom: 2px solid #101010;
}

.more-conts .btn-more-conts span {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 1.11;
	color: #101010;
}

.btn-more-link {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #404040;
	transform: translateY(-50%);
}

.btn-more-link i {
	width: 32px;
	height: 32px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -192px -224px;
}

.btn-quick-reserv {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -192px;
}

.btn-quick-reserv.tel {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -56px -240px;
}

.btn-quick-reserv-white {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -240px;
}

[class^='btn-wrap'].bottom {
	margin-top: 40px;
}

[class^='btn-wrap'].line-bar {
	margin: 30px 15px 0;
	border-top: 1px solid #dcdcdc;
	padding-top: 30px;
}

.btn-type {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #B79D59;
	color: #FFF;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}

.btn-type:after {
	content: '→';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	background: #000;
}

.btn-type.v2 {
	background: transparent;
	border: 1px solid #FFF;
	line-height: 38px;
}

.btn-type.v2:after {
	border-left: 1px solid #FFF;
	background: transparent;
}

.btn-type.v3 {
	background: transparent;
	border: 1px solid #dcdcdc;
	line-height: 38px;
	color: #222;
}

.btn-type.v3:after {
	border-left: 1px solid #dcdcdc;
	background: transparent;
}

.btn-type.medium {
	padding-right: 40px;
}

.btn-type.small {
	padding-right: 40px;
}

.btn-type2 {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	color: #BBB;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}

.btn-type2.v2 {
	background: #B79D59;
	border-color: #B79D59;
	color: #fff;
}

.btn-type2.v3 {
	background: #A8A49E;
	border-color: #A8A49E;
	color: #fff;
}

.btn-type2.v4 {
	color: #222;
}

.btn-notice {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	margin-left: 7px;
	border-radius: 50%;
	background:  url("../images/sp_sub.png") -60px -30px no-repeat;
	background-size: 250px auto;
	text-indent: -9999999px;
	vertical-align: middle;
}

.btn-text {
	position: relative;
	font-size: 14px;
	color: #B79D59;
}

.btn-text:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #B79D59;
}

.tbl-type {
	position: relative;
	table-layout: fixed;
	width: 100%;
	margin-top: 15px;
	border-collapse: unset;
	border-top: 1px solid #101010;
}

.tbl-type caption {
	width: 0;
	height: 0;
	font-size: 0;
}

.tbl-type th, .tbl-type td {
	padding: 16px 5px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: center;
	font-size: 14px;
	word-break: break-all;
	vertical-align: middle;
}
/* 240913 premium card table */
.tbl-type.premiunCardTbl th, .tbl-type td {
	padding:14px 3px;
	font-size:12px;
}

.tbl-type th {
	background: #f8f8f8;
	font-weight: normal;
	text-align: center;
	color: #808080;
}

.tbl-type td {
	color: #404040;
}

.tbl-type td a {
	color: #404040;
}

.tbl-type.vertical th, .tbl-type.vertical td {
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
}

[class^='pop-layer'] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
}

[class^='pop-layer'] .dim {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #101010;
	opacity: 0.7;
}

[class^='pop-layer'] .pop-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

[class^='pop-layer'] .btn-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

[class^='pop-layer'] .btn-close:after, [class^='pop-layer'] .btn-close:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 1px;
	background: rgba(16, 16, 16, 0.7);
	transform: rotate(45deg);
}

[class^='pop-layer'] .btn-close:after {
	transform: rotate(135deg);
}

.pop-layer .pop-wrap {
	width: calc(100% - 30px);
	background: #FFF;
}

.pop-layer .pop-title {
	margin: 0 16px;
	padding: 14px 0;
	border-bottom: 1px solid #100110;
}

.pop-layer .pop-title h2 {
	font-size: 18px;
	letter-spacing: -.031em;
	text-align: left;
	color: #101010;
}

.pop-layer .pop-content {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	max-height: 75vh;
	padding: 20px 16px 28px;
}

.pop-layer .pop-content .policy-content {
	padding: 16px;
	background-color: #f8f8f8;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.036em;
	color: #404040;
	text-align: left;
}

.pop-layer .pop-content .text {
	font-size: 14px;
}

.pop-layer .box-type-input {
	padding: 0;
}

.pop-layer [class^="btn-wrap"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
}

.pop-layer [class*="btn-primary"] {
	flex: 1;
	width: 100%;
}

.pop-layer [class*="btn-primary"] + [class*="btn-primary"] {
	margin-left: 8px;
}

.pop-layer.terms .pop-content {
	padding-top: 20px;
}

.pop-layer.terms .tbl-type {
	margin-top: 0;
	border-top: 1px solid #dcdcdc;
}

.pop-layer.terms .tbl-type:after {
	background: #dcdcdc;
}

.pop-layer.terms .tbl-type th, .pop-layer.terms .tbl-type td {
	font-size: 14px;
	letter-spacing: -.036em;
}

.pop-layer.terms .tbl-type tbody th:first-of-type {
	border-left: 0;
}

.pop-layer.terms .tbl-type td {
	color: #404040;
}

.pop-layer.terms .point-text {
	font-size: 12px;
	letter-spacing: -.042em;
	color: #808080;
}

.pop-layer.terms .list-type {
	margin: 0 0 20px;
}

.pop-layer.coupon .pop-content > .title {
	margin-bottom: 8px;
	color: #101010;
}

.pop-layer.coupon .pop-content .list-benefit {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
}

.pop-layer.coupon .pop-content .list-benefit li {
	padding: 16px 0 32px;
	border-bottom: 0;
}

.pop-layer.coupon .user-notice .num {
	margin: 8px 0 24px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	color: #101010;
}

.pop-layer.coupon .box-input {
	padding-top: 16px;
	border-top: 1px solid #dcdcdc;
}

.pop-layer.coupon .box-input dt {
	margin-bottom: 8px;
	color: #404040;
}

.pop-layer.pet .list-type {
	margin-top: 0;
}

.pop-layer.menu .pop-wrap {
	height: 500px;
}

.pop-layer.menu .pop-title {
	padding: 17px 0 16px;
}

.pop-layer.menu .pop-title h2 {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing: 0;
}

.pop-layer.menu .swiper-menu {
	margin: 0 16px;
}

.pop-layer.menu .swiper-menu .swiper-pagination {
	display: flex;
	overflow: hidden;
	position: static;
	margin-top: 0;
	padding: 12px 0 20px;
}

.pop-layer.menu .swiper-menu .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin-right: 24px;
	padding: 2px 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #a0a0a0;
	opacity: 1;
	white-space: nowrap;
}

.pop-layer.menu .swiper-menu .swiper-pagination-bullet:after {
	display: none;
}

.pop-layer.menu .swiper-menu .swiper-pagination-bullet span {
	font-family: inherit;
}

.pop-layer.menu .swiper-menu .swiper-pagination-bullet-active {
	border-bottom-color: #b79d59;
	color: #b79d58;
}

.pop-layer.menu .swiper-menu [class^="swiper-button"] {
	top: 0;
	width: 34px;
	height: 48px;
	margin: 0;
}

.pop-layer.menu .swiper-menu [class^="swiper-button"] i {
	width: 16px;
	height: 16px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -32px;
}

.pop-layer.menu .swiper-menu .swiper-button-prev {
	left: 0;
	background: linear-gradient(to left, rgba(253, 253, 253, 0), #fdfdfd 54%);
	text-align: left;
}

.pop-layer.menu .swiper-menu .swiper-button-prev i {
	transform: rotate(180deg);
}

.pop-layer.menu .swiper-menu .swiper-button-next {
	right: 0;
	background: linear-gradient(to right, rgba(253, 253, 253, 0), #fdfdfd 54%);
	text-align: right;
}

.pop-layer.menu .swiper-menu .swiper-button-disabled {
	display: none !important;
}

.pop-layer.menu .swiper-menu .swiper-slide .inner {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 365px;
	padding: 16px;
	background-color: #f8f8f8;
}

.pop-layer.menu .swiper-menu .swiper-slide .list-empty {
	padding: 99px 0;
}

.pop-layer.menu .swiper-menu .swiper-slide h3.title {
	color: #101010;
	font-size: 18px;
	line-height: 24px;
}

.pop-layer.menu .swiper-menu .swiper-slide h3.title + p {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide h3.title + .list {
	margin-top: 12px;
}

.pop-layer.menu .swiper-menu .swiper-slide h3.title:not(:first-of-type) {
	margin-top: 12px;
}

.pop-layer.menu .swiper-menu .swiper-slide h4.title {
	margin-top: 12px;
	margin-bottom: 8px;
	color: #101010;
	font-size: 14px;
	line-height: 24px;
}

.pop-layer.menu .swiper-menu .swiper-slide h4.title + p {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide h4.title + .list {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide dl {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dt {
	color: #404040;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dd {
	margin-top: 4px;
	color: #101010;
	font-size: 14px;
	line-height: 20px;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dd em, .pop-layer.menu .swiper-menu .swiper-slide dl dd span {
	display: inline-block;
	vertical-align: top;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dd em, .pop-layer.menu .swiper-menu .swiper-slide dl dd span {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dd .item, .pop-layer.menu .swiper-menu .swiper-slide dl dd .zh {
	font-size: 14px;
	color: #101010;
}

.pop-layer.menu .swiper-menu .swiper-slide dl dd + dd {
	margin-top: 0;
}

.pop-layer.menu .swiper-menu .swiper-slide p {
	font-size: 14px;
}

.pop-layer.menu .swiper-menu .swiper-slide p em, .pop-layer.menu .swiper-menu .swiper-slide p span {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide p .zh, .pop-layer.menu .swiper-menu .swiper-slide p .item {
	color: #404040;
}

.pop-layer.menu .swiper-menu .swiper-slide p .item {
	font-size: 14px;
}

.pop-layer.menu .swiper-menu .swiper-slide p + ul, .pop-layer.menu .swiper-menu .swiper-slide p + h3, .pop-layer.menu .swiper-menu .swiper-slide p + h4 {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide ul li {
	font-size: 14px;
}

.pop-layer.menu .swiper-menu .swiper-slide ul li:not(:first-of-type) {
	margin-top: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide ul li em {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide ul + p {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide .list p {
	font-size: 14px;
}

.pop-layer.menu .swiper-menu .swiper-slide .list p:not(:first-of-type) {
	margin-top: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide .list p span {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
}

.pop-layer.menu .swiper-menu .swiper-slide .list p span.zh {
	color: #404040;
	font-size: 14px;
}

.pop-layer.menu .swiper-menu .swiper-slide .list + p {
	margin-top: 8px;
}

.pop-layer.menu .swiper-menu .swiper-slide strong {
	display: block;
	margin-top: 12px;
	font-size: 16px;
	font-weight: normal;
}

.pop-layer.menu .swiper-menu .list-empty h3, .pop-layer.menu .swiper-menu .list-empty p {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.pop-layer.menu .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
	padding: 0 16px;
}

.pop-layer.menu .btns .btn-normal-border {
	flex: 1;
}

.pop-layer.menu .btns .btn-normal-border:nth-child(2) {
	margin-left: 9px;
}

.pop-layer.fac .pop-wrap {
	height: 510px;
}

.pop-layer.fac .pop-title {
	padding: 17px 0 16px;
}

.pop-layer.fac .pop-title h2 {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.pop-layer.fac .swiper-fac {
	margin: 0 16px;
}

.pop-layer.fac .swiper-fac .swiper-pagination {
	display: flex;
	overflow: hidden;
	position: static;
	margin-top: 0;
	padding: 12px 0 20px;
}

.pop-layer.fac .swiper-fac .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin-right: 24px;
	padding: 2px 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #a0a0a0;
	opacity: 1;
	white-space: nowrap;
}

.pop-layer.fac .swiper-fac .swiper-pagination-bullet:after {
	display: none;
}

.pop-layer.fac .swiper-fac .swiper-pagination-bullet span {
	font-family: inherit;
}

.pop-layer.fac .swiper-fac .swiper-pagination-bullet-active {
	border-bottom-color: #b79d59;
	color: #b79d58;
}

.pop-layer.fac .swiper-fac [class^="swiper-button"] {
	top: 0;
	width: 34px;
	height: 48px;
	margin: 0;
}

.pop-layer.fac .swiper-fac [class^="swiper-button"] i {
	width: 16px;
	height: 16px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -32px;
}

.pop-layer.fac .swiper-fac .swiper-button-prev {
	left: 0;
	background: linear-gradient(to left, rgba(253, 253, 253, 0), #fdfdfd 54%);
	text-align: left;
}

.pop-layer.fac .swiper-fac .swiper-button-prev i {
	transform: rotate(180deg);
}

.pop-layer.fac .swiper-fac .swiper-button-next {
	right: 0;
	background: linear-gradient(to right, rgba(253, 253, 253, 0), #fdfdfd 54%);
	text-align: right;
}

.pop-layer.fac .swiper-fac .swiper-button-disabled {
	display: none !important;
}

.pop-layer.fac .swiper-fac .swiper-slide .inner {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 364px;
	padding: 16px;
	background-color: #f8f8f8;
}

.pop-layer.fac .swiper-fac .swiper-slide img {
	display: block;
	width: auto;
	height: 317px;
	margin: 0 auto;
}

.pop-layer.fac .swiper-fac .title {
	margin: 16px 0 4px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	color: #101010;
}

.pop-layer.fac .swiper-fac .title:first-of-type {
	margin-top: 0;
}

.pop-layer.fac .swiper-fac .smr {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #101010;
}

.pop-layer.fac .swiper-fac .smr em {
	margin: 0 2px 0 8px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #b79d58;
}

.pop-layer.fac .swiper-fac .smr em:first-of-type {
	margin-left: 0;
}

.pop-layer.fac .swiper-fac p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
}

.pop-layer.fac .swiper-fac p:lang(en) {
	margin-top: 8px;
}

.pop-layer.fac .swiper-fac p + .smr {
	margin-top: 16px;
}

.pop-layer.fac dl {
	margin: 16px 16px 0;
}

.pop-layer.fac dl dt, .pop-layer.fac dl dd {
	display: inline-block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #404040;
}

.pop-layer.fac dl dt {
	margin-right: 8px;
	color: #b79d58;
}

.pop-layer.smr .tbl-type {
	margin-top: 12px;
}

.pop-layer.smr .tbl-type:after {
	background-color: #dcdcdc;
}

.pop-layer.smr .tbl-type th {
	padding-right: 0;
}

.pop-layer.smr .tbl-type th, .pop-layer.smr .tbl-type td {
	border-left: 0;
	letter-spacing: -.036em;
}

@media (width: 320px) {
	.pop-layer.smr .tbl-type th, .pop-layer.smr .tbl-type td {
		font-size: 12px;
	}
	.pop-layer.smr .tbl-type th {
		padding-left: 5px;
	}
	.pop-layer.smr .tbl-type td {
		padding: 16px 5px;
	}
}

.pop-layer.smr .tag {
	float: right;
	display: inline-block;
	min-width: 40px;
	height: 24px;
	margin-top: -2px;
	padding-top: 2px;
	border: 1px solid #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	color: #b79d58;
}

.pop-layer.smr .btn-primary-gray {
	flex: 0 0 42%;
}

.pop-layer.smr .btn-primary {
	flex: 0 0 calc(58% - 8px);
}

.pop-layer.ing .pop-title h2 {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.pop-layer.ing .user-notice .notice {
	margin-top: 20px;
	color: #b79d58;
}

.pop-layer.ing .user-notice .desc {
	margin-top: 12px;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #808080;
}

.pop-layer.ing .ico-noti {
	width: 32px;
	height: 86px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -256px -128px;
}

.pop-layer-full .dim {
	opacity: .96;
}

.pop-layer-full#pop-video .dim, .pop-layer-full#pop-img .dim, .pop-layer-full#pop-shoot .dim {
	background: #000;
}

.pop-layer-full .pop-wrap {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	top: 17.73399015%;
	left: 0;
	width: 100%;
	height: calc(100% - 17.73399015%);
	transform: translate(0, 0);
}

.pop-layer-full .pop-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 18px 80px;
}

.pop-layer-full .pop-title h2 {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: #f0f0f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pop-layer-full .pop-title .text {
	font-size: 16px;
	color: #c8c8c8;
}

.pop-layer-full .pop-title .text2 {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: rgba(240, 240, 240, 0.6);
	word-break: keep-all;
}

.pop-layer-full .btn-close:after, .pop-layer-full .btn-close:before {
	background: #fff;
}

.pop-layer-full .media-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 61.57635468%;
}

.pop-layer-full .media-wrap img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media screen and (orientation: landscape) {
	.pop-layer-full .media-wrap {
		text-align: center;
	}
	.pop-layer-full .media-wrap img {
		position: static;
		width: auto;
		height: 100%;
		transform: translateY(0);
	}
}

.pop-layer-full .play-area {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 62.66666667%;
	background: #000;
	transform: translateY(-50%);
}

.pop-layer-full .play-area iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.pop-layer-full .slider-default .swiper-slide {
	width: 100vw;
	height: 100vw;
}

.pop-layer-full .slider-default .swiper-slide img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (orientation: landscape) {
	.pop-layer-full .slider-default .swiper-slide {
		height: auto;
		text-align: center;
	}
	.pop-layer-full .slider-default .swiper-slide img {
		width: auto;
		height: 100%;
	}
}

@media screen and (orientation: landscape) {
	.pop-layer-full .slider-default.gallery {
		height: 61.57635468%;
	}
}

.pop-layer-full .slider-default.gallery .swiper-slide {
	text-align: center;
}

.pop-layer-full .slider-default.gallery .swiper-slide img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.pop-layer-full .slider-default .swiper-pagination {
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.pop-layer-full .slider-default .swiper-pagination .swiper-pagination-bullet:after {
	background-color: #d8d8d8;
}

.pop-layer-full .slider-default .swiper-pagination .swiper-pagination-bullet-active:after {
	background-color: #fff;
}

#pop-eventRoom .pop-wrap, #pop-floor:not(.overview) .pop-wrap {
	background: #151413;
}

#pop-eventRoom .pop-title, #pop-floor:not(.overview) .pop-title {
	padding-top: 17px;
	border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}

#pop-eventRoom .pop-title h2, #pop-floor:not(.overview) .pop-title h2 {
	font-size: 20px;
	color: #f0f0f0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

#pop-eventRoom .pop-title .btn-close:after,
#pop-eventRoom .pop-title .btn-close:before, #pop-floor:not(.overview) .pop-title .btn-close:after,
#pop-floor:not(.overview) .pop-title .btn-close:before {
	background: #F0F0F0;
}

#pop-eventRoom .pop-content, #pop-floor:not(.overview) .pop-content {
	padding-bottom: 24px;
}

#pop-floor .room-spec {
	margin: 16px 0 12px;
	text-align: left;
	color: #f0f0f0;
}

#pop-floor .room-spec li {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

#pop-floor .room-spec li + li {
	margin-top: 4px;
}

#pop-floor .room-spec li strong {
	margin-right: 8px;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

#pop-floor .img-cont img {
	display: block;
	width: auto;
	height: 328px;
	margin: 0 auto;
}

#pop-floor .swiper-container .swiper-pagination {
	position: absolute;
	bottom: -2px;
	text-align: center;
}

#pop-floor .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
	background-color: rgba(216, 216, 216, 0.4);
}

#pop-floor .swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
	background-color: #fff;
}

#pop-eventRoom .swiper-button-prev {
	background: linear-gradient(to left, rgba(21, 20, 19, 0), #151413);
}

#pop-eventRoom .swiper-button-next {
	background: linear-gradient(to right, rgba(21, 20, 19, 0), #151413);
}

#pop-eventRoom dd a {
	color: #f0f0f0;
}

@media screen and (orientation: landscape) {
	.pop-layer.fac .pop-wrap {
		height: 324px;
	}
	.pop-layer.fac .pop-wrap .swiper-fac .swiper-slide .inner {
		height: 180px;
	}
}

[class^='icon-big'] {
	position: relative;
	display: inline-block;
	width: 61px;
	height: 60px;
	background:  url("../images/sp_sub.png") -67px -120px no-repeat;
	background-size: 250px auto;
}

.icon-big-point {
	background-position: -123px -120px;
}

.icon-big-check {
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 640px auto;
	background-repeat: no-repeat;
	background-position: -512px -128px;
}

.ico-membership {
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 256px auto;
	background-repeat: no-repeat;
	background-position: -153.6px -307.2px;
}

@keyframes bounce {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -10px);
	}
}

@keyframes text-focus-in {
	0% {
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes text-focus-out {
	0% {
		filter: blur(0px);
		opacity: 1;
	}
	100% {
		filter: blur(12px);
		opacity: 0;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		filter: blur(12px);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}

.hidden, .ui-datepicker .ui-icon {
	position: absolute;
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	opacity: 0;
}

.blind {
	overflow: hidden;
	position: absolute;
	left: -9999px !important;
	top: -9999px !important;
}

.inner-side {
	padding: 0 15px;
}

.inner-full {
	padding: 15px;
}

.brand-color {
	color: #B79D59 !important;
}

.point-color {
	color: #c61f12 !important;
}

.accent {
	color: #951015;
}

.txt_notice {
	margin-top: 20px;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	text-indent: -18px;
	text-align: left;
}

.slider-wrap .slick-dots {
	position: relative;
	padding-top: 40px;
	text-align: left;
}

.slider-wrap .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	font-size: 0;
}

.slider-wrap .slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	margin: 1px;
	background: rgba(16, 16, 16, 0.4);
	border-radius: 50%;
	text-indent: -999999px;
}

.slider-wrap .slick-dots li.slick-active button {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #101010;
}

.t-c {
	text-align: center;
}

.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}

.masking {
	color: #bbb;
}

.calendar-wrap {
	padding: 16px 15px 0;
}

.ui-datepicker {
	width: 100%;
	border: 0;
	padding: 0 0 24px;
	background-color: #fdfdfd;
}

.ui-datepicker.ui-widget.ui-widget-content {
	border: 0;
}

.ui-datepicker .ui-datepicker-header {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	position: relative;
	height: 68px;
	padding-top: 28px;
	margin: 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-weight: normal;
	color: #101010;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	font-family: inherit;
	font-size: 24px;
	line-height: 1.5;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	position: absolute;
	top: 0;
	left: 50%;
	font-family: inherit;
	font-size: 20px;
	line-height: 28px;
	color: #b79d58;
	transform: translateX(-50%);
}

.ui-datepicker .ui-icon {
	background: none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 36px;
	z-index: 1;
	width: 24px;
	height: 24px;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -72px -192px;
}

.ui-datepicker .ui-datepicker-prev > span,
.ui-datepicker .ui-datepicker-next > span {
	margin: 0;
	position: initial;
}

.ui-datepicker .ui-datepicker-prev:after {
	transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar th {
	height: 40px;
	line-height: 40px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #101010;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-calendar th span {
	font-family: inherit;
}

.ui-datepicker .ui-datepicker-calendar td {
	position: relative;
	padding: 2px 0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.ui-datepicker .ui-datepicker-calendar td > span,
.ui-datepicker .ui-datepicker-calendar td > a {
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #404040;
}

.ui-datepicker .ui-datepicker-calendar .date-range-selected:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(183, 157, 89, 0.2);
}

.ui-datepicker .ui-datepicker-calendar .date-range-selected-start .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end .ui-state-default {
	width: 40px;
	margin: 0 auto;
	border-radius: 100%;
	background: #b79d59;
	color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar .date-range-selected-start + .date-range-selected:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: -50%;
	width: 150%;
	height: 40px;
	background-color: rgba(183, 157, 89, 0.2);
}

.ui-datepicker .ui-datepicker-calendar .date-range-selected-start + .date-range-selected-end:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: -50%;
	width: 100%;
	height: 40px;
	background-color: rgba(183, 157, 89, 0.2);
}

.ui-datepicker .ui-datepicker-calendar .date-range-selected-end:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 50%;
	height: 40px;
	background-color: rgba(183, 157, 89, 0.2);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	background: none;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	width: 40px;
	margin: 0 auto;
	border-radius: 100%;
	background: #b79d59;
	font-weight: normal;
	color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: transparent;
}

.ui-datepicker-today {
	background: transparent;
}

.ui-datepicker-today a {
	background-color: transparent;
}

.ui-datepicker-today a:before {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	width: 5px;
	height: 5px;
	background: #B79D59;
	border-radius: 50%;
}

.ui-datepicker .ui-datepicker-current-day a.ui-state-active:not(.ui-state-highlight) {
	border-radius: 100%;
	background: #b79d59;
	color: #fff;
}

.main-quick-booking-datepicker-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 40;
	display: none;
}

.main-quick-booking-datepicker {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 344px;
}

.main-quick-booking-datepicker .ui-datepicker {
	padding: 24px 20px;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.15);
}

body.fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

body.sticky-reverse,
body.sticky-reverse .sub-content {
	padding-top: 0;
}

body.sticky-reverse header,
body.sticky-reverse .sub-nav {
	position: relative;
}

.full-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-items: center;
}

.full-page > header {
	border-bottom: 0;
}

.full-page > header h1 {
	padding: 13px 0;
}

.full-page > header h1 img {
	width: 78px;
	height: auto;
}

.full-page > main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

.full-page > main > section {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

main {
	padding-bottom: 80px;
	background-color: #fdfdfd;
}

header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
	transition: transform .4s;
}

header.scrolled {
	transform: translateY(-56px);
}

header.bg, header.sub-type {
	background-color: #101010;
	border-bottom: 1px solid #101010;
}

header.bg [class*="btn-primary-"][class*="invert"]:before, header.bg [class*="btn-primary-"][class*="invert"]:active:before, header.sub-type [class*="btn-primary-"][class*="invert"]:before, header.sub-type [class*="btn-primary-"][class*="invert"]:active:before {
	background-position: 0 -1296px;
}

header.bg [class*="btn-primary-"][class*="invert"]:after, header.bg [class*="btn-primary-"][class*="invert"]:active:after, header.sub-type [class*="btn-primary-"][class*="invert"]:after, header.sub-type [class*="btn-primary-"][class*="invert"]:active:after {
	background-position: 0 -1392px;
}

header.bg [class*="btn-primary-"][class*="invert"] span, header.bg [class*="btn-primary-"][class*="invert"]:active span, header.sub-type [class*="btn-primary-"][class*="invert"] span, header.sub-type [class*="btn-primary-"][class*="invert"]:active span {
	background-position: 0 -1344px;
	color: #b79d58;
}

header .header-logo {
	width: 80px;
	height: 26px;
	margin: 15px 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

header [class*="nav-btn"] {
	position: absolute;
	top: 12px;
	left: 14px;
	width: 24px;
	height: 24px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

header [class*="nav-btn"] i {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #F0F0F0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

header [class*="nav-btn"] i:nth-child(1) {
	top: 6px;
}

header [class*="nav-btn"] i:nth-child(2), header [class*="nav-btn"] i:nth-child(3) {
	top: 15px;
}

header [class*="nav-btn"] i:nth-child(4) {
	top: 24px;
}

header [class*="nav-btn"][class*="close"] {
	left: 309px;
}

@media (width: 320px) {
	header [class*="nav-btn"][class*="close"] {
		left: 289px;
	}
}

header [class*="nav-btn"][class*="close"] i:nth-child(1), header [class*="nav-btn"][class*="close"] i:nth-child(4) {
	visibility: hidden;
	width: 0;
	left: 50%;
}

header [class*="nav-btn"][class*="close"] i:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header [class*="nav-btn"][class*="close"] i:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header [class*="btn-primary-"] {
	position: absolute;
	top: 12px;
	right: 10px;
	height: 32px;
}

header [class*="btn-primary-"][class*="-invert"]:before, header [class*="btn-primary-"][class*="-invert"]:active:before {
	background-position: 0 -1152px;
}

header [class*="btn-primary-"][class*="-invert"]:after, header [class*="btn-primary-"][class*="-invert"]:active:after {
	background-position: 0 -1248px;
}

header [class*="btn-primary-"][class*="-invert"] span, header [class*="btn-primary-"][class*="-invert"]:active span {
	padding: 6px 2px 2px;
	background-position: 0 -1200px;
	font-size: 14px;
}

.footer {
	position: relative;
	z-index: 2;
	padding: 40px 0;
	background-color: #101010;
	text-align: center;
}

.footer address, .footer .copy {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.029em;
	color: rgba(240, 240, 240, 0.3);
	text-align: center;
}

.footer address a, .footer .copy a {
	color: inherit;
}

@media (width: 320px) {
	.footer address, .footer .copy {
		font-size: 12px;
		letter-spacing: -.5px;
	}
}

.footer address span, .footer .copy span {
	margin-left: 5px;
}
.footer p a.footer_link_pop {
	border: 1px solid rgba(240, 240, 240, 0.3);
	display: inline-block;
	margin-left: 15px;
	padding: 0px 5px;
	border-radius: 5px;
	color: rgba(240, 240, 240, 0.3);
	font-size: 12px;
}
.footer .copy.ko {
	margin-top: 16px;
}

.footer-list-contact {
	margin-bottom: 36px;
}

.footer-list-contact a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(240, 240, 240, 0.4);
	letter-spacing: -.031em;
}

.footer-list-contact li:first-of-type a {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing: 0;
}

.footer-list-contact .point {
	color: rgba(240, 240, 240, 0.8);
}

.footer-logo {
	width: 124px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .4;
}

.footer-list-sns {
	display: flex;
	justify-content: center;
	margin: 24px 0 26px;
}

.footer-list-sns li {
	margin: 0 8px;
}

.footer-list-sns [class^="ico-"] {
	width: 32px;
	height: 32px;
}

.footer-list-sns .ico-insta {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: 0 -64px;
}

.footer-list-sns .ico-fb {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -32px -64px;
}

.footer-list-sns .ico-pinter {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -64px -64px;
}

.footer-list-sns .ico-trip {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -96px -64px;
}

.footer .award-logo {
	display: block;
	width: 62px;
	height: 32px;
	margin: 24px auto 12px;
}

.footer .award-logo img {
	width: 100%;
}

.footer .sort-cate {
	position: relative;
	width: 128px;
	margin: 12px auto 40px;
}

.footer .sort-cate .btn-cate {
	width: 100%;
	padding: 14px 0 12px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 20px;
	color: #9e9e9e;
	text-align: left;
}

.footer .sort-cate .btn-cate i {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -99.75px -53.25px;
}

.footer .sort-cate .btn-cate.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-store {
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	text-align: center;
}

.footer-store li {
	display: inline-block;
	margin: 0 4px;
}

.footer-store li a {
	display: block;
	min-width: 105px;
	height: 30px;
	background: #444;
	border-radius: 2px;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
}

.footer-store li a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -2px;
}

.footer-store li a.app:before {
	background:  url("../images/sp_common.png") -55px -62px no-repeat;
	background-size: 250px auto;
}

.footer-store li a.google:before {
	background:  url("../images/sp_common.png") -70px -62px no-repeat;
	background-size: 250px auto;
}

.family-site.salon-sticky .inner {
	padding-bottom: 24px;
}

.family-site.salon-sticky .title {
	color: #b79d58;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 29px;
}

.family-site.salon-sticky .list-cate {
	margin-top: 21px;
}

.family-site.salon-sticky .list-cate li a {
	display: block;
	padding: 14px 3px 13px;
	border-bottom: 1px solid #dcdcdc;
	color: #404040;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 29px;
}

.navigation {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("../images/bg_nav.jpg") repeat-y;
	transform: translate(-100vw, 0);
	text-align: left;
}

.navigation .dim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 300px);
	background-color: rgba(0, 0, 0, 0.9);
}

@media (width: 320px) {
	.navigation .dim {
		width: calc(100% - 280px);
	}
}

.nav-wrap {
	width: 300px;
	height: 100%;
}

@media (width: 320px) {
	.nav-wrap {
		width: 280px;
	}
}

.nav-header {
	overflow: hidden;
	height: 125px;
	transition: .4s;
}

.nav-header .user-info {
	padding: 20px 24px 16px;
	font-size: 0;
}

.nav-header .user-info .btn-booking {
	display: inline-block;
	width: calc(100% - 96px);
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #f0f0f0;
}

.nav-header .user-info .select-box {
	display: inline-block;
	position: relative;
	width: 96px;
	padding: 0 16px 0 18px;
	background: transparent;
	vertical-align: top;
}

.nav-header .user-info .select-box:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: rgba(179, 179, 179, 0.3);
}

.nav-header .user-info .select-box:after {
	content: '';
	position: absolute;
	right: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -32px;
}

.nav-header .user-info .select-box select {
	padding: 0;
	width: 100%;
	height: 18px;
	border: 0;
	background: none;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #f0f0f0;
}

.nav-header .club {
	position: relative;
	margin: 0 24px;
	border: solid rgba(255, 255, 255, 0.1);
	border-width: 1px 0;
}

.nav-header .club > a {
	display: block;
	position: relative;
	padding: 17px 0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #fff;
}

.nav-header .club > a .ico-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -32px;
	transform: translateY(-50%) rotate(180deg);
	transition: .4s;
}

.nav-header .club .util-2depth {
	display: none;
	padding-bottom: 16px;
}

.nav-header .club .util-2depth a {
	display: block;
	padding: 7px 0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}

.nav-header.active {
	height: 204px;
}

.nav-header.active .util-2depth {
	display: block;
}

.nav-header.active .club > a .ico-arrow {
	transform: translateY(-50%) rotate(0);
}

.nav-header.active + .nav-menu {
	height: calc(100% - 204px);
}

.nav-menu {
	overflow: auto;
	overflow-x: hidden;
	height: calc(100% - 125px);
	padding: 0 24px;
	text-align: left;
}

.nav-menu .list-depth > li {
	padding: 32px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-menu .list-depth > li:first-of-type {
	padding-top: 13px;
}

.nav-menu .list-depth h2 {
	margin-bottom: 24px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #b79d58;
	text-transform: uppercase;
}

.nav-menu .list-depth h2 a {
	font-weight: 500;
	line-height: 18px;
}

.nav-menu .list-depth a {
	display: block;
	position: relative;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.nav-menu .list-depth1 > li {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: rgba(240, 240, 240, 0.9);
}

.nav-menu .list-depth1 > li:not(:first-of-type) {
	margin-top: 8px;
}

.nav-menu .list-depth1 > li.active > a > i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.nav-menu .list-depth1 > li a {
	padding: 7px 0;
}

.nav-menu .list-depth1 > li i {
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -128px -64px;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	transition: .5s;
}

.nav-menu .list-depth2 > li {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

.nav-menu .list-depth2 > li.active > a > i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.nav-menu .list-depth2 > li a {
	padding: 10px 0 10px 4px;
}

.nav-menu .list-depth2 > li i {
	right: 4px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -96px -48px;
}

.nav-menu .list-depth2.dining  .list-depth3 {
	display:block; 
}
.nav-menu .list-depth2.dining  .list-depth3 a{
	font-size:15px;
}
.nav-menu .list-depth2.room > li {
	color: #a1a1a1;
}

.nav-menu .list-depth3 {
	display: none;
}

.nav-menu .list-depth3 > li {
	color: #606060;
}

.nav-menu .list-depth3 > li a {
	padding: 6px 0 6px 14px;
}

.nav-menu .list-depth .banner {
	margin-top: 24px;
}

.nav-menu .list-depth .banner .thumb {
	margin-bottom: 16px;
}

.nav-menu .list-depth .banner .thumb img {
	width: 100%;
}

.nav-menu .list-depth .banner .info .title {
	margin-bottom: 5px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	letter-spacing: -.025em;
	color: #f0f0f0;
}

.nav-menu .list-depth .banner .info .date {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #808080;
}

.booking-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 19;
	transform: translateY(-120%);
	transition: .3s ease-in;
	background: #FFF;
}

.booking-layer.active {
	transform: translateY(0);
	transition: .3s ease-out;
}

.booking-layer .booking-inner {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding: 56px 0;
}

.booking-layer .booking-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.booking-layer .booking-btn .btn-type {
	height: 45px;
	line-height: 45px;
}

.booking-layer .booking-btn .btn-type:after {
	float: none;
	background: none;
	margin-left: 10px;
}

.btn-scroll-top {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 18;
	width: 44px;
	height: 44px;
	background:  url("../images/sp_common.png") 0 -99px no-repeat;
	background-size: 250px auto;
	transform: translateY(200%);
	opacity: 0;
	transition: .5s ease-out;
	text-indent: -9999999px;
}

.btn-scroll-top.active {
	transform: translateY(0);
	opacity: 1;
	transition: .5s ease-out;
}

.loading-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.loading-box > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 225px;
	height: auto;
}

/* Slider */
.slick-slider {
	position: relative;
	overflow: hidden;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	display: block;
	overflow: hidden;
}

.slick-slide {
	display: inline-block;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
}

.slick-dots {
	position: static;
	margin-top: 24px;
	text-align: center;
}

.slick-dots > li {
	display: inline-block;
	margin: 0 1px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: .4;
}

.slick-dots > li button {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #101010;
	vertical-align: middle;
	font-size: 0;
}

.slick-dots > li.slick-active {
	opacity: 1;
}

.slick-dots > li.slick-active button {
	width: 8px;
	height: 8px;
}

.main-container {
	padding-bottom: 0;
}

section {
	position: relative;
}

main.gate {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
}

main.gate .container {
	height: 100%;
	background: #999;
}

main.gate .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

main.gate .bg.bg1 {
	background-image: url("../images/main-gate1.jpg");
	opacity: 1;
	-webkit-animation-name: fadeOutBg;
	animation-name: fadeOutBg;
}

main.gate .bg.bg2 {
	background-image: url("../images/main-gate2.jpg");
	opacity: 0;
	-webkit-animation-name: fadeInBg;
	animation-name: fadeInBg;
}

main.gate .text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

main.gate .text .top {
	position: relative;
}

main.gate .text .top strong {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	-ms-transition-delay: 2s;
	transition-delay: 2s;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 100px;
}

main.gate .text .top strong + strong {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
}

main.gate .text .btm {
	font-size: 0;
	line-height: 16px;
}

main.gate .text .btm .left,
main.gate .text .btm .right {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

main.gate .text .btm .left {
	position: relative;
	margin-right: 8px;
	padding-right: 9px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.7px;
	opacity: 0.7;
}

main.gate .text .btm .left:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #d8d8d8;
	content: "";
}

main.gate .text .btm .right {
	position: relative;
}

main.gate .text .btm .right > button {
	color: #fff;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	vertical-align: top;
}

main.gate .text .btm .right > button i {
	width: 16px;
	height: 16px;
	margin: 0 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -32px;
	vertical-align: top;
}

main.gate .text .btm .right ul {
	visibility: hidden;
	position: absolute;
	top: 27px;
	opacity: 0;
	z-index: 0;
}

main.gate .text .btm .right ul li button {
	display: block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #f0f0f0;
	opacity: 0.6;
}

main.gate .text .btm .right.active > button i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

main.gate .text .btm .right.active ul {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

main.gate aside {
	position: absolute;
	top: 14px;
	right: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	opacity: 0.4;
}

main.gate aside ul {
	color: #fff;
	font-size: 0;
	line-height: 14px;
}

main.gate aside ul:after {
	content: "";
	display: block;
	clear: both;
}

main.gate aside ul li {
	display: inline-block;
	margin-left: 8px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
}

main.gate .logo_award {
	position: fixed;
	bottom: 30px;
	left: 16px;
	z-index: 2;
	width: 50px;
	height: 96px;
}

main.gate.loaded .bg2 {
	opacity: 1 !important;
}

main.gate.loaded .text .top strong {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

main.gate.loaded .text .top strong:nth-child(1) {
	-webkit-animation-name: fadeOutText;
	animation-name: fadeOutText;
}

main.gate.loaded .text .top strong:nth-child(2) {
	-webkit-animation-name: fadeInText;
	animation-name: fadeInText;
}

@-webkit-keyframes fadeInText {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutText {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeInText {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOutText {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeInBg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutBg {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeInBg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOutBg {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.sub-content.main-content {
	padding-top: 0px;
	margin-bottom: -80px;
	/* 	#skrollr-body{
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:1;
	} */
}

.sub-content.main-content .main-conts {
	position: relative;
	overflow: hidden;
	padding-top: 100vh;
}

.sub-content.main-content .sub-visual {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-top: 0;
}

.sub-content.main-content .main-swiper {
	height: 100%;
}

.sub-content.main-content .main-swiper .swiper-slide {
	overflow: hidden;
}

.sub-content.main-content .main-swiper .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0, 0 0, 100% 0, 100% 100%;
	background-size: 100% 140px, 107px 100%, 107px 100%, 100% 140px;
	background-repeat: no-repeat;
}

.sub-content.main-content .main-swiper .swiper-slide.kv01 .bg {
	top: -28.36923077%;
	left: -167.73333333%;
	width: 334.4%;
	height: 144.33497537%;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide.kv01 .bg {
		top: -28.98148148%;
		left: -9.166666667%;
		width: 132.13541667%;
		height: 129.07407407%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide.kv02 .bg {
	top: -1.84729064%;
	left: -153.2%;
	width: 341.86666667%;
	height: 118.4729064%;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide.kv02 .bg {
		top: -44.81481481%;
		left: -11.97916667%;
		width: 126.82291667%;
		height: 169.16666667%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide.kv03 .bg {
	top: -6.650246305%;
	left: -37.06666667%;
	width: 182.4%;
	height: 107.01970443%;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide.kv03 .bg {
		top: -31.66666667%;
		left: -6.770833333%;
		width: 122.8125%;
		height: 163.7962963%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide.kv04 .bg {
	top: -9.729064039%;
	left: -.5333333333%;
	width: 184.8%;
	height: 114.65517241%;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide.kv04 .bg {
		top: -12.31481481%;
		left: -2.5%;
		width: 102.60416667%;
		height: 136.85185185%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide.kv05 .bg {
	top: -2.832512315%;
	left: -108.53333333%;
	width: 377.86666667%;
	height: 116.25615764%;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide.kv05 .bg {
		top: -7.037037037%;
		left: -5.052083333%;
		width: 115.52083333%;
		height: 136.94444444%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide .bg {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide .bg {
		transition: none;
	}
}

.sub-content.main-content .main-swiper .swiper-slide > .txts {
	position: absolute;
	top: 26.3546798%;
	width: 100%;
	height: 243px;
	padding: 19px 18px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide > .txts {
		top: 22.22%;
	}
}

.sub-content.main-content .main-swiper .swiper-slide > .txts:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 214px;
	background-color: #000000;
	opacity: 0.3;
	-webkit-filter: blur(36px);
	filter: blur(36px);
}

.sub-content.main-content .main-swiper .swiper-slide > .txts div {
	position: relative;
	z-index: 1;
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .h2-title,
.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-en,
.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-kr {
	color: #f0f0f0;
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-en,
.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-kr {
	letter-spacing: -0.5px;
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .h2-title,
.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-en {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .h2-title {
	margin-bottom: 12px;
	font-size: 52px;
	line-height: 56px;
	letter-spacing: -1px;
	margin-left: -3px;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide > .txts .h2-title {
		margin-bottom: 4px;
		font-size: 48px;
		line-height: 52px;
	}
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-en {
	font-size: 20px;
	line-height: 26px;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-en {
		font-size: 18px;
	}
}

.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-kr {
	font-size: 16px;
	line-height: 24px;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .main-swiper .swiper-slide > .txts .desc-kr {
		font-size: 14px;
		line-height: 20px;
	}
}

.sub-content.main-content .main-swiper .swiper-slide .swiper-pagination {
	position: static;
	left: 0;
	width: auto;
	margin-top: 25px;
}

.sub-content.main-content .main-swiper .swiper-slide .swiper-pagination .swiper-pagination-bullet:after {
	background-color: #fff;
}

.sub-content.main-content .main-swiper .swiper-slide .swiper-pagination .swiper-pagination-bullet span {
	display: none;
}

.sub-content.main-content .swiper-pagination {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 18px;
	width: auto;
	margin-top: 120px;
}

.sub-content.main-content .swiper-pagination .swiper-pagination-bullet:after {
	background-color: #fff;
}

.sub-content.main-content .btn-scroll {
	z-index: 1;
}

.sub-content.main-content .floating-pagination {
	position: fixed;
	right: 16px;
	bottom: 24px;
	z-index: 10;
	width: 0;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
	-webkit-transition: width 0.5s, bottom 0.8s, transform 0.5s;
	-o-transition: width 0.5s, bottom 0.8s, transform 0.5s;
	transition: width 0.5s, bottom 0.8s, transform 0.5s;
}

.sub-content.main-content .floating-pagination.bottom {
	position: absolute;
}

.sub-content.main-content .floating-pagination.up {
	transform: translateY(-52px);
	transition-timing-function: ease-out;
}

.sub-content.main-content .floating-pagination .swiper-pagination {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	padding-right: 60px;
	padding-left: 24px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	overflow-x: scroll;
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 12px;
	padding-right: 12px;
	background: transparent;
	color: #b79d58;
	font-size: 12px;
	opacity: 1;
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 8px;
	margin-top: -4px;
	background-color: #b79d58;
	opacity: 0.3;
	content: "";
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
	padding-right: 0;
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet:last-child:after {
	display: none;
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet > span {
	opacity: 0.4;
	line-height: 48px;
}

.sub-content.main-content .floating-pagination .swiper-pagination .swiper-pagination-bullet-active > span {
	opacity: 1;
}

.sub-content.main-content .floating-pagination .bg-black {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	background: #101010;
	border-radius: 24px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: opacity 0.8s, width 0.5s;
	-o-transition: opacity 0.8s, width 0.5s;
	transition: opacity 0.8s, width 0.5s;
}

.sub-content.main-content .floating-pagination .open,
.sub-content.main-content .floating-pagination .close {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-color: #101010;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.sub-content.main-content .floating-pagination .open:after,
.sub-content.main-content .floating-pagination .close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
}

.sub-content.main-content .floating-pagination .open {
	z-index: 12;
}

.sub-content.main-content .floating-pagination .open:after {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -192px;
}

.sub-content.main-content .floating-pagination .close {
	z-index: 11;
}

.sub-content.main-content .floating-pagination .close:after {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -48px -192px;
}

.sub-content.main-content .floating-pagination.hide-menu {
	display: block;
}

.sub-content.main-content .floating-pagination.hide-menu .swiper-pagination {
	left: 100vw;
}

.sub-content.main-content .floating-pagination.show-btn-open {
	display: block;
	z-index: 12;
	width: 48px;
}

.sub-content.main-content .floating-pagination.show-btn-open .open {
	z-index: 12;
	opacity: 1;
}

.sub-content.main-content .floating-pagination.show-btn-close {
	display: block;
	z-index: 12;
	width: 48px;
}

.sub-content.main-content .floating-pagination.show-btn-close .close {
	opacity: 1;
}

.sub-content.main-content .floating-pagination.show-btn-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 100%;
	background-image: linear-gradient(to left, rgba(16, 16, 16, 0) 0%, #101010 100%);
	z-index: 15;
}

.sub-content.main-content .floating-pagination.show-btn-close:after {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	width: 38px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(16, 16, 16, 0) 0%, #101010 100%);
	z-index: 10;
}

.sub-content.main-content .floating-pagination.show-bg {
	display: block;
	width: 48px;
}

.sub-content.main-content .floating-pagination.show-bg .bg-black {
	opacity: 1;
}

.sub-content.main-content .floating-pagination.wide-bg {
	display: block;
	width: calc(100vw - 32px);
}

.sub-content.main-content .floating-pagination.wide-bg .bg-black {
	width: calc(100vw - 32px);
}

.sub-content.main-content .floating-pagination.slide-up {
	bottom: 75px;
}

.sub-content.main-content .page-body {
	position: relative;
	right: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: 0;
	display: none;
}

.sub-content.main-content .page-body.active {
	position: relative;
	opacity: 1;
	display: block;
}

.sub-content.main-content .page-body .backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-content.main-content .page-body .backgrounds .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.sub-content.main-content .page-body .backgrounds .bg-1-1 {
	background: #E0DCD0;
}

.sub-content.main-content .page-body .backgrounds .bg-2-1,
.sub-content.main-content .page-body .backgrounds .bg-3-1,
.sub-content.main-content .page-body .backgrounds .bg-4-1,
.sub-content.main-content .page-body .backgrounds .bg-5-1 {
	background: #fff;
}

.sub-content.main-content .page-body .backgrounds .bg-1-2,
.sub-content.main-content .page-body .backgrounds .bg-2-2,
.sub-content.main-content .page-body .backgrounds .bg-3-2,
.sub-content.main-content .page-body .backgrounds .bg-4-2,
.sub-content.main-content .page-body .backgrounds .bg-5-2 {
	background: #681f18;
}

.sub-content.main-content .page-body .backgrounds .bg-1-3,
.sub-content.main-content .page-body .backgrounds .bg-3-3,
.sub-content.main-content .page-body .backgrounds .bg-4-3,
.sub-content.main-content .page-body .backgrounds .bg-5-3 {
	background: #161e1b;
}

.sub-content.main-content .page-body .backgrounds .bg-1-4,
.sub-content.main-content .page-body .backgrounds .bg-4-4,
.sub-content.main-content .page-body .backgrounds .bg-5-4 {
	background: #b5908c;
}

.sub-content.main-content .page-body .sections > section {
	position: relative;
	min-height: 300px;
}

.sub-content.main-content .section1-1 {
	position: relative;
	overflow: hidden;
}

.sub-content.main-content .section1-1 > .svg-images {
	position: relative;
	height: 10vh;
}

.sub-content.main-content .section1-1 > .svg-images svg {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.sub-content.main-content .section1-1 > .svg-images .leaf-01 {
	fill: rgba(0, 0, 0, 0);
	transform: translateY(40vh);
	transition: 1.5s;
}

.sub-content.main-content .section1-1 > .svg-images .leaf-01.active {
	fill: black;
	transform: translateY(0vh);
}

.sub-content.main-content .section1-1 > .svg-images .leaf-02 {
	fill: rgba(0, 0, 0, 0);
	transform: translateY(30vh);
	transition: 1.7s;
}

.sub-content.main-content .section1-1 > .svg-images .leaf-02.active {
	fill: black;
	transform: translateY(0vh);
}

.sub-content.main-content .section1-1 > .svg-images .leaf-03 {
	fill: rgba(0, 0, 0, 0);
	transform: translateY(50vh);
	transition: 2s;
}

.sub-content.main-content .section1-1 > .svg-images .leaf-03.active {
	fill: black;
	transform: translateY(0vh);
}

.sub-content.main-content .section1-1 .info {
	position: relative;
	height: 100vh;
	margin-left: 18px;
	z-index: 1;
	padding-top: 12.8%;
}

.sub-content.main-content .section1-1 .info .bg {
	position: relative;
	display: block;
	width: 100%;
	height: 50vh;
	/* padding-top: 193.07%; */
	/*background: url('../images/main/img-main-s1-1.png') no-repeat center bottom; */
	background: url("../images/img-main-s1-1.svg") no-repeat center bottom;
	background-size: 100% auto;
}

.sub-content.main-content .section1-1 .info .cate {
	display: inline-block;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-1 .info .cate.active {
	opacity: 1;
}

.sub-content.main-content .section1-1 .info .h3-title {
	margin-top: 8px;
	color: #000;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -1px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-1 .info .h3-title.active {
	opacity: 1;
}

.sub-content.main-content .section1-1 .info .btn-link {
	margin-top: 20px;
	color: #101010;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-1 .info .btn-link.active {
	opacity: 1;
}

.sub-content.main-content .section1-2 {
	padding: 48px 0 58px;
}

.sub-content.main-content .section1-2 .inner {
	position: relative;
	margin: 0 18px;
	/* .swiper-pagination {
				position: relative;
				top: auto;
				left: 0;
				margin-top: 50px;
				line-height: 8px;
				text-align: left;
			}
			.swiper-pagination-bullet {
				width: 6px;
				height: 6px;
				margin: 0 4px;
				&:after {
					margin-top: 1px;
					background: #d8d8d8;
					vertical-align: top;
				}
			}
			.swiper-pagination-bullet-active {
				width: 8px;
				height: 8px;
				&:after {
					margin-top: 0;
					background: #fff;
					opacity: 1;
				}
			} */
}

.sub-content.main-content .section1-2 .inner h3.title {
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-2 .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-2 .inner h3.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section1-2 .inner h3.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #f0f0f0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section1-2 .inner h3.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #f0f0f0;
	content: "";
	opacity: 0.2;
}

.sub-content.main-content .section1-2 .inner h4.title {
	margin-top: 11px;
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 48px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-2 .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-2 .inner .btn-quick-reserv-white {
	position: absolute;
	top: 0;
	right: 0;
}

.sub-content.main-content .section1-2 .swiper-container {
	margin-top: 24px;
	padding: 0 4%;
}

.sub-content.main-content .section1-2 .swiper-container .swiper-slide {
	opacity: 1;
}

.sub-content.main-content .section1-2 .swiper-container .inner {
	margin-top: 40px;
}

.sub-content.main-content .section1-2 .swiper-container img {
	transform: translateY(20%);
	opacity: 0;
	transition: 1.2s;
}

.sub-content.main-content .section1-2 .swiper-container img.active {
	transform: translateY(0);
	opacity: 1;
}

.sub-content.main-content .section1-2 .swiper-container .desc {
	display: block;
	margin-top: 20px;
	color: #f0f0f0;
	line-height: 24px;
	letter-spacing: -0.5px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-2 .swiper-container .desc.active {
	opacity: .8;
}

.sub-content.main-content .section1-2 .swiper-container .btn-link-invert {
	margin-top: 20px;
}

.sub-content.main-content .section1-2 .swiper-container .btn-primary-invert {
	width: 100%;
	margin-top: 40px;
}

.sub-content.main-content .section1-3 {
	padding: 48px 0 64px;
	/* 		background: #161e1b;
		background: -moz-linear-gradient(top,  #161e1b 0%, #0d1714 100%);
		background: -webkit-linear-gradient(top,  #161e1b 0%,#0d1714 100%);
		background: linear-gradient(to bottom,  #161e1b 0%,#0d1714 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161e1b', endColorstr='#0d1714',GradientType=0 ); */
}

.sub-content.main-content .section1-3 .swiper-container {
	margin-top: 24px;
	padding: 0 4%;
}

.sub-content.main-content .section1-3 .swiper-container img {
	transform: translateY(20%);
	opacity: 0;
	transition: 1.2s;
}

.sub-content.main-content .section1-3 .swiper-container img.active {
	transform: translateY(0);
	opacity: 1;
}

.sub-content.main-content .section1-3 .swiper-container .target {
	display: block;
	margin-top: 20px;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-3 .swiper-container .target.active {
	opacity: 1;
}

.sub-content.main-content .section1-3 .swiper-container .desc {
	display: block;
	margin-top: 12px;
	color: #f0f0f0;
	line-height: 24px;
	letter-spacing: -0.5px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-3 .swiper-container .desc.active {
	opacity: .8;
}

.sub-content.main-content .section1-3 .swiper-container .btn-primary-invert {
	width: 100%;
	margin-top: 40px;
}

.sub-content.main-content .section1-3 .inner {
	position: relative;
	z-index: 1;
	margin: 0 18px;
}

.sub-content.main-content .section1-3 .inner h3.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-3 .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-3 .inner h3.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section1-3 .inner h3.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #f0f0f0;
}

.sub-content.main-content .section1-3 .inner h3.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #f0f0f0;
	content: "";
	opacity: 0.2;
}

.sub-content.main-content .section1-3 .inner h4.title {
	margin-top: 8px;
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 48px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-3 .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-3 .info-list {
	display: block;
	margin-top: 11px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #f0f0f0;
	font-size: 0;
	line-height: 18px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-3 .info-list.active {
	opacity: 1;
}

.sub-content.main-content .section1-3 .info-list > span {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	padding-right: 9px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	vertical-align: top;
}

.sub-content.main-content .section1-3 .info-list > span:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	content: "";
	opacity: .8;
}

.sub-content.main-content .section1-3 .info-list > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #f0f0f0;
	content: "";
	opacity: 0.32;
}

.sub-content.main-content .section1-3 .info-list > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.sub-content.main-content .section1-3 .info-list > span:last-child:after {
	display: none;
}

.sub-content.main-content .section1-3 .info-list .floor:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -3px -147px;
	vertical-align: top;
}

.sub-content.main-content .section1-3 .info-list .time:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -67px -146px;
	vertical-align: top;
}

.sub-content.main-content .section1-3 .btn-link-invert {
	margin-top: 23px;
}

.sub-content.main-content .section1-4 {
	/* margin-bottom: -80px; */
	padding: 48px 0 80px;
	/* background: #b5908c;
		background: -moz-linear-gradient(top,  #b5908c 0%, #a17773 100%);
		background: -webkit-linear-gradient(top,  #b5908c 0%,#a17773 100%);
		background: linear-gradient(to bottom,  #b5908c 0%,#a17773 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5908c', endColorstr='#a17773',GradientType=0 ); */
}

.sub-content.main-content .section1-4 .inner {
	position: relative;
	z-index: 1;
	margin: 0 18px;
	color: #f0f0f0;
}

.sub-content.main-content .section1-4 .inner h3.title {
	color: #CBAF66;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-4 .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-4 .inner h3.title span {
	vertical-align: top;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section1-4 .inner h4.title {
	margin-top: 12px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -1px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-4 .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section1-4 .inner .desc {
	margin-top: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-4 .inner .desc.active {
	opacity: 1;
}

.sub-content.main-content .section1-4 .list-gallery {
	width: 96.4602%;
	margin: 56px auto 0;
	padding: 0;
}

.sub-content.main-content .section1-4 .list-gallery .item {
	width: 100%;
	padding-top: 17.88%;
}

.sub-content.main-content .section1-4 .list-gallery .item:nth-child(odd) {
	margin-left: 7.34%;
}

.sub-content.main-content .section1-4 .list-gallery .item:nth-child(odd) figcaption {
	padding-right: 6.12%;
}

.sub-content.main-content .section1-4 .list-gallery .item:nth-child(even) {
	margin-left: -7.34%;
}

.sub-content.main-content .section1-4 .list-gallery .item:nth-child(even) figcaption {
	margin-left: 6.12%;
}

.sub-content.main-content .section1-4 .list-gallery .item figcaption {
	color: #f0f0f0;
}

.sub-content.main-content .section1-4 .list-gallery .item figcaption > span {
	display: block;
}

.sub-content.main-content .section1-4 .list-gallery .item img {
	opacity: 0;
	transform: translateY(30%);
	transition: 1s;
}

.sub-content.main-content .section1-4 .list-gallery .item img.active {
	transform: translateY(0);
	opacity: 1;
}

.sub-content.main-content .section1-4 .list-gallery .item figcaption {
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section1-4 .list-gallery .item figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section1-4 .list-gallery .item .title {
	margin-top: 24px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -1px;
}

.sub-content.main-content .section1-4 .list-gallery .item .tags {
	margin-top: 4px;
	line-height: 24px;
}

.sub-content.main-content .section1-4 .list-gallery .item .tags > span {
	display: inline-block;
	margin-right: 8px;
	opacity: 0.8;
	vertical-align: top;
}

.sub-content.main-content .section1-4 .list-gallery .item .tags > span:before {
	content: "#";
}

.sub-content.main-content .section1-4 .list-gallery .item .tags > span:last-child {
	margin-right: 0;
}

.sub-content.main-content .section1-4 .list-gallery .item .floor {
	margin-top: 11px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.sub-content.main-content .section1-4 .list-gallery .item .floor:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: 0px -144px;
	vertical-align: top;
}

.sub-content.main-content .section1-4 .list-gallery + .btn-primary-invert {
	display: block;
	width: 100%;
	margin: 40px auto 0;
}

.sub-content.main-content .section2-0 .swiper-container,
.sub-content.main-content .section2-1 .swiper-container,
.sub-content.main-content .section2-2 .swiper-container,
.sub-content.main-content .section2-3 .swiper-container,
.sub-content.main-content .section2-4 .swiper-container {
	margin-top: 24px;
}

.sub-content.main-content .section2-0 .swiper-container .inner,
.sub-content.main-content .section2-1 .swiper-container .inner,
.sub-content.main-content .section2-2 .swiper-container .inner,
.sub-content.main-content .section2-3 .swiper-container .inner,
.sub-content.main-content .section2-4 .swiper-container .inner {
	position: relative;
	z-index: 1;
	margin-top: 24px;
}

.sub-content.main-content .section2-0 .swiper-slide,
.sub-content.main-content .section2-1 .swiper-slide,
.sub-content.main-content .section2-2 .swiper-slide,
.sub-content.main-content .section2-3 .swiper-slide,
.sub-content.main-content .section2-4 .swiper-slide {
	opacity: 1;
}

.sub-content.main-content .section2-0 .swiper-slide figure img,
.sub-content.main-content .section2-1 .swiper-slide figure img,
.sub-content.main-content .section2-2 .swiper-slide figure img,
.sub-content.main-content .section2-3 .swiper-slide figure img,
.sub-content.main-content .section2-4 .swiper-slide figure img {
	opacity: 0;
	transform: translateY(20vh);
	transition: 1.2s;
}

.sub-content.main-content .section2-0 .swiper-slide figure img.active,
.sub-content.main-content .section2-1 .swiper-slide figure img.active,
.sub-content.main-content .section2-2 .swiper-slide figure img.active,
.sub-content.main-content .section2-3 .swiper-slide figure img.active,
.sub-content.main-content .section2-4 .swiper-slide figure img.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption {
	margin-top: 20px;
	padding: 18px 18px 20px;
	color: #f0f0f0;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption.active,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption.active,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption.active,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption.active,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-0 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-0 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .tags {
	display: block;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption small,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption small {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.9;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption strong,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption strong {
	margin-top: 12px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.5px;
	opacity: 0.9;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .desc,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .desc,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .desc,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .desc,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .desc {
	color: #f0f0f0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .tags,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .tags {
	margin-top: 4px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
	opacity: 0.8;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .tags span,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .tags span,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .tags span,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .tags span,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .tags span {
	margin-right: 8px;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .tags span:before,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .tags span:before,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .tags span:before,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .tags span:before,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .tags span:before {
	content: "#";
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .tags span:last-child,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .tags span:last-child,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .tags span:last-child,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .tags span:last-child,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .tags span:last-child {
	margin-right: 0;
}

.sub-content.main-content .section2-0 .swiper-slide figure figcaption .btn-link-invert,
.sub-content.main-content .section2-1 .swiper-slide figure figcaption .btn-link-invert,
.sub-content.main-content .section2-2 .swiper-slide figure figcaption .btn-link-invert,
.sub-content.main-content .section2-3 .swiper-slide figure figcaption .btn-link-invert,
.sub-content.main-content .section2-4 .swiper-slide figure figcaption .btn-link-invert {
	margin-top: 20px;
}

.sub-content.main-content .section2-0 .inner,
.sub-content.main-content .section2-1 .inner,
.sub-content.main-content .section2-2 .inner,
.sub-content.main-content .section2-3 .inner,
.sub-content.main-content .section2-4 .inner {
	position: relative;
	z-index: 1;
	margin: 0 15px;
}

.sub-content.main-content .section2-0 .inner h3.title,
.sub-content.main-content .section2-1 .inner h3.title,
.sub-content.main-content .section2-2 .inner h3.title,
.sub-content.main-content .section2-3 .inner h3.title,
.sub-content.main-content .section2-4 .inner h3.title {
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner h3.title.active,
.sub-content.main-content .section2-1 .inner h3.title.active,
.sub-content.main-content .section2-2 .inner h3.title.active,
.sub-content.main-content .section2-3 .inner h3.title.active,
.sub-content.main-content .section2-4 .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .inner h3.title .cate,
.sub-content.main-content .section2-1 .inner h3.title .cate,
.sub-content.main-content .section2-2 .inner h3.title .cate,
.sub-content.main-content .section2-3 .inner h3.title .cate,
.sub-content.main-content .section2-4 .inner h3.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section2-0 .inner h3.title span,
.sub-content.main-content .section2-1 .inner h3.title span,
.sub-content.main-content .section2-2 .inner h3.title span,
.sub-content.main-content .section2-3 .inner h3.title span,
.sub-content.main-content .section2-4 .inner h3.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #f0f0f0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section2-0 .inner h3.title span:before,
.sub-content.main-content .section2-1 .inner h3.title span:before,
.sub-content.main-content .section2-2 .inner h3.title span:before,
.sub-content.main-content .section2-3 .inner h3.title span:before,
.sub-content.main-content .section2-4 .inner h3.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #f0f0f0;
	content: "";
	opacity: 0.2;
}

.sub-content.main-content .section2-0 .inner h4.title,
.sub-content.main-content .section2-1 .inner h4.title,
.sub-content.main-content .section2-2 .inner h4.title,
.sub-content.main-content .section2-3 .inner h4.title,
.sub-content.main-content .section2-4 .inner h4.title {
	margin-top: 8px;
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner h4.title.active,
.sub-content.main-content .section2-1 .inner h4.title.active,
.sub-content.main-content .section2-2 .inner h4.title.active,
.sub-content.main-content .section2-3 .inner h4.title.active,
.sub-content.main-content .section2-4 .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .inner .desc,
.sub-content.main-content .section2-1 .inner .desc,
.sub-content.main-content .section2-2 .inner .desc,
.sub-content.main-content .section2-3 .inner .desc,
.sub-content.main-content .section2-4 .inner .desc {
	margin-top: 1px;
	color: #f0f0f0;
	line-height: 24px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner .desc.active,
.sub-content.main-content .section2-1 .inner .desc.active,
.sub-content.main-content .section2-2 .inner .desc.active,
.sub-content.main-content .section2-3 .inner .desc.active,
.sub-content.main-content .section2-4 .inner .desc.active {
	opacity: .8;
}

.sub-content.main-content .section2-0 .inner .tel,
.sub-content.main-content .section2-1 .inner .tel,
.sub-content.main-content .section2-2 .inner .tel,
.sub-content.main-content .section2-3 .inner .tel,
.sub-content.main-content .section2-4 .inner .tel {
	position: absolute;
	top: -6px;
	right: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -320px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner .tel.active,
.sub-content.main-content .section2-1 .inner .tel.active,
.sub-content.main-content .section2-2 .inner .tel.active,
.sub-content.main-content .section2-3 .inner .tel.active,
.sub-content.main-content .section2-4 .inner .tel.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .btn-primary-invert,
.sub-content.main-content .section2-1 .btn-primary-invert,
.sub-content.main-content .section2-2 .btn-primary-invert,
.sub-content.main-content .section2-3 .btn-primary-invert,
.sub-content.main-content .section2-4 .btn-primary-invert {
	width: 100%;
	margin-top: 40px;
}

.sub-content.main-content .section2-0 .info-list,
.sub-content.main-content .section2-1 .info-list,
.sub-content.main-content .section2-2 .info-list,
.sub-content.main-content .section2-3 .info-list,
.sub-content.main-content .section2-4 .info-list {
	margin-top: 16px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #f0f0f0;
	font-size: 0;
	line-height: 18px;
}

.sub-content.main-content .section2-0 .info-list > span,
.sub-content.main-content .section2-1 .info-list > span,
.sub-content.main-content .section2-2 .info-list > span,
.sub-content.main-content .section2-3 .info-list > span,
.sub-content.main-content .section2-4 .info-list > span {
	position: relative;
	display: inline-block;
	color: rgba(240, 240, 240, 0.7);
	font-size: 14px;
	vertical-align: top;
}

.sub-content.main-content .section2-0 .info-list > span:before,
.sub-content.main-content .section2-1 .info-list > span:before,
.sub-content.main-content .section2-2 .info-list > span:before,
.sub-content.main-content .section2-3 .info-list > span:before,
.sub-content.main-content .section2-4 .info-list > span:before {
	display: inline-block;
	width: 12px;
	height: 18px;
	margin-right: 6px;
	content: "";
}

.sub-content.main-content .section2-0 .info-list .floor:before,
.sub-content.main-content .section2-1 .info-list .floor:before,
.sub-content.main-content .section2-2 .info-list .floor:before,
.sub-content.main-content .section2-3 .info-list .floor:before,
.sub-content.main-content .section2-4 .info-list .floor:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -6px -147px;
	vertical-align: top;
}

.sub-content.main-content .section2-2-top {
	position: relative;
}

.sub-content.main-content .section2-2-top .gradient {
	position: absolute;
	top: -81px;
	left: 0;
	width: 100%;
	height: 81px;
	background: -moz-linear-gradient(top, rgba(27, 12, 8, 0) 0%, #1b0c08 100%);
	background: -webkit-linear-gradient(top, rgba(27, 12, 8, 0) 0%, #1b0c08 100%);
	background: linear-gradient(to bottom, rgba(27, 12, 8, 0) 0%, #1b0c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b0c08', endColorstr='#1b0c08',GradientType=0 );
}

.sub-content.main-content .section2-2-top [class*="deco"] {
	position: absolute;
}

.sub-content.main-content .section2-2-top .deco-1 {
	top: 13%;
	left: 0;
	width: 56.534%;
}

.sub-content.main-content .section2-2-top .deco-2 {
	top: 51%;
	right: 0;
	width: 64%;
}

.sub-content.main-content .section2-0 {
	padding: 56px 0;
	background: #e0dcd0;
}

.sub-content.main-content .section2-0 .inner h3.title {
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .inner h4.title {
	color: #000;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .inner .desc {
	margin-top: 12px;
	color: #404040;
	letter-spacing: -0.5px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner .desc.active {
	opacity: 1;
}

.sub-content.main-content .section2-0 .inner figure {
	margin-top: 77px;
	opacity: 0;
	transform: translateY(20vh);
	transition: 1.2s;
}

.sub-content.main-content .section2-0 .inner figure.active {
	opacity: 1;
	transform: translateY(0vh);
}

.sub-content.main-content .section2-0 .inner .btn-primary-gray {
	width: 100%;
	margin-top: 40px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section2-0 .inner .btn-primary-gray.active {
	opacity: 1;
}

.sub-content.main-content .section2-2 {
	padding: 56px 0 41px;
	background: #681f18;
}

.sub-content.main-content .section2-4-top {
	position: relative;
	padding-top: 117.334%;
	background: #677044;
	background: -moz-linear-gradient(top, #677044 0%, #2b4233 50%, #031048 100%);
	background: -webkit-linear-gradient(top, #677044 0%, #2b4233 50%, #031048 100%);
	background: linear-gradient(to bottom, #677044 0%, #2b4233 50%, #031048 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677044', endColorstr='#031048',GradientType=0 );
}

.sub-content.main-content .section2-4-top [class*="deco"] {
	position: absolute;
}

.sub-content.main-content .section2-4-top .deco-1 {
	top: 14%;
	right: 11%;
	width: 5.9%;
}

.sub-content.main-content .section2-4-top .deco-2 {
	top: 28%;
	left: 7%;
	width: 5.3%;
}

.sub-content.main-content .section2-4-top .deco-3 {
	top: 31%;
	right: 35%;
	width: 4.3%;
}

.sub-content.main-content .section2-4-top .deco-4 {
	top: 43%;
	right: 15%;
	width: 9.9%;
}

.sub-content.main-content .section2-4-top .deco-5 {
	top: 60%;
	left: 14%;
	width: 11.2%;
}

.sub-content.main-content .section2-4-top .deco-6 {
	top: 75%;
	right: 39%;
	width: 8.8%;
}

.sub-content.main-content .section2-4-top .deco-7 {
	top: 88%;
	left: 10%;
	width: 5.4%;
}

.sub-content.main-content .section2-4 {
	padding: 48px 0 82px;
	/* background: #04104a;
		background: -moz-linear-gradient(top,  #04104a 0%, #00072c 65%, #00072c 100%);
		background: -webkit-linear-gradient(top,  #04104a 0%,#00072c 65%,#00072c 100%);
		background: linear-gradient(to bottom,  #04104a 0%,#00072c 65%,#00072c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04104a', endColorstr='#00072c',GradientType=0 ); */
	background: #681f18;
}

.sub-content.main-content .section2-4 .decos {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.sub-content.main-content .section2-4 .decos [class*="deco"] {
	position: absolute;
}

.sub-content.main-content .section2-4 .decos .deco-1 {
	top: 12%;
	right: 0;
	width: 10.7%;
}

.sub-content.main-content .section2-4 .decos .deco-2 {
	top: 26%;
	left: -11%;
	width: 28.8%;
}

.sub-content.main-content .section2-4 .decos .deco-3 {
	top: 32%;
	right: 6%;
	width: 19%;
}

.sub-content.main-content .section2-4 .decos .deco-4 {
	top: 55%;
	left: 8%;
	width: 10.7%;
}

.sub-content.main-content .section2-4 .decos .deco-5 {
	top: 58%;
	right: -6%;
	width: 15.2%;
}

.sub-content.main-content .section2-4 .decos .deco-6 {
	top: 78%;
	left: 55%;
	width: 12.3%;
}

.sub-content.main-content .section2-4 .decos .deco-7 {
	top: 90%;
	right: 12%;
	width: 10.7%;
}

.sub-content.main-content .section2-1-top {
	position: relative;
	padding-top: 117.334%;
	background: #00072c;
	background: -moz-linear-gradient(top, #00072c 0%, #341328 30%, #7d2323 100%);
	background: -webkit-linear-gradient(top, #00072c 0%, #341328 30%, #7d2323 100%);
	background: linear-gradient(to bottom, #00072c 0%, #341328 30%, #7d2323 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00072c', endColorstr='#7d2323',GradientType=0 );
}

.sub-content.main-content .section2-1-top [class*="deco"] {
	position: absolute;
}

.sub-content.main-content .section2-1-top .deco-1 {
	top: 7%;
	right: 0;
	width: 84.8%;
}

.sub-content.main-content .section2-1 {
	padding: 41px 0 41px;
	background: #681f18;
}

.sub-content.main-content .section2-3-top {
	position: relative;
	z-index: 1;
	padding-top: 117.334%;
	background: #661323;
	background: -moz-linear-gradient(top, #661323 0%, #b33f49 100%);
	background: -webkit-linear-gradient(top, #661323 0%, #b33f49 100%);
	background: linear-gradient(to bottom, #661323 0%, #b33f49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661323', endColorstr='#b33f49',GradientType=0 );
}

.sub-content.main-content .section2-3-top [class*="deco"] {
	position: absolute;
}

.sub-content.main-content .section2-3-top .deco-1 {
	top: 17%;
	right: 0;
	width: 24.8%;
}

.sub-content.main-content .section2-3-top .deco-2 {
	top: 17%;
	left: 0;
	width: 24.8%;
}

.sub-content.main-content .section2-3-top .deco-3 {
	top: 39%;
	left: -15%;
	width: 50.2%;
}

.sub-content.main-content .section2-3-top .deco-4 {
	top: 67%;
	right: -7%;
	width: 60%;
}

.sub-content.main-content .section2-3 {
	padding: 41px 0 41px;
	background: #681f18;
}

.sub-content.main-content .section3-1 {
	padding: 48px 0 80px;
}

.sub-content.main-content .section3-1 .list-main-offers {
	position: relative;
	z-index: 1;
	width: 91.2%;
	margin: 0 auto;
}

.sub-content.main-content .section3-1 .list-main-offers:after {
	content: "";
	display: block;
	clear: both;
}

.sub-content.main-content .section3-1 .list-main-offers .item {
	float: left;
	width: 100%;
}

.sub-content.main-content .section3-1 .list-main-offers .item + .item {
	margin-top: 72px;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure .thum {
	display: block;
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure .thum.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption {
	position: relative;
	width: 100%;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption span.title {
	display: block;
	margin-top: 27px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption span.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption span.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption span.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #c8c8c8;
	content: "";
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption strong.title {
	display: block;
	margin-top: 15px;
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -1px;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .desc {
	display: block;
	margin-top: 8px;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.022em;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .date {
	display: block;
	margin-top: 16px;
	color: #a0a0a0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .btn {
	display: block;
	margin-top: 20px;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .btn .btn-link {
	color: #101010;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .tel,
.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .btn-quick-reserv {
	position: absolute;
	top: -7px;
	right: 0;
	width: 40px;
	height: 40px;
	margin-top: 0;
}

.sub-content.main-content .section3-1 .list-main-offers .item figure figcaption .tel {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -56px -240px;
}

.sub-content.main-content .section3-1 .list-main-offers .item:nth-child(odd) {
	margin-left: -5%;
}

.sub-content.main-content .section3-1 .list-main-offers .item:nth-child(odd) figcaption {
	padding-left: 5.264%;
}

.sub-content.main-content .section3-1 .list-main-offers .item:nth-child(even) {
	margin-left: 4.7%;
}

.sub-content.main-content .section3-1 .list-main-offers .item:nth-child(even) figcaption {
	padding-right: 5.264%;
}

.sub-content.main-content .section3-1 .list-main-offers .item:nth-child(even) figcaption .tel {
	right: 5.264%;
}

.sub-content.main-content .section3-1 .btn-primary {
	display: block;
	width: calc(100% - 30px);
	margin: 40px 15px 0;
}

.sub-content.main-content .section4-1 {
	/* margin-bottom: -80px; */
	padding: 48px 0 80px;
}

.sub-content.main-content .section4-1 .list-main-offers {
	position: relative;
	z-index: 1;
	width: 91.2%;
	margin: 0 auto;
}

.sub-content.main-content .section4-1 .list-main-offers:after {
	content: "";
	display: block;
	clear: both;
}

.sub-content.main-content .section4-1 .list-main-offers .item {
	float: left;
	width: 100%;
}

.sub-content.main-content .section4-1 .list-main-offers .item + .item {
	margin-top: 72px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure .thum {
	display: block;
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure .thum.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption {
	position: relative;
	margin-top: 26px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption span.title {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption span.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption span.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption span.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #c8c8c8;
	content: "";
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption span.title + strong.title {
	margin-top: 12px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption strong.title {
	display: block;
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -1px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .desc {
	display: block;
	margin-top: 8px;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list {
	display: block;
	margin-top: 20px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #a0a0a0;
	font-size: 0;
	line-height: 20px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list > span {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	padding-right: 9px;
	font-size: 14px;
	vertical-align: top;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list > span:before {
	display: inline-block;
	width: 18px;
	height: 20px;
	content: "";
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #f0f0f0;
	content: "";
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list > span:last-child:after {
	display: none;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list .floor:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -30px -145.5px;
	vertical-align: top;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .date {
	display: block;
	margin-top: 4px;
	color: #a0a0a0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .info-list + .date {
	margin-top: 8px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .btn {
	display: block;
	margin-top: 28px;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .btn .btn-link {
	color: #101010;
}

.sub-content.main-content .section4-1 .list-main-offers .item figure figcaption .tel {
	position: absolute;
	top: -7px;
	right: 0;
	width: 40px;
	height: 40px;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: 0 -280px;
}

.sub-content.main-content .section4-1 .list-main-offers .item:nth-child(odd) {
	margin-left: 4.68%;
}

.sub-content.main-content .section4-1 .list-main-offers .item:nth-child(odd) figcaption {
	padding-right: 5.2634%;
}

.sub-content.main-content .section4-1 .list-main-offers .item:nth-child(odd) figcaption .tel {
	right: 5.2634%;
}

.sub-content.main-content .section4-1 .list-main-offers .item:nth-child(even) {
	margin-left: -4.7%;
}

.sub-content.main-content .section4-1 .list-main-offers .item:nth-child(even) figcaption {
	padding-left: 5.2634%;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule {
	margin-left: 0;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule .thum {
	margin: 34px -4.7% 0 11.718%;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule figcaption {
	padding-left: 0;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule figcaption strong.title {
	font-size: 40px;
	line-height: 48px;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule figcaption .desc {
	margin-top: 8px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.5px;
}

.sub-content.main-content .section4-1 .list-main-offers .item.schedule figcaption .btn {
	margin-top: 24px;
}

.sub-content.main-content .section4-2 {
	padding: 72px 0 80px;
	background-color: #f8f8f8;
}

.sub-content.main-content .section4-2 .inner {
	position: relative;
	z-index: 1;
	width: 91.2%;
	margin: 0 auto;
}

.sub-content.main-content .section4-2 .inner:after {
	content: "";
	display: block;
	clear: both;
}

.sub-content.main-content .section4-2 .item {
	float: left;
	width: 100%;
	margin-left: 4.68%;
}

.sub-content.main-content .section4-2 figure .thum {
	display: block;
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.sub-content.main-content .section4-2 figure .thum.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section4-2 figure figcaption {
	position: relative;
	margin-top: 26px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section4-2 figure figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section4-2 figure figcaption strong.title {
	display: block;
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1px;
}

.sub-content.main-content .section4-2 figure figcaption .desc {
	display: block;
	margin-top: 8px;
	color: #404040;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.028em;
}

.sub-content.main-content .section4-2 figure figcaption .btn-primary {
	display: block;
	margin-top: 20px;
	margin-right: 4.68%;
}

.sub-content.main-content .section5-1 {
	padding: 48px 0 58px;
	/* background: #181726; */
}

.sub-content.main-content .section5-1 .backgrounds .bg {
	background: #181726;
}

.sub-content.main-content .section5-1 figure {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 15px;
}

.sub-content.main-content .section5-1 figure .thum {
	margin-top: 40px;
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.sub-content.main-content .section5-1 figure .thum.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section5-1 figure figcaption {
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section5-1 figure figcaption.active {
	opacity: 1;
}

.sub-content.main-content .section5-1 figure figcaption > span,
.sub-content.main-content .section5-1 figure figcaption > strong {
	display: block;
}

.sub-content.main-content .section5-1 figure figcaption span.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.sub-content.main-content .section5-1 figure figcaption span.title .cate {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section5-1 figure figcaption span.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #f0f0f0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section5-1 figure figcaption span.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #c8c8c8;
	content: "";
}

.sub-content.main-content .section5-1 figure figcaption span.title + strong.title {
	margin-top: 7px;
}

.sub-content.main-content .section5-1 figure figcaption strong.title {
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1px;
}

.sub-content.main-content .section5-1 figure figcaption .desc {
	margin-top: 4px;
	color: #f0f0f0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	opacity: 0.8;
}

.sub-content.main-content .section5-1 figure figcaption .btn {
	margin-top: 28px;
}

.sub-content.main-content .section5-2 {
	/* margin-bottom: -80px; */
	padding: 48px 0 80px;
	/* background: #f0f0f0; */
}

.sub-content.main-content .section5-2 .backgrounds .bg {
	background: #fdfdfd;
}

.sub-content.main-content .section5-2 > .inner {
	position: relative;
	z-index: 1;
	margin: 0 18px;
}

.sub-content.main-content .section5-2 > .inner h3.title {
	font-size: 16px;
	line-height: 26px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section5-2 > .inner h3.title.active {
	opacity: 1;
}

.sub-content.main-content .section5-2 > .inner h3.title .cate {
	color: #b79d58;
	vertical-align: top;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.main-content .section5-2 > .inner h4.title {
	margin-top: 16px;
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	opacity: 0;
	transition: 1.5s;
}

.sub-content.main-content .section5-2 > .inner h4.title.active {
	opacity: 1;
}

.sub-content.main-content .section5-2 > .inner .btn-primary {
	display: block;
	width: 100%;
	margin-top: 32px;
}

.sub-content.main-content .section5-2 .insta-swiper {
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.sub-content.main-content .section5-2 .insta-swiper.active {
	opacity: 1;
	transform: translateY(0);
}

.sub-content.main-content .section5-2 .swiper-container {
	margin-top: 40px;
	padding: 0 2.134%;
}

.sub-content.main-content .section5-2 .swiper-container .swiper-slide {
	width: 82.934%;
	padding: 0 2.134%;
}

.sub-content.main-content .section5-2 .swiper-container .swiper-slide figcaption {
	margin-top: 16px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.main-quick-booking {
	position: absolute;
	bottom: 24px;
	left: 18px;
	z-index: 30;
	padding-bottom: 8px;
	border-bottom: 1px solid #b79d58;
}

@media screen and (orientation: landscape) {
	.main-quick-booking {
		left: auto;
		right: 15px;
	}
}

.main-quick-booking > .date {
	display: block;
	font-size: 0;
	cursor: pointer;
}

.main-quick-booking > .date .checkin,
.main-quick-booking > .date .checkout {
	display: inline-block;
	vertical-align: bottom;
}

.main-quick-booking > .date .checkin .day,
.main-quick-booking > .date .checkin .bottom,
.main-quick-booking > .date .checkout .day,
.main-quick-booking > .date .checkout .bottom {
	display: block;
	color: #f0f0f0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	text-align: center;
}

.main-quick-booking > .date .checkin .day,
.main-quick-booking > .date .checkout .day {
	font-size: 28px;
	line-height: 36px;
}

.main-quick-booking > .date .checkin .bottom,
.main-quick-booking > .date .checkout .bottom {
	font-size: 0;
	line-height: 18px;
	opacity: 0.8;
}

.main-quick-booking > .date .checkin .bottom > span,
.main-quick-booking > .date .checkout .bottom > span {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}

.main-quick-booking > .date .checkin {
	position: relative;
}

.main-quick-booking > .date .checkin:after {
	position: absolute;
	right: -28px;
	bottom: 3px;
	width: 16px;
	height: 43px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px -64px;
	color: transparent;
	overflow: hidden;
	content: "";
}

.main-quick-booking > .date .checkout {
	margin-left: 32px;
}

.main-quick-booking > .date .checkout.hide-date > span:not(.placeholder) {
	display: none;
}

.main-quick-booking > .date .checkout.hide-date .placeholder {
	display: block;
	width: 44px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #f0f0f0;
	text-align: center;
	opacity: .4;
}

.main-quick-booking-box {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 16px 16px 24px;
	background: #fff;
}

.main-quick-booking-box .fieldset {
	padding: 24px 0 16px;
}

.main-quick-booking-box .fieldset + .fieldset {
	border-top: 1px solid #dcdcdc;
}

.main-quick-booking-box .fieldset .title {
	line-height: 24px;
}

.main-quick-booking-box .check-in-out {
	position: relative;
}

.main-quick-booking-box .check-in-out:after {
	content: "";
	display: block;
	clear: both;
}

.main-quick-booking-box .check-in-out .title {
	margin-bottom: 16px;
}

.main-quick-booking-box .check-in-out .date {
	float: left;
	font-size: 0;
	line-height: 24px;
}

.main-quick-booking-box .check-in-out .date + .date {
	margin-left: 52px;
}

.main-quick-booking-box .check-in-out .date > span {
	display: inline-block;
}

.main-quick-booking-box .check-in-out .date .day {
	display: inline-block;
	margin-right: 2px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 20px;
}

.main-quick-booking-box .check-in-out .date .unit {
	color: #101010;
	font-size: 12px;
}

.main-quick-booking-box .check-in-out .date .month,
.main-quick-booking-box .check-in-out .date .dot,
.main-quick-booking-box .check-in-out .date .year {
	color: #808080;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
}

.main-quick-booking-box .check-in-out .date .month {
	margin-left: 8px;
}

.main-quick-booking-box .check-in-out .check-in {
	position: relative;
}

.main-quick-booking-box .check-in-out .check-in:after {
	position: absolute;
	top: 50%;
	right: -33px;
	width: 12px;
	height: 8px;
	margin-top: -7px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -96px;
}

.main-quick-booking-box .check-in-out .night {
	float: right;
}

.main-quick-booking-box .check-in-out .night .border {
	display: inline-block;
	padding: 0 8px;
	border: 1px solid #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #b79d58;
	font-size: 12px;
	line-height: 22px;
	vertical-align: top;
}

.main-quick-booking-box .guest-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-quick-booking-box .guest-option .item > label {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #101010;
	font-size: 16px;
	line-height: 24px;
}

.main-quick-booking-box .guest-option .item .item-cont {
	margin-top: 12px;
}

.main-quick-booking-box .input-wrap {
	min-width: 224px;
}

.main-quick-booking-box .input-wrap .item-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 12px;
}

.main-quick-booking-box .input-wrap .item-cont input {
	width: 100%;
	line-height: 22px;
}

.main-quick-booking-box .input-wrap .item-cont input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.main-quick-booking-box .input-wrap .item-cont input::-moz-placeholder {
	color: #c8c8c8;
}

.main-quick-booking-box .input-wrap .item-cont input:-webkit-input-placeholder {
	color: #c8c8c8;
}

.main-quick-booking-box .input-wrap .item-cont input:-ms-input-placeholder {
	color: #c8c8c8;
}

.main-quick-booking-box .input-wrap .item-cont input:-moz-placeholder {
	color: #c8c8c8;
}

.main-quick-booking-box .input-wrap .item-cont .btn {
	min-width: 96px;
	margin-left: 8px;
	vertical-align: top;
}

.main-quick-booking-box .btn-primary {
	display: block;
	width: 176px;
	margin: 0 auto;
}

@media screen and (orientation: landscape) {
	.sub-content.main-content .page-body .sections > section {
		height: auto;
	}
	.sub-content.main-content .section1-1 > .svg-images {
		width: 70vw;
		margin: 0 auto;
	}
	.sub-content.main-content .section1-1 .info {
		min-height: 100vw;
		height: auto;
	}
	.sub-content.main-content .section1-1 .info .bg {
		width: 70%;
		height: 70vw;
		margin: 0 auto;
	}
	.quick-booking-sticky .booking-detail .scroll-wrap {
		max-height: 250px !important;
	}
}

.no-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50vh;
}

.no-data span {
	font-size: 14px;
	line-height: 2;
	color: #808080;
}

.no-data .ico-empty {
	width: 35px;
	height: 98px;
	margin: 0 auto 24px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: -224px -196px;
}

.no-data p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #b79d58;
}

.flick-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 108px;
	z-index: 10;
	padding-left: 15px;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fdfdfd;
	transition: top 0.4s;
}

.flick-nav.scrolled {
	top: 52px;
}

.flick-nav.scrolled.reverse {
	top: 108px;
}

.flick-nav li {
	display: inline-block;
	width: auto;
	padding-left: 24px;
}

.flick-nav li:first-of-type {
	padding-left: 0;
}

.flick-nav a {
	display: inline-block;
	height: 47px;
	padding: 14px 0 11px;
	border-bottom: 2px solid transparent;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #a0a0a0;
}

.flick-nav .active a {
	border-bottom-color: #b79d59;
	color: #b79d58;
}

.flick-nav .active span {
	font-family: inherit;
}

.flick-nav [class^="swiper-button"] {
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	margin-top: 0;
	padding: 16px 0 15px;
	background: linear-gradient(to right, rgba(253, 253, 253, 0), #fdfdfd 54%);
}

.flick-nav [class^="swiper-button"] i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -32px;
	vertical-align: top;
}

.flick-nav [class^="swiper-button"][class*="-disabled"] {
	display: none;
}

.flick-nav .swiper-button-prev {
	left: 0;
	background: linear-gradient(to left, rgba(253, 253, 253, 0), #fdfdfd 54%);
}

.flick-nav .swiper-button-prev i {
	transform: rotate(180deg);
}

.flick-nav .swiper-button-next {
	right: 0;
	padding-right: 6px;
	text-align: right;
}

.sub-nav.bg.scrolled + .sub-content .flick-nav,
.scrolled + button + main .flick-nav {
	top: 52px;
}

[data-visible-timer] {
	opacity: 0;
}

.sub-visual {
	position: relative;
	margin-top: -108px;
}

.sub-visual .text {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	padding: 0 15px;
	color: #f0f0f0;
}

.sub-visual .text [class^='title'] {
	display: block;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.sub-visual .text .title {
	font-size: 40px;
	letter-spacing: -.025em;
	color: #fff;
}

.sub-visual .text .desc {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.sub-visual .text [class^="btn-link"] {
	margin-top: 16px;
}

.sub-visual .foot {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.sub-visual .foot.scroll {
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	animation: bounce 1.5s 1s infinite normal ease-in-out both;
}

.sub-visual .foot.scroll:after {
	content: '';
	display: block;
	width: 5px;
	height: 16px;
	margin: 6px auto 0;
	background:  url("../images/sp_sub.png") -150px -30px no-repeat;
	background-size: 250px auto;
}

.sub-visual .foot.btn {
	bottom: 45px;
	animation: text-focus-in 1s 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.sub-visual .foot.btn a {
	position: relative;
	color: #FFF;
	font-size: 14px;
}

.sub-visual .foot.btn a:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

.sub-visual .foot.btn-dual {
	bottom: 45px;
}

.sub-visual .foot.btn-dual a {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	color: #FFF;
	font-size: 17px;
	opacity: .5;
}

.sub-visual .foot.btn-dual a.active {
	opacity: 1;
	text-decoration: underline;
}

.sub-visual .foot.btn-dual a.active:after {
	opacity: 1;
	transform: translateY(0);
	transition: .5s;
}

.sub-visual .foot.btn-dual a:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 5px;
	height: 5px;
	background: #B79D59;
	border-radius: 50%;
	opacity: 0;
	transform: translateY(20px);
	transition: .5s;
}

.side-button {
	position: relative;
}

.side-button button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 109px;
	height: 48px;
	padding: 8px 0;
	background-color: #282828;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.side-button input[type='text'] {
	width: calc(100% - 118px) !important;
}

.side-button .time {
	position: absolute;
	top: 50%;
	right: 130px;
	transform: translateY(-50%);
	margin-top: -2px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.list-type {
	margin-top: 15px;
}

.list-type > li {
	position: relative;
	padding-left: 16px;
	text-align: left;
	color: #808080;
	font-size: 14px;
	letter-spacing: -.036em;
}

.list-type > li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #bc9d4b;
}

.list-type > li:nth-child(n+2) {
	margin-top: 8px;
}

.list-type > li.point-text {
	color: #a02329;
}

.list-type > li > a {
	color: inherit;
}

.list-type > li > .btn-link {
	color: #101010;
}

.list-type ul li {
	margin-top: 8px;
	padding-left: 8px;
	text-indent: -8px;
}

.list-type.v2 > li {
	padding-left: 16px;
}

.list-type.v2 > li:before {
	content: '※';
	font-size: 12px;
}

.list-type.v3 {
	margin-top: 6px;
}

.list-type.v3 > li {
	padding-left: 10px;
}

.list-type.v3 > li:before {
	content: '-';
	font-size: 12px;
	color: #666;
}

.list-type.v4 {
	margin-top: 6px;
}

.list-type.v4 > li {
	padding-left: 10px;
	color: #222;
	font-size: 14px;
}

.list-type.v4 > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 2px;
	height: 2px;
	background: #B79D59;
	border-radius: 50%;
}

.list-type.v5 {
	margin-top: 0;
}

.list-type.v5 > li {
	padding-left: 0;
	color: #222;
	font-size: 15px;
}

.list-type.v5 > li:before {
	content: none;
}

.list-type.v5 > li:nth-child(n+2) {
	margin-top: 7px;
}

.box-wrap {
	border-top: 10px solid #f8f8f8;
}

.box-wrap.first, .box-wrap:first-of-type {
	border-top: 0;
}

.box-wrap > .title {
	position: relative;
	margin-bottom: 15px;
	padding: 32px 15px 0;
	font-size: 16px;
}

.box-wrap > .title h3 {
	letter-spacing: -.031em;
	color: #101010;
}

.box-wrap > .title .side {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(12px);
	font-size: 12px;
	letter-spacing: -.042em;
	color: #808080;
}

.box-wrap > .title-big {
	padding: 30px 0 0;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

.box-wrap-line {
	position: relative;
}

.box-wrap-line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ddd;
}

[class^='box-type'] .title, [class^='box-type'] .subtitle {
	position: relative;
}

[class^='box-type'] .title .side, [class^='box-type'] .subtitle .side {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

[class^='box-type'] .title .check-side, [class^='box-type'] .subtitle .check-side {
	top: 10px;
	right: 25px;
	color: #808080;
	font-size: 12px;
	transform: translateY(0);
}

[class^='box-type'] .title .check-side label, [class^='box-type'] .subtitle .check-side label {
	margin: 1px 0 0 6px;
	vertical-align: middle;
}

[class^='box-type'] .subtitle {
	margin: 0 0 16px;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

[class^='box-type'] .subtitle.spe {
	padding-top: 0 !important;
	border-top: 0 !important;
}

[class^='box-type'] .subtitle + .input-block {
	margin-top: 8px;
}

[class^='box-type'] .subtitle + .input-block input[disabled] {
	height: 48px;
	padding: 12px;
	background-color: #fdfdfd;
}

[class^='box-type'] dl + .subtitle {
	margin: 24px 0 16px;
}

.box-type-full {
	padding: 24px 15px 0;
	border-top: 10px solid #F4F4F4;
}

.box-type-full:first-of-type, .box-type-full.first {
	border-top: 0;
}

.box-type-full dl {
	font-size: 16px;
	letter-spacing: -.031em;
}

.box-type-full dl:nth-child(n+2) {
	margin-top: 24px;
}

.box-type-full dl dt {
	margin-bottom: 16px;
	padding: 8px 3px;
	border-bottom: 1px solid #101010;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
}

.box-type-full .list-type > li {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.box-type-full .list-type > li:nth-child(n+2) {
	margin-top: 12px;
}

.box-type-full .list-type > li:before {
	top: 9px;
}

.box-type-dual {
	position: relative;
	padding: 24px 0;
	margin: 0 15px;
	border-top: 1px solid #DDD;
}

.box-type-dual:first-of-type, .box-type-dual.first {
	border-top: 0;
}

.box-type-dual.price .title {
	margin-bottom: 0;
}

.box-type-dual .title, .box-type-dual .subtitle {
	margin-bottom: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #101010;
}

.box-type-dual .title h3, .box-type-dual .title h4, .box-type-dual .subtitle h3, .box-type-dual .subtitle h4 {
	font-size: 16px;
	letter-spacing: -.031em;
	line-height: 24px;
	color: #101010;
}

.box-type-dual dl {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
}

.box-type-dual dl > dt, .box-type-dual dl > dd {
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
}

.box-type-dual dl > dt:first-of-type, .box-type-dual dl > dd:first-of-type {
	margin-top: 0;
}

.box-type-dual dl > dt {
	width: 131px;
	color: #808080;
}

.box-type-dual dl > dd {
	width: calc(100% - 131px);
	color: #404040;
}

.box-type-dual dl > dd .s-box-dual {
	display: flex;
}

.box-type-dual dl > dd .s-box-dual dt, .box-type-dual dl > dd .s-box-dual dd {
	padding: 0;
}

.box-type-dual dl > dd .s-box-dual dt {
	position: relative;
	width: 50px;
}

.box-type-dual dl > dd .s-box-dual dt:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 12px;
	background: #ddd;
}

.box-type-dual dl > dd .s-box-dual dd {
	padding-left: 11px;
}

.box-type-dual dl.box-price {
	margin-top: 8px;
	border-top: 1px solid #dcdcdc;
}

.box-type-dual dl.box-price:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.box-type-dual dl.box-price ins {
	font-size: 16px;
	background-color: transparent;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #404040;
}

.box-type-dual dl.box-price .unit {
	margin-left: 4px;
	font-size: 16px;
	color: #404040;
}

.box-type-dual dl.box-price.vat {
	padding-top: 8px;
}

.box-type-dual dl.box-price.result {
	margin: 8px 0 24px;
	padding: 8px 0;
	border: solid #B79D59;
	border-width: 1px 0;
}

.box-type-dual dl.box-price.result > dt, .box-type-dual dl.box-price.result > dd {
	padding: 0;
}

.box-type-dual dl.box-price.result > dt {
	margin-top: 0;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -.031em;
	color: #b79d58;
}

.box-type-dual dl.box-price.result > dd {
	margin-top: 0;
	line-height: 28px;
}

.box-type-dual dl.box-price.result > dd ins {
	font-weight: 500;
	font-size: 20px;
	color: #b79d58;
}

.box-type-dual dl.box-price.result > dd .unit {
	font-size: 20px;
	letter-spacing: -.025em;
	color: #b79d58;
}

.box-type-dual dl.box-price > dd {
	text-align: right;
}

.box-type-dual dl + .subtitle {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #dcdcdc;
}

.box-type-dual .list-recommend {
	margin-top: 40px;
}

.box-type-dual .list-recommend:after {
	content: "";
	display: block;
	clear: both;
}

.box-type-dual .list-recommend li {
	float: left;
	width: calc((100% - 9px) / 2);
}

.box-type-dual .list-recommend li:nth-of-type(even) {
	margin-left: 9px;
}

.box-type-dual .list-recommend .thumb {
	overflow: hidden;
}

.box-type-dual .list-recommend .thumb img {
	width: 100%;
}

.box-type-dual .list-recommend .info {
	padding-top: 12px;
}

.box-type-dual .list-recommend .title {
	padding-bottom: 8px;
	border-bottom: 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #101010;
}

.box-type-dual .list-recommend .desc {
	height: 66px;
	font-size: 14px;
	letter-spacing: -.036em;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #404040;
}

.box-type-dual .none {
	margin-top: 10px;
	font-size: 16px;
	color: #c8c8c8;
}

.box-type-dual.reserve-number {
	padding-top: 16px;
}

.box-type-dual.reserve-number .title {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.box-type-dual.reserve-number .title h3 {
	margin-bottom: 8px;
}

.box-type-dual.reserve-number .title .desc {
	margin-bottom: 16px;
	font-size: 20px;
	letter-spacing: -1px;
}

.box-type-dual.reserve-number .title .msg {
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -.050em;
	text-align: center;
}

.box-type-dual.reserve-number .title .desc2 {
	margin: 16px 0 40px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
	text-align: center;
}

.box-type-dual.reserve-number .btn-download {
	position: static;
	width: 100%;
	margin-top: 16px;
}

.box-type-input {
	padding: 30px 15px;
}

.box-type-input.first {
	padding: 0 15px;
}

.box-type-input.first .list-type {
	margin-top: 24px;
}

.box-type-input.first .list-type li {
	word-break: keep-all;
}

.box-type-input .title {
	position: relative;
	padding: 8px 0 7px;
	border-bottom: 1px solid #101010;
	margin-bottom: 16px;
}

.box-type-input .title h3, .box-type-input .title h4 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
}

.box-type-input .title .side .point-text {
	display: block;
	margin-top: 0;
	padding-bottom: 4px;
	font-size: 12px;
	letter-spacing: -.042em;
	color: #808080;
}

.box-type-input dl {
	margin-top: 20px;
}

.box-type-input dl:first-of-type {
	margin-top: 0;
}

.box-type-input dl dt {
	padding: 12px 3px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
}

.box-type-input dl dd {
	margin-top: 0;
}

.box-type-input dl dd label {
	font-size: 16px;
}

.box-type-input dl dd label:nth-child(n+2) {
	margin-left: 32px;
}

.box-type-input dl dd select:nth-child(n+2) {
	margin-top: 15px;
}

.box-type-input dl dd .btn-link-default {
	margin-top: 16px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.036em;
}

.box-type-input dl.box-name {
	font-size: 0;
}

.box-type-input dl.box-name input[type='text'] {
	width: calc((100% - 8px) / 2);
}

.box-type-input dl.box-name input[type='text']:nth-child(n+2) {
	margin-left: 8px;
}

.box-type-input dl.box-name.sex {
	font-size: 0;
}

.box-type-input dl.box-name.sex input[type='text'] {
	display: inline-block;
	width: calc((100% - 16px) / 3);
	margin-left: 8px;
	vertical-align: middle;
}

.box-type-input dl.box-name.sex select {
	width: calc((100% - 16px) / 3);
}

.box-type-input dl.box-birth {
	font-size: 0;
}

.box-type-input dl.box-birth select {
	width: calc((100% - 16px) / 3);
	margin-top: 0 !important;
	margin-left: 8px;
	vertical-align: middle;
}

.box-type-input dl.box-birth select:first-child {
	margin-left: 0px;
}

.box-type-input dl.box-birth .input-block {
	margin-top: 16px;
}

.box-type-input dl.box-mail {
	font-size: 0;
}

.box-type-input dl.box-mail input[type='text'] {
	width: calc((100% - 30px) / 2);
}

.box-type-input dl.box-mail dd > span {
	display: inline-block;
	width: 30px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
	text-align: center;
	vertical-align: middle;
}

.box-type-input dl.box-mail .input-block {
	margin-top: 8px;
}

.box-type-input dl.box-check dd {
	margin-top: 16px;
}

.box-type-input .essential {
	position: relative;
}

.box-type-input .essential:before {
	content: '*';
	position: absolute;
	top: 4px;
	right: -12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #B79D59;
}

.box-type-input .mt8 {
	margin-top: 5px;
}

.box-tell {
	font-size: 0;
}

.box-tell input, .box-tell select {
	width: calc((100% - 18px) / 3);
	margin-right: 9px;
}

.box-tell input:nth-of-type(3) {
	margin-right: 0;
}

.box-exp {
	font-size: 0;
}

.box-exp input {
	width: calc((100% - 9px) / 2);
}

.box-exp input:not(:last-of-type) {
	margin-right: 9px;
}

.point-text {
	position: relative;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: -.036em;
	line-height: 1.4;
}

.point-text:before {
	content: '*';
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 14px;
	letter-spacing: -.036em;
	line-height: 1;
	color: #B79D59;
}

.point-text.notice {
	margin-top: 16px;
	padding-left: 20px;
	color: #a02329;
}

.point-text.notice:before {
	content: '';
	width: 16px;
	height: 16px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px -288px;
}

.point-text.highlight {
	color: #B79D59;
}

.point-text.highlight2 {
	font-size: 12px;
	letter-spacing: -.042em;
	color: #a02329;
}

.point-text.highlight2:before {
	color: inherit;
}

.point-text.v2 {
	padding-left: 18px;
	color: #808080;
}

.point-text.v2:before {
	content: '※';
	color: #808080;
}

.point-text.v3 {
	margin: 0;
	padding-left: 0;
	color: #808080;
}

.point-text.v3:before {
	display: none;
}

.point-text.certify {
	margin-top: 8px;
	padding-left: 24px;
	color: #b79d58;
}

.point-text.certify:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -96px;
}

.js_tab_wrap,
.js_check_wrap {
	display: none;
}

.js_tab_wrap.active,
.js_check_wrap.active {
	display: block;
}

.js_check_wrap {
	margin-top: 20px;
}

.js_tab_wrap.preparing .user-notice {
	word-break: keep-all;
}

.js_tab_wrap.preparing .user-notice .notice {
	margin: 16px 0 24px;
}

.js_tab_wrap.preparing .user-notice .notice .brand-color {
	font-weight: 700;
}

.js_tab_wrap.preparing .user-notice .notice strong {
	display: block;
	margin-top: 16px;
	font-weight: 700;
}

.js_tab_wrap.preparing .box-type-full {
	position: relative;
}

.js_tab_wrap.preparing .box-type-full:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.js_tab_wrap.preparing .box-type-full .list-type ul li {
	padding-left: 16px;
	font-size: 14px;
	text-indent: -16px;
}

.js_tab_wrap.preparing .box-type-full p {
	margin: 12px 0 8px;
	font-size: 14px;
}

.js_tab_wrap.preparing .box-type-full .table-inner {
	margin-top: 8px;
	border-top: 2px solid #101010;
}

.js_tab_wrap.preparing .box-type-full .table-inner th, .js_tab_wrap.preparing .box-type-full .table-inner td {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

.js_tab_wrap.preparing .box-type-full .table-inner th:first-of-type, .js_tab_wrap.preparing .box-type-full .table-inner td:first-of-type {
	border-left: 0 !important;
}

.sub-tab {
	display: table;
	position: relative;
	width: 100%;
}

.sub-tab:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}

.sub-tab a {
	display: table-cell;
	position: relative;
	z-index: 1;
	width: 50%;
	height: 48px;
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #c8c8c8;
}

.sub-tab a.active {
	border-bottom: 2px solid #B79D59;
	color: #b79d58;
	font-weight: 500;
}

.sub-tab.login a {
	height: 60px;
	padding: 24px 0 12px;
}

.user-notice {
	padding: 40px 15px;
	text-align: center;
	font-size: 16px;
	color: #404040;
}

.user-notice.v2 {
	padding: 32px 15px 16px;
}

.user-notice.v2 .title {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.user-notice.done {
	padding-top: 120px;
}

.user-notice.done + .btn-wrap-center {
	margin-bottom: 80px;
}

.user-notice .notice {
	display: block;
	margin-top: 10px;
	line-height: 1.4;
}

.user-notice .notice.v2 {
	font-size: 18px;
}

.user-notice .notice:first-child {
	margin-top: 0;
}

.user-notice .desc {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #808080;
}

.user-notice .desc:first-child {
	margin-top: 0;
}

.user-notice .desc2 {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.user-notice .desc2:first-child {
	margin-top: 0;
}

.user-notice .desc2 + .desc {
	margin-top: 16px;
}

.user-notice .desc3 {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
}

.user-notice .desc3:first-child {
	margin-top: 0;
}

.user-notice .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -.025em;
	color: #101010;
}

.user-notice .title + .desc2 {
	margin-top: 24px;
}

.user-notice .tit {
	display: block;
	position: relative;
	text-align: left;
	font-weight: 400;
}

.user-notice .underline {
	position: relative;
}

.user-notice .underline:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B79D59;
}

.user-notice .foot {
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #222;
}

.user-notice .list-step {
	position: relative;
	width: 227px;
	margin: 40px auto;
}

.user-notice .list-step:after {
	content: "";
	display: block;
	clear: both;
}

.user-notice .list-step.find-pw li {
	width: calc((100% - 32px) / 3);
}

.user-notice .list-step li {
	position: relative;
	float: left;
	width: calc((100% - 32px) / 2);
	text-align: right;
}

.user-notice .list-step li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
}

.user-notice .list-step li:first-of-type {
	width: 32px;
}

.user-notice .list-step li:first-of-type:after {
	display: none;
}

.user-notice .list-step .num {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-color: #e0e0e0;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	letter-spacing: -.034em;
	text-align: center;
}

.user-notice .list-step .done:before, .user-notice .list-step .done .num {
	background-color: #b79d58;
}

.pop-content .user-notice {
	padding: 0;
	min-height: 72px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

.pop-content .user-notice [class^="icon-big"] {
	margin-bottom: 12px;
}

.pop-content .user-notice .notice {
	font-size: 18px;
}

.pop-content .user-notice .desc {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.pop-content .user-notice .desc em {
	display: block;
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
}

.user-notice.certify-comm {
	padding: 94px 15px 40px;
}

.user-notice.certify-comm .notice {
	display: block;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.025em;
}

.user-notice.certify-comm p:not(.desc) {
	margin: 24px 0 12px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.user-notice.certify-comm + .btn-wrap {
	margin-bottom: 24px;
}

.user-notice .ico-membership {
	margin: -16px auto 6px;
}

.user-notice .ico-preparing {
	width: 35px;
	height: 100px;
	margin: 0 auto 24px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: -224px -196px;
}

.swiper-container .swiper-pagination {
	position: static;
	margin-top: 40px;
	text-align: left;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 1px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: .4;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #101010;
	vertical-align: middle;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
	width: 8px;
	height: 8px;
}

.quick-booking-sticky {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	pointer-events: none;
	align-items: flex-end;
}

.quick-booking-sticky.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	pointer-events: auto;
}

.quick-booking-sticky.active .dim {
	position: fixed;
	opacity: 1;
}

.quick-booking-sticky .dim {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(16, 16, 16, 0.7);
	transition: all 0.3s ease-in-out;
}

.quick-booking-sticky .inner {
	position: relative;
	width: 100%;
	z-index: 10;
	background-color: #fdfdfd;
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
}

.quick-booking-sticky .booking-detail {
	width: 100%;
	padding-top: 24px;
}

.quick-booking-sticky .booking-detail .scroll-wrap {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-height: 100%;
	padding: 0 18px 96px;
}

@media (max-device-height: 667px) {
	.quick-booking-sticky .booking-detail .scroll-wrap {
		max-height: 400px;
	}
}

.quick-booking-sticky .booking-sticky-date {
	padding: 0;
}

.quick-booking-sticky .chk-date dd {
	position: relative;
}

.quick-booking-sticky .btn-normal-book {
	position: -webkit-sticky;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.quick-booking-sticky .box-row {
	margin-bottom: 16px !important;
	padding-bottom: 20px !important;
}

.quick-booking-sticky .box-row dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.quick-booking-sticky .box-row dd {
	margin: 0 0 0 auto;
}

.quick-booking-sticky .box-row dd label {
	margin: 0 0 0 40px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.quick-booking-sticky .box dd {
	margin-top: 16px;
}

.quick-booking-sticky .count .btn-tooltip {
	position: static;
	width: 18px;
	height: 18px;
}

.quick-booking-sticky .point-text {
	position: absolute;
}

.quick-booking-sticky .side-button input {
	line-height: 22px;
}

.list-board {
	border-top: 2px solid #101010;
}

.list-board li {
	border-bottom: 1px solid #dcdcdc;
}

.list-board li a {
	display: block;
	padding: 16px 8px;
	font-size: 14px;
}

.list-board .title {
	max-height: 48px;
	margin-bottom: 8px;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #101010;
}

.list-board .cate {
	display: inline-block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #b79d58;
	vertical-align: middle;
}

.list-board .date {
	display: inline-block;
	letter-spacing: -.036em;
	vertical-align: middle;
	color: #808080;
}

.list-board .date:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 8px;
	background-color: #dcdcdc;
}

.paging {
	margin-top: 32px;
	font-size: 0;
	text-align: center;
}

.paging a, .paging .current {
	display: inline-block;
	margin: 0 12px;
	font-size: 14px;
	line-height: 1.43;
	color: #808080;
}

.paging .current {
	border-bottom: 1px solid #101010;
	font-weight: 700;
	color: #101010;
}

.paging .btn-prev, .paging .btn-next {
	margin: 0 20px;
}

.paging .btn-prev i, .paging .btn-next i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -144px -64px;
}

.paging .btn-prev i {
	transform: rotate(180deg);
}

.board-view-default {
	padding-top: 16px;
	border-top: 2px solid #101010;
}

.board-view-default .title {
	margin: 0 8px 8px;
	font-size: 20px;
	letter-spacing: -.025em;
	color: #101010;
}

.board-view-default .cate {
	display: inline-block;
	margin-left: 8px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #b79d58;
	vertical-align: middle;
}

.board-view-default .date {
	display: inline-block;
	font-size: 14px;
	letter-spacing: -.036em;
	vertical-align: middle;
	color: #808080;
}

.board-view-default .date:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 8px;
	background-color: #dcdcdc;
}

.board-view-default > div {
	min-height: 312px;
	margin-top: 16px;
	padding: 24px 0 0;
	border-top: 1px solid #dcdcdc;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	word-break: break-all;
	color: #404040;
}

.board-view-default .attached-file {
	margin-top: 120px;
	padding: 28px 0;
	font-size: 0;
}

.board-view-default .attached-file dt, .board-view-default .attached-file dd {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -.031em;
}

.board-view-default .attached-file dt {
	width: 109px;
	color: #808080;
}

.board-view-default .attached-file dd {
	width: calc(100% - 109px);
}

.board-view-default .attached-file dd a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.board-view-default .attached-file .ico-file {
	width: 16px;
	height: 16px;
	margin: -2px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -144px -80px;
}

.board-nav {
	border-top: 1px solid #dcdcdc;
}

.board-nav li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 8px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -.031em;
	color: #101010;
}

.board-nav li strong {
	width: 70px;
	font-weight: 400;
}

.board-nav li a, .board-nav li span {
	display: block;
	width: calc(100% - 70px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.board-nav li span {
	color: #808080;
}

.nav-banner {
	overflow: hidden;
	position: relative;
	height: 160px;
	margin-top: 40px;
	background-position: 50% 50%;
	background-size: cover;
}

.nav-banner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-banner .txts {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	font-size: 16px;
	text-align: center;
	transform: translateY(-50%);
}

.nav-banner p {
	color: #b79d58;
}

.nav-banner h4 {
	margin-top: 7px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 1.19;
	letter-spacing: -.5px;
	color: #fff;
}

@media (width: 320px) {
	.nav-banner h4 {
		font-size: 28px;
	}
}

.banner-noti {
	position: fixed;
	top: -100%;
	right: 0;
	left: 0;
	z-index: 13;
	background: #161412;
}

.banner-noti .inner {
	height: 138px;
	margin: 0 18px;
	padding: 20px 0;
}

.banner-noti .swiper-container {
	margin-right: 28px;
	padding-bottom: 21px;
}

.banner-noti .swiper-control {
	margin-top: 8px;
}

.banner-noti .swiper-container .swiper-pagination {
	display: inline-block;
	margin: 0;
}

.banner-noti .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: .4;
}

.banner-noti .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
	background-color: #d8d8d8;
}

.banner-noti .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner-noti .swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
	background-color: #fdfdfd;
}

.banner-noti .swiper-slide {
	background-color: #161412;
}

.banner-noti .message a {
	display: inline-block;
	vertical-align: top;
}

.banner-noti .message a .title {
	display: block;
	line-height: 24px;
}

.banner-noti .message a .title em,
.banner-noti .message a .title span {
	display: inline-block;
	vertical-align: top;
}

.banner-noti .message a .title em {
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
}

.banner-noti .message a .title span {
	margin-left: 8px;
	color: #fdfdfd;
	font-size: 16px;
	letter-spacing: -0.5px;
}

.banner-noti .message a .desc {
	display: block;
	margin-top: 6px;
	color: #a0a0a0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

@media (width: 320px) {
	.banner-noti .message a .desc {
		font-size: 12px;
	}
}

.banner-noti .func {
	text-align: right;
}

.banner-noti .func .close {
	position: absolute;
	top: 24px;
	right: 17px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -96px;
}

.banner-noti .func .row-check {
	position: absolute;
	bottom: 20px;
	right: 17px;
	z-index: 1;
}

.banner-noti .func .check-field {
	vertical-align: top;
}

.banner-noti .func .check-field input {
	width: 12px;
	height: 12px;
	margin-top: -2px;
	margin-right: 5px;
	border-color: #a0a0a0;
}

.banner-noti .func .check-field input:after {
	top: 0px;
	left: 3px;
	width: 3px;
	height: 6px;
}

.banner-noti .func .check-field span {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 18px;
}

.banner-noti .func .check-field span:before, .banner-noti .func .check-field span:after {
	top: 4px;
	background-size: 100% auto;
}

.banner-noti.lang {
	top: auto !important;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 20;
	width: calc(100% - 24px);
	padding: 16px;
	border-radius: 4px;
	background-color: rgba(183, 157, 88, 0.8);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #fdfdfd;
}

.banner-noti.lang .inner {
	height: auto;
	margin: 0;
	padding: 0;
}

.banner-noti.lang .inner .message {
	padding-right: 0;
	font-size: 14px;
}

.banner-noti.lang .inner .func {
	text-align: left;
}

.banner-noti.lang .inner .func .row-check {
	display: inline-block;
	position: static;
	margin-top: 10px;
}

.banner-noti.lang .inner .func .row-check .check-field span {
	color: #fdfdfd;
}

.banner-noti.lang .inner .func .row-check .check-field input {
	width: 16px;
	height: 16px;
	background-color: #fdfdfd;
	border: 1px solid #dcdcdc;
}

.banner-noti.lang .inner .func .row-check .check-field input:checked:after {
	top: 1px;
	left: 4px;
}

.banner-noti.lang .inner .func .close {
	top: auto;
	bottom: 20px;
}

.banner-noti.lang + main {
	padding-top: 100px;
}

.banner-noti.promotion {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.banner-noti.promotion .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 327px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	transform: translate(-50%, -50%);
	background-color: #161412;
}

.banner-noti.promotion figure img {
	width: 100%;
}

.banner-noti.promotion .message {
	padding: 24px 18px;
}

.banner-noti.promotion .message em {
	display: block;
	margin-bottom: 16px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #b79d58;
}

.banner-noti.promotion .message em:nth-of-type(n+2) {
	margin-top: 24px;
}

.banner-noti.promotion .message p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #f0f0f0;
	word-break: keep-all;
}

.banner-noti.promotion .message .desc {
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: -.5px;
	line-height: 1.5;
	color: #a0a0a0;
}

.banner-noti.promotion .message .btn-primary {
	margin-top: 60px;
}

.banner-noti.promotion .func {
	position: static;
	padding: 0 18px 12px;
	background-color: #161412;
}

.banner-noti.promotion .func:after {
	content: "";
	display: block;
	clear: both;
}

.banner-noti.promotion .func .close {
	position: static;
	float: left;
	margin-top: 3px;
}

.banner-noti.promotion .func .row.row-check {
	position: static;
	float: right;
	margin-top: 0;
}

.banner-noti.promotion .func .check-field span:before, .banner-noti.promotion .func .check-field span:after {
	background-color: #f0f0f0;
}

.banner-noti.promotion .swiper-container {
	margin-right: 0;
}

.banner-noti.promotion .swiper-slide {
	background-color: #161412;
	opacity: 0 !important;
	pointer-events: none;
}

.banner-noti.promotion .swiper-slide-active, .banner-noti.promotion .swiper-slide:only-of-type {
	opacity: 1 !important;
	pointer-events: auto;
}

.banner-noti.promotion .swiper-control {
	position: absolute;
	top: 204px;
	right: 16px;
	z-index: 1;
}

.show-top-banner {
	padding-top: 138px;
}

.show-top-banner .header {
	top: 138px;
}

.show-top-banner .header.scrolled {
	z-index: 10;
	transform: translateY(-54px);
}

.show-top-banner .banner-noti {
	top: 0;
}

.scroll-top-wrap {
	position: fixed;
	right: 16px;
	bottom: 24px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.scroll-top-wrap.active {
	opacity: 1;
}

.scroll-top-wrap .btnScrollTop {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -48px -464px;
}

/* room, facility, dining 슬라이드 */
.inside-detail-swiper {
	margin: 40px -16px 0;
}

.inside-detail-swiper .slick-slide {
	position: relative;
	height: 290px;
	padding: 0 4px;
	vertical-align: middle;
}

.inside-detail-swiper .slick-slide img {
	height: 100%;
	width: auto;
	opacity: .4;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.inside-detail-swiper .slick-slide.slick-current img {
	opacity: 1;
}

.inside-detail-swiper .slick-slide.more {
	padding: 0 8px;
}

.inside-detail-swiper .slick-slide.more .btn-more-link {
	position: relative;
	right: 0;
}

.inside-detail-swiper .slick-arrow {
	position: absolute;
	opacity: 0;
}

.inside-detail-swiper .slick-dots > li {
	opacity: 1;
}

.inside-detail-swiper .slick-dots > li:last-child {
	margin-left: -13px;
}

.inside-detail-swiper .slick-dots > li:last-child button {
	opacity: 0;
}

.inside-detail-swiper .slick-dots > li.slick-active button {
	background-color: #101010;
}

.inside-detail-swiper .slick-dots > li.slick-active:last-child button {
	opacity: 1;
}

.inside-detail-swiper .slick-dots > li button {
	position: relative;
	background-color: #9b9b9b;
}

/* //room, facility, dining 슬라이드 */
.sub-content[class*="offers-"] {
	background-color: #fdfdfd;
}

.sub-content[class*="offers-"].minus-margin {
	margin-bottom: -80px;
}

.sub-content[class*="offers-"].minus-margin .footer {
	margin-top: 80px;
}

.sub-content[class*="offers-"].minus-margin .scroll-top-wrap {
	display: none;
}

.sub-content[class*="offers-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-content[class*="offers-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="offers-"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="offers-"] .sub-visual .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 272px;
	height: auto;
	transform: translate(-50%, -50%);
}

.sub-content[class*="offers-"] #skrollr-body {
	z-index: 1;
	background: #fff;
}

.sub-content[class*="offers-"] .btn-offers, .sub-content[class*="offers-"] .texts {
	display: flex;
	position: absolute;
	top: 41.50197628%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 129px;
	padding-left: 18px;
	align-items: center;
	color: #f0f0f0;
}

.sub-content[class*="offers-"] .btn-offers:after, .sub-content[class*="offers-"] .texts:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content[class*="offers-"] .btn-offers div, .sub-content[class*="offers-"] .texts div {
	position: relative;
	z-index: 1;
}

.sub-content[class*="offers-"] .btn-offers .title, .sub-content[class*="offers-"] .texts .title {
	position: relative;
	z-index: 1;
	margin-bottom: 6px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.sub-content[class*="offers-"] .btn-offers .btn-link-invert, .sub-content[class*="offers-"] .texts .btn-link-invert {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}

.sub-content[class*="offers-"] .btn-offers .btn-link-invert i, .sub-content[class*="offers-"] .texts .btn-link-invert i {
	margin: -2px -2px 0 5px;
}

.sub-content[class*="offers-"] .texts {
	bottom: 176px;
}

@media screen and (orientation: landscape) {
	.sub-content.offers-content:not(.offers-detail) .sub-visual {
		background-image: url(../images/offer_kv01-landscape.jpg) !important;
	}
}

@media screen and (orientation: landscape) {
	.sub-content.offers-content-benefits .sub-visual {
		background-image: url(../images/offer_kv02-landscape.jpg) !important;
	}
}

.sub-content[class*="offers-detail"] {
	margin-bottom: -80px;
	padding-bottom: 0;
	word-break: break-all;
}

.sub-content[class*="offers-detail"] i {
	font-style: italic;
}

.sub-content[class*="offers-detail"] b {
	font-weight: bold;
}

.sub-content[class*="offers-detail"] .sub-visual:before {
	padding-bottom: 100vh;
	padding-bottom: calc(var(--vh, 1vh) * 100);
}

.sub-content[class*="offers-detail"] .sub-visual:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0, 0 0, 100% 0, 100% 100%;
	background-size: 100% 140px, 107px 100%, 107px 100%, 100% 140px;
	background-repeat: no-repeat;
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont {
	position: absolute;
	top: 50%;
	right: 18px;
	left: 18px;
	z-index: 2;
	color: #f0f0f0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -18px;
	width: calc(100% + 36px);
	height: 214px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000000;
	opacity: 0.3;
	-webkit-filter: blur(36px);
	filter: blur(36px);
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont > div {
	position: relative;
	z-index: 1;
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	word-break: keep-all;
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont .event-date {
	display: block;
	margin-top: 16px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
}

.sub-content[class*="offers-detail"] .sub-visual .header-cont .event-date time {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.offers > .title {
	margin-bottom: 12px;
	padding: 56px 18px 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.offers > p {
	margin-bottom: 48px;
	padding: 0 18px;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
	letter-spacing: -.031em;
}

.offers.benefits .label {
	display: block;
	margin-bottom: 4px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #b79d58;
}

.offers.benefits .title {
	margin-bottom: 12px;
	padding: 0 18px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.5px;
	color: #101010;
}

.offers.benefits .txts {
	margin-bottom: 40px;
	padding: 40px 18px 56px;
	border-bottom: 8px solid #f8f8f8;
}

.offers.benefits .txts .title {
	padding: 0;
	font-size: 24px;
	line-height: 1.42;
}

.offers.benefits .txts .desc {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
}

.offers.benefits .info-wrap {
	margin-top: 40px;
}

.offers.benefits .btn-wrap {
	padding: 40px 18px 0;
}

.offers .list-benefits {
	margin: 16px 15px 0;
	border-top: 2px solid #101010;
}

.offers .list-benefits dt, .offers .list-benefits dd {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.offers .list-benefits dt {
	padding: 20px 12px 8px;
	color: #808080;
}

.offers .list-benefits dd {
	padding: 0 12px 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #404040;
}

.offers .list-benefits .list-info-dots {
	margin-top: 12px;
}

.offers .list-benefits .list-info-dots li {
	margin-top: 4px;
	font-size: 16px;
	letter-spacing: -.031em;
}

.offers .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 56px 18px 40px;
	text-align: center;
}

.offers .btn-wrap [class*="btn-primary"] {
	flex: 1;
}

.offers .btn-wrap.salon {
	margin-bottom: 80px;
}

.offers .info-wrap {
	padding: 40px 18px 50px;
	background-color: #f8f8f8;
}

.offers .list-info-dots li {
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #585858;
}

.offers .list-info-dots li:not(:first-of-type) {
	margin-top: 8px;
}

.offers .list-info-dots li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: -1px 10px 2px -14px;
	border-radius: 100%;
	background-color: #bc9d4b;
	vertical-align: middle;
}

.list-empty {
	padding: 147px 0;
	text-align: center;
}

.list-empty .ico-empty {
	width: 35px;
	height: 98px;
	margin: 0 auto 24px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: -224px -196px;
}

.list-empty h3, .list-empty p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #b79d58;
}

.list-offers {
	margin-bottom: 80px;
}

.list-offers .item:not(:first-of-type) {
	margin-top: 56px;
}

.list-offers .item:nth-of-type(odd) {
	padding-right: 33px;
}

.list-offers .item:nth-of-type(odd) .thumb {
	padding-bottom: 62.5%;
}

.list-offers .item:nth-of-type(odd) .thumb img {
	width: 100%;
	height: auto;
}

.list-offers .item:nth-of-type(odd) .info a:only-child {
	margin-right: -55px;
}

.list-offers .item:nth-of-type(even) {
	padding-left: 33px;
}

.list-offers .item:nth-of-type(even) .thumb {
	padding-bottom: 133.33333333%;
}

.list-offers .item:nth-of-type(even) .thumb img {
	width: auto;
	height: 100%;
}

.list-offers .item:nth-of-type(even) .info {
	padding-left: 0;
	padding-right: 50px;
}

.list-offers .item:nth-of-type(even) .info .btn-quick-reserv {
	right: 15px;
}

.list-offers .item:nth-of-type(even) .info a:only-child {
	margin-right: -50px;
}

.list-offers .thumb {
	overflow: hidden;
	position: relative;
	height: 0;
}

.list-offers .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.list-offers .info {
	position: relative;
	padding: 16px 40px 0 18px;
	color: #404040;
}

.list-offers .info a {
	display: block;
}

.list-offers .info a:first-child {
	padding-right: 15px;
}

.list-offers .info .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -.021em;
	word-break: keep-all;
	color: #101010;
}

.list-offers .info .desc {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: -.031em;
	line-height: 1.5;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.list-offers .info .date {
	display: block;
	margin-top: 16px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #a0a0a0;
	font-size: 14px;
}

.list-offers .info .price {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.5;
	color: #b79d58;
}

.list-offers .info .price ins {
	background: none;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.list-offers .info .price .unit {
	margin-left: 2px;
	letter-spacing: -.022em;
}

.list-offers .info .btn-link {
	margin-top: 21px;
}

.list-offers .info .btn-quick-reserv {
	position: absolute;
	top: 16px;
	right: 0;
}

.list-offers + .more-conts {
	position: relative;
	z-index: 1;
	margin: -40px 0 40px;
}

.board-view {
	padding-top: 40px;
}

.board-view-body {
	padding: 0 15px;
}

.board-view-body .btn-wrap {
	margin-bottom: 30px;
}

.board-view-head {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
}

.board-view-head .title {
	font-size: 16px;
}

.board-view-head .date {
	margin-top: 7px;
	font-size: 14px;
	color: #999;
}

.board-view-edit {
	overflow: hidden;
	margin-bottom: 25px;
}

.board-view-foot {
	border-bottom: 1px solid #F0F0F0;
}

.board-view-foot a {
	display: block;
	overflow: hidden;
	padding: 13px 0;
	border-top: 1px solid #F0F0F0;
	font-size: 14px;
}

.board-view-foot a span {
	float: left;
	position: relative;
	width: 30%;
	padding-left: 33px;
	color: #B79D59;
}

.board-view-foot a span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #909090;
	transform: translateY(-50%) rotate(-135deg);
}

.board-view-foot a:last-child span:before {
	transform: translateY(-90%) rotate(45deg);
}

.board-view-foot a strong {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}

.btn-scroll {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 192px;
	height: 90px;
	padding: 34px 0 24px;
	text-align: center;
	margin-left: -96px;
}

.btn-scroll i {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -97px -145px;
}

.cont-package-detail section {
	letter-spacing: -0.5px;
}

.cont-package-detail section:first-child {
	border-top: none;
}

.cont-package-detail section > .inner {
	padding: 0 18px;
}

.cont-package-detail .title-label {
	position: relative;
	margin-bottom: 24px;
	padding-left: 14px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

.cont-package-detail .title-label:before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 2px;
	height: 20px;
	background-color: #b79d59;
}

.cont-package-detail .promotions-feature {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}

.cont-package-detail .promotions-feature:last-child {
	margin-bottom: 0;
}

.cont-package-detail .promotions-feature .feature-title {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #b79d58;
}

.cont-package-detail .promotions-feature .feature-desc {
	margin-top: 8px;
	color: #404040;
}

.cont-package-detail .promotions-feature.lecturer {
	margin: 20px 0;
}

.cont-package-detail .promotions-feature.lecturer .feature-desc {
	display: flex;
}

.cont-package-detail .promotions-feature.lecturer .feature-desc:after {
	content: "";
	display: block;
	clear: both;
}

.cont-package-detail .promotions-feature.lecturer .feature-desc figure {
	flex: 1;
	width: 104px;
	margin-right: 24px;
}

.cont-package-detail .promotions-feature.lecturer .feature-desc div {
	flex: 1;
	min-width: calc(100% - 128px);
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.cont-package-detail .promotions-feature.lecturer .feature-desc span {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}

.cont-package-detail .package-info {
	margin-top: 40px;
	letter-spacing: -.5px;
}

.cont-package-detail .package-info .cate {
	display: block;
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #b79d58;
}

.cont-package-detail .package-info .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	color: #101010;
	font-size: 24px;
	line-height: 34px;
}

.cont-package-detail .package-info.offers .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #b79d58;
}

.cont-package-detail .package-info .package-desc, .cont-package-detail .package-info p {
	color: #404040;
	margin-top: 8px;
	line-height: 24px;
}

.cont-package-detail .package-info .promotions-feature:first-of-type {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #dcdcdc;
}

.cont-package-detail .package-info .promotions-feature:last-of-type {
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}

.cont-package-detail .package-feature {
	margin-top: 64px;
	color: #404040;
}

.cont-package-detail .package-feature + .package-feature {
	margin-top: 40px;
	padding-top: 0;
	border-top: 0;
}

.cont-package-detail .package-feature .inner > figure {
	margin: 0 -3px;
}

.cont-package-detail .package-feature h5.title {
	margin: 24px 0 16px;
	color: #101010;
	font-size: 24px;
	line-height: 36px;
}

.cont-package-detail .package-feature .location,
.cont-package-detail .package-feature .package-desc,
.cont-package-detail .package-feature .feature-list {
	line-height: 24px;
}

.cont-package-detail .package-feature .location {
	margin-top: 12px;
}

.cont-package-detail .package-feature .package-desc {
	margin-top: 20px;
	padding-bottom: 0;
}

.cont-package-detail .package-feature .feature-list {
	margin-top: 16px;
}

.cont-package-detail .package-partners {
	padding: 72px 0 0;
}

.cont-package-detail .package-partners .title {
	margin-bottom: 24px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -.5px;
}

.cont-package-detail .package-partners figure {
	overflow-x: auto;
	margin: 0 -18px;
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
}

.cont-package-detail .package-partners figure img {
	width: auto;
	height: 80px;
}

.cont-package-detail .package-benefits {
	margin-top: 64px;
}

.cont-package-detail .package-benefits .title {
	margin-bottom: 16px;
	padding: 8px 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -.7px;
	color: #101010;
}

.cont-package-detail .package-benefits .list-benefits {
	margin: 0;
	border: 0;
}

.cont-package-detail .package-benefits .item + .item {
	margin-top: 40px;
}

.cont-package-detail .package-benefits .item.reduced {
	overflow: hidden;
	margin: 0 -18px;
	padding: 0 18px;
}

.cont-package-detail .package-benefits figure {
	margin: 0 -3px;
}

.cont-package-detail .package-benefits .info {
	padding: 24px 0;
}

.cont-package-detail .package-benefits .info .title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
}

.cont-package-detail .package-benefits .info .youtube {
	width: 320px;
	height: 180px;
	margin: 0 auto;
}

.cont-package-detail .package-benefits .info strong, .cont-package-detail .package-benefits .info p {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -.5px;
	word-break: break-all;
}

.cont-package-detail .package-benefits .info .list-type, .cont-package-detail .package-benefits .info ul {
	margin-top: 12px;
}

.cont-package-detail .package-benefits .info .list-type li, .cont-package-detail .package-benefits .info ul li {
	display: inline-block;
	width: 100%;
	padding-left: 16px;
	color: #585858;
	font-size: 14px;
	letter-spacing: -.5px;
	text-align: inherit;
}

.cont-package-detail .package-benefits .info .list-type li:before, .cont-package-detail .package-benefits .info ul li:before {
	content: '';
	display: inline-block;
	position: static;
	width: 4px;
	height: 4px;
	margin: -4px 12px 0 -16px;
	border-radius: 100%;
	background-color: #bc9d4b;
	vertical-align: middle;
}

.cont-package-detail .package-benefits .info .list-type li:nth-child(n+2), .cont-package-detail .package-benefits .info ul li:nth-child(n+2) {
	margin-top: 8px;
}

.cont-package-detail .package-event {
	margin-top: 56px;
	padding: 40px 0 56px;
	background: #f8f8f8 url("../images/offer-bg1.jpg") no-repeat center;
	background-size: cover;
}

.cont-package-detail .package-event .title {
	width: 285px;
	height: 78px;
	background: url("../images/offer-tit1.png") no-repeat 0 0;
	background-size: 285px 78px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.cont-package-detail .package-event .package-desc {
	margin-top: 13px;
	color: #404040;
	line-height: 24px;
}

.cont-package-detail .package-event .btn-link {
	margin-top: 20px;
}

.cont-package-detail .package-event .event-list {
	margin: 80px -3px 0;
}

.cont-package-detail .package-event .event-list:after {
	content: "";
	display: block;
	clear: both;
}

.cont-package-detail .package-event .event-list li {
	float: left;
	width: 48.7%;
	margin-right: 2.6%;
}

.cont-package-detail .package-event .event-list li:last-child {
	margin-right: 0;
}

.cont-package-detail .package-event .event-list li strong,
.cont-package-detail .package-event .event-list li .desc {
	display: block;
}

.cont-package-detail .package-event .event-list li strong {
	margin-top: 14px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	color: #101010;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.5px;
}

.cont-package-detail .package-event .event-list li .desc {
	display: block;
	color: #404040;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
}

.cont-package-detail .package-price {
	padding-top: 64px;
}

.cont-package-detail .package-price .title {
	padding: 8px 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0.7px;
}

.cont-package-detail .package-price .title + p {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.5;
	color: #585858;
}

.cont-package-detail .package-price .inner > .list-type {
	margin-top: 8px;
}

.cont-package-detail .package-price .inner > .list-type li {
	color: #585858;
}

.cont-package-detail .package-price .accordion-wrap {
	margin-top: 16px;
}

.cont-package-detail .package-price .accordion-wrap.type-2 {
	margin-top: 40px;
}

.cont-package-detail .package-price .accordion-wrap.type-2 > dl .head {
	border-bottom: 0;
}

.cont-package-detail .package-price .accordion-wrap.type-2 > dl .head button {
	font-family: inherit;
	font-size: 20px;
}

.cont-package-detail .package-price .accordion-wrap.type-2 > dl .body {
	margin: 0 -18px;
	padding: 32px 18px;
}

.cont-package-detail .package-price .accordion-wrap.type-2 > dl .body strong {
	font-weight: 700;
}

.cont-package-detail .package-price .accordion-wrap > dl .head button {
	padding: 18px 0 17px;
}

.cont-package-detail .package-price .accordion-wrap > dl .head button:after {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -544px;
	transform: rotate(0);
}

.cont-package-detail .package-price .accordion-wrap > dl .head .open:after {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -32px -544px;
}

.cont-package-detail .package-price .accordion-wrap > dl .body strong {
	display: block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #404040;
}

.cont-package-detail .package-price .accordion-wrap > dl .body strong em {
	font-family: inherit;
	font-weight: inherit;
	color: #b79d58;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type, .cont-package-detail .package-price .accordion-wrap > dl .body ul {
	margin-top: 12px;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type li, .cont-package-detail .package-price .accordion-wrap > dl .body ul li {
	display: inline-block;
	width: 100%;
	padding-left: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #585858;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type li:nth-child(n+2), .cont-package-detail .package-price .accordion-wrap > dl .body ul li:nth-child(n+2) {
	margin-top: 6px;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type li:before, .cont-package-detail .package-price .accordion-wrap > dl .body ul li:before {
	content: '';
	display: inline-block;
	position: static;
	width: 4px;
	height: 4px;
	margin: -4px 12px 0 -16px;
	border-radius: 100%;
	background-color: #bc9d4b;
	vertical-align: middle;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type li em, .cont-package-detail .package-price .accordion-wrap > dl .body ul li em {
	font-weight: 700;
}

.cont-package-detail .package-price .accordion-wrap > dl .body .list-type + strong, .cont-package-detail .package-price .accordion-wrap > dl .body ul + strong {
	margin-top: 24px;
}

.cont-package-detail .package-salon {
	margin-top: 64px;
}

.cont-package-detail .package-salon .title {
	margin-bottom: 24px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -.7px;
	color: #101010;
}

.cont-package-detail .related-salon {
	padding-left: 15px;
}

.cont-package-detail .related-salon .swiper-slide {
	width: 79.4%;
	margin-right: 9px;
}

.cont-package-detail .related-salon .info {
	padding: 24px 3px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
}

.cont-package-detail .related-salon .info .title {
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
}

.cont-package-detail .related-salon .info .desc {
	margin-bottom: 4px;
	color: #b79d58;
}

.cont-package-detail .related-salon .info .date {
	display: block;
	margin-bottom: 12px;
	color: #585858;
}

.cont-package-detail .related-salon .info .list-type, .cont-package-detail .related-salon .info ul {
	margin-top: 12px;
}

.cont-package-detail .related-salon .info .list-type li, .cont-package-detail .related-salon .info ul li {
	display: inline-block;
	width: 100%;
	padding-left: 16px;
	color: #585858;
	font-size: 14px;
	letter-spacing: -.5px;
	text-align: inherit;
}

.cont-package-detail .related-salon .info .list-type li:before, .cont-package-detail .related-salon .info ul li:before {
	content: '';
	display: inline-block;
	position: static;
	width: 4px;
	height: 4px;
	margin: -4px 12px 0 -16px;
	border-radius: 100%;
	background-color: #bc9d4b;
	vertical-align: middle;
}

.cont-package-detail .related-salon .info .list-type li:nth-child(n+2), .cont-package-detail .related-salon .info ul li:nth-child(n+2) {
	margin-top: 8px;
}

.cont-package-detail .package-promotions {
	margin-top: 64px;
}

.cont-package-detail .package-promotions > .inner + .inner {
	margin-top: 40px;
}

.cont-package-detail .package-promotions .item {
	margin-bottom: 32px;
}

.cont-package-detail .package-promotions .item:last-child {
	margin-bottom: 0;
}

.cont-package-detail .package-promotions .item .item-title {
	color: #101010;
	font-size: 20px;
	line-height: 32px;
}

.cont-package-detail .package-promotions .item .item-desc,
.cont-package-detail .package-promotions .item .item-room {
	margin-top: 12px;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
}

.cont-package-detail .package-promotions .item .item-room {
	position: relative;
	margin-top: 20px;
	padding-left: 76px;
}

.cont-package-detail .package-promotions .item .item-room em {
	position: absolute;
	top: 0;
	left: 0;
	color: #b79d58;
}

.cont-package-detail .package-promotions .item + .item, .cont-package-detail .package-promotions .item + figure {
	margin-top: 40px;
}

.cont-package-detail .package-promotions figure {
	margin: 0 -3px;
}

.cont-package-detail .package-promotions figure + .promotions-feature, .cont-package-detail .package-promotions figure + .item {
	margin-top: 24px;
}

.cont-package-detail .package-promotions .promotions-feature.menu {
	margin-bottom: 24px;
}

.cont-package-detail .package-promotions .promotions-feature.menu em {
	display: block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #404040;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem, .cont-package-detail .package-promotions .promotions-feature.menu ul {
	margin-top: 12px;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem > li, .cont-package-detail .package-promotions .promotions-feature.menu ul > li {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	letter-spacing: -.5px;
	text-align: inherit;
	color: #585858;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem > li:before, .cont-package-detail .package-promotions .promotions-feature.menu ul > li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #bc9d4b;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem > li:nth-child(n+2), .cont-package-detail .package-promotions .promotions-feature.menu ul > li:nth-child(n+2) {
	margin-top: 8px;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem strong, .cont-package-detail .package-promotions .promotions-feature.menu ul strong {
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
	line-height: 24px;
	color: #404040;
}

.cont-package-detail .package-promotions .promotions-feature.menu .list-typem + em, .cont-package-detail .package-promotions .promotions-feature.menu ul + em {
	margin-top: 20px;
}

.cont-package-detail .promotions {
	margin-top: 64px;
	text-align: center;
}

.cont-package-detail .promotions .inner {
	padding: 0 15px;
}

.cont-package-detail .promotions .inner > div {
	padding: 24px 0;
}

.cont-package-detail .promotions .title, .cont-package-detail .promotions strong {
	padding: 0 28px;
}

.cont-package-detail .promotions .title {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -.83px;
	color: #101010;
}

.cont-package-detail .promotions strong {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #b79d58;
}

.cont-package-detail .btn-wrap {
	margin-top: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.cont-package-detail .btn-wrap > a {
	margin-right: 8px;
}

.cont-package-detail .btn-wrap > a:last-child {
	margin-right: 0;
}

.cont-package-detail .btn-wrap.type2 {
	margin: 56px 0;
	-webkit-justify-content: center;
	justify-content: center;
}

.cont-package-detail .btn-wrap.type2 [class*="btn-primary"] {
	-webkit-flex: 0 50%;
	flex: 0 50%;
}

.cont-package-detail .btn-wrap + .list-type {
	margin-top: 12px;
	padding: 0 18px;
}

.cont-package-detail .btn-wrap + .list-type li {
	color: #585858;
}

.cont-package-detail .package-attention {
	margin-top: 64px;
	padding: 40px 0;
	background: #f8f8f8;
	border-top: 0;
}

.cont-package-detail .package-attention ul li {
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #585858;
}

.cont-package-detail .package-attention ul li:not(:first-of-type) {
	margin-top: 8px;
}

.cont-package-detail .package-attention ul li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: -1px 10px 2px -14px;
	border-radius: 100%;
	background-color: #bc9d4b;
	vertical-align: middle;
}

.cont-package-detail .package-attention ul ul {
	margin-top: 8px;
}

.cont-package-detail .package-attention ul ul li:not(:first-of-type) {
	margin-top: 4px;
}

.cont-package-detail .package-attention ul ul li:before {
	content: '-';
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
}

.cont-package-detail .package-attention .list-info-dots ul {
	margin-top: 8px;
}

.cont-package-detail .package-attention .list-info-dots ul li:not(:first-of-type) {
	margin-top: 4px;
}

.cont-package-detail .package-attention .list-info-dots ul li:before {
	content: '-';
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
}

.package-facilities {
	padding: 48px 0 0;
	background: none;
}

.package-facilities .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0.7px;
}

.package-facilities .related-package {
	margin-top: 24px;
	padding-right: 15px;
	padding-left: 15px;
}

.package-facilities .related-package .swiper-slide {
	width: 77.3%;
	padding-left: 0;
}

.package-facilities .related-package .swiper-slide img {
	opacity: 1;
}

.package-facilities .related-package .info {
	padding-top: 16px;
}

.package-facilities .related-package .title {
	margin-bottom: 4px;
	color: #101010;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.5px;
}

.package-facilities .related-package .desc {
	color: #101010;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.package-facilities .related-package .date {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #585858;
}

.package-facilities .related-package .btn-link {
	margin-top: 8px;
}

.package-programs {
	margin-top: 64px;
}

.package-programs:last-of-type {
	padding-bottom: 0;
}

.package-programs .subtitle {
	margin: 24px 0 12px;
	color: #101010;
	font-size: 20px;
	line-height: 1.6;
}

.package-programs .subtitle + .package-desc {
	margin-bottom: 20px;
	color: #101010;
}

.package-programs figure + .cate {
	margin-top: 24px;
}

.package-programs .cate {
	display: block;
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #b79d58;
}

.package-programs .title {
	color: #101010;
	font-size: 24px;
	line-height: 34px;
}

.package-programs .title + .promotions-feature {
	margin-top: 24px;
}

.package-programs .calendar:not(:last-of-type) {
	margin-bottom: 40px;
}

.accordion-wrap > dl {
	margin-bottom: 16px;
}

.accordion-wrap > dl:last-child {
	margin-bottom: 0;
}

.accordion-wrap > dl .head {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.accordion-wrap > dl .head > a, .accordion-wrap > dl .head button {
	display: block;
	width: 100%;
	padding-right: 46px;
	text-align: left;
}

.accordion-wrap > dl .head > a:after, .accordion-wrap > dl .head button:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: "";
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -216px -72px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-wrap > dl .head .open:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-wrap > dl .body {
	display: none;
	background-color: #f8f8f8;
}

.accordion-wrap.type-1 > dl .head > a {
	padding: 17px 0 16px;
}

.accordion-wrap.type-1 > dl .head button {
	padding: 12px 0;
}

.accordion-wrap.type-1 > dl .head strong,
.accordion-wrap.type-1 > dl .head small {
	display: block;
}

.accordion-wrap.type-1 > dl .head strong {
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.6px;
}

.accordion-wrap.type-1 > dl .head small {
	margin-top: 4px;
	color: #585858;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 18px;
}

.accordion-wrap.type-1 > dl .body {
	margin: 0 -18px;
	padding: 24px 18px;
	color: #404040;
	line-height: 24px;
}

.accordion-wrap.type-1 > dl .tail {
	padding: 24px 0;
}

.accordion-wrap.type-1 > dl .tail .weekdays:after,
.accordion-wrap.type-1 > dl .tail .weekend:after {
	content: "";
	display: block;
	clear: both;
}

.accordion-wrap.type-1 > dl .tail .weekdays .day,
.accordion-wrap.type-1 > dl .tail .weekend .day {
	float: left;
	letter-spacing: -0.5px;
	line-height: 24px;
}

.accordion-wrap.type-1 > dl .tail .weekdays .price,
.accordion-wrap.type-1 > dl .tail .weekend .price {
	float: right;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.accordion-wrap.type-1 > dl .tail .weekdays .price > strong,
.accordion-wrap.type-1 > dl .tail .weekend .price > strong {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #b79d58;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
}

.accordion-wrap.type-1 > dl .tail .weekend {
	margin-top: 16px;
}

.accordion-wrap.type-2 > dl {
	margin-bottom: 0;
}

.accordion-wrap.type-2 > dl .head > a {
	padding: 18px 0 17px;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: -0.5px;
}

.accordion-wrap.type-2 > dl .body {
	padding: 24px 0;
}

.accordion-wrap.type-3 > dl {
	margin-bottom: 0;
}

.accordion-wrap.type-3 > dl .head > a {
	padding: 18px 0 17px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
	letter-spacing: -0.5px;
}

.accordion-wrap.type-3 > dl .body {
	padding: 24px 0 0;
	background-color: #fdfdfd;
}

.accordion-wrap.type-3 > dl .list-type {
	margin-top: 0;
}

.accordion-wrap.type-3 > dl .list-type > li {
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.accordion-wrap.type-3 > dl .list-type > li:before {
	top: 10px;
}

.accordion-wrap + .accordion-wrap {
	margin-top: 24px;
}

.sub-content[class*="celebrity-"] {
	background-color: #fdfdfd;
}

.sub-content[class*="celebrity-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="celebrity-"] .sub-visual {
		background-image: url(../images/celebrity_kv01-landscape.jpg) !important;
	}
}

.sub-content[class*="celebrity-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="celebrity-"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="gallery-"] {
	background-color: #fdfdfd;
}

.sub-content[class*="gallery-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="gallery-"] .sub-visual {
		background-image: url(../images/gallery_kv01-landscape.jpg) !important;
	}
}

.sub-content[class*="gallery-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="gallery-"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="gallery-"] .text {
	display: flex;
	top: 35.57312253%;
	height: 224px;
	align-items: center;
}

.sub-content[class*="gallery-"] .text:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content[class*="gallery-"] .text h3 {
	position: relative;
	z-index: 1;
}

.sub-content[class*="gallery-"] .text div {
	position: relative;
	z-index: 1;
}

.list-gallery {
	padding: 56px 15px 0;
}

.list-gallery li {
	position: relative;
}

.list-gallery li:nth-child(n+2) {
	margin-top: 24px;
}

.list-gallery li.shoot:after {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -72px -168px;
}

.list-gallery li.vod:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -144px;
	transform: translate(-50%, -50%);
}

.list-gallery li a, .list-gallery li img {
	display: block;
}

.list-gallery li .img-box {
	display: block;
	padding-bottom: 62.6%;
	background-position: 50%;
	background-size: cover;
}

.booking-detail input[type='radio'] {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.booking-detail input[type='radio']:checked {
	border-color: #b79d59;
}

.booking-detail input[type='radio']:checked:after {
	width: 12px;
	height: 12px;
}

.booking-detail .inner-full {
	padding: 16px 15px;
}

.booking-detail dt {
	padding: 0 3px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #101010;
}

.booking-detail dd {
	margin-top: 24px;
}

.booking-detail dd > label {
	margin-right: 32px;
	font-size: 16px;
	color: #404040;
}

.booking-detail dd > label:last-of-type {
	margin-right: 0;
}

.booking-detail [class^='box'] {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}

.booking-detail [class^='box']:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.booking-detail .box-row:not(.bed) dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.booking-detail .box-row:not(.bed) dl dt {
	position: relative;
	margin-top: 2px;
}

.booking-detail .box-row:not(.bed) dl dd {
	margin: 0 0 0 auto;
}

.booking-detail .box-row:not(.bed) dl .tooltip-box {
	left: 52px;
	right: auto;
}

.booking-detail .box-row:not(.bed) dl .tooltip-box:before, .booking-detail .box-row:not(.bed) dl .tooltip-box:after {
	right: auto;
	border-right: 0;
}

.booking-detail .box-row:not(.bed) dl .tooltip-box:before {
	left: -1px;
	border-left: 8px solid #b79d58;
}

.booking-detail .box-row:not(.bed) dl .tooltip-box:after {
	left: 0;
	border-left: 6px solid #fdfdfd;
}

.booking-detail .box-dual {
	display: flex;
	width: 100%;
}

.booking-detail .box-dual dl {
	width: calc((100% - 9px) / 2);
}

.booking-detail .box-dual dl:first-child {
	margin-right: 9px;
}

.booking-detail .box-triple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
}

.booking-detail .box-triple .count {
	flex: 0 88px;
}

.booking-detail .box-triple dd {
	margin-top: 8px;
}

.booking-detail .box-triple .accent {
	width: 100%;
}

.booking-detail .box {
	line-height: 24px;
}

.booking-detail .select-room-name {
	padding-bottom: 15px;
	margin-bottom: 21px;
	border-bottom: 1px solid #ddd;
	color: #B79D59;
	font-size: 15px;
}

.booking-detail .no-data {
	display: block;
	height: auto;
	padding: 190px 0;
	text-align: center;
}

.booking-detail .no-data .ico-empty {
	width: 32px;
	height: 86px;
	margin: 0 auto 16px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: -256px -128px;
}

.booking-detail .no-data p {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #b79d58;
}

.booking-detail .side-button input {
	line-height: 22px;
}

.booking-btn [class^="btn-primary"] {
	width: 100%;
}

.count {
	position: relative;
}

.count label {
	display: inline-block;
	line-height: 24px;
	color: #101010;
}

.count dd {
	position: relative;
}

.count input {
	border: 0;
	background-color: transparent;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	text-align: center;
	vertical-align: top;
	color: #101010;
}

.count [class^="btn-"] {
	position: absolute;
	top: 12px;
	width: 24px;
	height: 24px;
}

.count .btn-minus {
	left: 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -48px -144px;
}

.count .btn-minus[disabled] {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -168px -696px;
}

.count .btn-plus {
	right: 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -72px -144px;
}

.count .btn-plus[disabled] {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -168px -744px;
}

.count .btn-tooltip {
	position: static;
	width: 18px;
	height: 18px;
}

.btn-tooltip {
	position: static;
	width: 18px;
	height: 18px;
	margin: -4px 0 0 8px;
	padding: 3px 0;
	border-radius: 100%;
	background-color: #b79d59;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
}

.btn-tooltip:before {
	content: '?';
}

.tooltip-box {
	display: none;
	position: absolute;
	top: -8px;
	right: 40px;
	z-index: 2;
	width: 216px;
	padding: 28px 0;
	border: 1px solid #b79d59;
	background-color: #fdfdfd;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #b79d58;
	text-align: center;
	transform: translateY(-100%);
}

.tooltip-box.active {
	display: block;
}

.tooltip-box:before, .tooltip-box:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

.tooltip-box:before {
	right: -1px;
	bottom: -9px;
	border-bottom: 9px solid transparent;
	border-right: 8px solid #b79d58;
}

.tooltip-box:after {
	right: 0;
	bottom: -6px;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fdfdfd;
}

.tooltip-box .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
}

.tooltip-box .btn-close:before, .tooltip-box .btn-close:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 16px;
	background-color: #b79d59;
}

.tooltip-box .btn-close:before {
	transform: rotate(45deg);
}

.tooltip-box .btn-close:after {
	transform: rotate(-45deg);
}

.booking-step {
	padding: 16px 15px 0;
}

.booking-step .step {
	position: relative;
	padding: 24px 0 16px;
	border-bottom: 1px solid #101010;
}

.booking-step .step:not(:first-of-type) {
	margin-top: 40px;
}

.booking-step .step a, .booking-step .step button {
	display: block;
	width: 100%;
	text-align: left;
}

.booking-step .step strong {
	display: block;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -.5px;
	color: #000;
}

.booking-step .step span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #808080;
}

.booking-step .step i {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -216px -72px;
	transform: rotate(180deg) translateY(50%);
}

.booking-step .step .open i {
	transform: rotate(0) translateY(-50%);
}

.booking-step > dd {
	display: none;
	margin: 0;
}

.booking-step > dd:not(:first-of-type) {
	padding-top: 16px;
}

.booking-step > dd:not(:last-of-type):after {
	content: '';
	display: block;
	margin: 56px -15px 40px;
	padding: 0 15px;
	width: 100%;
	height: 8px;
	background-color: #f4f4f4;
}

.booking-step > dd.active {
	display: block;
}

.booking-step > dd .point-text.v3 {
	margin-bottom: 32px;
}

.booking-step [class^="tab-depth"] {
	padding-left: 3px;
	font-size: 0;
}

.booking-step [class^="tab-depth"][class*="depth1"] {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.booking-step [class^="tab-depth"][class*="depth1"] a {
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: -0.5px;
}

.booking-step [class^="tab-depth"][class*="depth1"] .active {
	color: #101010;
}

.booking-step [class^="tab-depth"][class*="depth2"] {
	display: none;
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}

.booking-step [class^="tab-depth"][class*="depth2"] a {
	padding-bottom: 12px;
}

.booking-step [class^="tab-depth"][class*="depth2"] .active {
	color: #b79d58;
	border-bottom-color: #b79d59;
}

.booking-step [class^="tab-depth"] a {
	display: inline-block;
	margin-right: 24px;
	padding: 12px 0;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #a0a0a0;
}

.booking-step [class*="list-"] .info {
	position: relative;
	padding: 16px 3px 0;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.booking-step .list-room-type {
	padding-top: 0;
}

.booking-step .list-room-type > li:not(:first-of-type):not(.swiper-slide) {
	padding-top: 32px;
}

.booking-step .list-room-type .info .cate {
	display: inline-block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #b79d58;
}

.booking-step .list-room-type .info .title {
	margin: 8px 0 4px;
	font-size: 28px;
	line-height: 1.57;
	color: #101010;
	letter-spacing: -.5px;
}

.booking-step .list-room-type .info .desc {
	color: #808080;
}

.booking-step .list-room-type .thumb {
	position: relative;
}

.booking-step .list-room-type .btn-more-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: rgba(16, 16, 16, 0.4);
}

.booking-step .list-room-type .btn-more-img:after {
	content: '';
	width: 24px;
	height: 24px;
	margin: 8px 0 0 8px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -120px -144px;
}

.booking-step .room-spec {
	margin: 12px 0 20px;
	line-height: 20px;
	letter-spacing: 0;
}

.booking-step .room-spec dt {
	margin-right: 8px;
	color: #a0a0a0;
}

.booking-step .room-spec dt:nth-of-type(2):before {
	height: 14px;
	margin: -2px 12px 0;
	background-color: #c8c8c8;
}

.booking-step .room-spec dd {
	margin-top: 0;
	color: #404040;
}

.booking-step .price {
	height: 24px;
}

.booking-step .price del {
	margin-right: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #a0a0a0;
}

.booking-step .price ins {
	display: inline-block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #b79d58;
}

.booking-step .price .unit {
	margin-left: 4px;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #404040;
}

.booking-step .btn-more-info {
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
	text-align: right;
}

.booking-step .btn-more-info i {
	width: 16px;
	height: 16px;
	margin: -3px 0 0 12px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -16px -128px;
}

.booking-step .btn-more-info.active, .booking-step .btn-more-info.open {
	color: #b79d58;
}

.booking-step .btn-more-info.active i, .booking-step .btn-more-info.open i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -32px -128px;
}

.booking-step [class^="cate-"] {
	display: inline-block;
	width: 64px;
	height: 24px;
	margin: 0 4px 16px 0;
	padding: 4px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #f0f0f0;
	text-align: center;
	vertical-align: middle;
}

.booking-step .cate-roomonly {
	background-color: #404040;
}

.booking-step .cate-early {
	background-color: #a0a0a0;
}

.booking-step .cate-basic {
	background-color: #404040;
}

.booking-step .cate-package {
	background-color: #b79d59;
}

.booking-step .rdo-box {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 24px 16px 48px;
	border: 1px solid #dcdcdc;
}

.booking-step .rdo-box:not(:first-child) {
	margin-top: 20px;
}

.booking-step .rdo-box input[type="radio"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	opacity: 0;
}

.booking-step .rdo-box input[type="radio"] + label {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.booking-step .rdo-box input[type="radio"] + label .price {
	position: absolute;
	bottom: 24px;
	left: 16px;
	display: block;
}

.booking-step .rdo-box input[type="radio"] + label .price ins {
	color: #101010;
}

.booking-step .rdo-box input[type="radio"]:checked + label:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 3px solid #b79d59;
}

.booking-step .rdo-box input[type="radio"]:checked + label:after {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -144px -264px;
}

.booking-step .rdo-box input[type="radio"]:checked + label .type {
	color: #b79d58;
}

.booking-step .rdo-box input[type="radio"]:checked + label ins {
	color: #b79d58;
}

.booking-step .rdo-box:checked + label {
	border-color: #b79d59;
}

.booking-step .rdo-box .type {
	display: block;
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	color: #404040;
}

.booking-step .rdo-box [class^="cate-"] {
	display: block;
	margin-bottom: 16px;
}

.booking-step .rdo-box .list-type {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}

.booking-step .rdo-box .btn-link-default {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.booking-step .list-pkg-type .item {
	margin-top: 40px;
}

.booking-step .list-pkg-type .title {
	margin-bottom: 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.021em;
	color: #101010;
}

.booking-step .list-pkg-type .item.selected dt {
	color: #b79d58;
}

.booking-step .list-pkg-type .item.selected:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 3px solid #b79d59;
}

.booking-step .list-pkg-type dt {
	position: relative;
	padding: 0 30px 12px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.5px;
}

.booking-step .list-pkg-type dt i {
	display: none;
}

.booking-step .list-pkg-type dt [class^="cate-"] {
	display: block;
	margin-bottom: 16 px;
}

.booking-step .list-pkg-type dd {
	margin-top: 20px;
}

.booking-step .list-pkg-type .desc {
	color: #404040;
}

.booking-step .list-pkg-type .list-type {
	margin-top: 16px;
}

.booking-step .list-pkg-type .info {
	padding-top: 32px;
}

.booking-step .list-pkg-type .date {
	display: block;
	margin-top: 16px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #a0a0a0;
}

.booking-step .list-pkg-type .price-wrap {
	margin-top: 32px;
}

.booking-step .list-pkg-type .info-details dt {
	padding: 0;
	border-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
}

.booking-step .list-pkg-type .info-details .list-room-type li {
	position: relative;
	padding: 24px 16px;
	border: 1px solid #dcdcdc;
}

.booking-step .list-pkg-type .info-details .list-room-type li:nth-child(n+2) {
	margin-top: 16px;
}

.booking-step .list-pkg-type .info-details .list-room-type li.selected:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 3px solid #b69f5b;
}

.booking-step .list-pkg-type .info-details .list-room-type .info {
	padding: 16px 0 0;
}

.booking-step .list-pkg-type .info-details .list-room-type .title {
	position: relative;
	margin: 0;
	font-size: 24px;
	line-height: 36px;
}

.booking-step .list-pkg-type .info-details .list-room-type .title i {
	display: none;
}

.booking-step .list-pkg-type .info-details .list-room-type .room-spec {
	margin-top: 12px;
}

.booking-step .list-pkg-type .info-details .list-room-type .room-spec dd {
	margin-top: 0;
}

.booking-step .list-pkg-type .info-details .list-room-type .price-wrap {
	margin-top: 8px;
}

.booking-step .list-pkg-type .info-details .list-room-type .price-wrap input[type="radio"] {
	margin: 0;
}

.booking-step [class^='box'] {
	margin: 0;
	border-bottom: 0;
}

.booking-step [class^='box'][class*="-exp"] {
	margin-top: 24px;
}

.booking-step [class^='box'] .title .check-side {
	top: 10px;
	right: 0;
}

.booking-step .box-row.bed {
	padding: 0 3px 56px;
	line-height: 24px;
}

.booking-step .box-row.bed dt {
	padding: 0 3px !important;
	border-bottom: 0 !important;
	font-size: 16px !important;
}

.booking-step .box-row.bed dd {
	margin-top: 24px;
}

.booking-step .box-row.bed dd label {
	margin: 0 40px 0 0;
}

.booking-step .box-row:not(.bed) dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 48px;
}

.booking-step .box-row:not(.bed) dd {
	margin: 0 0 0 auto;
}

.booking-step .box-type-input {
	padding: 0 0 40px;
}

.booking-step .count {
	width: 136px;
}

.booking-step .btn-link-default {
	margin-top: 8px;
}

.booking-step .rules .btn-link-default {
	margin-top: 12px;
	text-decoration: none;
}

.booking-step .rules .btn-link-default:after {
	content: '';
	width: 16px;
	height: 16px;
	margin: -4px 0 0 8px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -32px -128px;
	vertical-align: middle;
	transform: rotate(180deg);
}

.booking-step .rules .btn-link-default.active:after {
	transform: rotate(0deg);
}

.booking-step .rules .list-type {
	display: none;
	margin-bottom: 40px;
}

.booking-step .info-details {
	display: none;
	margin: 0 -15px;
	padding: 24px 15px 32px;
	background-color: #f8f8f8;
}

.booking-step .info-details.active {
	display: block;
}

.booking-step .info-details .list-pkg-type .title {
	margin-bottom: 16px;
}

.booking-step .info-details .list-pkg-type .item {
	position: relative;
	padding: 24px 16px;
	border: 1px solid #dcdcdc;
}

.booking-step .info-details .list-pkg-type .item:nth-child(n+2) {
	margin-top: 20px;
}

.booking-step .info-details .list-pkg-type .item > dl .list-type > li:before {
	top: 11px;
}

.booking-step .info-details .list-pkg-type .btn-link-default {
	position: relative;
	font-size: 14px;
	z-index: 1;
}

.booking-step .info-details .list-pkg-type .price-wrap {
	margin-top: 8px;
}

.booking-step .info-details .price-wrap input[type="radio"] {
	width: 0;
	height: 0;
	border: 0;
	opacity: 0;
	margin: 0;
}

.booking-step .info-details .price-wrap label {
	margin-right: 0;
}

.booking-step .info-details .price-wrap .price i {
	width: 16px;
	height: 16px;
	margin: -5px 0 0 14px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -80px -32px;
}

.booking-step .info-details .price-wrap input[type="radio"]:checked + label .unit {
	color: #b79d58;
}

.booking-step .info-details [class*="list-"] .info {
	position: relative;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.booking-step .info-details .swiper-pagination {
	margin-top: 20px;
	text-align: center;
}

.booking-step [class*="btn-primary"] {
	width: 100%;
}

.booking-sticky {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 40;
	width: 100%;
	height: 105px;
	box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.05);
	transition: .4s;
	align-items: flex-end;
}

.booking-sticky.active {
	height: 100%;
	padding-top: 78px;
	background-color: rgba(16, 16, 16, 0.7);
}

.booking-sticky.active .inner {
	overflow-y: auto;
}

.booking-sticky.active .booking-sticky-btn i {
	transform: rotate(90deg);
}

.booking-sticky-detail {
	position: relative;
	width: 100%;
	height: 100%;
}

.booking-sticky-detail .inner {
	border-top: 15px solid #fdfdfd;
}

.booking-sticky-detail .booking-sticky-date {
	padding-top: 0;
}

.booking-sticky-btn {
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 50%;
	width: 80px;
	height: 30px;
	border-radius: 8px 8px 0 0;
	background-color: #fdfdfd;
	transform: translateX(-50%);
}

.booking-sticky-btn i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -80px -32px;
	transform: rotate(-90deg);
}

.booking-sticky .inner {
	height: 100%;
	background-color: #fdfdfd;
}

.booking-sticky-date {
	padding: 15px 18px;
	background-color: #fdfdfd;
}

.booking-sticky-date .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
}

.booking-sticky-date .pkg-name {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.43;
	color: #808080;
}

.booking-sticky-date .chk-date {
	margin-top: 28px;
	line-height: 1.5;
}

.booking-sticky-date .chk-date dt {
	font-size: 16px;
	letter-spacing: -.031em;
}

.booking-sticky-date .chk-date dd {
	margin-top: 0;
}

.booking-sticky-date .chk-date dd a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 17px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #dcdcdc;
}

.booking-sticky-date .chk-date .selected-date {
	position: relative;
	display: inline-block;
	height: 30px;
	font-size: 0;
	vertical-align: middle;
}

.booking-sticky-date .chk-date .selected-date span {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.booking-sticky-date .chk-date .selected-date label {
	position: relative;
	z-index: 1;
	line-height: 30px;
}

.booking-sticky-date .chk-date .selected-date .date {
	margin-right: 8px;
	font-size: 24px;
	color: #101010;
}

.booking-sticky-date .chk-date .selected-date .date:after {
	content: '일';
	margin-left: 2px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
}

.booking-sticky-date .chk-date .selected-date .month, .booking-sticky-date .chk-date .selected-date .year {
	font-size: 14px;
	color: #808080;
}

.booking-sticky-date .chk-date .selected-date .month:after {
	content: '.';
}

.booking-sticky-date .chk-date .selected-date input[type="text"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0;
	font-size: 0;
	color: transparent;
}

.booking-sticky-date .chk-date .selected-date input[type="text"]::placeholder {
	color: inherit;
}

.booking-sticky-date .chk-date .selected-date .placeholder {
	display: none;
}

.booking-sticky-date .chk-date .selected-date.hide-date label {
	display: none;
}

.booking-sticky-date .chk-date .selected-date.hide-date .placeholder {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #c8c8c8;
}

.booking-sticky-date .chk-date .ico-arrow {
	width: 16px;
	height: 16px;
	margin: 14px 20px 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px -48px;
}

@media (width: 320px) {
	.booking-sticky-date .chk-date .ico-arrow {
		margin: 14px 2px 0;
	}
}

.booking-sticky-date .chk-date .all-day {
	display: inline-block;
	height: 24px;
	margin: 6px 0 0 auto;
	padding: 5px 5px 4px;
	border: 1px solid #b79d59;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #b79d58;
}

.booking-sticky .booking-sticky-date .chk-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.booking-sticky .booking-sticky-date .chk-date dt {
	color: #101010;
}

.booking-sticky .booking-sticky-date .chk-date dd {
	margin: -3px 0 0 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.booking-sticky .booking-sticky-date .chk-date .selected-date .date {
	font-size: 20px;
}

.booking-sticky .booking-sticky-date .chk-date .ico-arrow {
	margin: 10px 12px 0;
}

@media (width: 320px) {
	.booking-sticky .booking-sticky-date .chk-date .ico-arrow {
		margin: 12px 2px 0;
	}
}

.wrap-room-book {
	margin-top: 20px;
}

.title-room-book {
	margin: 0 15px 10px;
	font-size: 14px;
}

.promotion .title-room-book {
	color: #B79D59;
}

.list-rooms-book {
	margin: 0 15px;
}

.list-rooms-book > li {
	border: 1px solid #DDD;
}

.list-rooms-book > li.active .btn-option:after {
	transform: translate(10px, 0) rotate(-135deg);
}

.list-rooms-book > li:nth-child(n+2) {
	margin-top: 15px;
}

.promotion .list-rooms-book > li {
	border-color: #B79D59;
}

.list-rooms-book > li.no-data-promotion {
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.list-rooms-book > li.no-data-promotion:before {
	content: '!';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #bbb;
	border-radius: 50%;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}

.list-rooms-book .room-detail {
	position: relative;
	padding: 18px 17px;
	background: #FFF;
}

.list-rooms-book .room-detail dt {
	margin-bottom: 15px;
	font-size: 23px;
	font-weight: bold;
}

.list-rooms-book .room-detail .text {
	color: #666;
	font-size: 14px;
}

.list-rooms-book .room-detail .price > em {
	display: block;
	font-size: 14px;
	color: #BBB;
	font-style: italic;
	text-decoration: line-through;
}

.list-rooms-book .room-detail .price > strong {
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.list-rooms-book .room-detail .price > strong span {
	font-size: 18px;
	color: #B79D59;
}

.list-rooms-book .room-detail .price > span {
	font-size: 14px;
	color: #666;
}

.list-rooms-book .room-detail .box {
	position: relative;
	margin-top: 10px;
}

.list-rooms-book .room-detail .btn {
	overflow: hidden;
	margin-top: 18px;
}

.list-rooms-book .room-detail .btn select, .list-rooms-book .room-detail .btn a {
	float: left;
	width: 49%;
}

.list-rooms-book .room-detail .btn a {
	float: right;
}

.list-rooms-book .room-detail .benefit {
	margin-top: 15px;
}

.list-rooms-book .room-detail .benefit > strong {
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 14px;
}

.list-rooms-book .room-detail .benefit > p {
	margin-bottom: 3px;
	font-size: 14px;
	color: #666;
}

.list-rooms-book .room-detail [class^='mark-'] {
	margin-right: 2px;
}

.list-rooms-book .btn-option {
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0;
	padding: 5px 12px 5px 5px;
	font-size: 14px;
	color: #B79D59;
}

.list-rooms-book .btn-option:after {
	content: '';
	display: inline-block;
	transform: translate(10px, -4px) rotate(45deg);
	width: 6px;
	height: 6px;
	transition: .5s;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #B79D59;
}

.list-rooms-option {
	display: none;
}

.list-rooms-option li {
	border-top: 1px solid #DDD;
}

.list-rooms-option .room-detail {
	background: #F4F4F4;
}

.list-rooms-option .room-detail [class^='mark-'] {
	margin-left: 10px;
}

.list-rooms-option .room-detail dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

.list-check > li {
	position: relative;
	font-size: 15px;
}

.list-check > li:nth-child(n+2) {
	margin-top: 17px;
}

.list-check > li label {
	display: block;
}

.list-check > li .side {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #808080;
}

.list-check > li .btn-text {
	display: inline-block;
	margin-left: 30px;
	margin-top: 4px;
}

.list-check > li.all-agree {
	padding-top: 17px;
	border-top: 1px solid #DDD;
}

.list-check > li.all-agree label {
	font-weight: bold;
}

.list-check .check-none {
	color: #c8c8c8;
}

.list-check.terms li + li {
	padding: 24px 0 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.credit-box {
	margin-top: 17px;
}

.credit-box > strong {
	display: block;
	margin-bottom: 9px;
	font-weight: normal;
}

.credit-box > span {
	display: block;
	margin-top: 8px;
	color: #B79D59;
}

.coupon-box {
	position: relative;
	height: 188px;
	margin-top: 24px;
	padding: 14px 15px 32px;
	border: 1px solid #dcdcdc;
}

.coupon-box ul {
	overflow: auto;
	overflow-x: hidden;
	height: 92px;
	margin-top: 0;
	padding-bottom: 8px;
}

.coupon-box ul li {
	position: relative;
	margin: 8px 0;
}

.coupon-box ul li .btn-link-default {
	position: absolute;
	top: -3px;
	right: 0;
	margin: 0;
	padding: 0;
}

.coupon-box ul li:nth-child(n+2) {
	margin-top: 28px;
}

.list-coupon {
	border-top: 1px solid #dcdcdc;
}

.list-coupon li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.list-coupon li.check-none {
	margin: 0 -16px;
	padding: 15px 16px;
	background-color: #f8f8f8;
}

.list-coupon li.check-none strong {
	color: #c8c8c8;
}

.list-coupon li.check-none label input[type='checkbox'] {
	right: 16px;
}

.list-coupon li.check-none dl dt, .list-coupon li.check-none dl dd {
	color: #c8c8c8;
}

.list-coupon li > label {
	display: block;
}

.list-coupon li > label input[type='checkbox'] {
	margin: 0;
}

.list-coupon li strong {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -.031em;
	color: #404040;
}

.list-coupon li dl {
	display: flex;
	margin-top: 12px;
}

.list-coupon li dl dt, .list-coupon li dl dd {
	font-size: 14px;
	letter-spacing: -.036em;
}

.list-coupon li dl dt {
	color: #808080;
}

.list-coupon li dl dd {
	padding: 0 16px 0 8px;
	color: #404040;
}

.list-coupon li input[type='checkbox'] {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pay-way ul {
	overflow: hidden;
	margin-left: -7px;
}

.pay-way li {
	float: left;
	width: calc(33.333% - 7px);
	margin-left: 7px;
}

.pay-way li a {
	display: block;
	line-height: 40px;
	border: 1px solid #DDD;
	text-align: center;
	font-size: 15px;
}

.pay-way li.active a {
	background: #B79D59;
	border-color: #B79D59;
	color: #fff;
}

.result-trip {
	display: flex;
	position: relative;
	margin: 0 0 25px;
	padding: 32px 0 24px;
	border: 1px solid #dcdcdc;
}

.result-trip dl {
	width: 50%;
	text-align: center;
}

.result-trip dl dt, .result-trip dl dd {
	padding: 0;
}

.result-trip dl dt {
	width: 100%;
	color: #808080;
	font-size: 14px;
}

.result-trip dl dd {
	width: 100%;
	margin-top: 5px;
}

.result-trip dl dd span {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #808080;
}

.result-trip dl dd .date {
	display: block;
	font-size: 32px;
	line-height: 1.25;
	color: #101010;
}

.result-trip dl dd .date:after {
	content: ' 일';
	font-size: 14px;
}

.result-trip dl dd .placeholder {
	display: none;
}

.result-trip dl dd.check-out.hide-date > span {
	display: none;
}

.result-trip dl dd.check-out.hide-date .placeholder {
	display: inline-block;
	width: 56px;
	margin-top: 10px;
	font-size: 16px;
	color: #c8c8c8;
	text-align: center;
}

.result-trip .all-day {
	position: absolute;
	top: 32px;
	left: 50%;
	min-width: 64px;
	height: 24px;
	padding: 5px 0 4px;
	transform: translateX(-50%);
	border: 1px solid #B79D59;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #b79d58;
}

.result-trip .all-day:after {
	content: '';
	width: 13px;
	height: 8px;
	margin: 24px auto 0;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px -48px;
}

.guide-box:nth-child(n+2) {
	margin-top: 15px;
}

.guide-box dt {
	color: #B79D59;
}

.guide-box dt, .guide-box dd {
	font-size: 14px;
}

[class^="booking-inquiry"] {
	position: relative;
	height: 308px;
	margin: 0 15px;
	padding: 32px 24px;
	border: 1px solid;
}

@media (width: 320px) {
	[class^="booking-inquiry"] {
		padding: 24px 16px;
	}
}

[class^="booking-inquiry"]:not(:first-child) {
	margin-top: 24px;
}

[class^="booking-inquiry"][class*="-mem"] {
	border-color: #b79d59;
}

[class^="booking-inquiry"][class*="-normal"] {
	border-color: #dcdcdc;
}

[class^="booking-inquiry"] .title {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

[class^="booking-inquiry"] .desc {
	margin: 12px 0 16px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #808080;
}

[class^="booking-inquiry"] [class*="btn-primary"] {
	position: absolute;
	bottom: 32px;
	left: 24px;
	width: 136px !important;
}

@media (width: 320px) {
	[class^="booking-inquiry"] [class*="btn-primary"] {
		left: 16px;
	}
}

.sub-content[class*="room-"] .sub-visual {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.sub-content[class*="room-"] .sub-visual:before {
	content: '';
	display: block;
	padding-bottom: calc(100vh - 136px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-position: 0 0, 0 0, 100% 0;
	background-size: 100% 140px, 107px 100%, 107px 100%;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="room-"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="room-"] .flick-nav {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 15px;
	border-bottom: 0;
	background-color: rgba(240, 240, 240, 0.96);
	white-space: nowrap;
}

.sub-content[class*="room-"] .header-cont {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

@media screen and (orientation: landscape) {
	.sub-content[class*="room-"] .header-cont {
		top: 60%;
	}
}

.sub-content[class*="room-"] .header-cont .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #f0f0f0;
}

.btn-view-vr {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	padding: 38px 0 36px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	color: #f0f0f0;
	text-align: center;
	transform: translate(-50%, -50%);
}

.btn-view-vr .ico-vr {
	width: 106px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}

.btn-view-vr .txt {
	display: block;
	margin: 12px 0 16px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #f0f0f0;
}

.btn-view-vr .view {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	color: #b79d58;
	text-decoration: underline;
}

[class*="list-room-type"] {
	position: relative;
	padding-top: 56px;
}

[class*="list-room-type"] .room-vis {
	width: 100%;
	padding-left: 5px;
}

[class*="list-room-type"] .room-vis .swiper-slide {
	width: 77.2972973%;
	padding-left: 9px;
}

[class*="list-room-type"] .room-vis .swiper-slide img {
	opacity: .4;
}

[class*="list-room-type"] .room-vis .swiper-slide-active img {
	opacity: 1;
}

[class*="list-room-type"] .room-vis .swiper-slide:last-of-type {
	width: 100%;
	padding-right: 22.7027027%;
}

[class*="list-room-type"] .room-vis .swiper-pagination {
	display: flex;
	overflow: hidden;
	position: static;
	margin-top: 0;
	width: calc(100% - 25px);
	margin-left: 10px;
}

[class*="list-room-type"] .room-vis .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin-right: 32px;
	padding: 11px 0 11px;
	border-radius: 0;
	background: none;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	line-height: 1.5;
	color: rgba(240, 240, 240, 0.4);
	white-space: nowrap;
	opacity: 1;
}

[class*="list-room-type"] .room-vis .swiper-pagination-bullet span {
	font-family: inherit;
}

[class*="list-room-type"] .room-vis .swiper-pagination-bullet:after {
	display: none;
}

[class*="list-room-type"] .room-vis .swiper-pagination-bullet-active {
	color: #f0f0f0;
}

[class*="list-room-type"] .room-vis [class^="swiper-button-"] {
	top: 14px;
	width: 16px;
	height: 16px;
	margin-top: 0;
	background: none;
}

[class*="list-room-type"] .room-vis [class^="swiper-button-"] i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -32px;
	vertical-align: top;
}

[class*="list-room-type"] .room-vis [class^="swiper-button-"][class*="-disabled"] {
	display: none;
}

[class*="list-room-type"] .room-vis .swiper-button-next {
	right: 0;
}

[class*="list-room-type"] .room-vis .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}

[class*="list-room-type"] .room-info .swiper-slide {
	padding: 0 15px 56px;
}

[class*="list-room-type"] .room-info [class^="btn-link"] {
	margin-top: 32px;
}

[class*="list-room-type"][class*="1-1"] {
	background: linear-gradient(to right, #B96019, #944608);
}

[class*="list-room-type"][class*="1-2"] {
	background: linear-gradient(to right, #350201, #270101);
}

[class*="list-room-type"][class*="2-1"] {
	background: linear-gradient(to right, #732017, #55171F);
}

[class*="list-room-type"][class*="2-2"] {
	background: linear-gradient(to right, #5A100E, #360501);
}

[class*="list-room-type"][class*="3-1"] {
	background: #4A0808 url(../images/bg_suite1.png);
	background-size: auto 450px;
}

[class*="list-room-type"][class*="3-2"] {
	background: #403A10 url(../images/bg_suite3.png);
	background-size: auto 450px;
}

[class*="list-room-type"][class*="4-1"] {
	background: #390B09 url(../images/bg_suite4.png);
	background-size: auto 450px;
}

[class*="list-room-type"][class*="4-2"] {
	background: #2C2C1C url(../images/bg_suite5.png);
	background-size: auto 450px;
}

[class*="list-room-type"][class*="4-3"] {
	background: #AD6D26 url(../images/bg_suite6.png);
	background-size: auto 450px;
}

[class*="list-room-type"][class*="5-1"], [class*="list-room-type"][class*="5-2"] {
	background: #EDE3D1;
}

[class*="list-room-type"][class*="5-1"] .info, [class*="list-room-type"][class*="5-2"] .info {
	color: #101010;
}

[class*="list-room-type"][class*="5-1"] .info .title, [class*="list-room-type"][class*="5-2"] .info .title {
	color: #101010;
}

[class*="list-room-type"][class*="5-1"] .subtitle, [class*="list-room-type"][class*="5-2"] .subtitle {
	margin-bottom: 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.5px;
	color: #101010;
}

[class*="list-room-type"][class*="5-1"] p, [class*="list-room-type"][class*="5-2"] p {
	font-size: 14px;
	color: #808080;
}

[class*="list-room-type"][class*="5-1"] .desc, [class*="list-room-type"][class*="5-2"] .desc {
	margin-bottom: 12px;
	font-size: 16px;
	color: #404040;
	opacity: .8;
}

[class*="list-room-type"] .info {
	position: relative;
	padding: 24px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(240, 240, 240, 0.8);
}

[class*="list-room-type"] .info a {
	color: inherit;
}

[class*="list-room-type"] .info .title {
	margin-bottom: 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: #f0f0f0;
}

[class*="list-room-type"] .info .desc {
	word-break: keep-all;
	padding: 0 40px 0 3px;
}

[class*="list-room-type"] .info .ico-floor, [class*="list-room-type"] .info .ico-goods {
	width: 24px;
	height: 24px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -24px -144px;
}

[class*="list-room-type"] .info .ico-goods {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: 0 -360px;
}

[class*="list-room-type"] .info .btn-quick-reserv {
	position: absolute;
	top: 24px;
	right: 0;
	z-index: 1;
}

[class*="list-room-type"] [class*="btn-primary"] {
	width: 100%;
}

.room-spec {
	margin-top: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.room-spec dt, .room-spec dd {
	display: inline-block;
}

.room-spec dt {
	margin-right: 10px;
	color: rgba(240, 240, 240, 0.6);
}

.room-spec dt::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: 0 16px;
	background-color: rgba(255, 255, 255, 0.2);
	vertical-align: middle;
}

.room-spec dd {
	color: #fff;
}

@media (min-width: 320px) and (max-width: 360px) {
	.room-spec {
		font-size: 14px;
	}
	.room-spec dt {
		margin-right: 6px;
	}
	.room-spec dt:nth-of-type(2):before {
		margin: 0 8px;
	}
}

.service {
	padding: 64px 15px 40px;
}

.service:last-of-type {
	padding-bottom: 0;
}

.service.bg {
	background-image: linear-gradient(to right, #3d372d, #242019);
}

.service.bg .title, .service.bg .subtitle {
	color: #f0f0f0;
}

.service.bg .list-service .info p {
	color: rgba(240, 240, 240, 0.8);
}

.service.bg .list-service .info p.desc {
	padding-left: 20px;
	color: rgba(240, 240, 240, 0.4);
}

.service .cate {
	display: block;
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #b79d58;
}

.service .title {
	margin-bottom: 24px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	letter-spacing: -.025em;
	color: #101010;
}

.service .subtitle {
	margin-bottom: 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	letter-spacing: -.042em;
}

.service .ico-noti {
	width: 15px;
	height: 15px;
	margin: -1px 4px 0 -20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -112px -80px;
}

.service .list-service li:not(:first-of-type) {
	margin-top: 40px;
}

.service .list-service li:nth-of-type(odd) .thumb {
	margin: 0 -15px 24px 0;
}

.service .list-service li:nth-of-type(even) .thumb {
	margin: 0 0 24px -15px;
}

.service .list-service .thumb img {
	width: 100%;
}

.service .list-service .info span {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	color: #a0a0a0;
}

.service .list-service .info p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.service .list-service .info p:not(.desc) {
	margin-top: 12px;
}

.service .list-service .ico_noti {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -128px 0;
	margin-right: 2px;
}

.service .related-service + .related-service {
	margin-top: 40px;
}

.service .related-service .swiper-slide {
	width: calc(100vw - 30px);
}

.service .related-service .info {
	padding: 24px 0 0;
	background-color: transparent;
	text-align: left;
}

.service .related-service .info span.title {
	display: block;
	margin-top: 3px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.service .related-service .info span.title .cate {
	display: inline;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.service .related-service .info span.title span {
	position: relative;
	margin-left: 8px;
	padding-left: 9px;
	color: #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.service .related-service .info span.title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #c8c8c8;
	content: "";
}

.service .related-service .info .h5-title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.021em;
}

.service .related-service .info .desc {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -.031em;
	color: #101010;
}

.service .related-service .info .keywords {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #a0a0a0;
}

.service .related-service .info .btn-link {
	margin-top: 20px;
}

.service .related-service .swiper-pagination {
	position: static;
	margin-top: 40px;
	text-align: left;
}

.service .related-service .swiper-pagination .swiper-pagination-bullet {
	margin: 0 1px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: .4;
}

.service .related-service .swiper-pagination .swiper-pagination-bullet:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #101010;
	vertical-align: middle;
}

.service .related-service .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.service .related-service .swiper-pagination .swiper-pagination-bullet-active:after {
	width: 8px;
	height: 8px;
}

@media screen and (orientation: landscape) {
	.room-content .sub-visual {
		background-image: url(../images/kv_room-landing-landscape.jpg) !important;
	}
}

.room-content .service:last-of-type {
	margin-bottom: -80px;
	padding-bottom: 80px;
}

[class*="room-content-detail"] {
	margin-bottom: -80px;
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-st1"] .sub-visual {
		background-image: url(../images/standard_mini-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-st1"] > .info {
	background: #F0EFEC;
}

[class*="room-content-detail"][class*="-st1"] .feature {
	background: linear-gradient(to right, #b96019 -2%, #944608 102%);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-st2"] .sub-visual {
		background-image: url(../images/standard_amour-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-st2"] > .info {
	background: #F0EFEC;
}

[class*="room-content-detail"][class*="-st2"] .feature {
	background: linear-gradient(to right, #350201 0%, #270101 102%);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-de1"] .sub-visual {
		background-image: url(../images/deluxe_secret-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-de1"] > .info {
	background: #F0EFEC;
}

[class*="room-content-detail"][class*="-de1"] .feature {
	background: linear-gradient(to right, #732017 -2%, #55171f 101%);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-de2"] .sub-visual {
		background-image: url(../images/deluxe_atelier-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-de2"] > .info {
	background: #F0EFEC;
}

[class*="room-content-detail"][class*="-de2"] .feature {
	background: linear-gradient(to right, #5a100e -1%, #360501 100%);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su1"] .sub-visual {
		background-image: url(../images/suite_atelier-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su1"] > .info {
	background: #F8F8F8 url(../images/bg_suite1.png);
}

[class*="room-content-detail"][class*="-su1"] .feature {
	background: #4a0808 url(../images/bg_suite1.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su2"] .sub-visual {
		background-image: url(../images/suite_premier-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su2"] > .info {
	background: #F8F8F8 url(../images/bg_suite2.png);
}

[class*="room-content-detail"][class*="-su2"] .feature {
	background: #24252c url(../images/bg_suite2.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su3"] .sub-visual {
		background-image: url(../images/suite_corner-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su3"] > .info {
	background: #F8F8F8 url(../images/bg_suite3.png);
}

[class*="room-content-detail"][class*="-su3"] .feature {
	background: #403a10 url(../images/bg_suite3.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su4"] .sub-visual {
		background-image: url(../images/suite_royal-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su4"] > .info {
	background: #F8F8F8 url(../images/bg_suite4.png);
}

[class*="room-content-detail"][class*="-su4"] .feature {
	background: #390b09 url(../images/bg_suite4.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su5"] .sub-visual {
		background-image: url(../images/suite_presidential-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su5"] > .info {
	background: #F8F8F8 url(../images/bg_suite5.png);
}

[class*="room-content-detail"][class*="-su5"] .feature {
	background: #2c2c1c url(../images/bg_suite5.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-su6"] .sub-visual {
		background-image: url(../images/suite_lescape-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-su6"] > .info {
	background: #F8F8F8 url(../images/bg_suite6.png);
}

[class*="room-content-detail"][class*="-su6"] .feature {
	background: #ad6d26 url(../images/bg_suite6.png);
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"][class*="-pet"] .sub-visual {
		background-image: url(../images/pet-kv-landscape.jpg) !important;
	}
}

[class*="room-content-detail"][class*="-pet"] > .info {
	background-color: #f5f5f5;
}

[class*="room-content-detail"][class*="-pet"] .feature {
	background: #e7d5b8;
	color: #101010;
}

[class*="room-content-detail"][class*="-pet"] .info [class*="btn-primary"] {
	margin-top: 32px;
}

[class*="room-content-detail"][class*="-pet"] .feature .list-feature p {
	color: #404040;
	opacity: 1;
}

[class*="room-content-detail"][class*="-pet"] .feature .list-feature p:lang(en) {
	color: #101010;
}

@media screen and (orientation: landscape) {
	[class*="room-content-detail"] .sub-visual:before {
		padding-bottom: 100vh !important;
	}
}

[class*="room-content-detail"] .sub-visual .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 24px;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 15px;
}

[class*="room-content-detail"] .sub-visual .btn-normal {
	flex: 1;
	height: 40px;
	padding: 0;
	background-color: rgba(16, 16, 16, 0.9);
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	line-height: 40px;
	color: #f0f0f0;
}

[class*="room-content-detail"] .sub-visual .btn-normal:nth-child(2) {
	margin-left: 9px;
}

[class*="room-content-detail"] .sub-visual .ico-vr {
	width: 36px;
	height: 36px;
	margin: 2px 4px 0 -2px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 144px auto;
	background-repeat: no-repeat;
	background-position: -43.2px -288px;
	vertical-align: top;
}

[class*="room-content-detail"] .sub-visual .ico-floor {
	width: 36px;
	height: 36px;
	margin: 2px 2px 0 -4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 144px auto;
	background-repeat: no-repeat;
	background-position: -86.4px -288px;
	vertical-align: top;
}

[class*="room-content-detail"] .info {
	padding: 40px 16px;
	background: #F5F5F5;
	text-align: center;
}

[class*="room-content-detail"] .info .desc {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
	word-break: keep-all;
}

[class*="room-content-detail"] .info .req {
	margin-top: 12px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -.5px;
	color: #808080;
}

[class*="room-content-detail"] .info .room-spec {
	margin-bottom: 8px;
}

[class*="room-content-detail"] .info .room-spec dt {
	color: rgba(16, 16, 16, 0.6);
}

[class*="room-content-detail"] .info .room-spec dt::before {
	background-color: rgba(0, 0, 0, 0.2);
}

[class*="room-content-detail"] .info .room-spec dd {
	color: #101010;
}

[class*="room-content-detail"] .info [class*="btn-primary"] {
	display: block;
	width: 100%;
	margin-top: 40px;
}

[class*="room-content-detail"] .info .cate {
	display: block;
	margin: 0 0 12px 3px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #b79d58;
}

[class*="room-content-detail"] .info + .service {
	padding-top: 56px;
}

[class*="room-content-detail"] .benefit {
	margin: 40px -16px 56px;
	padding: 56px 0;
	background-color: rgba(253, 253, 253, 0);
}

[class*="room-content-detail"] .benefit h4 {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #101010;
}

[class*="room-content-detail"] .benefit .subtitle {
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.4px;
	color: #b79d58;
}

[class*="room-content-detail"] .benefit .benefit-list {
	padding: 0 15px;
	text-align: center;
	font-size: 0;
}

[class*="room-content-detail"] .benefit .benefit-list li {
	display: inline-block;
	position: relative;
	width: 50%;
	margin-top: 24px;
	padding-top: 50px;
	vertical-align: top;
}

[class*="room-content-detail"] .benefit .benefit-list li:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	content: "";
}

[class*="room-content-detail"] .benefit .benefit-list li.checkout:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -368px;
}

[class*="room-content-detail"] .benefit .benefit-list li.breakfast:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -48px -368px;
}

[class*="room-content-detail"] .benefit .benefit-list li.tea:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -368px;
}

[class*="room-content-detail"] .benefit .benefit-list li.night:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -416px;
}

[class*="room-content-detail"] .benefit .benefit-list li.clothing:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -48px -416px;
}

[class*="room-content-detail"] .benefit .benefit-list li.valet:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -416px;
}

[class*="room-content-detail"] .benefit .benefit-list li.welcome:before {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -464px;
}

[class*="room-content-detail"] .benefit .benefit-list li:nth-of-type(odd) {
	clear: left;
}

[class*="room-content-detail"] .benefit .benefit-list strong {
	display: block;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #101010;
}

[class*="room-content-detail"] .benefit .benefit-list span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.5px;
	color: #404040;
}

[class*="room-content-detail"] .benefit .benefit-list span.small {
	font-size: 12px;
}

[class*="room-content-detail"] .benefit .benefit-list-detail {
	margin-top: 32px;
	color: #b79d58;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.5px;
}

[class*="room-content-detail"] .benefit h5 {
	position: relative;
	margin: 32px 40px 0;
	padding-top: 32px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.5px;
	color: #101010;
}

[class*="room-content-detail"] .benefit h5:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 1px;
	background: #b79d58;
	content: "";
}

[class*="room-content-detail"] .benefit .benefit-list-detail + h5 {
	margin-top: 72px;
}

[class*="room-content-detail"] .benefit .txt {
	margin-top: 12px;
	padding: 0 18px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #404040;
	word-break: keep-all;
}

[class*="room-content-detail"] .benefit .txt + span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.5px;
	color: #404040;
}

[class*="room-content-detail"] .list-service-room > li {
	text-align: left;
}

[class*="room-content-detail"] .list-service-room > li:not(:first-child) {
	border-top: 1px solid #dcdcdc;
}

[class*="room-content-detail"] .list-service-room > li .info-box dt .open i {
	transform: rotate(-45deg);
}

[class*="room-content-detail"] .list-service-room .info-box dt button {
	display: block;
	position: relative;
	width: 100%;
	padding: 12px 16px 12px 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -.5px;
	color: #000;
	text-align: left;
}

[class*="room-content-detail"] .list-service-room .info-box dt i {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	transition: .2s;
}

[class*="room-content-detail"] .list-service-room .info-box dd {
	display: none;
	padding: 12px 0;
	border-top: 1px solid #dcdcdc;
}

[class*="room-content-detail"] .list-service-room .info-box dd li {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #101010;
}

[class*="room-content-detail"] .list-service-room .info-box dd li:not(:first-of-type) {
	margin-top: 4px;
}

[class*="room-content-detail"] .feature {
	padding: 56px 18px;
	background-color: #2c2c1c;
	text-align: center;
	color: #f0f0f0;
	letter-spacing: -.031em;
}

[class*="room-content-detail"] .feature h4 {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 1.38;
}

[class*="room-content-detail"] .feature > p {
	margin: 2px 0 36px;
	font-size: 20px;
	letter-spacing: -.5px;
	line-height: 24px;
}

[class*="room-content-detail"] .feature .list-feature li:nth-child(n+2) {
	margin-top: 40px;
}

[class*="room-content-detail"] .feature .list-feature .info {
	padding: 16px 0 0 0;
	background-color: transparent;
}

[class*="room-content-detail"] .feature .list-feature .thumb {
	padding: 0 30px;
}

[class*="room-content-detail"] .feature .list-feature p {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -.031em;
	opacity: .8;
	word-break: keep-all;
}

[class*="room-content-detail"] .feature .list-feature p:lang(en) {
	margin-bottom: 4px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.5px;
	opacity: 1;
}

[class*="room-content-detail"] .feature + .service {
	padding: 56px 15px 40px;
}

.sub-content[class*="fac-"] {
	margin-bottom: -80px;
	background-color: #fdfdfd;
}

.sub-content[class*="fac-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-content[class*="fac-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
}

.sub-content[class*="fac-"] .header-cont {
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	color: #fff;
	transform: translateY(-50%);
}

.sub-content[class*="fac-"] .header-cont .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="fac-"] .header-cont .title {
		margin-top: 43px;
	}
}

@media screen and (orientation: landscape) {
	.fac-content .sub-visual {
		background-image: url(../images/fac_landing_kv-landscape.jpg) !important;
	}
}

.fac-content .sub-visual:before {
	padding-bottom: calc(100vh - 136px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 140px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.fac-content .sub-visual:before {
		padding-bottom: 100vh;
	}
}

.fac-content .sub-visual .header-cont {
	display: flex;
	position: absolute;
	left: 0;
	width: 279px;
	height: 176px;
	padding-left: 18px;
	align-items: center;
}

.fac-content .sub-visual .header-cont:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.fac-content .sub-visual .header-cont h3 {
	position: relative;
	z-index: 1;
}

.fac-content .service {
	padding: 56px 15px;
	color: #f0f0f0;
}

.fac-content .service.spa {
	background-color: #111020;
}

.fac-content .service.lib {
	background-color: #0d1815;
}

.fac-content .service.lib .list-service li .thumb {
	margin: 0 0 24px -15px;
}

.fac-content .service.event {
	background-color: #501414;
}

.fac-content .service.others {
	padding-bottom: 80px;
	color: #101010;
}

.fac-content .service.others .title {
	font-size: 32px;
	line-height: 1.38;
	letter-spacing: -.5px;
}

.fac-content .service.others .subtitle {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.021em;
	color: #101010;
}

.fac-content .service.others .list-service li .thumb {
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
}

.fac-content .service.others .list-service li p {
	color: #404040;
}

.fac-content .service.others .list-service li [class^="btn-link"] {
	margin-top: 20px;
	color: #101010;
}

.fac-content .service a {
	display: block;
}

.fac-content .service .cate {
	margin-bottom: 8px;
}

.fac-content .service .title {
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -1px;
	color: inherit;
}

.fac-content .service .subtitle {
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: -.025em;
	color: #d8d8d8;
}

.fac-content .service .list-service .info p {
	margin-top: 0;
	color: rgba(216, 216, 216, 0.8);
}

.fac-content .service .list-service .info [class^="btn-link"] {
	display: inline-block;
	margin-top: 20px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #f0f0f0;
}

.fac-content-detail .sub-visual:before {
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.fac-content-detail .sub-visual:before {
		padding-bottom: 100vh;
	}
}

.fac-content-detail .sub-visual .header-cont {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 36px);
	height: 148px;
	padding: 0;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}

.fac-content-detail .sub-visual .header-cont:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	background-color: #000000;
}

.fac-content-detail .sub-visual .header-cont h3 {
	position: relative;
	z-index: 1;
	text-align: center;
}

@media screen and (orientation: landscape) {
	.fac-content-detail.detail01 .sub-visual {
		background-image: url(../images/fac01_kv-landscape.jpg) !important;
	}
	.fac-content-detail.detail02 .sub-visual {
		background-image: url(../images/fac02_kv-landscape.jpg) !important;
	}
	.fac-content-detail.detail03 .sub-visual {
		background-image: url(../images/fac03_kv-landscape.jpg) !important;
	}
	.fac-content-detail.detail04 .sub-visual {
		background-image: url(../images/fac04_kv-landscape.jpg) !important;
	}
	.fac-content-detail.detail05 .sub-visual {
		background-image: url(../images/fac05_kv-landscape.jpg) !important;
	}
	.fac-content-detail.detail06 .sub-visual {
		background-image: url(../images/fac06_kv-landscape.jpg) !important;
	}
}

.fac-content-detail .fac-info {
	padding: 40px 18px;
	text-align: center;
}

.fac-content-detail .fac-info .fac-logo {
	display: block;
	width: 109px;
	height: auto;
	margin: 0 auto 24px;
}

.fac-content-detail .fac-info h4 {
	margin-bottom: 12px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.5px;
	color: #101010;
}

.fac-content-detail .fac-info .h4-title {
	margin-bottom: 12px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.5px;
	color: #99834a;
}

.fac-content-detail .fac-info .desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
	word-break: keep-all;
}

.fac-content-detail .fac-info .details {
	margin: 0 10px;
	padding: 20px 0;
	border: solid #dcdcdc;
	border-width: 1px 0;
	font-size: 0;
	text-align: left;
	color: #404040;
}

.fac-content-detail .fac-info .details dt, .fac-content-detail .fac-info .details dd {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
}

.fac-content-detail .fac-info .details dt:not(:first-of-type), .fac-content-detail .fac-info .details dd:not(:first-of-type) {
	margin-top: 12px;
}

.fac-content-detail .fac-info .details dt {
	width: 97px;
	color: #b79d58;
	letter-spacing: -.031em;
}

.fac-content-detail .fac-info .details dd {
	width: calc(100% - 97px);
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.fac-content-detail .fac-info .details.event dt {
	width: 115px;
}

.fac-content-detail .fac-info .details.event dd {
	width: calc(100% - 115px);
}

.fac-content-detail .fac-info .details.event a[href^="mailto"] {
	font-size: 14px;
}

.fac-content-detail .fac-info .details .req {
	display: block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #808080;
}

.fac-content-detail .fac-info .details .req.type2 {
	margin-top: 4px;
}

.fac-content-detail .fac-info [class*="btn-primary"] {
	margin-top: 40px;
	width: 100%;
}

.fac-content-detail .service {
	padding: 56px 15px;
	color: #101010;
}

.fac-content-detail .service:last-of-type {
	padding-bottom: 80px;
}

.fac-content-detail .service .cate {
	margin: 0 0 10px 3px;
}

.fac-content-detail .service .title {
	margin: 0 0 30px 3px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -.5px;
}

.fac-content-detail .service .subtitle {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -.025em;
}

.fac-content-detail .service .list-service .info {
	padding-left: 3px;
}

.fac-content-detail .service .list-service .info p {
	margin-top: 0;
	color: #404040;
	word-break: keep-all;
}

.fac-content-detail .service.spa1, .fac-content-detail .service.lib1 {
	color: #f0f0f0;
}

.fac-content-detail .service.spa1 .title, .fac-content-detail .service.lib1 .title {
	color: inherit;
}

.fac-content-detail .service.spa1 .list-service .info p, .fac-content-detail .service.lib1 .list-service .info p {
	color: rgba(216, 216, 216, 0.8);
}

.fac-content-detail .service.spa1 {
	background-color: #111020;
}

.fac-content-detail .service.spa2 .list-service li .thumb {
	margin: 0 0 24px;
}

.fac-content-detail .service.lib1 {
	background-color: #0d1815;
}

/* .fac-content-detail .service.collection {
	background-color: #f8f8f8;
} */

.fac-content-detail .service.collection .unit {
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
	color: #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.fac-content-detail .service.collection .price {
	padding-top: 8px;
	font-size: 20px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.fac-content-detail .service.collection{
	padding:0;
}

.fac-content-detail .service.collection .collection-item{
	padding:56px 15px 80px;
}

.fac-content-detail .service.collection .collection-item:nth-child(odd){
 background-color: #f8f8f8;
}

.fac-content-detail .service.collection .collection-item .fac-texts .cate{
	margin-top: 24px;
}

.fac-content-detail .service.collection .collection-item .fac-texts .title{
	margin:10px 0 4px;
	font-size: 22px;
}

.fac-content-detail .service.collection .collection-item .fac-texts ul::after{
	content: '';
	display:block;
	clear: both;
}

.fac-content-detail .service.collection .collection-item .fac-texts .desc{
	float: left;
	font-size: 14px;
}

.fac-content-detail .service.collection .collection-item .fac-texts .price{
	margin-top:0;
	padding-top: 0;
	float: right;
	white-space: nowrap;
	font-size: 16px;
}

.fac-content-detail .service.collection .collection-item .fac-texts .unit{
	margin-right: 0px;
	font-size: 14px;
}

.fac-content-detail .nav-banner {
	margin-top: 0;
}

.fac-content-detail .inside-detail-swiper {
	margin: 56px 0 80px;
}

.sub-content[class*="info-content"] {
	background-color: #fdfdfd;
}

.sub-content[class*="info-content"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="info-content"] .sub-visual {
		background-image: url(../images/info_kv01-landscape.jpg) !important;
	}
}

.sub-content[class*="info-content"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="info-content"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="info-content"] .sub-visual .text {
	display: flex;
	top: 35.57312253%;
	height: 224px;
	align-items: center;
}

.sub-content[class*="info-content"] .sub-visual .text:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content[class*="info-content"] .sub-visual .text h3 {
	position: relative;
	z-index: 1;
}

.sub-content[class*="info-content"] .sub-visual .title {
	margin-bottom: 6px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: #f0f0f0;
}

.info-content .row {
	padding: 40px 15px 0;
}

.info-content .row > .title {
	margin-bottom: 20px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	color: #101010;
}

.info-content .row > .figure {
	margin: 0 -15px 20px;
}

.info-content .sort-cate {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}

.info-content .sort-cate .btn-cate {
	width: 100%;
	padding: 14px 11px;
	border: 1px solid #dcdcdc;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
	text-align: left;
}

.info-content .sort-cate .btn-cate i {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -16px -128px;
}

.info-content .sort-cate .btn-cate.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.info-content .sort-cate .list-cate {
	position: absolute;
	z-index: 1;
	width: 100%;
	margin-top: -1px;
	background-color: #fdfdfd;
	border: 1px solid #dcdcdc;
}

.info-content .sort-cate .list-cate a {
	display: block;
	padding: 14px 11px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

.info-content .sort-cate .list-cate a:active, .info-content .sort-cate .list-cate a:focus {
	background-color: #f8f8f8;
}

.info-content .sort-cate .list-cate .active a {
	color: #b79d58;
}

.info-content [class*="btn-primary"] {
	width: 100%;
}

.info-content .map-area {
	overflow: hidden;
	height: 260px;
	margin-bottom: 20px;
}

.info-content .info-about-les {
	font-size: 0;
}

.info-content .info-about-les dt, .info-content .info-about-les dd {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
	vertical-align: top;
}

.info-content .info-about-les dt:not(:first-of-type), .info-content .info-about-les dd:not(:first-of-type) {
	margin-top: 12px;
}

.info-content .info-about-les dt {
	width: 80px;
	color: #b79d58;
}

.info-content .info-about-les dd {
	width: calc(100% - 80px);
}

.info-content .info-about-les .spec {
	display: block;
	font-size: 14px;
	line-height: 1.71;
	color: #808080;
}

.info-content .info-about-les + .accordion {
	margin-top: 60px;
}

.info-content .info-about-les + .btn-normal-border {
	margin-top: 32px;
	width: 100%;
}

.info-content .accordion dt {
	padding: 22px 0 16px;
	border-bottom: 1px solid #dcdcdc;
}

.info-content .accordion dd {
	display: none;
	padding: 32px 0;
}

.info-content .accordion dd strong {
	display: block;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: #101010;
}

.info-content .accordion dd strong:not(:first-of-type) {
	margin-top: 32px;
}

.info-content .accordion button {
	display: block;
	position: relative;
	width: 100%;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	color: #101010;
	text-align: left;
}

.info-content .accordion .ico-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: -180px -60px;
	transform: translateY(-50%) rotate(180deg);
}

.info-content .accordion .active .ico-arrow, .info-content .accordion .open .ico-arrow {
	transform: translateY(-50%) rotate(0);
}

.info-content .accordion .list-type {
	margin-top: 16px;
}

.info-content .accordion .list-type > li {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.info-content .accordion .list-type > li:nth-child(n+2) {
	margin-top: 20px;
}

.info-content .accordion .list-type ul {
	margin-top: 8px;
}

.info-content .accordion .list-type ul li {
	margin-top: 0;
	padding-left: 0;
	text-indent: 0;
	color: #808080;
}

.info-content .accordion .list-type.public ul li {
	padding-left: 112px;
}

.info-content .accordion .list-type.public ul span {
	display: inline-block;
	margin-left: -112px;
}

.info-content .accordion .parking-info {
	margin-top: 32px;
}

.info-content .accordion .parking-info dt, .info-content .accordion .parking-info dd {
	display: inline-block;
	margin-bottom: 12px;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: top;
}

.info-content .accordion .parking-info dt {
	width: 80px;
	color: #b79d58;
}

.info-content .accordion .parking-info dd {
	width: calc(100% - 85px);
	color: #404040;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.info-content .info-fac {
	margin: 60px -15px -80px;
	padding: 60px 15px 80px;
	background-color: #f8f8f8;
}

.info-content .info-fac > li:nth-child(n+2) {
	padding-top: 40px;
}

.info-content .info-fac strong {
	display: block;
	margin-bottom: 16px;
	padding: 14px 0 12px;
	border-bottom: 1px solid #dcdcdc;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #101010;
	letter-spacing: -1px;
}

.info-content .info-fac strong i {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -120px -168px;
}

.info-content .info-fac .list-type > li {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
}

.info-content .info-fac .list-type > li:before {
	top: 10px;
}

.info-content .info-fac .list-type > li:nth-child(n+2) {
	margin-top: 12px;
}

.sub-content.story-content {
	padding: 0;
	margin-bottom: -80px;
}

.story-content {
	word-break: keep-all;
}

.story-content .sub-visual {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.story-content .header-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.story-content .header-cont .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 1.13;
	letter-spacing: -.5px;
	color: #f0f0f0;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.story-content .header-cont p {
	padding: 0 18px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -.025em;
	color: #fdfdfd;
	opacity: .8;
}

.story-content .story-conts {
	position: relative;
	overflow: hidden;
	padding-top: 100vh;
	z-index: 2;
}

.story-content [class^="sec-story"] {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50% 0;
}

.story-content [class^="sec-story"] .cate {
	display: block;
	margin-bottom: 20px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #b79d58;
}

.story-content [class^="sec-story"] h3 {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	color: #101010;
}

.story-content [class^="sec-story"] h4 {
	margin-bottom: 8px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 1.38;
	letter-spacing: -1px;
	color: #f0f0f0;
}

.story-content [class^="sec-story"] p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
	opacity: .8;
}

.story-content .sec-story01 {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	padding: 168px 0;
	background-image: url(../images/story01_bg.jpg);
	text-align: center;
}

.story-content .sec-story01 h3 {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 1.17;
	color: #f0f0f0;
}

.story-content .sec-story01 p {
	padding: 0 18px;
	color: #f0f0f0;
}

.story-content .sec-story01 figure {
	margin-top: 40px;
	padding: 0 18px;
	opacity: 0;
	transform: translateY(40%);
	transition: 1.2s;
}

.story-content .sec-story01 figure.active {
	opacity: 1;
	transform: translateY(0%);
}

.story-content .sec-story02 {
	padding: 36px 18px 80px;
	background-image: url(../images/story02_bg.jpg);
}

.story-content .sec-story02 .inner .cate, .story-content .sec-story02 .inner h3 {
	opacity: 0;
	transition: .8s;
}

.story-content .sec-story02 .inner .cate.active, .story-content .sec-story02 .inner h3.active {
	opacity: 1;
}

.story-content .sec-story02 .inner h3 {
	margin-bottom: 40px;
	font-size: 52px;
	line-height: 1.08;
	color: #f0f0f0;
}

.story-content .sec-story02 .inner > figure {
	overflow: hidden;
	margin: 0 18px 32px -18px;
	padding-right: 18px;
}

.story-content .sec-story02 .inner > figure img {
	transform: scale(1);
	transition: 1.2s;
	opacity: 0;
}

.story-content .sec-story02 .inner > figure img.active {
	transform: scale(1.05);
	opacity: 1;
}

.story-content .sec-story02 .inner > p {
	margin-bottom: 80px;
	color: #f0f0f0;
	opacity: 0;
	transition: .8s;
}

.story-content .sec-story02 .inner > p.active {
	opacity: .8;
}

.story-content .sec-story02 .item1 {
	margin-bottom: 25px;
}

.story-content .sec-story02 .item1 figure, .story-content .sec-story02 .item1 h4, .story-content .sec-story02 .item1 p {
	transform: translateY(30%);
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story02 .item1 figure.active, .story-content .sec-story02 .item1 h4.active, .story-content .sec-story02 .item1 p.active {
	transform: translateY(0%);
	opacity: 1;
}

.story-content .sec-story02 .item1 figure {
	margin: 0 -18px 24px 18px;
}

.story-content .sec-story02 .item1 h4, .story-content .sec-story02 .item1 p {
	margin-left: 18px;
	color: #f0f0f0;
}

.story-content .sec-story02 .item2 {
	position: relative;
	margin-bottom: 64px;
	padding-top: 55px;
}

.story-content .sec-story02 .item2 figure {
	margin: 0 18px 24px -18px;
	opacity: 0;
	transition: .8s;
}

.story-content .sec-story02 .item2 figure.active {
	opacity: 1;
}

.story-content .sec-story02 .item2 h4, .story-content .sec-story02 .item2 p {
	margin-left: 56px;
	color: #f0f0f0;
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story02 .item2 h4.active, .story-content .sec-story02 .item2 p.active {
	opacity: 1;
}

.story-content .sec-story02 .item2 .obj {
	display: block;
	position: absolute;
	top: 0;
	right: -18px;
	z-index: 1;
	width: 93px;
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story02 .item2 .obj:first-of-type {
	right: auto;
	left: -29px;
	transform: translate(-50%, 40%);
}

.story-content .sec-story02 .item2 .obj:first-of-type.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story02 .item2 .obj:last-of-type {
	transform: translate(50%, 40%);
}

.story-content .sec-story02 .item2 .obj:last-of-type.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story02 .item3 figure {
	position: relative;
	height: 0;
	padding-top: 96%;
}

.story-content .sec-story02 .item3 .obj {
	position: absolute;
	transition: 1.2s;
}

.story-content .sec-story02 .item3 .obj:first-of-type {
	top: 0;
	left: 14px;
	width: 53.68%;
	transform: translateY(20%);
	opacity: 0;
}

.story-content .sec-story02 .item3 .obj:first-of-type.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story02 .item3 .obj:nth-of-type(2) {
	top: 24%;
	right: -3px;
	width: 57.52%;
	transform: translateY(30%);
	opacity: 0;
}

.story-content .sec-story02 .item3 .obj:nth-of-type(2).active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story02 .item3 h4, .story-content .sec-story02 .item3 p {
	margin-left: 18px;
	color: #f0f0f0;
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story02 .item3 h4.active, .story-content .sec-story02 .item3 p.active {
	opacity: 1;
}

.story-content .sec-story03 {
	position: relative;
	padding: 80px 18px;
	background-image: url(../images/story03_bg.jpg);
}

.story-content .sec-story03 .inner .cate, .story-content .sec-story03 .inner h3, .story-content .sec-story03 .inner figure > img {
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story03 .inner .cate.active, .story-content .sec-story03 .inner h3.active, .story-content .sec-story03 .inner figure > img.active {
	opacity: 1;
}

.story-content .sec-story03 .inner h3 {
	margin-bottom: 40px;
	font-size: 52px;
	line-height: 1.08;
}

.story-content .sec-story03 .inner figure {
	position: relative;
}

.story-content .sec-story03 .inner figure .obj {
	position: absolute;
}

.story-content .sec-story03 .inner > p {
	opacity: 1;
}

.story-content .sec-story03 .inner > figure {
	margin: 0 18px 32px -18px;
}

.story-content .sec-story03 .inner > figure .obj {
	top: 39px;
	right: -36px;
	width: 91px;
	transform: translateY(50%);
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story03 .inner > figure .obj.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 figure {
	position: relative;
	margin: 92px -18px 0;
	padding-bottom: 118%;
}

.story-content .sec-story03 .item1 .obj {
	position: absolute;
	transition: 1.5s;
}

.story-content .sec-story03 .item1 .obj1 {
	top: 0;
	left: 40%;
	width: 30.4%;
	transform: translate(50%, -30%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj1.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj2 {
	top: 9%;
	left: 39%;
	z-index: 1;
	width: 57.86%;
	transform: translateY(30%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj2.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj3 {
	top: 38%;
	left: 5.3%;
	z-index: 1;
	width: 63.2%;
	transform: translateY(20%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj3.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj4 {
	top: 19%;
	left: 28.8%;
	width: 40.8%;
	transform: translateY(40%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj4.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj5 {
	top: 44%;
	left: 82.4%;
	width: 13%;
	transform: translateX(200%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj5.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj6 {
	top: 64%;
	left: 49%;
	width: 20.5%;
	transform: translateY(-100%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj6.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj7 {
	top: 61%;
	left: 3.46%;
	width: 18.93%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj7.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story03 .item1 .obj8 {
	bottom: -4%;
	left: 0;
	width: 25.86%;
	transform: translate(-50%, 100%);
	opacity: 0;
}

.story-content .sec-story03 .item1 .obj8.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story03 .item1 h4, .story-content .sec-story03 .item1 p {
	margin-left: 18px;
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story03 .item1 h4.active, .story-content .sec-story03 .item1 p.active {
	opacity: 1;
}

.story-content .sec-story03 .item1 h4 {
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	color: #101010;
}

.story-content .sec-story04 {
	position: relative;
	padding: 80px 18px 80px;
	background-color: #f8f8f8;
}

.story-content .sec-story04 .cate {
	position: relative;
	z-index: 1;
}

.story-content .sec-story04 .obj {
	position: absolute;
	top: -164px;
	right: 0;
	width: 309px;
	transition: 1s;
	transform: translate(30%, 30%);
	opacity: 0;
}

.story-content .sec-story04 .obj.active {
	transform: translate(0, 0);
	opacity: 1;
}

.story-content .sec-story04 figure {
	overflow: hidden;
}

.story-content .sec-story04 .inner .cate, .story-content .sec-story04 .inner h3 {
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story04 .inner .cate.active, .story-content .sec-story04 .inner h3.active {
	opacity: 1;
}

.story-content .sec-story04 .inner h3 {
	margin-bottom: 40px;
	font-size: 52px;
	line-height: 1.08;
}

.story-content .sec-story04 .inner p, .story-content .sec-story04 .inner figure {
	opacity: 0;
	transition: 1.2s;
}

.story-content .sec-story04 .inner p.active, .story-content .sec-story04 .inner figure.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story04 .inner > figure {
	margin: 0 18px 32px -18px;
}

.story-content .sec-story04 .inner > figure img {
	transform: scale(1);
	transition: 1.2s;
}

.story-content .sec-story04 .inner > figure img.active {
	transform: scale(1.05);
}

.story-content .sec-story04 .inner > p {
	margin: 0 18px 80px 0;
	transform: translateY(10%);
}

.story-content .sec-story04 .item1 {
	margin: 0 -18px 0 18px;
}

.story-content .sec-story04 .item1 img {
	transform: scale(1);
	transition: 1.2s;
}

.story-content .sec-story04 .item1 img.active {
	transform: scale(1.05);
}

.story-content .sec-story04 .item1 h4, .story-content .sec-story04 .item1 p {
	opacity: 0;
	transform: translateY(10%);
	transition: 1.2s;
}

.story-content .sec-story04 .item1 h4.active, .story-content .sec-story04 .item1 p.active {
	transform: translateY(0);
	opacity: 1;
}

.story-content .sec-story04 h4 {
	margin: 24px 0 8px;
	line-height: 1.25;
	color: #101010;
}

.story-content .sec-story04 p {
	width: 264px;
}

.videotype {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	overflow: hidden;
}

@media screen and (orientation: landscape) {
	.story-content .header-cont {
		top: 65%;
	}
}

.club-content .sub-visual {
	overflow: hidden;
	position: relative;
	padding-bottom: calc(100vh - 306px);
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.club-content .sub-visual {
		padding-bottom: calc(100vh - 72px);
	}
}

.club-content .sub-visual:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.club-content .sub-visual.kv01 {
		background-image: url(../images/sub/club/club_kv01-landscape.jpg) !important;
	}
}

@media screen and (orientation: landscape) {
	.club-content .sub-visual.kv03 {
		background-image: url(../images/club_kv03-landscape.jpg) !important;
	}
}

.club-content [class*="btn-primary"] {
	flex: 1;
	width: 100%;
}

.club-content [class*="btn-primary"] + [class*="btn-primary"] {
	margin-left: 9px;
}

.club-content [class^="btn-wrap"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.club-content [class^="btn-wrap"] + [class^="btn-wrap"] {
	margin-top: 16px;
}

.club-content .text {
	display: flex;
	top: 35.57312253%;
	height: 224px;
	align-items: center;
}

.club-content .text:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.club-content .text h3, .club-content .text div {
	position: relative;
	z-index: 1;
}

.reservation-number {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	color: #B79D59;
}

.btn-download {
	display: inline-block;
	min-width: 165px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #808080;
	text-align: center;
	font-size: 14px;
	letter-spacing: -.036em;
}

.box-type-dual .btn-download {
	position: absolute;
	bottom: 30px;
	right: 0;
}

.login-box {
	padding: 20px 15px 0;
}

.login-box > dl:nth-of-type(n+2) {
	margin-top: 20px;
}

.login-box > dl.first {
	margin-top: 0;
}

.login-box > dl dt {
	padding: 12px 3px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
}

.login-box .check-box {
	margin-top: 20px;
}

.login-box .check-box label {
	display: inline-block;
	padding: 8px 0;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.login-box .find-meminfo {
	display: block;
	margin: 24px 0;
}

.login-box .find-meminfo a {
	display: inline-block;
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .031em;
	color: #808080;
}

.login-box .find-meminfo a:not(:first-child):before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: -4px 16px 0;
	background-color: #dcdcdc;
	vertical-align: middle;
}

.login-guide-box {
	padding-top: 30px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.login-guide-box > p {
	margin-bottom: 15px;
}

.login-guide-box.mt {
	margin-top: 50px;
}

.box-wrap.membership {
	border: 0;
}

.box-wrap.membership .box-type-input {
	padding-top: 0;
}

.box-wrap.terms .box-type-input {
	padding-bottom: 0;
}

.box-wrap.terms .title {
	margin-bottom: 16px;
	padding-bottom: 0;
	border-bottom: 0;
}

.box-wrap.terms .btn-link-default {
	margin-left: 16px;
	padding: 0;
	font-size: 16px;
}

.mypage-title {
	position: relative;
	padding: 12px 110px 12px 15px;
}

.mypage-title p {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.050em;
	color: #000;
}

.mypage-title .btn-link {
	position: absolute;
	right: 15px;
	top: 12px;
	border-bottom: 0;
	color: #808080;
}

.nav-mypage {
	position: relative;
}

.nav-mypage.is-open .btn-2depth .ico-arrow {
	transform: translateY(-50%) rotate(270deg);
}

.nav-mypage.is-open .list-mypage {
	display: block;
}

.nav-mypage .btn-2depth {
	display: block;
	position: relative;
	z-index: 1;
	height: 56px;
	padding: 10px 47px 10px 15px;
	border: solid #dcdcdc;
	border-width: 1px 0;
	background-color: #fdfdfd;
}

.nav-mypage .btn-2depth:after {
	content: "";
	display: block;
	clear: both;
}

.nav-mypage .btn-2depth .title {
	margin-top: 4px;
}

.nav-mypage .btn-2depth span {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #b79d58;
}

.nav-mypage .btn-2depth .ico-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -80px -32px;
	transform: translateY(-50%) rotate(90deg);
	transition: .4s;
}

.nav-mypage .btn-2depth.open .ico-arrow {
	transform: translateY(-50%) rotate(270deg);
}

.nav-mypage .list-mypage {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fdfdfd;
}

.nav-mypage .list-mypage .active .title, .nav-mypage .list-mypage .active span {
	color: #b79d58;
}

.nav-mypage .list-mypage a {
	display: block;
	padding: 12px 15px;
}

.nav-mypage .list-mypage a:after {
	content: "";
	display: block;
	clear: both;
}

.nav-mypage .title {
	float: left;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.063em;
}

.nav-mypage span {
	float: right;
	color: #c8c8c8;
}

.account-info {
	padding-top: 24px;
}

.account-info > .title {
	margin: 0 15px 8px;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #101010;
}

.account-info .list-type {
	padding: 0 15px;
}

.account-info + .btn-wrap-center.bottom {
	margin-top: 56px;
}

.account-box {
	margin: 0 15px;
	padding: 24px 16px 32px;
	background-color: #f8f8f8;
}

.account-box .btn-normal {
	width: 100%;
	height: 40px;
	color: #f0f0f0;
}

.my-booking [class^="box-type"] {
	padding: 24px 0 0;
	border-top: 0;
}

.my-booking [class^="box-type"].active .js_toggle_btn i {
	transform: rotate(270deg);
}

.my-booking [class^="box-type"].active .js_toggle_wrap {
	display: block;
}

.my-booking [class^="box-type"].additional dt, .my-booking [class^="box-type"].additional dd {
	margin-top: 15px;
}

.my-booking [class^="box-type"].additional dt:first-of-type, .my-booking [class^="box-type"].additional dd:first-of-type {
	margin-top: 0;
}

.my-booking [class^="box-type"].additional dt {
	padding: 8px 0 0;
}

.my-booking [class^="box-type"].additional dd {
	padding: 0;
}

.my-booking [class^="box-type"].additional .spe {
	margin-top: 16px;
}

.my-booking [class^="box-type"].additional .spe h4 {
	color: #808080;
}

.my-booking .box-type-input {
	padding: 24px 15px 32px;
}

.my-booking .room-img {
	margin-bottom: 16px;
}

.my-booking .room-img img {
	width: 100%;
}

.my-booking .room-img figcaption {
	padding: 8px 16px;
	background-color: #101010;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #f0f0f0;
}

.my-booking .room-img figcaption [class^="btn-link"] {
	float: right;
	padding: 2px 0;
	border-bottom: 0;
}

.my-booking .room-img figcaption [class^="btn-link"] i {
	margin-top: -4px;
}

.my-booking .title {
	margin-bottom: 0;
}

.my-booking .title em {
	margin-left: 8px;
	font-size: 12px;
	color: #a02329;
}

.my-booking .title a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
}

.my-booking .title a i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: -100px -40px;
	transform: rotate(90deg);
}

.my-booking .title + div {
	padding-top: 16px;
}

.my-booking .title + dl {
	padding-top: 24px;
}

.my-booking .js_toggle_wrap {
	display: none;
}

.list-month {
	display: table;
	width: 100%;
}

.list-month li {
	display: table-cell;
	width: 25%;
}

.list-month li a {
	display: block;
	height: 40px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #dcdcdc;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: -.036em;
	text-align: center;
	color: #c8c8c8;
}

.list-month li:first-child a {
	border-left: 1px solid #ddd;
}

.list-month li.active a {
	color: #B79D59;
	border: 1px solid #B79D59;
}

.date-select {
	display: table;
	width: 100%;
	margin: 24px 0 40px;
	text-align: center;
}

.date-select .input-block {
	display: inline-block;
	position: relative;
	width: calc((100% - 40px) / 2);
	font-size: 0;
	vertical-align: top;
}

.date-select .input-block label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 9px;
	font-size: 0;
	text-align: left;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.date-select .input-block label.selected .date {
	margin-right: 8px;
	font-size: 20px;
	color: #101010;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-weight: normal;
}

.date-select .input-block label.selected .date:after {
	content: ' 일';
	font-size: 12px;
}

.date-select .input-block label.selected .month, .date-select .input-block label.selected .year {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #808080;
}

.date-select .input-block label.selected .year:before {
	content: '.';
}

.date-select .input-block label.selected + i + input::placeholder {
	color: transparent;
}

.date-select .input-block input {
	padding: 0;
	height: 40px;
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #101010;
	color: transparent;
}

.date-select .input-block input::placeholder {
	color: #c8c8c8;
}

.date-select .input-block input:focus + i {
	background-position-x: -231px;
}

.date-select .input-block i {
	position: absolute;
	top: 8px;
	right: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -168px -72px;
}

.date-select > span {
	display: inline-block;
	width: 40px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 28px;
	text-align: center;
	vertical-align: top;
	color: #000;
}

.use-result {
	margin-top: 32px;
}

.use-result-tit {
	position: relative;
	padding: 0 15px 20px;
}

.use-result-tit dt {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #101010;
}

.use-result-tit dd {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}

.use-result .no-data {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.list-use {
	border-bottom: 1px solid #ddd;
}

.list-use li {
	padding: 20px 15px;
	border-top: 1px solid #ddd;
	color: #404040;
}

.list-use li:after {
	content: "";
	display: block;
	clear: both;
}

.list-use li > strong {
	display: block;
	font-size: 16px;
	letter-spacing: -.031em;
	font-weight: normal;
}

.list-use li > dl {
	float: left;
	width: 50%;
	margin-top: 10px;
}

.list-use li > dl dt, .list-use li > dl dd {
	display: inline-block;
	font-size: 14px;
}

.list-use li > dl dt {
	color: #808080;
}

.list-reservation {
	border-top: 1px solid #101010;
}

.list-reservation li {
	position: relative;
	padding: 16px 0 24px;
	margin: 0 15px;
	border-bottom: 1px solid #dcdcdc;
	color: #404040;
}

.list-reservation li > a {
	display: block;
}

.list-reservation li > a:after {
	content: "";
	display: block;
	clear: both;
}

.list-reservation li .number {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -.031em;
}

.list-reservation li .condition {
	display: block;
	float: right;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #B79D59;
}

.list-reservation li dl {
	margin-top: 12px;
}

.list-reservation li dl:nth-of-type(3), .list-reservation li dl:nth-of-type(4) {
	float: left;
	width: 50%;
}

.list-reservation li dl:after {
	content: "";
	display: block;
	clear: both;
}

.list-reservation li dl dt, .list-reservation li dl dd {
	float: left;
	font-size: 14px;
	letter-spacing: -.036em;
}

.list-reservation li dl dt {
	width: auto;
	margin-right: 8px;
	color: #808080;
}

.list-reservation li.finish:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: -15px;
	z-index: -1;
	background-color: #f8f8f8;
}

.list-reservation li.finish .number, .list-reservation li.finish .condition, .list-reservation li.finish dt, .list-reservation li.finish dd {
	color: #c8c8c8;
}

.list-benefit {
	margin: 0 15px 40px;
	border-top: 1px solid #101010;
}

.list-benefit.no-btn li {
	padding: 20px 15px;
}

.list-benefit li {
	position: relative;
	padding: 16px 0 24px;
	border-bottom: 1px solid #dcdcdc;
}

.list-benefit li:after {
	content: "";
	display: block;
	clear: both;
}

.list-benefit li .room {
	margin-bottom: 12px;
}

.list-benefit li .room:after {
	content: "";
	display: block;
	clear: both;
}

.list-benefit li .room > strong,
.list-benefit li .room > span {
	letter-spacing: -.031em;
}

.list-benefit li .room > strong {
	font-size: 16px;
	font-weight: normal;
	color: #404040;
}

.list-benefit li .room > span {
	position: relative;
	float: right;
	font-size: 14px;
	color: #b79d58;
}

.list-benefit li > dl {
	display: inline-block;
	font-size: 0;
}

.list-benefit li > dl + dl {
	margin-left: 16px;
}

.list-benefit li > dl dt, .list-benefit li > dl dd {
	display: inline-block;
	font-size: 14px;
	letter-spacing: -.036em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-align: left;
}

.list-benefit li > dl dt {
	margin-right: 8px;
	color: #808080;
}

.list-benefit li .btn-primary {
	margin-top: 24px;
}

.list-benefit li.finish:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: -15px;
	z-index: -1;
	width: calc(100% + 30px);
	background-color: #f8f8f8;
}

.list-benefit li.finish .room {
	margin-bottom: 10px;
}

.list-benefit li.finish .room > strong, .list-benefit li.finish .room > span {
	color: #c8c8c8;
	font-weight: normal;
}

.list-benefit li.finish dl dt, .list-benefit li.finish dl dd {
	color: #c8c8c8;
}

.agree-box {
	overflow: auto;
	overflow-x: hidden;
	height: 170px;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
}

.club-content.online .user-notice.chkin {
	padding: 24px 18px 16px;
}

.club-content.online .title + .desc2 {
	margin-top: 16px;
}

.club-content.online .desc2 + .desc {
	margin-top: 12px;
}

.club-content.online .my-booking .box-type-input {
	padding-bottom: 16px;
}

.club-content.online .my-booking .box-type-input:last-of-type {
	padding-bottom: 20px;
}

.club-content.online [class*="box-type"] .title h3 {
	font-size: 18px;
}

.club-content.online .my-booking .box-type-input.parking p {
	margin: 16px 0 24px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #808080;
}

.club-content.online .my-booking .box-type-input.spe .title {
	margin-bottom: 20px;
}

.club-content.online .list-check li {
	margin-top: 20px;
}

.club-content.online .list-check li .point-text.notice {
	margin: 4px 0 -12px;
}

.club-content.online .list-check .check-field {
	padding: 12px 0 12px 28px;
}

.club-content.online .list-check .check-field input {
	margin: -3px 6px 0 -28px;
}

.club-content.online .list-check .req {
	margin-left: 28px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.5px;
	color: #808080;
}

.club-content.online .list-check .btn-link-default {
	margin-left: 28px;
	padding-top: 4px;
}

.club-content.online .list-check.type2 {
	padding: 0 15px;
}

.club-content.online .list-check.type2 li:last-of-type .point-text.notice {
	margin-bottom: 0;
}

.club-content.online .rules {
	margin-top: 12px;
}

.club-content.online .rules .btn-rules {
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #b79d58;
}

.club-content.online .rules .btn-rules i {
	width: 16px;
	height: 16px;
	margin: -2px 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -128px;
	transform: rotate(-180deg);
}

.club-content.online .rules .btn-rules.open i {
	transform: rotate(0);
}

.club-content.online .rules .rules-cont {
	display: none;
	display: block;
}

.club-content.online .express-service {
	margin: 40px 0;
	padding: 40px 18px;
	background-color: #f8f8f8;
	line-height: 1.5;
	letter-spacing: -.5px;
}

.club-content.online .express-service .title {
	margin-bottom: 24px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	letter-spacing: -.5px;
	color: #101010;
}

.club-content.online .express-service dl {
	font-size: 16px;
	color: #404040;
}

.club-content.online .express-service dt {
	margin-bottom: 8px;
	color: #b79d58;
}

.club-content.online .express-service dt:nth-of-type(n+2) {
	margin-top: 16px;
}

.club-membership {
	padding: 40px 24px 0;
	text-align: center;
}

.club-membership h4 {
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -.5px;
}

.club-membership p {
	margin: 12px 0 40px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
	color: #404040;
}

.club-membership .mem-bnf-comm {
	padding: 20px 0;
	border: solid #DCDCDC;
	border-width: 1px 0;
	font-size: 0;
}

.club-membership .mem-bnf-comm dt, .club-membership .mem-bnf-comm dd {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.05px;
	vertical-align: top;
	text-align: left;
}

.club-membership .mem-bnf-comm dt:nth-of-type(n+2), .club-membership .mem-bnf-comm dd:nth-of-type(n+2) {
	margin-top: 12px;
}

.club-membership .mem-bnf-comm dt {
	width: 98px;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.club-membership .mem-bnf-comm dd {
	width: calc(100% - 98px);
	color: #404040;
}

.club-membership .mem-bnf-comm + h4 {
	margin-top: 64px;
}

.club-membership .list-mem-bnf {
	margin: 40px -24px;
	padding: 0 15px;
}

.club-membership .list-mem-bnf > li:nth-of-type(n+2) {
	margin-top: 64px;
}

.club-membership .list-mem-bnf strong {
	display: block;
	margin: 32px 0 5px;
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -1px;
}

.club-membership .list-mem-bnf .price {
	display: block;
	color: #b79d58;
	font-size: 14px;
}

.club-membership .list-mem-bnf .price em {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
}

.club-membership .list-mem-bnf .list-type {
	margin-top: 16px;
}

.club-membership .list-mem-bnf .list-type > li {
	padding-left: 0;
	color: #585858;
	text-align: center;
}

.club-membership .list-mem-bnf .list-type > li:nth-of-type(n+2) {
	margin-top: 6px;
}

.club-membership .list-mem-bnf .list-type > li:before {
	display: inline-block;
	position: static;
	margin: -3px 8px 0 0;
	vertical-align: middle;
}

.club-membership .btn-primary {
	width: 176px;
}

#ui-datepicker-div {
	left: 50% !important;
	z-index: 99 !important;
	width: 344px !important;
	padding: 24px 20px;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.15);
	transform: translateX(-50%);
}

.policy-content {
	padding: 40px 18px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.036em;
	color: #404040;
}

.policy-content .policy-tit {
	margin: 32px 0 16px;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	color: #101010;
}

.policy-content .policy-tit:first-of-type {
	margin-top: 0;
}

.policy-content .policy-subtit {
	margin: 16px 0 6px;
	color: #b79d58;
}

.policy-content .list-type.terms {
	margin: 20px 0 32px;
	padding: 14px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.policy-content .list-type.terms > li {
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
}

.policy-content .list-type.terms > li:before {
	top: 11px;
}

.policy-content .list-type.terms > li:nth-child(n+2) {
	margin-top: 12px;
}

.policy-content .list-type.msg {
	margin: 20px 0;
}

.policy-content .list-type.msg > li:before {
	top: 10px;
}

.policy-content .msg-info {
	margin: 24px 0 20px;
}

.policy-content .terms-list > li {
	margin-top: 20px;
}

.policy-content .tbl-title {
	padding: 12px 0;
	border-top: 2px solid #101010;
	color: #101010;
}

.policy-content .tbl-title + .tbl-type {
	margin-top: 0;
}

.policy-content .tbl-type {
	margin-top: 20px;
}

.policy-content .tbl-type th, .policy-content .tbl-type td {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	color: #101010;
}

.policy-content .tbl-type td {
	padding: 12px 0;
	font-size: 14px;
	letter-spacing: -.036em;
}

.policy-content .tbl-type td.text-left {
	padding: 16px;
	text-align: left;
}

.policy-content.pop-content .tbl-type td {
	font-size: 14px;
}

.sub-content[class*="salon-"] {
	background-color: #fdfdfd;
}

.sub-content[class*="salon-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-content[class*="salon-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 306px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 127px;
	background-repeat: no-repeat;
}

.sub-content[class*="salon-"] .header-cont {
	display: flex;
	position: absolute;
	top: 35.57312253%;
	left: 15px;
	z-index: 1;
	height: 224px;
	color: #f0f0f0;
	align-items: center;
}

.sub-content[class*="salon-"] .header-cont:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content[class*="salon-"] .header-cont .title {
	position: relative;
	z-index: 1;
	margin-bottom: 6px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.sub-content[class*="salon-"] .header-cont.salon {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 36px);
	height: 148px;
	padding: 0;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}

.sub-content[class*="salon-"] .header-cont.salon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	background-color: #000000;
}

.sub-content[class*="salon-"] .header-cont.salon h3 {
	position: relative;
	width: 272px;
	z-index: 1;
	text-align: center;
}

.sub-content[class*="salon-"] .flick-nav {
	padding-left: 0;
	background-color: #fdfdfd;
}

.salon-content {
	margin-bottom: -80px;
}

@media screen and (orientation: landscape) {
	.salon-content .sub-visual {
		background-image: url(../images/salon_kv01-landscape.jpg) !important;
	}
}

@media screen and (orientation: landscape) {
	.salon-content .sub-visual:before {
		padding-bottom: calc(100vh - 72px) !important;
	}
}

@media screen and (orientation: landscape) {
	.salon-content .header-cont.salon {
		top: 64% !important;
	}
}

.salon-content .package-facilities {
	margin-top: 56px;
	padding-bottom: 80px;
	background-color: #F8F8F8;
}

.salon-content .package-facilities .inner .title {
	padding-left: 18px;
}

.salon-content .package-facilities .info {
	position: relative;
	min-height: 136px;
}

.salon-content .package-facilities .info .btn-link {
	position: absolute;
	bottom: 0;
	left: 0;
}

.salon-content .user-notice {
	text-align: left;
}

.salon-content .user-notice .title {
	font-weight: 400;
}

.salon-content .btn-wrap {
	margin: 32px 0 80px;
}

.salon-content .btn-wrap [class*="btn-primary"] {
	width: 100%;
}

.salon > .txts {
	display: block;
	margin: 56px 15px 72px;
}

.salon > .txts .title {
	margin-bottom: 12px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.salon > .txts p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.salon > .list-offers {
	margin-top: 72px;
}

@media screen and (orientation: landscape) {
	.offers-detail.schedule .sub-visual {
		background-image: url(../images/salon_kv02-landscape.jpg) !important;
	}
	.offers-detail.schedule .sub-visual .header-cont {
		top: 64% !important;
	}
}

.pagkage-details {
	margin: 56px 0;
	padding: 40px 0 314px;
	border-top: 8px solid #f4f4f4;
	background: #f8f8f8 url(../images/salon_bg01.jpg) no-repeat 50% 100%;
	background-size: cover;
}

.pagkage-details .title {
	margin-bottom: 32px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.42;
	letter-spacing: -.021em;
}

.pagkage-details dl {
	font-size: 0;
}

.pagkage-details dl dt, .pagkage-details dl dd {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
	vertical-align: top;
	word-break: keep-all;
}

.pagkage-details dl dt:not(:first-of-type), .pagkage-details dl dd:not(:first-of-type) {
	margin-top: 12px;
}

.pagkage-details dl dt {
	width: 80px;
	color: #b79d58;
}

.pagkage-details dl dd {
	width: calc(100% - 80px);
}

.package-facilities.salon-list {
	padding: 40px 0 0;
}

.package-facilities.salon-list .related-package li:not(:first-of-type) {
	margin-top: 40px;
}

.package-facilities.salon-list .related-package .desc {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
}

.package-facilities.salon-list .related-package .date {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #585858;
}

.package-facilities.salon-list .related-package .btn-link {
	margin-top: 12px;
}

.package-facilities.salon-slide {
	padding: 40px 0 80px;
	border-top: 0;
	background-color: #f8f8f8;
}

.package-facilities.salon-slide figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}

.package-facilities.salon-slide figure img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.package-facilities.salon-slide .title {
	font-size: 24px;
	line-height: 1.42;
}

.box-wrap.salon {
	padding-bottom: 32px;
}

.box-wrap.salon .accordion-wrap {
	padding: 0 15px;
}

.salon-guide {
	margin: 40px 0 32px;
}

.salon-guide button {
	padding: 22px 0 13px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
	letter-spacing: -.5px;
}

.salon-guide button:after {
	margin-top: -8px !important;
}

.salon-guide .list-type li {
	word-break: keep-all;
}

.sort-package {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sort-package > div {
	flex: 1;
	height: 48px;
}

.sort-package > div:not(:first-of-type) {
	border-left: 1px solid #dcdcdc;
}

.sort-package .period > [class^="btn-"], .sort-package .programs > [class^="btn-"] {
	position: relative;
	width: 100%;
	background-color: #fdfdfd;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #101010;
	text-align: left;
}

@media (width: 320px) {
	.sort-package .period > [class^="btn-"], .sort-package .programs > [class^="btn-"] {
		font-size: 12px;
	}
}

.sort-package .selected {
	font-family: inherit;
}

.sort-package .ico-calendar {
	width: 20px;
	height: 20px;
	margin: -4px 4px 0 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: -140px -60px;
}

.sort-package .ico-arrow {
	position: absolute;
	top: 16px;
	right: 12px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -16px -128px;
}

.sort-package [class^="btn-"].open {
	color: #b79d58;
}

.sort-package [class^="btn-"].open .ico-arrow {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -32px -128px;
}

.sort-package [class^="btn-"].open .ico-calendar {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: -140px -80px;
}

.sort-package .period .btn-period {
	padding: 14px 12px;
}

.sort-package .programs .btn-sort {
	padding: 14px 12px 14px 16px;
}

.salon-sticky {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	align-items: flex-end;
	transition: .4s;
	display: none;
}

.salon-sticky.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.salon-sticky .dim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.salon-sticky .btn-close {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 56px;
	height: 4px;
	border-radius: 2px;
	background-color: #f8f8f8;
	transform: translateX(-50%);
}

.salon-sticky .inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 24px 18px 56px;
	background-color: #fdfdfd;
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
}

.salon-sticky .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
}

.salon-sticky .btn-wrap [class^="btn-normal"] {
	height: 56px;
	padding: 15px 0 14px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
}

.salon-sticky .btn-wrap [class^="btn-normal"].disabled {
	background-color: #c8c8c8;
}

.salon-sticky .btn-wrap [class^="btn-normal"].full {
	width: 100%;
}

.salon-sticky .btn-wrap [class^="btn-normal"].half {
	width: 50%;
}

.salon-sticky .btn-wrap .btn-normal-cancel {
	width: 38%;
	background-color: #404040;
}

.salon-sticky .btn-wrap .btn-normal-apply {
	width: 62%;
	background-color: #b79d59;
}

.sort-period .select-date {
	position: relative;
	padding: 7px 0 8px;
	border-top: 1px solid #dcdcdc;
}

.sort-period .select-date:after {
	content: "";
	display: block;
	clear: both;
}

.sort-period .select-date:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: 12px 0 0 -8px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -96px;
}

.sort-period .date {
	height: 40px;
	padding: 6px 0 5px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sort-period .date.start {
	float: left;
}

.sort-period .date.end {
	float: right;
}

.sort-period .date .day {
	font-size: 20px;
	color: #101010;
}

.sort-period .date .day:after {
	content: '일';
	margin: 0 8px 0 2px;
	font-size: 12px;
}

.sort-period .date .month, .sort-period .date .year {
	font-size: 14px;
	color: #808080;
}

.sort-period .date .month:after {
	content: '.';
}

.sort-programs .inner > .title {
	margin-bottom: 20px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #101010;
}

.sort-programs .programs-list {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 286px;
}

.sort-programs .programs-list li {
	padding: 14px 0;
}

.sort-programs .programs-list li:not(:last-of-type) {
	border-bottom: 1px solid #dcdcdc;
}

.sort-programs .programs-list label {
	display: block;
	position: relative;
	padding-left: 40px;
}

.sort-programs .programs-list input[type='checkbox'] {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0;
}

.sort-programs .programs-list input[type='checkbox']:checked {
	background-color: transparent;
}

.sort-programs .programs-list input[type='checkbox']:checked:after {
	border-color: #b79d59;
}

.sort-programs .programs-list .title {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	color: #101010;
}

.sort-programs .programs-list .date {
	display: block;
	margin-top: 4px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #a0a0a0;
}

.salon-booking .inner {
	padding: 0;
}

.salon-booking .scroll-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	min-height: 584px;
	max-height: 612px;
	padding: 24px 18px 90px;
}

@media (max-device-height: 667px) {
	.salon-booking .scroll-wrap {
		min-height: auto;
		height: 450px;
	}
}

.salon-booking .title {
	width: 235px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.33;
	color: #101010;
}

.salon-booking .pkg-name {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.43;
	color: #808080;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.salon-booking .step {
	position: absolute;
	top: 24px;
	right: 18px;
}

.salon-booking .step:after {
	content: "";
	display: block;
	clear: both;
}

.salon-booking .step li {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	border-radius: 100%;
	background-color: #c8c8c8;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	text-align: center;
}

.salon-booking .step .active {
	background-color: #b69f5b;
}

.salon-booking .step-head {
	margin-top: 21px;
	padding: 8px 0 6px;
	border-bottom: 2px solid #606060;
}

.salon-booking .step-head strong {
	display: inline-block;
	width: 73px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
	vertical-align: middle;
}

.salon-booking .step-head span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #808080;
}

.salon-booking .step-cont {
	padding-top: 24px;
}

.salon-booking .list-class {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 320px;
}

@media (max-device-height: 667px) {
	.salon-booking .list-class {
		overflow-y: visible;
		max-height: none;
	}
}

.salon-booking .list-class li {
	margin-bottom: 12px;
}

.salon-booking .list-class label {
	display: block;
	position: relative;
	padding: 16px 20px;
}

.salon-booking .list-class input[type="radio"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	background: transparent;
}

.salon-booking .list-class input[type="radio"]:checked:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 3px solid #b69f5b;
}

.salon-booking .list-class input[type="radio"]:disabled {
	opacity: .4;
}

.salon-booking .list-class input[type="radio"]:disabled + .time, .salon-booking .list-class input[type="radio"]:disabled + .time + .num {
	opacity: .4;
}

.salon-booking .list-class input[type="radio"]:after {
	display: none;
}

.salon-booking .list-class .time {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
}

.salon-booking .list-class .num {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #808080;
}

.salon-booking .list-class .num em {
	margin-left: 8px;
	color: #b79d58;
}

.salon-booking .box-type-input {
	padding: 0;
}

.salon-booking .box-type-input dl {
	margin: 0;
	padding: 24px 0;
	border-bottom: 1px solid #dcdcdc;
}

.salon-booking .box-type-input dl:first-of-type {
	padding-top: 0;
}

.salon-booking .box-type-input dl dt {
	padding: 0;
	color: #808080;
}

.salon-booking .box-type-input dl dd {
	margin-top: 12px;
}

.salon-booking .box-type-input dl input[type="text"] {
	background-color: #fdfdfd;
	height: 40px;
	padding: 8px 12px;
	line-height: 24px;
}

.salon-booking .box-type-input .box-rdo label {
	display: inline-block;
	padding: 8px 0;
	color: #404040;
}

.salon-booking .box-type-input .box-rdo label:nth-child(n+2) {
	margin-left: 40px;
}

.salon-booking .box-type-input .box-certify dd {
	position: relative;
}

.salon-booking .box-type-input .box-certify .time {
	position: absolute;
	top: 8px;
	right: 12px;
	color: #404040;
}

.salon-booking .box-type-input .box-certify .ico-chk {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: -100px -160px;
}

.salon-booking .box-type-input .btn-normal-certify {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 12px;
	background-color: #404040;
	font-size: 14px;
	letter-spacing: -.036em;
}

.salon-booking .box-type-input .btn-normal-certify.disabled {
	background-color: #c8c8c8;
}

.salon-booking .completed {
	padding: 70px 0 88px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

.salon-booking .completed .ico-complete {
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 640px auto;
	background-repeat: no-repeat;
	background-position: -512px -128px;
}

.salon-booking .completed p {
	margin-top: 22px;
	font-size: 16px;
	letter-spacing: -.5px;
	color: #404040;
}

.salon-booking .list-check {
	padding-top: 18px;
}

.salon-booking .list-check label {
	display: inline-block;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #404040;
}

.salon-booking .list-check input[type="checkbox"]:checked {
	background-color: transparent;
}

.salon-booking .list-check input[type="checkbox"]:checked:after {
	border-color: #b79d59;
}

.salon-booking .list-check .btn-link-default {
	float: right;
	padding: 0;
	margin-top: 2px;
	font-size: 14px;
}

.salon-booking .txt-info {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #404040;
}

.salon-booking .tbl-type {
	margin-top: -24px;
	border-top: 1px solid #dcdcdc;
	letter-spacing: -.5px;
}

.salon-booking .tbl-type tbody th:first-of-type {
	border-left: 0;
}

.salon-booking .tbl-type .tag {
	display: inline-block;
	min-width: 64px;
	height: 24px;
	padding-top: 1px;
	border: 1px solid #b79d59;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -.042em;
	color: #b79d58;
	text-align: center;
}

.salon-booking .tbl-type .price {
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
}

.salon-booking .tbl-type .price ins {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	letter-spacing: -.021em;
	color: #b79d58;
}

.salon-booking .tbl-type .price .unit {
	margin-left: 2px;
	font-size: 16px;
	color: #101010;
}

.salon-booking .tbl-type .smr {
	font-size: 14px;
	letter-spacing: -.036em;
	color: #808080;
}

.sub-content[class*="experience-"] {
	background-color: #fdfdfd;
}

.sub-content[class*="experience-"] .sub-visual {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-content[class*="experience-"] .sub-visual:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(100vh - 136px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 140px;
	background-repeat: no-repeat;
}

@media screen and (orientation: landscape) {
	.sub-content[class*="experience-"] .sub-visual:before {
		padding-bottom: calc(100vh - 72px);
	}
}

.sub-content[class*="experience-"] .text {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	width: 279px;
	height: 176px;
	padding: 0 0 0 18px;
	align-items: center;
	transform: translateY(-50%);
}

@media screen and (orientation: landscape) {
	.sub-content[class*="experience-"] .text {
		top: 64%;
	}
}

.sub-content[class*="experience-"] .text:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.24;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content[class*="experience-"] .text h3 {
	position: relative;
	z-index: 1;
}

@media screen and (orientation: landscape) {
	.experience-content.pet .sub-visual {
		background-image: url(../images/pet_kv01-landscape.jpg) !important;
	}
}

@media screen and (orientation: landscape) {
	.experience-content.neighborhood .sub-visual {
		background-image: url(../images/neighborhood_kv-landscape.jpg) !important;
	}
}

.pet-content {
	padding: 64px 15px;
}

.pet-content:nth-of-type(even) {
	background-color: #f0f0f0;
}

.pet-content:last-of-type {
	margin-bottom: -80px;
}

.pet-content .smr-info {
	position: relative;
	padding-bottom: 24px;
}

.pet-content .smr-info .cate {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #b79d58;
}

.pet-content .smr-info .title {
	margin: 8px 0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	color: #101010;
}

.pet-content .smr-info p:not(.desc) {
	margin-top: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
}

.pet-content .smr-info .desc {
	opacity: .8;
}

.pet-content .smr-info .btn-quick-reserv {
	position: absolute;
	top: 0;
	right: 0;
}

.pet-content .smr-info .ico-floor {
	width: 24px;
	height: 24px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: -24px -144px;
	vertical-align: top;
}

.pet-content figure {
	margin: 0 0 48px -15px;
}

.pet-content .subtitle {
	margin-bottom: 4px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.021em;
	color: #101010;
}

.pet-content .desc {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
}

.pet-content .pet-swiper {
	margin: 0 -15px;
	padding: 32px 15px 0;
}

.pet-content .pet-swiper .swiper-slide {
	width: 76.26666667%;
}

.pet-content .pet-swiper .thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75.17482517%;
}

.pet-content .pet-swiper .thumb img {
	position: absolute;
	top: 50%;
	left: 0;
	min-height: 100%;
	transform: translateY(-50%);
}

.pet-content .pet-swiper .info {
	padding: 12px 59px 0 0;
}

.pet-content .pet-swiper .info em {
	display: block;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

.pet-content .pet-swiper .info em:lang(en) {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.pet-content .pet-swiper .info .desc {
	margin-top: 4px;
	word-break: keep-all;
}

.pet-content .pet-swiper .info .date {
	margin-top: 2px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.pet-content .pet-swiper .info .btn-link {
	margin-top: 8px;
}

.pet-content .pet-swiper .swiper-pagination {
	margin: 24px 0 0 15px;
}

.pet-content .petmenu-swiper {
	margin: 0 -15px;
	padding-top: 32px;
}

.pet-content .petmenu-swiper .pet-vis .swiper-wrapper {
	padding-left: 15px;
}

.pet-content .petmenu-swiper .pet-vis .swiper-slide {
	width: 81.94444444%;
	padding-right: 9px;
}

.pet-content .petmenu-swiper .pet-vis .swiper-slide:nth-child(2) {
	width: 100%;
	padding-right: 18.05555556%;
}

.pet-content .petmenu-swiper .pet-vis .thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75.17482517%;
}

.pet-content .petmenu-swiper .pet-vis .thumb img {
	position: absolute;
	top: 50%;
	left: 0;
	min-height: 100%;
	transform: translateY(-50%);
}

.pet-content .petmenu-swiper .pet-info .swiper-slide {
	padding: 0 15px;
}

.pet-content .petmenu-swiper .pet-info .info {
	padding: 12px 59px 0 0;
}

.pet-content .petmenu-swiper .pet-info .info em {
	display: block;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

.pet-content .petmenu-swiper .pet-info .info em:lang(en) {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.pet-content .petmenu-swiper .pet-info .info .desc {
	margin-top: 4px;
	word-break: keep-all;
}

.pet-content .petmenu-swiper .pet-info .info .date {
	margin-top: 2px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.pet-content .petmenu-swiper .pet-info .info .btn-link {
	margin-top: 8px;
}

.pet-content .petmenu-swiper .pet-info .swiper-pagination {
	margin: 24px 0 0 15px;
}

.neighborhood-content {
	padding: 56px 15px 0;
}

.neighborhood-content > h4 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.021em;
	color: #101010;
}

.neighborhood-content > p {
	margin: 8px 0 40px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.031em;
	color: #404040;
}

.neighborhood-content figure {
	margin-left: -15px;
}

.neighborhood-content .accordion-wrap + .accordion-wrap {
	margin-top: 40px;
}

.neighborhood-content .accordion-wrap.type-1 .neighborhood {
	margin-top: 40px;
}

.neighborhood-content .accordion-wrap.type-1 .neighborhood .head strong {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

.neighborhood-content .accordion-wrap.type-1 .neighborhood .body {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.neighborhood-content .list-location li {
	position: relative;
	padding: 24px 0 24px 8px;
}

.neighborhood-content .list-location li:nth-child(n+2) {
	border-top: 1px solid #dcdcdc;
}

.neighborhood-content .list-location .title {
	padding-right: 40px;
}

.neighborhood-content .list-location .title .name {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.025em;
	color: #101010;
}

.neighborhood-content .list-location .title .cate {
	font-size: 14px;
	letter-spacing: -.036em;
	color: #b79d58;
}

.neighborhood-content .list-location .info {
	padding-top: 18px;
}

.neighborhood-content .list-location .info dl {
	font-size: 0;
}

.neighborhood-content .list-location .info dl:not(:first-of-type) {
	margin-top: 10px;
}

.neighborhood-content .list-location .info dt, .neighborhood-content .list-location .info dd {
	display: inline-block;
	vertical-align: top;
}

.neighborhood-content .list-location .info dt {
	width: 50px;
	font-size: 14px;
	letter-spacing: -.036em;
	color: #a0a0a0;
}

.neighborhood-content .list-location .info dd {
	width: calc(100% - 50px);
	font-size: 16px;
	letter-spacing: -.031em;
	color: #404040;
	word-break: keep-all;
}

.neighborhood-content .list-location .info .tel {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.neighborhood-content .list-location .btn-map {
	position: absolute;
	top: 24px;
	right: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -288px;
}

.neighborhood-content .btn-wrap {
	margin-top: 40px;
}

.neighborhood-content .btn-normal-border {
	width: 100%;
	padding: 7px 0;
}

.sub-nav {
	position: fixed;
	top: 56px;
	left: 0;
	right: 0;
	z-index: 18;
	height: 52px;
	text-align: center;
	transition: .4s;
}

.sub-nav:after {
	content: '';
	display: block;
	position: absolute;
	top: -56px;
	left: 0;
	width: 100%;
	height: 111px;
	transition: .4s;
}

.sub-nav.scrolled {
	transform: translateY(-56px);
}

.sub-nav.scrolled h2 {
	border-bottom: 0;
}

.sub-nav.bg, .sub-nav.sub-type {
	border-bottom: 1px solid #101010;
	background: #101010;
}

.sub-nav.bg .sub-nav-title, .sub-nav.bg .sub-nav-list, .sub-nav.sub-type .sub-nav-title, .sub-nav.sub-type .sub-nav-list {
	background-color: #101010;
	transition: .4s;
}

.sub-nav.bg h2, .sub-nav.sub-type h2 {
	border-bottom: 0;
}

.sub-nav h2 {
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #f0f0f0;
}

.sub-nav.active:after {
	background-color: #101010;
}

.sub-nav.active .sub-nav-list {
	max-height: 500px;
	background-color: #101010;
	transition: 1s;
}

.sub-nav.active .sub-nav-btn i {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sub-nav-title {
	position: relative;
	z-index: 3;
}

.sub-nav-btn {
	display: inline-block;
	width: 100%;
	position: relative;
}

.sub-nav-btn i {
	width: 16px;
	height: 16px;
	margin: -2px 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -64px -32px;
	text-indent: -99999px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.sub-nav-list {
	overflow: hidden;
	z-index: 1;
	max-height: 0;
	transition: .4s;
	text-align: left;
}

.sub-nav-list li a {
	display: block;
	padding: 12px 16px;
	font-size: 16px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	color: #808080;
}

.sub-nav-list li a:active {
	color: #f0f0f0;
}

.sub-nav-list li.active a {
	color: #f0f0f0;
}

.sub-nav-prev {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	font-size: 0;
	text-indent: -9999999px;
}

.sub-nav-prev:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 0 -256px;
}

.sub-content {
	padding: 108px 0 0;
}

.sub-content .error {
	margin-top: -56px;
	padding: 128px 18px;
	text-align: center;
}

.sub-content .error .ico-notice {
	width: 35px;
	height: 98px;
	margin: 0 auto 20px;
	display: block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: -224px -196px;
}

.sub-content .error strong {
	display: block;
	margin: 0 -18px 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: -.5px;
	color: #b79d58;
	word-break: keep-all;
}

.sub-content .error .desc {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -.036em;
	color: #808080;
	word-break: keep-all;
}

.sub-content .error .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub-content .error .btn-wrap [class^="btn-primary"] {
	flex: 1;
}

.sub-content .error .btn-wrap [class^="btn-primary"]:nth-child(2) {
	margin-left: 9px;
}

main.dining {
	padding-bottom: 0;
}

.sub-content.dining-content .dining-swiper {
	height: calc(100vh - 136px);
}

@media screen and (orientation: landscape) {
	.sub-content.dining-content .dining-swiper {
		height: 100vh;
	}
}

.sub-content.dining-content .dining-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	.sub-content.dining-content .dining-swiper .swiper-slide {
		background-image: url(../images/dining-kv-landscape.jpg) !important;
	}
}

.sub-content.dining-content .dining-swiper .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0;
	background-size: 100% 140px;
	background-repeat: no-repeat;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	width: 279px;
	height: 176px;
	padding-left: 18px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	align-items: center;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.24;
	-webkit-filter: blur(36px);
	filter: blur(36px);
	background-color: #000000;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .cate,
.sub-content.dining-content .dining-swiper .swiper-slide > .txts .h2-title,
.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-en,
.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-kr {
	color: #f0f0f0;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .cate {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-en,
.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-kr {
	letter-spacing: -0.5px;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .h2-title,
.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-en {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .h2-title {
	position: relative;
	z-index: 1;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -1px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-en {
	font-size: 20px;
	line-height: 26px;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .desc-kr {
	font-size: 16px;
	line-height: 24px;
}

.sub-content.dining-content .dining-swiper .swiper-slide > .txts .btn-link-invert {
	margin-top: 24px;
}

.sub-content.dining-content .swiper-pagination {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 18px;
	width: auto;
	margin-top: 160px;
}

.sub-content.dining-content .swiper-pagination .swiper-pagination-bullet:after {
	background-color: #fff;
}

.sub-content.dining-content .btn-scroll {
	z-index: 1;
}

.sub-content.dining-content .flick-nav {
	border-bottom: 0;
	background-color: #fdfdfd;
}

.sub-content.dining-content .flick-nav li {
	margin-right: 0;
	padding-left: 24px;
}

.sub-content.dining-content .flick-nav li:first-of-type {
	padding-left: 0;
}

.sub-content.dining-content .flick-nav a {
	border-bottom-color: transparent;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 18px;
	color: #a0a0a0;
}

.sub-content.dining-content .flick-nav .active a {
	border-bottom-color: #b79d59;
	color: #b79d58;
}

.sub-content.dining-content .flick-nav [class^="swiper-button"] {
	top: 0;
	right: 0;
	width: 56px;
	height: 100%;
	margin-top: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.sub-content.dining-content .flick-nav [class^="swiper-button"] i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: -96px -32px;
}

.sub-content.dining-content .flick-nav [class^="swiper-button"][class*="-disabled"] {
	display: none;
}

.sub-content.dining-content .flick-nav .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}

.sub-content.dining-content .flick-nav .swiper-button-next {
	right: 0;
	padding-right: 6px;
	text-align: right;
}

.sub-content.dining-content .tab {
	position: relative;
	padding: 56px 0 62px;
}

.sub-content.dining-content .tab .backgrounds {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.sub-content.dining-content .tab .backgrounds .bg {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-content.dining-content .tab.tab1 .bg {
	background-image: url("../images/bg-dining-s4.jpg");
}

.sub-content.dining-content .tab.tab2 .bg {
	background-image: url("../images/bg-dining-s3.jpg");
}

.sub-content.dining-content .tab.tab3 .bg {
	background-image: url("../images/bg-dining-s2.jpg");
}

.sub-content.dining-content .tab.tab4 .bg {
	background-image: url("../images/bg-dining-s1.jpg");
}

.sub-content.dining-content .tab .inner {
	position: relative;
	z-index: 1;
}

.sub-content.dining-content .tab span.title,
.sub-content.dining-content .tab strong.title {
	display: block;
	margin: 0 18px;
}

.sub-content.dining-content .tab span.title {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.sub-content.dining-content .tab span.title .cate {
	display: inline-block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	color: #b79d58;
}

.sub-content.dining-content .tab.tab1 span.title .cate, .sub-content.dining-content .tab.tab2 span.title .cate {
	color: #cbaf66;
}

.sub-content.dining-content .tab strong.title {
	margin-top: 10px;
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -1px;
}

.sub-content.dining-content .tab .thum {
	display: block;
}

.sub-content.dining-content .tab figure {
	margin-top: 30px;
}

.sub-content.dining-content .tab figure figcaption {
	margin: 0 18px;
}

.sub-content.dining-content .tab figure figcaption strong.desc {
	display: block;
	margin-top: 20px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	color: #f0f0f0;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}

.sub-content.dining-content .tab figure figcaption .desc-kr {
	display: block;
	color: #c8c8c8;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
}

.sub-content.dining-content .tab figure figcaption .btn {
	display: block;
	margin-top: 20px;
}

.sub-content.dining-content .tab figure figcaption .btn .btn-link {
	color: #101010;
}

.sub-content.dining-content .tab:nth-child(odd) .thum {
	margin-right: 16px;
}

.sub-content.dining-content .tab:nth-child(even) .thum {
	margin-left: 16px;
}

[class*="dining-content-detail"] .sub-visual .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-position: 0 0, 0 0, 100% 0, 100% 100%;
	background-size: 100% 140px, 107px 100%, 107px 100%, 100% 140px;
	background-repeat: no-repeat;
}

[class*="dining-content-detail"] .dining-swiper {
	height: 100vh;
}

[class*="dining-content-detail"] .dining-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

[class*="dining-content-detail"] .dining-swiper .swiper-slide .header-cont {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 214px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
}

[class*="dining-content-detail"] .dining-swiper .swiper-slide .header-cont:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	-webkit-filter: blur(36px);
	filter: blur(36px);
}

[class*="dining-content-detail"] .dining-swiper .swiper-slide .logo {
	display: inline-block;
	position: relative;
	z-index: 1;
}

[class*="dining-content-detail"] .btn-scroll {
	z-index: 1;
}

[class*="dining-content-detail"] .page-body {
	position: absolute;
	top: 100vh;
	right: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: 0;
	display: none;
}

[class*="dining-content-detail"] .page-body.active {
	position: relative;
	top: 0;
	z-index: 2;
	opacity: 1;
	display: block;
	color: #404040;
}

[class*="dining-content-detail"] .tab {
	position: relative;
}

[class*="dining-content-detail"] .tab .backgrounds {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

[class*="dining-content-detail"] .tab .backgrounds .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

[class*="dining-content-detail"] .tab > .inner {
	position: relative;
	z-index: 1;
	margin: 0 18px;
}

[class*="dining-content-detail"] .tab h3.title {
	color: #101010;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: -0.8px;
}

[class*="dining-content-detail"] .tab .summary-info .logo figure {
	margin: 0 auto;
}

[class*="dining-content-detail"] .tab .summary-info .tit {
	display: block;
	margin-top: 36px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #b79d58;
	text-align: center;
}

[class*="dining-content-detail"] .tab .summary-info .tit em {
	display: block;
	margin-top: 2px;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: -1px;
	color: #101010;
}

[class*="dining-content-detail"] .tab .summary-info .tit + .desc {
	margin-top: 24px;
}

[class*="dining-content-detail"] .tab .summary-info .desc {
	margin-top: 32px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	text-align: center;
	word-wrap: break-word;
}

[class*="dining-content-detail"] .tab .summary-info .txt_info {
	display: block;
	margin: 12px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

[class*="dining-content-detail"] .tab .info-list {
	margin-top: 40px;
}

[class*="dining-content-detail"] .tab .info-list .inner {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

[class*="dining-content-detail"] .tab .info-list dl {
	position: relative;
	margin-top: 12px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .info-list dl dt,
[class*="dining-content-detail"] .tab .info-list dl dd {
	font-size: 16px;
	line-height: 24px;
}

[class*="dining-content-detail"] .tab .info-list dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	color: #b79d58;
}
[class*="dining-content-detail"] .tab .info-list.type2 dl dt {
	width:107px;
}

[class*="dining-content-detail"] .tab .info-list.type2 dl dd {
	padding-left: 40px;
}

[class*="dining-content-detail"] .tab .info-list dl dd {
	padding-left: 97px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .info-list dl dd span {
	display: inline-block;
	width: 45px;
	color: #808080;
}

[class*="dining-content-detail"] .tab .info-list dl dd small {
	display: block;
	color: #808080;
	font-size: 14px;
	font-family: inherit;
	margin-bottom: 8px;
}

[class*="dining-content-detail"] .tab .info-list dl dd small:last-of-type {
	margin-bottom: 0;
}

[class*="dining-content-detail"] .tab .info-list dl:last-of-type small {
	margin: 4px 0 0;
}

@media (width: 320px) {
	[class*="dining-content-detail"] .tab .info-list dl dt,
	[class*="dining-content-detail"] .tab .info-list dl dd {
		font-size: 14px;
	}
	[class*="dining-content-detail"] .tab .info-list dl dd {
		padding-left: 80px;
	}
	[class*="dining-content-detail"] .tab .info-list dl dd span {
		width: 40px;
	}
	[class*="dining-content-detail"] .tab .info-list dl dd small {
		font-size: 12px;
	}
}

[class*="dining-content-detail"] .tab .info-text .inner {
	margin-bottom: 24px;
	padding: 24px 0;
	border-top: 0;
	border-bottom: 1px solid #c8c8c8;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
}

[class*="dining-content-detail"] .tab .info-text .inner dl {
	margin-top: 0;
	padding-left: 0;
}

[class*="dining-content-detail"] .tab .info-text .inner dl dt {
	position: static;
	width: auto;
	margin-bottom: 12px;
	color: #b79d58;
}

[class*="dining-content-detail"] .tab .info-text .inner dl dd {
	font-family: 'Noto Sans KR', sans-serif;
	padding-left: 0;
	color: #404040;
}

[class*="dining-content-detail"] .tab .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 0 30px;
	text-align: center;
	font-size: 0;
}

[class*="dining-content-detail"] .tab .btn-primary {
	flex: 1;
	margin-right: 8px;
}

[class*="dining-content-detail"] .tab .btn-primary:last-child {
	margin-right: 0;
}

[class*="dining-content-detail"] .tab .btn-primary-invert {
	width: 100%;
	margin-top: 20px;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper {
	margin-top: 60px;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .swiper-slide {
	width: 76.8%;
	padding: 0 1.07%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .swiper-slide-active {
	opacity: 1;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .swiper-pagination {
	margin-top: 18px;
	text-align: center;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .swiper-pagination-bullet {
	width: 8px;
	margin: 0 4px 0 3px;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .more {
	position: relative;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .more .btn-more-link {
	position: absolute;
	top: 50%;
	left: 3px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #404040;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

[class*="dining-content-detail"] .tab .dining-detail-swiper .more .btn-more-link i {
	width: 32px;
	height: 32px;
	margin-bottom: 8px;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul:after {
	content: "";
	display: block;
	clear: both;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul li {
	margin-top: 60px;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul li figure figcaption .name {
	display: block;
	margin-top: 18px;
	color: #f0f0f0;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul li figure figcaption .desc {
	display: block;
	margin-top: 8px;
	color: #dcdcdc;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul li:nth-child(odd) {
	padding-right: 14.75%;
}

[class*="dining-content-detail"] .tab .dining-menu-list ul li:nth-child(even) {
	padding-left: 14.75%;
}

[class*="dining-content-detail"] .tab .partner-list {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

[class*="dining-content-detail"] .tab .partner-list li + li {
	margin-top: 40px;
}

[class*="dining-content-detail"] .tab .partner-list li figcaption {
	margin: 0 18px;
}

[class*="dining-content-detail"] .tab .partner-list li figcaption strong {
	display: block;
	margin-top: 24px;
	color: #000;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.6px;
}

[class*="dining-content-detail"] .tab .partner-list li figcaption .desc {
	display: block;
	margin-top: 12px;
	color: #101010;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

[class*="dining-content-detail"] .tab .partner-list.reverse li:nth-child(odd) figure {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

[class*="dining-content-detail"] .tab .partner-list.reverse li:nth-child(odd) figcaption {
	padding-right: 128px;
	padding-left: 0;
}

[class*="dining-content-detail"] .tab .partner-list.reverse li:nth-child(even) figure {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

[class*="dining-content-detail"] .tab .partner-list.reverse li:nth-child(even) figcaption {
	padding-right: 0;
	padding-left: 128px;
}

[class*="dining-content-detail"] .tab .dining-swiper {
	height: auto;
}

[class*="dining-content-detail"] .tab .dining-swiper .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 78.5%;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide {
	padding: 0 4.27%;
	opacity: 0.4;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide-active {
	opacity: 1;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide .title-wrap span.title {
	display: block;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide .title-wrap span.title span {
	display: inline-block;
	font-family: inherit;
	color: #b79d58;
	vertical-align: top;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide .title-wrap strong.title {
	display: block;
	margin-top: 8px;
	color: #f0f0f0;
	font-size: 32px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure {
	margin-top: 2px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption {
	color: #f0f0f0;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption .name {
	display: block;
	color: #b79d58;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption .desc {
	display: block;
	margin-top: 4px;
	color: #f0f0f0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption .price {
	display: block;
	margin-top: 18px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 20px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption .price + .price {
	margin-top: 4px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide figure figcaption .price-option {
	display: block;
	margin-top: 2px;
	color: #f0f0f0;
	font-size: 16px;
	line-height: 24px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-button-prev {
	top: 40%;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 480px auto;
	background-repeat: no-repeat;
	background-position: -288px -192px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-button-next {
	top: 40%;
	right: 0;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/icons.svg");
	background-size: 480px auto;
	background-repeat: no-repeat;
	background-position: -288px -192px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-button-disabled {
	display: none;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-pagination {
	margin-top: 36px;
	line-height: 8px;
	text-align: left;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 4px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-pagination-bullet:after {
	margin-top: 1px;
	background: #d8d8d8;
	vertical-align: top;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
}

[class*="dining-content-detail"] .tab .dining-swiper .swiper-pagination-bullet-active:after {
	margin-top: 0;
	background: #fff;
	opacity: 1;
}

[class*="dining-content-detail"] .tab .related-service {
	margin-top: 24px;
}

[class*="dining-content-detail"] .tab .related-service .btns {
	margin-top: 40px;
}

[class*="dining-content-detail"] .tab .related-service .btns .btn-primary {
	width: 100%;
}

[class*="dining-content-detail"] .tab .related-vis .info {
	margin-top: 24px;
}

[class*="dining-content-detail"] .tab .related-vis .info .cate {
	display: block;
	color: #b79d58;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .related-vis .info .h5-title {
	margin-top: 12px;
	color: #000;
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -1px;
}

[class*="dining-content-detail"] .tab .related-vis .info .desc {
	margin-top: 8px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

[class*="dining-content-detail"] .tab .related-vis .info .btn-link {
	margin-top: 24px;
}

[class*="dining-content-detail"] .tab .list-empty {
	margin-top: 52px;
	padding: 0;
}

[class*="dining-content-detail"] .tab .list-empty .btn-primary {
	width: 100%;
	margin-top: 60px;
}

[class*="dining-content-detail"] .tab1 {
	padding: 40px 0;
}

[class*="dining-content-detail"] .tab2 {
	padding: 40px 0;
}

[class*="dining-content-detail"] .tab3 {
	padding: 40px 0;
}

[class*="dining-content-detail"] .tab4 {
	padding: 40px 0;
}

[class*="dining-content-detail"] .nav-banner {
	margin-top: 0;
	background-attachment: initial;
}

[class*="dining-content-detail"] .nav-banner .txts p {
	margin-bottom: 12px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	line-height: 20px;
}

[class*="dining-content-detail"] .nav-banner .txts .h4-title {
	line-height: 38px;
	letter-spacing: -0.8px;
}

[class*="dining-content-detail"] .inside-detail-swiper {
	margin: 60px 0 0;
	z-index: 1;
}

@media screen and (orientation: landscape) {
	[class*="dining-content-detail-1"] .sub-visual .dining-swiper .swiper-slide {
		background-image: url(../images/bg-lesalon-kv-landscape.jpg) !important;
	}
}

[class*="dining-content-detail-1"] .sub-visual .dining-swiper .swiper-slide .logo {
	width: 65px;
}

[class*="dining-content-detail-1"] .tab1 .bg {
	background-color: #fdfdfd;
}

[class*="dining-content-detail-1"] .tab1 .summary-info .logo figure {
	width: 50px;
}

[class*="dining-content-detail-1"] .tab2 {
	padding-bottom: 108px;
}

[class*="dining-content-detail-1"] .tab2 .bg {
	background: #858c5e;
	background: -moz-linear-gradient(-45deg, #858c5e 0%, #525c31 100%);
	background: -webkit-linear-gradient(-45deg, #858c5e 0%, #525c31 100%);
	background: linear-gradient(135deg, #858c5e 0%, #525c31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#858c5e', endColorstr='#525c31', GradientType=1);
}

[class*="dining-content-detail-1"] .tab2 .bg [class*="deco-"] {
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

[class*="dining-content-detail-1"] .tab2 .bg .deco-1 {
	top: 32%;
	right: 0;
	width: 106px;
	height: 253px;
	background-image: url("../images/bg-dining-deco-1-1.png");
}

[class*="dining-content-detail-1"] .tab2 .bg .deco-2 {
	top: 72%;
	right: 0;
	width: 126px;
	height: 208px;
	background-image: url("../images/bg-dining-deco-1-2.png");
}

[class*="dining-content-detail-1"] .tab2 .bg .deco-3 {
	bottom: 0;
	left: 0;
	width: 56px;
	height: 130px;
	background-image: url("../images/bg-dining-deco-1-3.png");
}

[class*="dining-content-detail-1"] .tab3 .bg {
	background-color: #f7f8dd;
}

[class*="dining-content-detail-1"] .tab4 .bg {
	background-color: #fff;
}

@media screen and (orientation: landscape) {
	[class*="dining-content-detail-2"] .sub-visual .dining-swiper .swiper-slide {
		background-image: url(../images/bg-amour-kv-landscape.jpg) !important;
	}
}

[class*="dining-content-detail-2"] .sub-visual .dining-swiper .swiper-slide .logo {
	width: 262px;
}

[class*="dining-content-detail-2"] .tab1 .bg {
	background-color: #fdfdfd;
}

[class*="dining-content-detail-2"] .tab1 .summary-info .logo figure {
	width: 238px;
}

[class*="dining-content-detail-2"] .tab2 .bg {
	background-image: url("../images/bg-dining-detail-s2-2.jpg");
}

[class*="dining-content-detail-2"] .tab3 .bg {
	background-color: #fbf1dd;
}

[class*="dining-content-detail-2"] .tab4 .bg {
	background-color: #fff;
}

@media screen and (orientation: landscape) {
	[class*="dining-content-detail-3"] .sub-visual .dining-swiper .swiper-slide {
		background-image: url(../images/bg-chine-kv-landscape.jpg) !important;
	}
}

[class*="dining-content-detail-3"] .sub-visual .dining-swiper .swiper-slide .logo {
	width: 302px;
}

[class*="dining-content-detail-3"] .tab1 .bg {
	background-color: #fdfdfd;
}

[class*="dining-content-detail-3"] .tab1 .summary-info .logo figure {
	width: 244px;
}

[class*="dining-content-detail-3"] .tab2 {
	z-index: 2;
}

[class*="dining-content-detail-3"] .tab2 .bg {
	background: #7d2323;
	background: -moz-linear-gradient(-45deg, #7d2323 0%, #500315 100%);
	background: -webkit-linear-gradient(-45deg, #7d2323 0%, #500315 100%);
	background: linear-gradient(135deg, #7d2323 0%, #500315 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2323', endColorstr='#500315',GradientType=1 );
}

[class*="dining-content-detail-3"] .tab2 .bg [class*="deco-"] {
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

[class*="dining-content-detail-3"] .tab2 .bg .deco-1 {
	top: 16%;
	right: 0;
	width: 160px;
	height: 452px;
	background-image: url("../images/bg-dining-deco-3-1.png");
}

[class*="dining-content-detail-3"] .tab2 .bg .deco-2 {
	top: 61%;
	left: 0;
	width: 108px;
	height: 354px;
	background-image: url("../images/bg-dining-deco-3-2.png");
}

[class*="dining-content-detail-3"] .tab2 .bg .deco-3 {
	right: 0;
	bottom: -2%;
	width: 163px;
	height: 366px;
	background-image: url("../images/bg-dining-deco-3-3.png");
}

[class*="dining-content-detail-3"] .tab3 .bg {
	background-color: #f7eae6;
}

[class*="dining-content-detail-3"] .tab4 .bg {
	background-color: #fff;
}

[class*="dining-content-detail-3"] .tab .info-list dl dd small {
	margin-left: 49px;
}

@media screen and (orientation: landscape) {
	[class*="dining-content-detail-4"] .sub-visual .dining-swiper .swiper-slide {
		background-image: url(../images/bg-amant-kv-landscape.jpg) !important;
	}
}

[class*="dining-content-detail-4"] .sub-visual .dining-swiper .swiper-slide .logo {
	width: 261px;
}

[class*="dining-content-detail-4"] .tab1 {
	z-index: 3;
}

[class*="dining-content-detail-4"] .tab1 .bg {
	background-color: #fdfdfd;
}

[class*="dining-content-detail-4"] .tab1 .summary-info .logo figure {
	width: 171px;
}

[class*="dining-content-detail-4"] .tab2 {
	z-index: 2;
}

[class*="dining-content-detail-4"] .tab2 .bg {
	background: #b4404a;
	background: -moz-linear-gradient(-45deg, #b4404a 0%, #7f1720 100%);
	background: -webkit-linear-gradient(-45deg, #b4404a 0%, #7f1720 100%);
	background: linear-gradient(135deg, #b4404a 0%, #7f1720 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4404a', endColorstr='#7f1720',GradientType=1 );
	overflow: hidden;
}

[class*="dining-content-detail-4"] .tab2 .bg [class*="deco-"] {
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-1,
[class*="dining-content-detail-4"] .tab2 .bg .deco-2,
[class*="dining-content-detail-4"] .tab2 .bg .deco-3,
[class*="dining-content-detail-4"] .tab2 .bg .deco-4,
[class*="dining-content-detail-4"] .tab2 .bg .deco-5 {
	top: 10%;
	right: 0;
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
	width: 373px;
	height: 373px;
	background-image: url("../images/bg-dining-deco-4-1.png");
	opacity: 0.7;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-1 {
	top: -3%;
	right: -57%;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-2 {
	top: 10%;
	left: -20%;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-3 {
	top: 38%;
	right: -60%;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-4 {
	top: 59%;
	left: -47%;
}

[class*="dining-content-detail-4"] .tab2 .bg .deco-5 {
	top: 82%;
	right: -56%;
}

[class*="dining-content-detail-4"] .tab2 .backgrounds .deco-6 {
	position: absolute;
	top: 87%;
	right: 0;
	z-index: 1;
	width: 113px;
	height: 359px;
	background-image: url("../images/bg-dining-deco-4-2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

[class*="dining-content-detail-4"] .tab3 .bg {
	background-color: #fdebe4;
}

[class*="dining-content-detail-4"] .tab4 .bg {
	background-color: #fff;
}

[class*="dining-content-detail-4"] .tab .info-list dl dd small {
	margin-left: 49px;
}
@media screen and (orientation: landscape) {
	[class*="dining-content-detail-5"] .sub-visual .dining-swiper .swiper-slide {
		background-image: url(../images/bg-teasalon-kv-landscape.jpg) !important;
	}
}

[class*="dining-content-detail-5"] .sub-visual .dining-swiper .swiper-slide .logo {
	width: 302px;
}

[class*="dining-content-detail-5"] .tab1 .bg {
	background-color: #fdfdfd;
}

[class*="dining-content-detail-5"] .tab1 .summary-info .logo figure {
	width: 244px;
}

[class*="dining-content-detail-5"] .tab2 {
	z-index: 2;
}

[class*="dining-content-detail-5"] .tab2 .bg {
	background: #002D72;
	background: -moz-linear-gradient(-45deg, #002D72 0%, #003366 100%);
	background: -webkit-linear-gradient(-45deg, #002D72 0%, #002D72 100%);
	background: linear-gradient(135deg, #003366 0%, #002D72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002D72', endColorstr='#002D72',GradientType=1 );
}

[class*="dining-content-detail-5"] .tab2 .bg [class*="deco-"] {
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

[class*="dining-content-detail-5"] .tab2 .bg .deco-1 {
	top: 16%;
	right: 0;
	width: 160px;
	height: 452px;
	background-image: url("../images/bg-dining-deco-3-1.png");
}

[class*="dining-content-detail-5"] .tab2 .bg .deco-2 {
	top: 61%;
	left: 0;
	width: 108px;
	height: 354px;
	background-image: url("../images/bg-dining-deco-3-2.png");
}

[class*="dining-content-detail-5"] .tab2 .bg .deco-3 {
	right: 0;
	bottom: -2%;
	width: 163px;
	height: 366px;
	background-image: url("../images/bg-dining-deco-3-3.png");
}

[class*="dining-content-detail-5"] .tab3 .bg {
	background-color: #f7eae6;
}

[class*="dining-content-detail-5"] .tab4 .bg {
	background-color: #fff;
}

[class*="dining-content-detail-5"] .tab .info-list dl dd small {
	/*margin-left: 49px;*/
}
/* 영문 */
.booking-sticky-date .chk-date .selected-date .date:after,
.result-trip dl dd .date:after {
	display:none;
}

.pet-content .smr-info .loc {
	padding-left:24px;
}
.pet-content .smr-info .loc .ico-floor {
	margin-left:-24px;
}
.booking-detail dt {
	padding:0;
}
.booking-detail dd > label {
	margin-right:0;
	margin-left:32px;
}
.count .btn-tooltip {
	margin-left:0;
}
.quick-booking-sticky .booking-detail input[type='radio'] {
	width:20px;
	height:20px;
}
.quick-booking-sticky .booking-detail input[type='radio']:checked:after {
	width:12px;
	height:12px;
}
.quick-booking-sticky .box-row dd label {
	margin:0 0 0 32px;
}
.count label {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.box-type-dual dl.box-price > dt {
	width:180px;
}
.box-type-dual dl.box-price > dd {
	width:calc(100% - 180px);
}
.box-type-dual.additional-option dl > dt {
	width:200px;
}
.box-type-dual.additional-option dl > dd {
	width:calc(100% - 200px);
}
.info-content .info-about-les dt {
	width:94px;
}
.info-content .info-about-les dd {
	width:calc(100% - 94px);
}
.info-content .accordion .list-type ul {
	margin-top:0;
}
.info-content .accordion .list-type ul li {
	margin-top:8px;
	line-height:24px;
}
.info-content .accordion .list-type.public ul li {
	padding-left:124px;
}
.info-content .accordion .list-type.public ul span {
	margin-left:-124px;
}
.neighborhood-content .list-location .info dt {
	width:79px;
}
.neighborhood-content .list-location .info dd {
	width:calc(100% - 79px);
}
[class*="room-content-detail"] .list-service-room .info-box dd li {
	line-height:24px;
	color:#404040;
}
[class*="room-content-detail"] .list-service-room .info-box dd li:not(:first-of-type) {
	margin-top:8px;
}
.nav-header {
	height:54px;
}
.nav-menu {
	height:calc(100% - 54px);
}
.nav-wrap .list-depth {
	padding-top:17px;
	border-top:1px solid rgba(255,255,255,.1);
}
[class*="dining-content-detail"] .tab .info-list dl{
	padding-left:97px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing:0;
}

[class*="dining-content-detail"] .tab .info-list dl dt,
[class*="dining-content-detail"] .tab .info-list dl dd {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .info-list dl dd {
	padding-left:0;
}

[class*="dining-content-detail"] .tab .info-list .hours dd {
	padding-left:79px;
	line-height:1.38;
}

[class*="dining-content-detail"] .tab .info-list .hours dd span {
	width:79px;
	margin-left:-79px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .info-list .hours dd small {
	margin:2px 0 12px;
}
.booking-step [class^='box'] .step4 .title .check-side {
	position:relative;
	padding:10px 0 10px 28px;
}
.booking-step [class^='box'] .step4 .title .check-side input[type="checkbox"] {
	margin-left:-28px;
}
.booking-step .step4 .list-check > li label {
	letter-spacing:-.033em;
}
.fac-content-detail .fac-info .details dt {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.[class*="list-room-type"] .info .desc {
	padding:0;
}
.booking-step [class^='box'] .title .check-side {
	position:static;
	margin-top:10px;
	padding-left:28px;
}
.booking-step [class^='box'] .title .check-side input {
	margin-left:-28px;
}
.cont-package-detail .package-promotions .item .item-room {
	padding-left:100px;
}
.fac-content-detail .fac-info .details.collection dt {
	width:110px;
}
.fac-content-detail .fac-info .details.collection dd {
	width:calc(100% - 110px);
}
.list-empty h3, .list-empty p {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.offers.benefits .txts .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.no-data p {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.file-upload label {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.box-type-input .title .customer {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
[class^='box-type'] .title .check-side, [class^='box-type'] .subtitle .check-side {
	position: static;
	margin-top: 10px;
	padding-left: 28px;
}
[class^='box-type'] .title .check-side input, [class^='box-type'] .subtitle .check-side input {
	margin-left: -28px;
}
.pagkage-details .schedule dt {
	width:96px;
}
.pagkage-details .schedule dd {
	width:calc(100% - 96px);
}
.pagkage-details .schedule + p {
	margin-top:12px;
}
[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide .title-wrap strong.title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.booking-step [class^="tab-depth"][class*="depth1"] a {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
/* 영문 */
.booking-sticky-date .chk-date .selected-date .date:after,
.result-trip dl dd .date:after {
	display:none;
}

.pet-content .smr-info .loc {
	padding-left:24px;
}
.pet-content .smr-info .loc .ico-floor {
	margin-left:-24px;
}
.booking-detail dt {
	padding:0;
}
.booking-detail dd > label {
	margin-right:0;
	margin-left:32px;
}
.count .btn-tooltip {
	margin-left:0;
}
.quick-booking-sticky .booking-detail input[type='radio'] {
	width:20px;
	height:20px;
}
.quick-booking-sticky .booking-detail input[type='radio']:checked:after {
	width:12px;
	height:12px;
}
.quick-booking-sticky .box-row dd label {
	margin:0 0 0 32px;
}
.count label {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.box-type-dual dl.box-price > dt {
	width:180px;
}
.box-type-dual dl.box-price > dd {
	width:calc(100% - 180px);
}
.box-type-dual.additional-option dl > dt {
	width:200px;
}
.box-type-dual.additional-option dl > dd {
	width:calc(100% - 200px);
}
.info-content .info-about-les dt {
	width:94px;
}
.info-content .info-about-les dd {
	width:calc(100% - 94px);
}
.info-content .accordion .list-type ul {
	margin-top:0;
}
.info-content .accordion .list-type ul li {
	margin-top:8px;
	line-height:24px;
}
.info-content .accordion .list-type.public ul li {
	padding-left:124px;
}
.info-content .accordion .list-type.public ul span {
	margin-left:-124px;
}
.neighborhood-content .list-location .info dt {
	width:79px;
}
.neighborhood-content .list-location .info dd {
	width:calc(100% - 79px);
}
[class*="room-content-detail"] .list-service-room .info-box dd li {
	line-height:24px;
	color:#404040;
}
[class*="room-content-detail"] .list-service-room .info-box dd li:not(:first-of-type) {
	margin-top:8px;
}
.nav-header {
	height:54px;
}
.nav-menu {
	height:calc(100% - 54px);
}
.nav-wrap .list-depth {
	padding-top:17px;
	border-top:1px solid rgba(255,255,255,.1);
}
[class*="dining-content-detail"] .tab .info-list dl{
	padding-left:97px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
	letter-spacing:0;
}

[class*="dining-content-detail"] .tab .info-list dl dt,
[class*="dining-content-detail"] .tab .info-list dl dd {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .info-list dl dd {
	padding-left:0;
}

[class*="dining-content-detail"] .tab .info-list .hours dd {
	padding-left:79px;
	line-height:1.38;
}

[class*="dining-content-detail"] .tab .info-list .hours dd span {
	width:79px;
	margin-left:-79px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}

[class*="dining-content-detail"] .tab .info-list .hours dd small {
	margin:2px 0 12px;
}
.booking-step [class^='box'] .step4 .title .check-side {
	position:relative;
	padding:10px 0 10px 28px;
}
.booking-step [class^='box'] .step4 .title .check-side input[type="checkbox"] {
	margin-left:-28px;
}
.booking-step .step4 .list-check > li label {
	letter-spacing:-.033em;
}
.fac-content-detail .fac-info .details dt {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.[class*="list-room-type"] .info .desc {
	padding:0;
}
.booking-step [class^='box'] .title .check-side {
	position:static;
	margin-top:10px;
	padding-left:28px;
}
.booking-step [class^='box'] .title .check-side input {
	margin-left:-28px;
}
.cont-package-detail .package-promotions .item .item-room {
	padding-left:100px;
}
.fac-content-detail .fac-info .details.collection dt {
	width:110px;
}
.fac-content-detail .fac-info .details.collection dd {
	width:calc(100% - 110px);
}
.list-empty h3, .list-empty p {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.offers.benefits .txts .title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.no-data p {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.file-upload label {
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
.box-type-input .title .customer {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
[class^='box-type'] .title .check-side, [class^='box-type'] .subtitle .check-side {
	position: static;
	margin-top: 10px;
	padding-left: 28px;
}
[class^='box-type'] .title .check-side input, [class^='box-type'] .subtitle .check-side input {
	margin-left: -28px;
}
.pagkage-details .schedule dt {
	width:96px;
}
.pagkage-details .schedule dd {
	width:calc(100% - 96px);
}
.pagkage-details .schedule + p {
	margin-top:12px;
}
[class*="dining-content-detail"] .tab .dining-swiper .swiper-slide .title-wrap strong.title {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.booking-step [class^="tab-depth"][class*="depth1"] a {
	font-family: 'Sorts Mill Goudy', 'Noto Sans KR', sans-serif;
}
.room-content-detail-pet .feature > h4 {
	margin-bottom:36px;
}
.btn-view-vr {
	padding:20px 0;
}
.btn-view-vr .txt {
	margin:12px 0;
}

/*모바일 상단배너 짤림현상 수정*/
.banner-noti.notice .swiper-slide {
	height:80px;
}

@media screen and (max-width:800px) {
	.banner-noti.notice .message a .title span {
	display:block;
	}
}

/*객실 프로모션 상품 이미지 슬라이드*/
.pro-swiper{width:100%; height:auto; overflow:visible;}
/*.pro-swiper .swiper-pagination{position:absolute; bottom:-24px;}
.pro-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet{width:10px; height:10px; background:#fff; opacity:.5; margin:0 3px;}
.pro-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#fff; opacity:1;}
*/

.pro-swiper [class^="swiper-button-"]{top: 50%;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	/*background: #333 url("../images/icons.svg");
	background-size: 160px auto;
	background-repeat: no-repeat;
	border-radius:50%;*/
	}
/* .pro-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet:after{display:none;} */

.pro-swiper .swiper-button-prev {
	background-position: 0 -257px;
	left: 16px;
}

.pro-swiper .swiper-button-next {
	background-position: 0 -257px;
	right: 16px;
	transform:rotate(180deg);
}

/* book배너 스와이프 추가*/
.booking-swiper-container .swiper-slide {width:100%;height:auto;}
.booking-swiper-container .swiper-pagination {margin-top:10px;text-align:center;}
.booking-swiper-container .swiper-button-prev,
.booking-swiper-container .swiper-button-next {top:50%; background-size:15px;margin-top:-41px;}

/* btn아코디언 추가 */
.btn-accordion {text-decoration:underline;color:#b79d58;position:relative;margin-top:20px;}
.btn-accordion i {position:absolute;top:50%;right:-23px;width:20px;height:20px;margin-top:-8px;background-image:url('../images/icons.svg');background-size: 230px auto;background-repeat:no-repeat;background-position: -139px -186px;transform:rotate(-180deg);}
.btn-accordion.open i{transform:rotate(0deg);}

/* 룸타입추가 */
[class*="room-content-detail"] .info .room-spec.room-spec-type2 {margin-bottom:20px;}
[class*="room-content-detail"] .info .room-spec.room-spec-type2 dt {color:#101010;margin-right:0;}
.room-spec-title {font-size: 20px;line-height:24px;display:block;color:#99834a;font-weight:bold;margin-top:20px;}
.room-spec dt:nth-child(1):before {display:none;}

/* 룸타입 객실 info 추가 */
[class*="room-content-detail"] .info-list .inner {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align:left;
}
[class*="room-content-detail"] .info-list dl {
	position: relative;
	margin-top: 12px;
	letter-spacing: -0.5px;
}
[class*="room-content-detail"] .info-list dl dt,
[class*="room-content-detail"] .info-list dl dd {
	font-size: 16px;
	line-height: 24px;
}
[class*="room-content-detail"] .info-list dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	color: #b79d58;
}
[class*="room-content-detail"] .info-list dl dd {
	padding-left: 97px;
	font-family: 'CircularStd', 'Noto Sans KR', sans-serif;
}
[class*="room-content-detail"] .info-list.type2 dl dt {
	width: 107px;
}
[class*="room-content-detail"] .info-list.type2 dl dd {
	padding-left: 117px;
}
[class*="room-content-detail"] .info-list dl dd span {
	display: inline-block;
	width: 45px;
	color: #808080;
}
[class*="room-content-detail"] .info-list dl dd small {
	display: block;
	color: #808080;
	font-size: 14px;
	font-family: inherit;
	margin-bottom: 8px;
}
[class*="room-content-detail"] .info-list dl dd small:last-of-type {
	margin-bottom: 0;
}
[class*="room-content-detail"] .info-list dl:last-of-type small {
	margin: 4px 0 0;
}
.room-spec-title-ty01 {font-size:25px;line-height:24px;display:block;color:#99834a;font-weight:bold;margin-top:20px;margin-bottom:20px;line-height:1.4;}
.room-spec-title-ty02 {font-size:20px;line-height:24px;display:block;color:#404040;font-weight:bold;margin-top:20px;}

/* 240913 : parnership - premium card */
.partnership-notice{padding:0 15px;}
.partnership-notice .list-type{margin-top:10px;}
#txtInfo .txtInfo-tit{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.022em;
	color: #404040;
	padding-top:20px;
}
/* meeting */
.contemporary_cont{
	padding:0 15px;
}
.contemporary_cont .tbl_title{
	color: #101010;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: -1px;
	padding-bottom: 8px;
}
.table-field {
	border-top: 2px solid #101010;
}

.table-field.thin-border-top {
	border-top: 1px solid #dcdcdc;
}

.table-field thead {
	background-color: #f8f8f8;
}

.table-field thead th {
	padding: 12px 0;
	color: #101010;
	text-align: center;
}

.table-field th, .table-field td {
	position: relative;
	padding: 16px 5px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	letter-spacing: -.031em;
	text-align: left;
	vertical-align: top;
}

.table-field th {
	background-color: #f8f8f8;
	color: #808080;
	vertical-align: middle;
}

.table-field td {
	color: #404040;
}

.table-field td span.point {
	padding: 0 5px;
}

.table-field td span.slash {
	padding: 0 10px 0 5px;
	color: #ccc;
}

.table-field td .text-center {
	display: inline-block;
	margin-top: 3px;
}

.table-field td .text-center span {
	position: relative;
	float: left;
}

.table-field td .text-center span.use {
	width: 60px;
	line-height: 30px;
	letter-spacing: -.2px;
}

.table-field td .text-center span.booking {
	width: 150px;
	line-height: 30px;
	letter-spacing: -.2px;
}

.table-field td .text-center span.btn-pos {
	margin-top: 0;
	margin-left: 5px;
}

.table-field td .text-center .btn {
	width: 78px;
	height: 30px;
	line-height: 33px;
	font-size: 14px;
	letter-spacing: -.2px;
}

.table-field td .text-center .btn.disabled {
	background-color: transparent;
	color: #c8c8c8;
}

.table-field td.null {
	color: #bbb;
}

.table-field tr.disabled td {
	color: #c8c8c8;
}

.table-field tr.disabled td span {
	color: #c8c8c8;
}

.table-field .req:before {
	content: ' *';
	color: #b79d58;
}

.table-field tbody th label.essential:after {
	display: inline-block;
	margin-left: 3px;
	font-weight: 700;
	color: #b79d58;
	content: "*";
}

.table-field.row-table tbody th {
	background-color: #f2f2f2;
}

.table-field.row-table td .col-1 {
	margin: 20px 0;
}

.contemporary_form{padding:30px 15px 0;}
.contemporary_form .ctpr_title{
	position:relative;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.031em;
	color: #101010;
	border-bottom:2px solid #101010;
	padding:8px 0 7px;
}

.contemporary_form .ctpr_title .side .point-text {
	display: block;
	margin-top: 0;
	padding-bottom: 4px;
	font-size: 12px;
	letter-spacing: -.042em;
	color: #808080;
}

.contemporary_form .ctpr_title .side {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.contemporary_form .ctpr_text{
	font-size:14px;
	line-height:20px;
	color:#808080;
	padding-top:10px;
}
.contemporary_form .box-type-input{padding:30px 0;}

.box-type-input .box > dd .cs-select{margin-bottom:8px;}
.check-full{}
.check-full > label{
	position:relative;
	display:block;
	width:100%;
}
.check-full > label > input[type='radio']:checked{
	position:absolute;
}
.check-full > label > input{	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
	opacity: 0;
	position:absolute;
	top:0;
	left:0;
}
.check-full > label > span{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:15px;
	border:1px solid #dcdcdc;
	border-radius:5px;
}
.check-full > label > span > img{
	display:block;
	width:28px;
	height:24px;
	background-size:cover;
	margin:0 auto 10px;
}
.check-full > label > input:checked + span{
	background-color:#efefef;
	border:1px solid #808080;
}

.box-type-input dl dd.check-full label:nth-child(n+2){
	margin-left:0;
}
.box-type-input dl dd.check-full label + label{
	margin-top:10px;
}