@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500,700&amp;subset=korean");
.inline_form .input_row:after, #header .gnb > ul:after, #mainmenu .ham_menu > li > div:after {
	content: "";
	display: block;
	clear: both;
}

#mainmenu .ham_menu > li, #visual .swiper-slide.last, .swiper-wrapper, .swiper-zoom-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#mainmenu .ham_menu > li, #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"], textarea, select {
	padding: 3px 10px 5px;
	border: none;
	border-bottom: 3px solid #ededed;
	font-size: 20px;
	background: transparent;
	line-height: 1.2;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="file"], select {
	height: 54px;
}

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

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

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

select::-ms-expand {
	display: none;
}

textarea {
	border: 1px solid #dbdbdb;
	padding: 20px;
}

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

.wrap_btn.btn_half [class^="btn_"]:first-child {
	margin-right: 15px;
}

/* 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$="-small"] {
	min-width: 100px;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
}

[class^="btn_"][class$="-large"] {
	min-width: 280px;
	height: 56px;
	line-height: 54px;
	font-size: 20px;
	font-weight: 500;
}

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

[class^="input_block"] label {
	display: block;
	min-width: 7em;
	line-height: 52px;
	color: #888;
	font-size: 20px;
}

[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"] select, [class^="input_block"] textarea {
	width: 100%;
}

[class^="input_block"] [class^="btn_"] {
	position: absolute;
	top: 0;
	right: 5px;
	border-color: #aaa;
}

[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 select, [class^="input_block"].input_error .textarea_wrap:after {
	border-color: #ae1857;
}

[class^="input_block"].input_error .msg_error {
	display: inline-block;
	font-size: 14px;
	color: #ae1857;
	margin-top: 12px;
	margin-left: 10.5em;
}

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

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

.input_block-email select.email {
	width: calc((100% - 1.4em) / 10 * 3.3);
}

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

.input_block-search .ico_search {
	position: absolute;
	top: 4px;
	right: 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: 26px;
	height: 26px;
	margin-top: -4px;
	margin-left: 10px;
	vertical-align: middle;
}

.input_block-radio input[type="radio"] + label:after {
	background-image: url("/fo/assets/img/common/ico_radio.png");
	background-position: 0 0;
}

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

.inline_form {
	/* 생년월일 입력 스타일 추가 s */
	/* //생년월일 입력 스타일 추가 e */
}

.inline_form [class^="input_block"] {
	margin-top: 26px;
}

.inline_form [class^="input_block"].exception {
	padding-left: 148px;
}

.inline_form [class^="input_block"] label {
	display: inline-block;
}

.inline_form [class^="input_block"] input[type="text"], .inline_form [class^="input_block"] input[type="number"], .inline_form [class^="input_block"] input[type="email"], .inline_form [class^="input_block"] input[type="password"], .inline_form [class^="input_block"] select, .inline_form [class^="input_block"] .textarea_wrap {
	width: calc(100% - 7.3em);
}

.inline_form [class^="input_block"] input[type="text"].select_half, .inline_form [class^="input_block"] input[type="number"].select_half, .inline_form [class^="input_block"] input[type="email"].select_half, .inline_form [class^="input_block"] input[type="password"].select_half, .inline_form [class^="input_block"] select.select_half, .inline_form [class^="input_block"] .textarea_wrap.select_half {
	width: 43%;
}

.inline_form [class^="input_block"] input[type="text"].select_half + span, .inline_form [class^="input_block"] input[type="number"].select_half + span, .inline_form [class^="input_block"] input[type="email"].select_half + span, .inline_form [class^="input_block"] input[type="password"].select_half + span, .inline_form [class^="input_block"] select.select_half + span, .inline_form [class^="input_block"] .textarea_wrap.select_half + span {
	display: inline-block;
	margin: 10px 14px 0 6px;
	font-size: 20px;
}

.inline_form [class^="input_block"] input[type="text"].select_half + span:last-of-type, .inline_form [class^="input_block"] input[type="number"].select_half + span:last-of-type, .inline_form [class^="input_block"] input[type="email"].select_half + span:last-of-type, .inline_form [class^="input_block"] input[type="password"].select_half + span:last-of-type, .inline_form [class^="input_block"] select.select_half + span:last-of-type, .inline_form [class^="input_block"] .textarea_wrap.select_half + span:last-of-type {
	margin-right: 0;
}

.inline_form .input_block-phone input.phone, .inline_form .input_block-phone select.phone {
	width: calc((100% - 8.2em) / 10 * 3.3);
}

.inline_form .input_block-email input.email {
	width: calc((100% - 8.5em) / 10 * 3.3);
}

.inline_form .input_block-email select.email {
	width: calc((100% - 8.5em) / 10 * 3.3);
}

.inline_form .input_block-birth select.birth {
	width: calc((100% - 1.4em) / 10 * 2.2);
}

.inline_form .input_row [class^="input_block"] {
	float: left;
	width: 50%;
}

.inline_form .input_row [class^="input_block"]:last-child label {
	padding-left: 20px;
}

.inline_form .textarea_wrap {
	display: inline-block;
	width: 100%;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
	margin-bottom: 24px;
	font-size: 20px;
}

.inline_form .textarea_wrap:after {
	content: '';
	display: block;
	border: 2px solid #ededed;
	transform: translate(0, 20px);
}

.inline_form .textarea_wrap textarea {
	height: 116px;
	border: none;
	resize: none;
}

.require:before {
	content: '*';
	display: inline-block;
	width: 5px;
	vertical-align: middle;
	color: #ae1857;
}

/* 181207 font 추가 s */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	font-display: fallback;
	src: local("Noto Sans KR DemiLight"), local("NotoSansKR-DemiLight"), url(../fonts/NotoSansKR-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansKR-DemiLight.woff) format("woff"), url(../fonts/NotoSansKR-DemiLight.otf) format("opentype");
	unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3000-U+303F, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	font-display: fallback;
	src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
	unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3000-U+303F, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
	unicode-range: U+0020-U+007E, U+1100-U+11F9, U+3000-U+303F, U+3131-U+318E, U+327F-U+327F, U+AC00-U+D7A3, U+FF01-U+FF60;
}

/* //181207 font 추가 e */
*, *: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;
}

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;
}

img {
	border: 0;
}

ol, ul {
	list-style: none;
}

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

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

ins {
	text-decoration: none;
}

header, section, article {
	display: block;
}

html {
	height: 100%;
}

body {
	min-width: 1240px;
	font-size: 16px;
	background: #575756;
}

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

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

.noflow {
	overflow: hidden;
	height: 100%;
	margin-left: -17px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.noflow {
		margin-left: -17px;
	}
}

.noflow #wrap {
	height: 100%;
}

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

#wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1240px;
	/* 181130 최소넓이 적용 */
	z-index: 10;
}

#breadcrumb > .inner, #container > .inner, #footer > .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}

#breadcrumb {
	display: none;
}

/* 181130 gnb 겹침 수정 s */
#header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 90;
}

#header h1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 212px;
	padding: 40px 60px 44px 0;
}

#header h1 img {
	width: 100%;
}

#header .gnb {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}

@media all and (max-width: 1400px) {
	#header .gnb {
		width: 800px;
	}
}

#header .gnb > ul > li {
	float: left;
	width: 20%;
	text-align: center;
	padding-bottom: 125px;
}

#header .gnb > ul > li > a {
	display: block;
	padding: 5px 0;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

#header .gnb > ul > li > a:hover {
	color: #ae1857;
}

#header .gnb > ul > li ul.depth2 {
	display: none;
	position: absolute;
	width: 1000px;
	top: 190px;
	left: 50%;
	margin-left: -435px;
	text-align: left;
}

@media all and (max-width: 1400px) {
	#header .gnb > ul > li ul.depth2 {
		width: 800px;
		margin-left: -350px;
	}
}

#header .gnb > ul > li ul.depth2 li {
	display: inline-block;
	margin-right: 68px;
}

#header .gnb > ul > li ul.depth2 li a {
	font-size: 18px;
	color: #9f999b;
}

#header .gnb > ul > li ul.depth2.current a:hover, #header .gnb > ul > li ul.depth2.current a:focus {
	color: #fff;
	font-weight: 500;
}

#header .mainmenu_trigger {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding: 62px 60px;
}

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

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

#header .mainmenu_trigger button span, #header .mainmenu_trigger button span:before, #header .mainmenu_trigger button span:after {
	width: 24px;
	height: 2px;
	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: -8px;
}

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

/* //181130 gnb 겹침 수정 e */
#mainmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: #1c1a1b;
	color: #FFF;
}

#mainmenu.active {
	display:block;	
}

#mainmenu .inner {
	position: relative;
}

#mainmenu .inner .close_overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding: 14px 32px;
}

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

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

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

#mainmenu .inner .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 .inner .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 > li {
	height: 20vh;
	border-top: 1px solid #504c4e;
}

#mainmenu .ham_menu > li:first-child {
	border-top-width: 0;
}

#mainmenu .ham_menu > li > div {
	width: 1030px;
	min-width: 980px;
	margin: 0 auto;
}

#mainmenu .ham_menu > li > div * {
	float: left;
}

#mainmenu .ham_menu > li > div > a {
	width: 200px;
	font-size: 38px;
	font-weight: 500;
}

#mainmenu .ham_menu > li > div .depth2 {
	margin-top: 15px;
}

#mainmenu .ham_menu > li > div .depth2 > li {
	position: relative;
	margin-left: 80px;
	line-height: 24px;
}

#mainmenu .ham_menu > li > div .depth2 > li:first-child {
	margin-left: 105px;
}

#mainmenu .ham_menu > li > div .depth2 > li .depth3 {
	clear: left;
	width: 470px;
	margin-top: 15px;
}

#mainmenu .ham_menu > li > div .depth2 > li .depth3 li {
	margin-right: 40px;
}

#mainmenu .ham_menu > li > div.exception .depth2 > li {
	margin-left: 40px;
}

#mainmenu .ham_menu > li > div.exception .depth2 > li:first-child {
	margin-left: 105px;
}

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

#mainmenu .ham_menu li a:hover, #mainmenu .ham_menu li a:focus, #mainmenu .ham_menu li.active > div > a {
	color: #fff;
}

#container {
	width: 100%;
}

/* 181130 디자인 수정 반영 s */
#visual {
	width: 100%;
	height: 100vh;
}

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

/* 190125 수정 s */
#visual .swiper-slide .inner {
	height: 100%;
	color: #fff;
}

#visual .swiper-slide .inner h2 {
	margin-left: -8px;
	margin-bottom: 20px;
	font-size: 132px;
	font-weight: 700;
	line-height: 142px;
	letter-spacing: -4px;
}

#visual .swiper-slide .inner p {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

/* 190128 수정 s */
#visual .swiper-slide .box {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 20px;
}
/* 190128 수정 e */

#visual .swiper-slide .box > h2, #visual .swiper-slide .box > p {
	text-align: center;
}

#visual .swiper-slide.first .box {
	top: 60%;
	opacity: 0;
}
/* //190125 수정 e */

#visual .swiper-slide.last h2 {
	position: absolute;
	bottom: 33vh;
	margin-left: 15%;
	color: #fff;
	margin-bottom: 20px;
	font-size: 100px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -4px;
	opacity: .1;
}

#visual .swiper-control {
	position: absolute;
	top: 51%;
	left: auto;
	right: 60px;
	bottom: auto;
	z-index: 110;
	width: 28px;
	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*="-prev"] {
	top: -90px;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 12px;
	overflow: hidden;
}

#visual .swiper-control [class^="swiper-button"][class*="-prev"]: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-control [class^="swiper-button"][class*="-next"] {
	bottom: -70px;
	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 .newsbox {
	width:541px;
	height:70px;
	position:absolute;
	bottom:-33px;
	opacity: 0;
	left:50%;
	transform:translate(-50%);
}

#visual .news {
	left: 50%;
	width: 540px !important;
	padding: 24px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#visual .news p > a {
	display: block;
	font-size: 14px;
}

.close_news {
	top: 12px;
	right: 12px;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	z-index:1;
	opacity:0;
}

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

.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);
}

.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-container-h {
	padding-bottom: 20px;
	width: 100%;
}

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

#visual .swiper-container-h .swiper-slide .photo {
	position: relative;
}

#visual .swiper-container-h .swiper-slide .inner {
	position: relative;
	width: 100%;
	bottom: 0;
	padding: 20px 32px 40px;
	margin: 0;
	color: #000;
	/* 181207 버튼 크기 변경 s */
	/* //181207 버튼 크기 변경 e */
}

#visual .swiper-container-h .swiper-slide .inner .category {
	font-size: 16px;
}

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

#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: 20px;
}

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

#visual .swiper-container-h .swiper-pagination-h .swiper-pagination-bullet {
	background: #575756;
	opacity: 1;
}

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

/* //181130 디자인 수정 반영 e */
.border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 740px;
	height: 740px;
	margin-top: -370px;
	margin-left: -370px;
	z-index: 90;
}

.border:before, .border:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 170px;
	border: 1px solid #fff;
}

.border:before {
	top: 0;
	border-bottom: none;
}

.border:after {
	bottom: 0;
	border-top: none;
}

#footer {
	margin-top: 0;
	padding: 0 0 52px;
	border-top: 1px solid #CCC;
	background: #1A1818;
	color: #FFF;
}

#footer h1 {
	float: left;
	width: 192px;
	padding: 44px 52px 0 0;
}

#footer h1 img {
	width: 100%;
}

#footer .policies {
	padding-top: 44px;
}

#footer .policies li {
	display: inline-block;
}

#footer address {
	font-style: normal;
}

[class^="overlay_"] {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

/* 181130 라인 크기 수정 및 뱃지 추가 s */
.lines [class^="line"] {
	position: fixed;
	z-index: 120;
	background: #FFF;
}

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

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


/* 190128 수정 s */
.lines .line1 {
	right: calc((100% - 60vh) / 2);
	bottom: calc(70vh - 20px);
}

.lines .line2 {
	right: calc((100% - 60vh) / 2);
	top: calc(20vh + 20px);
}

.lines .line3 {
	left: calc((100% - 60vh) / 2);
	top: calc(20vh + 20px);
}

.lines .line4 {
	left: calc((100% - 60vh) / 2);
	top: calc(70vh + 20px);
}

.lines .line5 {
	left: calc((100% - 60vh) / 2);
	bottom: calc(20vh - 20px);
}

.lines .line6 {
	right: calc((100% - 60vh) / 2);
	bottom: calc(20vh - 20px);
}
/* 190128 수정 e */
/* 181221 뱃지 컬러 변경 s */
.badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	width: 80px;
	height: 80px;
	color: #fff;
	padding-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.badge.complete {
	background: #575756;
}

.badge.ing {
	background: #ae1857;
}

.badge.due {
	background: #C88447;
}

/* //181221 뱃지 컬러 변경 e */
/* 181130 라인 크기 수정 및 뱃지 추가 s */

/* 190830 추가 */
#sns {
  position: fixed;
  right: 53px;
  bottom: calc(50% - 252px);
  z-index: 10;
  overflow: hidden;
}

#sns li {
  margin: 8px 0;
}

#sns a {
  display: block;
  width: 40px;
  height: 32px;
 	align-items: center;
	text-align: center; 
}

/*20200609 레이어팝업*/
#layer_popup { width:280px; height:365px; text-align:center; position:absolute;z-index:10; top:50%;left:50%;margin-top:-187px; margin-top:-323px; margin-left:380px;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; }

/* 20200615_더샵 데시앙2차 */
#layer_popup_20200615 { width:280px; height:365px; text-align:center; position:absolute;z-index:10; top:50%;left:50%;margin-top:55px;margin-left:380px;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; }
