@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&amp;subset=korean");
#visual .swiper-slide.last, .swiper-wrapper, .swiper-zoom-container, .wrap_btn.btn_half {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#visual .swiper-slide.last {
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 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;
	-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;
	-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%;
}

form, fieldset, legend, button {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	position: absolute;
	left: -9999px;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="file"], input[type="tel"], textarea, select {
	height: 48px;
	padding: 3px 10px 5px 0;
	border: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-bottom: 3px solid #ededed;
	background-color: #fff;
	margin-top: 12px;
	font-size: 16px;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="file"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder, select::placeholder {
	color: #cacaca;
	font-size: 14px;
}

select {
	background: transparent url("/moo/assets/img/common/ico_select.svg") no-repeat 100% 50%;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px;
	color: #cacaca;
	font-size: 14px;
}

select.line {
	border: 1px solid #dbdbdb;
	background-position: 95%;
	background-size: 20px;
	font-size: 14px;
}

textarea {
	border: 1px solid #dbdbdb;
	height: auto;
	padding: 16px;
}

.wrap_btn {
	margin-top: 40px;
	text-align: center;
}

.wrap_btn.btn_half [class^="btn_"] {
	flex: 1;
}

.wrap_btn.btn_half [class^="btn_"] + [class^="btn_"] {
	margin-left: 8px;
}

/* 181207 버튼 컬러 및 크기 변경 s */
[class^="btn_"] {
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	border: none;
}

[class^="btn_"][class*="_accept"] {
	background: #ae1857;
	color: #FFF;
}

[class^="btn_"][class*="_default"] {
	background: #575756;
	color: #FFF;
}

[class^="btn_"][class*="_deny"] {
	background: #bcbcbc;
	color: #FFF;
}

[class^="btn_"][class*="_disabled"] {
	cursor: text;
	background: #ddd;
	color: #FFF;
}

[class^="btn_"][class*="_more"] {
	border: 1px solid #000;
}

[class^="btn_"][class*="_more"] i {
	margin-left: 4px;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 8px;
	overflow: hidden;
}

[class^="btn_"][class*="_more"] i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

[class^="btn_"][class$="-small"] {
	min-width: 80px;
	height: 36px;
	line-height: 34px;
	font-size: 12px;
	font-weight: 500;
}

[class^="btn_"][class$="-large"] {
	width: 100%;
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 500;
}

/* 181207 버튼 컬러 및 크기 변경 e */
[class^="input_block"] {
	position: relative;
	/* 181207 컬러 삭제 s */
	/* //181207 컬러 삭제 e */
}

[class^="input_block"] label {
	display: none;
	min-width: 6em;
	padding: 5px 0 0;
	font-size: 14px;
}

[class^="input_block"] input, [class^="input_block"] textarea, [class^="input_block"] select, [class^="input_block"] button {
	vertical-align: top;
}

[class^="input_block"] input[type="text"], [class^="input_block"] input[type="number"], [class^="input_block"] input[type="email"], [class^="input_block"] input[type="password"], [class^="input_block"] input[type="tel"], [class^="input_block"] select, [class^="input_block"] textarea {
	width: 100%;
}

[class^="input_block"] select[class^="select_"] {
	vertical-align: middle;
}

[class^="input_block"] select[class^="select_"] + span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #555;
}

[class^="input_block"] .select_half {
	width: 42%;
}

[class^="input_block"] .select_half + span {
	width: calc(8% - 6px);
}

[class^="input_block"] .select_third {
	width: 25%;
}

[class^="input_block"] .select_third + span {
	width: calc(8% - 6px);
}

[class^="input_block"] [class^="btn_"] {
	position: absolute;
	top: 12px;
	right: 5px;
}

[class^="input_block"].input_error input[type="text"], [class^="input_block"].input_error input[type="number"], [class^="input_block"].input_error input[type="email"], [class^="input_block"].input_error input[type="password"], [class^="input_block"].input_error input[type="tel"], [class^="input_block"].input_error select, [class^="input_block"].input_error .textarea_wrap:after {
	border-color: #ae1857;
}

[class^="input_block"].input_error .msg_error {
	display: block;
	font-size: 12px;
	color: #ae1857;
	margin: 8px 0;
}

[class^="input_block"] .textarea_wrap {
	display: inline-block;
	margin: 24px 0 12px;
	width: 100%;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
	margin-bottom: 24px;
	font-size: 16px;
}

[class^="input_block"] .textarea_wrap:after {
	content: '';
	display: block;
	border: 2px solid #ededed;
	transform: translate(0, 20px);
}

[class^="input_block"] .textarea_wrap textarea {
	height: 118px;
	margin-top: 0;
	border: none;
	resize: none;
}

[class^="input_block"] .textarea_wrap .byte_count {
	display: block;
	padding: 12px;
	font-size: 12px;
	color: #cacaca;
	text-align: right;
}

.input_block-email input.email {
	width: calc((100% - 1.4em) / 2);
}

.input_block-email select.email {
	width: 100%;
}

.input_block-email .sub_txt {
	display: inline-block;
	width: 1em;
	margin-top: 25px;
	vertical-align: middle;
}

.input_block-certify .remain_time {
	position: absolute;
	top: 20px;
	right: 100px;
	color: #ae1857;
}

.input_block-search .ico_search {
	position: absolute;
	top: 20px;
	right: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.input_block-radio label {
	display: inline-block;
	line-height: normal;
}

.input_block-radio label input {
	vertical-align: middle;
}

.input_block-radio input[type="radio"] {
	position: absolute;
	left: -9999em;
}

.input_block-radio input[type="radio"] + label:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: -4px;
	margin-left: 10px;
	vertical-align: middle;
}

.input_block-radio input[type="radio"] + label:after {
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -60px 0;
}

.input_block-radio input[type="radio"]:checked + label:after {
	background-position: -90px 0;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Helvetica', 'Noto Sans KR', 'Malgun Gothic', 'AppleSDGothicNeo', sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, img {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

table {
	border: 0;
	border-spacing: 0;
}

caption, legend {
	overflow: hidden;
	width: 1px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

hr {
	height: 1px;
	border: 0;
	background: #D9D9D9;
}

ins {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	background: #fff;
	font-size: 14px;
}

video {
	object-fit: inherit;
}

iframe {
	border: 0;
	padding: 0;
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
}

img, [class^="ico_"] {
	display: inline-block;
	vertical-align: middle;
}

.hidden, .skipnavigation, .content_toggled {
	display: none;
}

.noflow {
	overflow: hidden;
}

.noflow #wrap {
	position: fixed;
}

/* Accessibility */
.a11y_sr-only {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#wrap {
	height: 100%;
}

#layer_popup { 
	width:280px; 
	height:365px; 
	text-align:center; 
	position:absolute;
	z-index:999; 
	top:2%;
	right:2%;
	background:rgb(49,48,49);
}
#layer_popup .close div {
	float:left; 
	text-align:right;
}
#layer_popup #check {
	font-size:12px; 
	font-family:'돋움';
	position:absolute;
	bottom:9px;
	left:10px; 
	color:#fff;
}
#layer_popup #close {
	font-size:12px; 
	position:absolute; 
	bottom:9px; 
	right:10px; 
}

/* 더샵 데시앙2차 팝업 */
#layer_popup_20200615 { 
	width:280px; 
	height:365px; 
	text-align:center; 
	position:absolute;
	z-index:999; 
	top:43%;
	right:2%;
	background:rgb(49,48,49);
}
#layer_popup_20200615 .close div {
	float:left;
	 text-align:right;
}
#layer_popup_20200615 #check { 
	font-size:12px; 
	font-family:'돋움'; 
	position:absolute; 
	bottom:9px; 
	left:10px; 
	color:#fff;
}
#layer_popup_20200615 #close {
	font-size:12px; 
	position:absolute; 
	bottom:9px; 
	right:10px; 
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
}

#header h1 {
	position: absolute;
	top: 20px;
	right: 16px;
	width: 72px;
}

#header h1 img {
	width: 100%;
}

#header .page_title {
	display: none;
}

#header .mainmenu_trigger {
	position: absolute;
	top: 28px;
	left: 16px;
}

#header .mainmenu_trigger button {
	border: 1px solid #fff;
	padding: 6px;
	background: transparent;
}

#header .mainmenu_trigger button span {
	font-size: 0;
	position: relative;
	display: block;
	margin: 6px 0;
}

#header .mainmenu_trigger button span, #header .mainmenu_trigger button span:before, #header .mainmenu_trigger button span:after {
	width: 14px;
	height: 1px;
	background-color: #fff;
}

#header .mainmenu_trigger button span:before, #header .mainmenu_trigger button span:after {
	content: '';
	position: absolute;
	left: 0;
}

#header .mainmenu_trigger button span:before {
	top: -6px;
}

#header .mainmenu_trigger button span:after {
	top: 6px;
}

#visual {
	position: fixed;
	width: 100vw;
	height: 100%;
}

#visual .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#visual .swiper-slide .inner {
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: -61px;
	width: 100%;
	color: #fff;
	text-align: center;
}

#visual .swiper-slide .inner h2 {
	margin-bottom: 8px;
	font-size: 68px;
	font-weight: 700;
	letter-spacing: -4px;
}

#visual .swiper-slide .inner p {
	font-size: 12px;
	font-weight: 500;
}

#visual .swiper-slide.first .inner {
	bottom: 0;
	opacity: 0;
}

#visual .swiper-control {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 110;
	width: 28px;
	margin: -14px;
	color: #fff;
}

#visual .swiper-control .swiper-pagination-v {
	bottom: auto;
	color: #fff;
	letter-spacing: -2px;
}

#visual .swiper-control .swiper-pagination-v .swiper-pagination-current {
	font-weight: 500;
}

#visual .swiper-control [class^="swiper-button"] {
	background-image: none;
	top: auto;
	left: auto;
	right: -1px;
	bottom: auto;
	margin: 0;
}

#visual .swiper-control [class^="swiper-button"][class*="-next"] {
	bottom: 20px;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 12px;
	overflow: hidden;
}

#visual .swiper-control [class^="swiper-button"][class*="-next"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-moz-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-o-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-ms-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#visual .swiper-control [class^="swiper-button"][class*="-disabled"] {
	display: none;
}

#visual .newsbox {
	position: absolute;
	bottom: 0;
	left: 16px;
	width: calc(100% - 32px);
	max-width: 500px;
	max-height: 63px;
	overflow: hidden;
	padding: 12px 30px 12px 12px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
}

#visual .news {
	padding-top:10px;
}
#visual .newsbox p > a {
	display: block;
	font-size: 11px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#visual .newsbox .close_news {
	top: 12px;
	right: 12px;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
}

#visual .newsbox .close_news:before, #visual .newsbox .close_news:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1px;
	background-color: #000;
}

#visual .newsbox .close_news:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#visual .newsbox .close_news:after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

#visual .keyword {
	position: absolute;
	left: 52px;
	top: 50%;
	margin-top: 90px;
	z-index: 100;
	font-size: 18px;
	color: #fff;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	transform-origin: left top;
	float: left;
}

#visual .swiper-slide.last {
	/* 181214 추가 s */
}

#visual .swiper-slide.last .btn_first {
	position: absolute;
	bottom: 20px;
	left: 50%;
	background-color: transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	/* 181221 추가 s */
	/* 181221 추가 e */
	/* 181214 추가 e */
}

#visual .swiper-slide.last .btn_first .ico_arrow {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 12px;
	overflow: hidden;
}

#visual .swiper-slide.last .btn_first .ico_arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-moz-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-o-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	-ms-transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	transform: translate(-50%, -50%) scale(1, 0.857143) rotate(45deg);
	margin-top: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 0;
	border-bottom: 0;
}

#visual .swiper-slide.last .btn_first span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}

#visual .swiper-container-h {
	padding-bottom: 20px;
	width: 100%;
}

#visual .swiper-container-h .swiper-slide {
	width: 240px;
	background: #fff;
	color: #000;
}

@media all and (orientation: landscape) {
	#visual .swiper-container-h .swiper-slide {
		margin-top: 35px;
		width: 200px;
	}
}

#visual .swiper-container-h .swiper-slide .photo img {
	width: 100%;
}

#visual .swiper-container-h .swiper-slide .inner {
	position: relative;
	width: 100%;
	bottom: auto;
	padding: 20px 16px;
	margin: 0;
	text-align: left;
	color: #000;
	/* 181207 modify s */
	/* //181207 modify e */
}

#visual .swiper-container-h .swiper-slide .inner .category {
	font-size: 14px;
	line-height: 20px;
}

#visual .swiper-container-h .swiper-slide .inner .title {
	height: 60px;
	margin: 12px 0 20px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media all and (orientation: landscape) {
	#visual .swiper-container-h .swiper-slide .inner .title {
		height: 29px;
		margin: 6px 0 10px;
		font-size: 16px;
		-webkit-line-clamp: 1;
	}
}

#visual .swiper-container-h .swiper-slide .inner .action [class^="btn"] {
	min-width: 46%;
}

#visual .swiper-container-h .swiper-slide .inner .action [class^="btn"] + [class^="btn"] {
	margin-left: 12px;
}

@media all and (orientation: landscape) {
	#visual .swiper-container-h .swiper-slide .inner .action [class^="btn"] + [class^="btn"] {
		margin-left: 6px;
		font-size: 12px;
	}
}

#visual .swiper-container-h .swiper-pagination-h {
	bottom: 0;
}

#visual .swiper-container-h .swiper-pagination-h .swiper-pagination-bullet {
	background: #575756;
	opacity: 1;
	/* 181221 추가 s */
}

#visual .swiper-container-h .swiper-pagination-h .swiper-pagination-bullet-active {
	background: #fff;
}

#mainmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #1A1818;
	color: #FFF;
	overflow-y: scroll;
}

#mainmenu.active {
	display:block;
}

#mainmenu .close_overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

#mainmenu .close_overlay button {
	border: 0;
	background: transparent;
}

#mainmenu .close_overlay button span {
	font-size: 0;
	position: relative;
	display: inline-block;
	width: 64px;
	height: 64px;
}

#mainmenu .close_overlay button span:before, #mainmenu .close_overlay button span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px;
	height: 2px;
	background-color: #FFF;
}

#mainmenu .close_overlay button span:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#mainmenu .close_overlay button span:after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

#mainmenu .ham_menu {
	padding-top: 123px;
}

#mainmenu .ham_menu li {
	text-align: center;
}

#mainmenu .ham_menu li a {
	display: block;
	color: #9f999b;
}

#mainmenu .ham_menu > li {
	border-bottom: 1px solid #2f2c2d;
}

#mainmenu .ham_menu > li > a {
	padding: 20px 0;
	font-size: 28px;
}

#mainmenu .ham_menu > li .depth2, #mainmenu .ham_menu > li .depth3 {
	display: none;
	background: #2f2c2d;
}

#mainmenu .ham_menu > li .depth2 a, #mainmenu .ham_menu > li .depth3 a {
	padding: 12px 0;
}

#mainmenu .ham_menu > li .depth3 a {
	font-size: 12px;
}

#mainmenu .ham_menu > li.active > a {
	color: #FFF;
}

#mainmenu .ham_menu > li.active .depth2 {
	display: block;
}

#mainmenu .ham_menu > li.active .depth2 li > a:focus, #mainmenu .ham_menu > li.active .depth2 li > a:hover {
	background: #ae1857;
	color: #FFF;
}

.lines [class^="line"] {
	position: absolute;
	background: #FFF;
	z-index: 120;
}

.lines .line1, .lines .line3, .lines .line4, .lines .line6 {
	width: 1px;
}

.lines .line2, .lines .line5 {
	height: 1px;
}

.lines .line1 {
	right: 12vw;
	bottom: calc(50% + 20vw);
}

.lines .line2 {
	top: calc(50% - 38vw);
	right: 12vw;
}

.lines .line3 {
	top: calc(50% - 38vw);
	left: 12vw;
}

.lines .line4 {
	left: 12vw;
	top: calc(50% + 20vw);
}

.lines .line5 {
	left: 12vw;
	bottom: calc(50% - 38vw);
}

.lines .line6 {
	right: 12vw;
	bottom: calc(50% - 38vw);
}

@media all and (orientation: landscape) {
	.lines .line1, .lines .line3, .lines .line4, .lines .line6 {
		width: 1px;
	}
	.lines .line2, .lines .line5 {
		height: 1px;
	}
	.lines .line1 {
		right: 30vw;
		bottom: calc(50% + 10vw);
	}
	.lines .line2 {
		top: calc(50% - 20vw);
		right: 30vw;
	}
	.lines .line3 {
		top: calc(50% - 20vw);
		left: 30vw;
	}
	.lines .line4 {
		left: 30vw;
		top: calc(50% + 10vw);
	}
	.lines .line5 {
		left: 30vw;
		bottom: calc(50% - 20vw);
	}
	.lines .line6 {
		right: 30vw;
		bottom: calc(50% - 20vw);
	}
}

.ico_like {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: -188px -88px;
	width: 24px;
	height: 24px;
}

.icon_notice {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: 0px 0px;
	width: 96px;
	height: 96px;
}

.voucher_01 {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: -100px 0px;
	width: 84px;
	height: 84px;
}

.voucher_02 {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: 0px -100px;
	width: 84px;
	height: 84px;
}

.voucher_03 {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: -88px -100px;
	width: 84px;
	height: 84px;
}

.voucher_04 {
	background-image: url(/assets/img/sprite/sprite.png);
	background-position: -188px 0px;
	width: 84px;
	height: 84px;
}

/* 181207 modify s */
.badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	width: 60px;
	height: 60px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.badge.complete {
	background: #575756;
}

.badge.ing {
	background: #ae1857;
}

.badge.due {
	background: #C88447;
}

/* //181207 modify e */


/* 190830 추가 */
#sns {
  position: fixed;
  left: 0;
  bottom: 30%;
  z-index: 10;
  width: 100%;
  text-align: right;
}

#sns ul {
  display: inline-block;
}

#sns li {
  width: 32px;
  margin: 0 4px;
  overflow: hidden;
  text-align:left;
}

#sns a {
  display: block;
  width: 32px;
  height: 32px;
}