@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&amp;subset=korean");
#footer .policies:after, .apt_set:after, .tab_wrap .tab_list:after, .reservation .process ol:after, .overlay_calendar .time .time_list li:after, .cs .custom_info .info_sec-btn .apply_btn:after, .privacy .tab_area:after, .design .photo_list:after, .design .type_list:after, .news_view .wrap_btn-view:after, .brand .list_img:after, .brand .bi_list:after {
	content: "";
	display: block;
	clear: both;
}

.swiper-wrapper, .swiper-zoom-container, #wrap, [class^="overlay_"] [class^="contents"] .wrap_btn, .wrap_btn.btn_half, .apt_set .action {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

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

/* 181214 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(/resources/fonts/NotoSansKR-DemiLight.woff2) format("woff2"), url(/resources/fonts/NotoSansKR-DemiLight.woff) format("woff"), url(/resources/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(/resources/fonts/NotoSansKR-Medium.woff2) format("woff2"), url(/resources/fonts/NotoSansKR-Medium.woff) format("woff"), url(/resources/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(/resources/fonts/NotoSansKR-Regular.woff2) format("woff2"), url(/resources/fonts/NotoSansKR-Regular.woff) format("woff"), url(/resources/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;
}

/* //181214 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;
	-webkit-text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, img, figure {
	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, body {
	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;
}

@media all and (max-width: 480px) {
	html {
		font-size: 10px;
	}
}

@media all and (min-width: 381px) and (max-width: 768px) {
	html {
		font-size: 14px;
	}
}

@media all and (min-width: 769px) and (max-width: 992px) {
	html {
		font-size: 15px;
	}
}

.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 {
	min-height: 100%;
	-webkit-box-orient: vertical;
	flex-direction: column;
	/* 181217 수정 */
	/* 181217 수정 */
	/* 181217 수정 */
	/* 181217 수정 */
}

#wrap.presale #header {
	background-image: url("/resources/images/userMo/content/bg_presale.jpg");
}

#wrap.policy #header {
	background-color: #000;
}

#wrap.reserve #header {
	background-image: url("/resources/images/userMo/content/bg_cs.jpg");
}

#wrap.cs #header {
	background-image: url("/resources/images/userMo/content/bg_cs.jpg");
}

#wrap.complex #header {
	background-image: url("/resources/images/userMo/content/bg_complex.jpg");
}

#wrap.brand #header {
	background-image: url("/resources/images/userMo/content/bg_brand.jpg");
}

#wrap.design #header {
	background-image: url("/resources/images/userMo/content/bg_design.jpg");
}

#header {
	position: relative;
	height: 160px;
	background: #1A1818 no-repeat top center;
	background-size: cover;
	color: #FFF;
}

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

#header h1 img {
	width: 100%;
}

.page_title {
	position: absolute;
	top: 82px;
	left: 50%;
	width: 100%;
	transform: translate(-50%);
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
}

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

#header.simple {
	height: 85px;
	background: #fff;
	border-bottom: 1px solid #D8D8D8;
}

#header.simple .mainmenu_trigger button {
	border-color: #000;
}

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

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

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

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

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


/* 190211 추가 s */
#submenu {
	width: 100%;
	height: 56px;
	margin: 0;
	background-color: #000;
}

#submenu .sub_menu {
	padding: 16px 24px;
}

#submenu .sub_menu li {
	width: auto;
	margin-right: 32px;
}

#submenu .sub_menu a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #CACACA;
}

#submenu .sub_menu .active a {
	color: #FFF;
	text-decoration: underline;
}
/* 190211 추가 e */




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

#container {
	padding: 40px 16px 80px;
}

#container .sub_title {
	margin: 40px 0 20px;
	font-size: 20px;
	font-weight: 500;
}

#container .sub_title:first-of-type {
	margin-top: 0;
}

#container .sub_title em {
	font-weight: 500;
	color: #ae1857;
}

/* 181207 modify s */
#footer {
	margin-top: auto;
	color: #FFF;
	background: #575756;
	font-size: 12px;
	text-align: center;
}

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

#footer .policies li a {
	display: inline-block;
	padding: 16px 20px;
	font-weight: 500;
	line-height: 1.2;
}

#footer .policies li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	background: #aaa;
}

#footer .policies li:first-child:before {
	display: none;
}

#footer .inner {
	border-top: 1px solid #aaa;
}

#footer .inner h1 {
	margin: 32px 0 20px;
}

#footer .inner h1 img {
	max-width: 50px;
}

#footer .inner address {
	font-style: normal;
}

#footer .inner address p:first-child {
	margin-bottom: 10px;
}

#footer .inner .copy {
	padding: 20px 0 32px;
}

/* //181207 modify e */
.gotop {
	position: fixed;
	bottom: 20px;
	/* 181221 modify */
	right: 20px;
	/* 181221 modify */
	z-index: 9;
	display: none;
}

.gotop #gotoTop {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}

.gotop .ico_arrow {
	position: relative;
	display: block;
	width: 18px;
	height: 8px;
	overflow: hidden;
	left: 50%;
	margin-bottom: 2px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gotop .ico_arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	-webkit-transform: translate(-50%, -50%) scale(1, 0.888889) rotate(45deg);
	-moz-transform: translate(-50%, -50%) scale(1, 0.888889) rotate(45deg);
	-o-transform: translate(-50%, -50%) scale(1, 0.888889) rotate(45deg);
	-ms-transform: translate(-50%, -50%) scale(1, 0.888889) rotate(45deg);
	transform: translate(-50%, -50%) scale(1, 0.888889) rotate(45deg);
	margin-top: 3px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 0;
	border-bottom: 0;
}

.gotop.active {
	display: block;
}

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

[class^="overlay_"] [class^="contents"] {
	position: relative;
	z-index: 102;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 40px 16px 80px;
}

/* .mcontents {
	position: relative;
    z-index: 102;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 16px 80px;
}
 */
[class^="overlay_"] [class^="contents"] [class$="_closer"] {
	position: absolute;
	top: 25px;
	right: 16px;
}

[class^="overlay_"] [class^="contents"] [class$="_closer"] button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}

[class^="overlay_"] [class^="contents"] [class$="_closer"] button:before, [class^="overlay_"] [class^="contents"] [class$="_closer"] button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 1px;
	background-color: #000;
}

[class^="overlay_"] [class^="contents"] [class$="_closer"] button: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);
}

[class^="overlay_"] [class^="contents"] [class$="_closer"] button: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);
}

[class^="overlay_"] [class^="contents"] .pop_header {
	margin-bottom: 40px;
}

[class^="overlay_"] [class^="contents"] .pop_header .pop_title {
	font-size: 28px;
	font-weight: 500;
}

[class^="overlay_"] [class^="contents"] .pop_footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
}

[class^="overlay_"] [class^="contents"] .msg_info {
	margin-bottom: 12px;
	font-size: 14px;
}

[class^="overlay_"] [class^="contents"] .wrap_btn {
	margin-top: 0;
}

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

[class^="overlay_"] [class^="contents"] .wrap_btn [class^="btn_"] + [class^="btn_"] {
	margin-left: 0;
}

[class^="overlay_"] [class^="contents"].small {
	width: 580px;
}

[class^="overlay_"] [class^="contents"] .small_label label {
	min-width: 6.9em;
}

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("/resources/images/userMo/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;
}


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

.email_at {
	line-height:66px;
}


.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("/resources/images/userMo/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("/resources/images/userMo/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;
}

/* 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 */
.apt_set {
	position: relative;
	margin-bottom:40px;
	/* 181207 modify s */
	/* //181207 modify e */
}

.apt_set .photo [class^="swiper-button"] {
	top: auto;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #E4E4E4;
}

.apt_set .photo [class^="swiper-button"] .ico_slide_prev {
	position: static;
	display: inline-block;
	width: 8px;
	height: 16px;
	overflow: hidden;
}

.apt_set .photo [class^="swiper-button"] .ico_slide_prev: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-left: 3px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.apt_set .photo [class^="swiper-button"] .ico_slide_next {
	position: static;
	display: inline-block;
	width: 8px;
	height: 16px;
	overflow: hidden;
}

.apt_set .photo [class^="swiper-button"] .ico_slide_next: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-left: -3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.apt_set .photo .swiper-button-prev {
	left: auto;
	right: 31px;
}

/* 190219 추가 s */
.apt_set .date {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: calc(100% - 64px);
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 32px;
	color: #FFF;
	text-align: center;
	z-index:1;
}

.apt_set .photo > .date {
	width: 100%;
}
/* 190219 추가 e */

.apt_set .photo img {
	width: 100%;
	height: 100%;
}

.apt_set .detailphoto {
	margin-top:127px;
}


.detaildate {
	float:right;
	margin-top:58px;
}

.apt_set .info .apt_name {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.viewMore, .Listgo {
	display: inline-block;
	width: 100%;
    height: 48px;
    margin-top:38px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: purple;
    color: #fff;
    
}

.Listgo {background:#ae1857;}

.apt_set .info .apt_name .tag {
	display: inline-block;
	width: 60px;
	height: 32px;
	margin-right: 6px;
	line-height: 32px;
	text-align: center;
	vertical-align: top;
	background: #ae1857;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
}

.apt_set .info .apt_name .detailtag {
	margin-left:10px;
}

.apt_set .info .summary li {
	padding-left: 6px;
	text-indent: -6px;
	color: #555;
}

.apt_set .info .summary li strong {
	font-weight: 500;
	color: #575756;
}

.apt_set .info .summary li:before {
	content: '·';
	margin-right: 2px;
}

.apt_set .action {
	margin-top: 20px;
}

.apt_set .action a, .apt_set .action button {
	flex: 1;
	font-size: 14px;
	border-left: 1px solid #fff;
}

.apt_set .action a:first-child, .apt_set .action button:first-child {
	border-left-width: 0;
}

.apt_set .photo, .apt_set .map_wrap {
	position: relative;
	width: 100%;
	height: 216px;
	margin-bottom: 20px;
	overflow: hidden;
}

.apt_set .left_area, .apt_set .right_area {
	position: relative;
}

.calender_content {
	/* 181214 비활성화 스타일 추가 s */
	/* //181214 비활성화 스타일 추가 e */
}

.calender_content .ui-datepicker-header {
	position: relative;
	margin-bottom: 16px;
	text-align: center;
}

.calender_content .ui-datepicker-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.calender_content .ui-datepicker-title span {
	font-weight: inherit;
}

.calender_content .ui-datepicker-prev, .calender_content .ui-datepicker-next {
	top: 0;
	padding: 6px 11px;
	text-indent: -9999px;
	box-sizing: content-box;
}

.calender_content .ui-datepicker-prev {
	left: 0;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 20px;
	overflow: hidden;
}

.calender_content .ui-datepicker-prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	-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-left: 4px;
	border-left: 2px solid #9b9fa8;
	border-bottom: 2px solid #9b9fa8;
}

.calender_content .ui-datepicker-next {
	right: 0;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 20px;
	overflow: hidden;
}

.calender_content .ui-datepicker-next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	-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-left: -4px;
	border-top: 2px solid #9b9fa8;
	border-right: 2px solid #9b9fa8;
}

.calender_content th, .calender_content td {
	padding: 0;
	text-align: center;
	width: calc((100vw - 32px) / 7);
	height: calc((100vw - 32px) / 7);
}

.calender_content th {
	font-size: 12px;
	font-weight: 500;
}

.calender_content th.ui-datepicker-week-end:first-child {
	color: #ae1857;
}

.calender_content th.ui-datepicker-week-end:last-child {
	color: #5b88d9;
}

.calender_content th span {
	font-weight: inherit;
}

.calender_content td {
	padding-top: 4px;
	font-size: 12px;
}

.calender_content [class^="ui-state"] {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	vertical-align: top;
	/* 191011 추가 s */
	font-size:18px;
	font-weight: 700;
	/* //191011 추가 e */	
}

.calender_content .ui-state-active {
	background-color: #ae1857;
	color: #fff;
	border-radius: 50%;
}

.calender_content .ui-state-disabled {
	color: #888;
}

/* 191011 추가 s */
.calender_content .ui-state-disabled [class^="ui-state"] {
	font-size:12px;
	font-weight: 400;
}
/* //191011 추가 e */

.overlay_map .map_wrap {
	overflow: hidden;
	height: 216px;
	margin-bottom: 20px;
}

.overlay_map .summary li {
	padding-left: 6px;
	text-indent: -6px;
	color: #555;
}

.overlay_map .summary li strong {
	font-weight: 500;
	color: #575756;
}

.overlay_map .summary li:before {
	content: '·';
	margin-right: 2px;
}

.overlay_map .noti_info {
	position: absolute;
	bottom: 40px;
	left: 16px;
	right: 16px;
}

.schedule_wrap .schedule_header {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	text-align: center;
}

.schedule_wrap .schedule_header h2 {
	font-size: 28px;
	font-weight: 500;
}

.schedule_wrap .schedule_header [class^="btn_year"] {
	position: absolute;
	top: 9px;
	width: 20px;
	height: 20px;
	border: 0;
	background-color: transparent;
}

.schedule_wrap .schedule_header .btn_year-prev {
	left: 0;
}

.schedule_wrap .schedule_header .btn_year-prev i {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 16px;
	overflow: hidden;
}

.schedule_wrap .schedule_header .btn_year-prev 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-left: 3px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.schedule_wrap .schedule_header .btn_year-next {
	right: 0;
}

.schedule_wrap .schedule_header .btn_year-next i {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 16px;
	overflow: hidden;
}

.schedule_wrap .schedule_header .btn_year-next 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-left: -3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.schedule_wrap .schedule_content {
	border-top: 1px solid #000;
}

.schedule_wrap .schedule_content .month_set {
	border-top: 1px solid #E4E4E4;
	display:none;
}

.schedule_wrap .schedule_content .month_set:first-of-type {
	border-top: 0;
}

.schedule_wrap .schedule_content .month_set h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
}

.schedule_wrap .schedule_content .month_set h3 span {
	margin-left: 8px;
	font-size: 12px;
	color: #888;
	vertical-align: middle;
}

.schedule_wrap .schedule_content .month_set ul .item {
	position: relative;
	padding: 20px 0;
	background: -webkit-linear-gradient(to right, #e4e4e4 6px, #fff 2px) repeat-x;
	background: linear-gradient(to right, #e4e4e4 6px, #fff 2px) repeat-x;
	background-size: 8px 1px;
}

.schedule_wrap .schedule_content .month_set ul .item:first-of-type {
	padding-top: 12px;
	background: none;
}

.schedule_wrap .schedule_content .month_set ul .item .figure {
	position: relative;
	margin-bottom: 16px;
}

.schedule_wrap .schedule_content .month_set ul .item .figure img {
	max-width: 100%;
	width: 100%;
}

.schedule_wrap .schedule_content .month_set ul .item .title {
	font-size: 16px;
	font-weight: 500;
}


.schedule_wrap .schedule_header .btn_year-prev,
.schedule_wrap .schedule_header .btn_year-next{width:auto;}
.schedule_wrap .schedule_header .btn_year-prev > span,
.schedule_wrap .schedule_header .btn_year-next > span{display: inline-block; vertical-align: top; font-size: 16px; margin-left: 10px; color: #00000055}
.schedule_wrap .schedule_header .btn_year-next > span{margin-left:0; margin-right:10px;}
.schedule_wrap .schedule_header .btn_year-prev > i:before,
.schedule_wrap .schedule_header .btn_year-next > i:before{border-color: #00000055}
.schedule_wrap .schedule_content .month_set.v2 h3{display:block; width:45px; line-height:46px; height:45px; color:#fff; background-color:#572a31; text-align:center; border-radius:50px; padding:0; margin-top:20px; font-size:18px;}


.schedule_content {display:none;}
.schedule_content.active {display:block;}




.round {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 80px;
	height: 80px;
	background: #e4e4e4;
	border-radius: 50%;
	z-index: 1;
}

.allround {
	margin-top: 42px;
    height: 130px;
    position: relative;
    width: 128px;
    /* border: 1px solid red; */
    left: 43%;
    transform: translate(-50%);
}

.allround > span {
	position: absolute;
    /* left: 20%; */
    top: 0;
    font-size: 16px;
    font-weight: 500;
}

.allround > .detailround {
	top: 47px;
    left: 35%;
    bottom: 0;
}

.detailsum {
	margin-top:48px;
}

.motherland {
	margin-top:17px;
}

.motherland img {
	width:100%;
}


.round .pie, .round .pie:before, .round .pie:after, .round .info {
	position: absolute;
}

.round .pie {
	width: 40px;
	height: 80px;
	overflow: hidden;
	right: 0;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.round .pie:before {
	content: "";
	width: 40px;
	height: 80px;
	left: -40px;
	border-radius: 40px 0 0 40px;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.round .pie:before,
.round .pie:after {
	background-color: #ae1857;
}

.round .info {
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	font-size: 20px;
	color: #ae1857;
	font-weight: 500;
	text-align: center;
	line-height: 68px;
	background: #fff;
	border-radius: 50%;
	letter-spacing: -1px;
}

.round .info span {
	font-size: inherit;
}

.pie[data-value="0"]:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.pie[data-value="1"]:before {
	-webkit-transform: rotate(3.6deg);
	-moz-transform: rotate(3.6deg);
	-o-transform: rotate(3.6deg);
	-ms-transform: rotate(3.6deg);
	transform: rotate(3.6deg);
}

.pie[data-value="2"]:before {
	-webkit-transform: rotate(7.2deg);
	-moz-transform: rotate(7.2deg);
	-o-transform: rotate(7.2deg);
	-ms-transform: rotate(7.2deg);
	transform: rotate(7.2deg);
}

.pie[data-value="3"]:before {
	-webkit-transform: rotate(10.8deg);
	-moz-transform: rotate(10.8deg);
	-o-transform: rotate(10.8deg);
	-ms-transform: rotate(10.8deg);
	transform: rotate(10.8deg);
}

.pie[data-value="4"]:before {
	-webkit-transform: rotate(14.4deg);
	-moz-transform: rotate(14.4deg);
	-o-transform: rotate(14.4deg);
	-ms-transform: rotate(14.4deg);
	transform: rotate(14.4deg);
}

.pie[data-value="5"]:before {
	-webkit-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}

.pie[data-value="6"]:before {
	-webkit-transform: rotate(21.6deg);
	-moz-transform: rotate(21.6deg);
	-o-transform: rotate(21.6deg);
	-ms-transform: rotate(21.6deg);
	transform: rotate(21.6deg);
}

.pie[data-value="7"]:before {
	-webkit-transform: rotate(25.2deg);
	-moz-transform: rotate(25.2deg);
	-o-transform: rotate(25.2deg);
	-ms-transform: rotate(25.2deg);
	transform: rotate(25.2deg);
}

.pie[data-value="8"]:before {
	-webkit-transform: rotate(28.8deg);
	-moz-transform: rotate(28.8deg);
	-o-transform: rotate(28.8deg);
	-ms-transform: rotate(28.8deg);
	transform: rotate(28.8deg);
}

.pie[data-value="9"]:before {
	-webkit-transform: rotate(32.4deg);
	-moz-transform: rotate(32.4deg);
	-o-transform: rotate(32.4deg);
	-ms-transform: rotate(32.4deg);
	transform: rotate(32.4deg);
}

.pie[data-value="10"]:before {
	-webkit-transform: rotate(36deg);
	-moz-transform: rotate(36deg);
	-o-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
}

.pie[data-value="11"]:before {
	-webkit-transform: rotate(39.6deg);
	-moz-transform: rotate(39.6deg);
	-o-transform: rotate(39.6deg);
	-ms-transform: rotate(39.6deg);
	transform: rotate(39.6deg);
}

.pie[data-value="12"]:before {
	-webkit-transform: rotate(43.2deg);
	-moz-transform: rotate(43.2deg);
	-o-transform: rotate(43.2deg);
	-ms-transform: rotate(43.2deg);
	transform: rotate(43.2deg);
}

.pie[data-value="13"]:before {
	-webkit-transform: rotate(46.8deg);
	-moz-transform: rotate(46.8deg);
	-o-transform: rotate(46.8deg);
	-ms-transform: rotate(46.8deg);
	transform: rotate(46.8deg);
}

.pie[data-value="14"]:before {
	-webkit-transform: rotate(50.4deg);
	-moz-transform: rotate(50.4deg);
	-o-transform: rotate(50.4deg);
	-ms-transform: rotate(50.4deg);
	transform: rotate(50.4deg);
}

.pie[data-value="15"]:before {
	-webkit-transform: rotate(54deg);
	-moz-transform: rotate(54deg);
	-o-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	transform: rotate(54deg);
}

.pie[data-value="16"]:before {
	-webkit-transform: rotate(57.6deg);
	-moz-transform: rotate(57.6deg);
	-o-transform: rotate(57.6deg);
	-ms-transform: rotate(57.6deg);
	transform: rotate(57.6deg);
}

.pie[data-value="17"]:before {
	-webkit-transform: rotate(61.2deg);
	-moz-transform: rotate(61.2deg);
	-o-transform: rotate(61.2deg);
	-ms-transform: rotate(61.2deg);
	transform: rotate(61.2deg);
}

.pie[data-value="18"]:before {
	-webkit-transform: rotate(64.8deg);
	-moz-transform: rotate(64.8deg);
	-o-transform: rotate(64.8deg);
	-ms-transform: rotate(64.8deg);
	transform: rotate(64.8deg);
}

.pie[data-value="19"]:before {
	-webkit-transform: rotate(68.4deg);
	-moz-transform: rotate(68.4deg);
	-o-transform: rotate(68.4deg);
	-ms-transform: rotate(68.4deg);
	transform: rotate(68.4deg);
}

.pie[data-value="20"]:before {
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	transform: rotate(72deg);
}

.pie[data-value="21"]:before {
	-webkit-transform: rotate(75.6deg);
	-moz-transform: rotate(75.6deg);
	-o-transform: rotate(75.6deg);
	-ms-transform: rotate(75.6deg);
	transform: rotate(75.6deg);
}

.pie[data-value="22"]:before {
	-webkit-transform: rotate(79.2deg);
	-moz-transform: rotate(79.2deg);
	-o-transform: rotate(79.2deg);
	-ms-transform: rotate(79.2deg);
	transform: rotate(79.2deg);
}

.pie[data-value="23"]:before {
	-webkit-transform: rotate(82.8deg);
	-moz-transform: rotate(82.8deg);
	-o-transform: rotate(82.8deg);
	-ms-transform: rotate(82.8deg);
	transform: rotate(82.8deg);
}

.pie[data-value="24"]:before {
	-webkit-transform: rotate(86.4deg);
	-moz-transform: rotate(86.4deg);
	-o-transform: rotate(86.4deg);
	-ms-transform: rotate(86.4deg);
	transform: rotate(86.4deg);
}

.pie[data-value="25"]:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pie[data-value="26"]:before {
	-webkit-transform: rotate(93.6deg);
	-moz-transform: rotate(93.6deg);
	-o-transform: rotate(93.6deg);
	-ms-transform: rotate(93.6deg);
	transform: rotate(93.6deg);
}

.pie[data-value="27"]:before {
	-webkit-transform: rotate(97.2deg);
	-moz-transform: rotate(97.2deg);
	-o-transform: rotate(97.2deg);
	-ms-transform: rotate(97.2deg);
	transform: rotate(97.2deg);
}

.pie[data-value="28"]:before {
	-webkit-transform: rotate(100.8deg);
	-moz-transform: rotate(100.8deg);
	-o-transform: rotate(100.8deg);
	-ms-transform: rotate(100.8deg);
	transform: rotate(100.8deg);
}

.pie[data-value="29"]:before {
	-webkit-transform: rotate(104.4deg);
	-moz-transform: rotate(104.4deg);
	-o-transform: rotate(104.4deg);
	-ms-transform: rotate(104.4deg);
	transform: rotate(104.4deg);
}

.pie[data-value="30"]:before {
	-webkit-transform: rotate(108deg);
	-moz-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg);
}

.pie[data-value="31"]:before {
	-webkit-transform: rotate(111.6deg);
	-moz-transform: rotate(111.6deg);
	-o-transform: rotate(111.6deg);
	-ms-transform: rotate(111.6deg);
	transform: rotate(111.6deg);
}

.pie[data-value="32"]:before {
	-webkit-transform: rotate(115.2deg);
	-moz-transform: rotate(115.2deg);
	-o-transform: rotate(115.2deg);
	-ms-transform: rotate(115.2deg);
	transform: rotate(115.2deg);
}

.pie[data-value="33"]:before {
	-webkit-transform: rotate(118.8deg);
	-moz-transform: rotate(118.8deg);
	-o-transform: rotate(118.8deg);
	-ms-transform: rotate(118.8deg);
	transform: rotate(118.8deg);
}

.pie[data-value="34"]:before {
	-webkit-transform: rotate(122.4deg);
	-moz-transform: rotate(122.4deg);
	-o-transform: rotate(122.4deg);
	-ms-transform: rotate(122.4deg);
	transform: rotate(122.4deg);
}

.pie[data-value="35"]:before {
	-webkit-transform: rotate(126deg);
	-moz-transform: rotate(126deg);
	-o-transform: rotate(126deg);
	-ms-transform: rotate(126deg);
	transform: rotate(126deg);
}

.pie[data-value="36"]:before {
	-webkit-transform: rotate(129.6deg);
	-moz-transform: rotate(129.6deg);
	-o-transform: rotate(129.6deg);
	-ms-transform: rotate(129.6deg);
	transform: rotate(129.6deg);
}

.pie[data-value="37"]:before {
	-webkit-transform: rotate(133.2deg);
	-moz-transform: rotate(133.2deg);
	-o-transform: rotate(133.2deg);
	-ms-transform: rotate(133.2deg);
	transform: rotate(133.2deg);
}

.pie[data-value="38"]:before {
	-webkit-transform: rotate(136.8deg);
	-moz-transform: rotate(136.8deg);
	-o-transform: rotate(136.8deg);
	-ms-transform: rotate(136.8deg);
	transform: rotate(136.8deg);
}

.pie[data-value="39"]:before {
	-webkit-transform: rotate(140.4deg);
	-moz-transform: rotate(140.4deg);
	-o-transform: rotate(140.4deg);
	-ms-transform: rotate(140.4deg);
	transform: rotate(140.4deg);
}

.pie[data-value="40"]:before {
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	transform: rotate(144deg);
}

.pie[data-value="41"]:before {
	-webkit-transform: rotate(147.6deg);
	-moz-transform: rotate(147.6deg);
	-o-transform: rotate(147.6deg);
	-ms-transform: rotate(147.6deg);
	transform: rotate(147.6deg);
}

.pie[data-value="42"]:before {
	-webkit-transform: rotate(151.2deg);
	-moz-transform: rotate(151.2deg);
	-o-transform: rotate(151.2deg);
	-ms-transform: rotate(151.2deg);
	transform: rotate(151.2deg);
}

.pie[data-value="43"]:before {
	-webkit-transform: rotate(154.8deg);
	-moz-transform: rotate(154.8deg);
	-o-transform: rotate(154.8deg);
	-ms-transform: rotate(154.8deg);
	transform: rotate(154.8deg);
}

.pie[data-value="44"]:before {
	-webkit-transform: rotate(158.4deg);
	-moz-transform: rotate(158.4deg);
	-o-transform: rotate(158.4deg);
	-ms-transform: rotate(158.4deg);
	transform: rotate(158.4deg);
}

.pie[data-value="45"]:before {
	-webkit-transform: rotate(162deg);
	-moz-transform: rotate(162deg);
	-o-transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	transform: rotate(162deg);
}

.pie[data-value="46"]:before {
	-webkit-transform: rotate(165.6deg);
	-moz-transform: rotate(165.6deg);
	-o-transform: rotate(165.6deg);
	-ms-transform: rotate(165.6deg);
	transform: rotate(165.6deg);
}

.pie[data-value="47"]:before {
	-webkit-transform: rotate(169.2deg);
	-moz-transform: rotate(169.2deg);
	-o-transform: rotate(169.2deg);
	-ms-transform: rotate(169.2deg);
	transform: rotate(169.2deg);
}

.pie[data-value="48"]:before {
	-webkit-transform: rotate(172.8deg);
	-moz-transform: rotate(172.8deg);
	-o-transform: rotate(172.8deg);
	-ms-transform: rotate(172.8deg);
	transform: rotate(172.8deg);
}

.pie[data-value="49"]:before {
	-webkit-transform: rotate(176.4deg);
	-moz-transform: rotate(176.4deg);
	-o-transform: rotate(176.4deg);
	-ms-transform: rotate(176.4deg);
	transform: rotate(176.4deg);
}

.pie[data-value="50"]:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pie[data-value="51"]:before {
	-webkit-transform: rotate(183.6deg);
	-moz-transform: rotate(183.6deg);
	-o-transform: rotate(183.6deg);
	-ms-transform: rotate(183.6deg);
	transform: rotate(183.6deg);
}

.pie[data-value="51"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="51"]:before {
	left: 0px;
}

.pie[data-value="51"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="52"]:before {
	-webkit-transform: rotate(187.2deg);
	-moz-transform: rotate(187.2deg);
	-o-transform: rotate(187.2deg);
	-ms-transform: rotate(187.2deg);
	transform: rotate(187.2deg);
}

.pie[data-value="52"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="52"]:before {
	left: 0px;
}

.pie[data-value="52"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="53"]:before {
	-webkit-transform: rotate(190.8deg);
	-moz-transform: rotate(190.8deg);
	-o-transform: rotate(190.8deg);
	-ms-transform: rotate(190.8deg);
	transform: rotate(190.8deg);
}

.pie[data-value="53"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="53"]:before {
	left: 0px;
}

.pie[data-value="53"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="54"]:before {
	-webkit-transform: rotate(194.4deg);
	-moz-transform: rotate(194.4deg);
	-o-transform: rotate(194.4deg);
	-ms-transform: rotate(194.4deg);
	transform: rotate(194.4deg);
}

.pie[data-value="54"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="54"]:before {
	left: 0px;
}

.pie[data-value="54"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="55"]:before {
	-webkit-transform: rotate(198deg);
	-moz-transform: rotate(198deg);
	-o-transform: rotate(198deg);
	-ms-transform: rotate(198deg);
	transform: rotate(198deg);
}

.pie[data-value="55"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="55"]:before {
	left: 0px;
}

.pie[data-value="55"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="56"]:before {
	-webkit-transform: rotate(201.6deg);
	-moz-transform: rotate(201.6deg);
	-o-transform: rotate(201.6deg);
	-ms-transform: rotate(201.6deg);
	transform: rotate(201.6deg);
}

.pie[data-value="56"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="56"]:before {
	left: 0px;
}

.pie[data-value="56"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="57"]:before {
	-webkit-transform: rotate(205.2deg);
	-moz-transform: rotate(205.2deg);
	-o-transform: rotate(205.2deg);
	-ms-transform: rotate(205.2deg);
	transform: rotate(205.2deg);
}

.pie[data-value="57"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="57"]:before {
	left: 0px;
}

.pie[data-value="57"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="58"]:before {
	-webkit-transform: rotate(208.8deg);
	-moz-transform: rotate(208.8deg);
	-o-transform: rotate(208.8deg);
	-ms-transform: rotate(208.8deg);
	transform: rotate(208.8deg);
}

.pie[data-value="58"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="58"]:before {
	left: 0px;
}

.pie[data-value="58"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="59"]:before {
	-webkit-transform: rotate(212.4deg);
	-moz-transform: rotate(212.4deg);
	-o-transform: rotate(212.4deg);
	-ms-transform: rotate(212.4deg);
	transform: rotate(212.4deg);
}

.pie[data-value="59"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="59"]:before {
	left: 0px;
}

.pie[data-value="59"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="60"]:before {
	-webkit-transform: rotate(216deg);
	-moz-transform: rotate(216deg);
	-o-transform: rotate(216deg);
	-ms-transform: rotate(216deg);
	transform: rotate(216deg);
}

.pie[data-value="60"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="60"]:before {
	left: 0px;
}

.pie[data-value="60"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="61"]:before {
	-webkit-transform: rotate(219.6deg);
	-moz-transform: rotate(219.6deg);
	-o-transform: rotate(219.6deg);
	-ms-transform: rotate(219.6deg);
	transform: rotate(219.6deg);
}

.pie[data-value="61"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="61"]:before {
	left: 0px;
}

.pie[data-value="61"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="62"]:before {
	-webkit-transform: rotate(223.2deg);
	-moz-transform: rotate(223.2deg);
	-o-transform: rotate(223.2deg);
	-ms-transform: rotate(223.2deg);
	transform: rotate(223.2deg);
}

.pie[data-value="62"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="62"]:before {
	left: 0px;
}

.pie[data-value="62"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="63"]:before {
	-webkit-transform: rotate(226.8deg);
	-moz-transform: rotate(226.8deg);
	-o-transform: rotate(226.8deg);
	-ms-transform: rotate(226.8deg);
	transform: rotate(226.8deg);
}

.pie[data-value="63"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="63"]:before {
	left: 0px;
}

.pie[data-value="63"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="64"]:before {
	-webkit-transform: rotate(230.4deg);
	-moz-transform: rotate(230.4deg);
	-o-transform: rotate(230.4deg);
	-ms-transform: rotate(230.4deg);
	transform: rotate(230.4deg);
}

.pie[data-value="64"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="64"]:before {
	left: 0px;
}

.pie[data-value="64"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="65"]:before {
	-webkit-transform: rotate(234deg);
	-moz-transform: rotate(234deg);
	-o-transform: rotate(234deg);
	-ms-transform: rotate(234deg);
	transform: rotate(234deg);
}

.pie[data-value="65"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="65"]:before {
	left: 0px;
}

.pie[data-value="65"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="66"]:before {
	-webkit-transform: rotate(237.6deg);
	-moz-transform: rotate(237.6deg);
	-o-transform: rotate(237.6deg);
	-ms-transform: rotate(237.6deg);
	transform: rotate(237.6deg);
}

.pie[data-value="66"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="66"]:before {
	left: 0px;
}

.pie[data-value="66"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="67"]:before {
	-webkit-transform: rotate(241.2deg);
	-moz-transform: rotate(241.2deg);
	-o-transform: rotate(241.2deg);
	-ms-transform: rotate(241.2deg);
	transform: rotate(241.2deg);
}

.pie[data-value="67"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="67"]:before {
	left: 0px;
}

.pie[data-value="67"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="68"]:before {
	-webkit-transform: rotate(244.8deg);
	-moz-transform: rotate(244.8deg);
	-o-transform: rotate(244.8deg);
	-ms-transform: rotate(244.8deg);
	transform: rotate(244.8deg);
}

.pie[data-value="68"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="68"]:before {
	left: 0px;
}

.pie[data-value="68"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="69"]:before {
	-webkit-transform: rotate(248.4deg);
	-moz-transform: rotate(248.4deg);
	-o-transform: rotate(248.4deg);
	-ms-transform: rotate(248.4deg);
	transform: rotate(248.4deg);
}

.pie[data-value="69"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="69"]:before {
	left: 0px;
}

.pie[data-value="69"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="70"]:before {
	-webkit-transform: rotate(252deg);
	-moz-transform: rotate(252deg);
	-o-transform: rotate(252deg);
	-ms-transform: rotate(252deg);
	transform: rotate(252deg);
}

.pie[data-value="70"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="70"]:before {
	left: 0px;
}

.pie[data-value="70"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="71"]:before {
	-webkit-transform: rotate(255.6deg);
	-moz-transform: rotate(255.6deg);
	-o-transform: rotate(255.6deg);
	-ms-transform: rotate(255.6deg);
	transform: rotate(255.6deg);
}

.pie[data-value="71"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="71"]:before {
	left: 0px;
}

.pie[data-value="71"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="72"]:before {
	-webkit-transform: rotate(259.2deg);
	-moz-transform: rotate(259.2deg);
	-o-transform: rotate(259.2deg);
	-ms-transform: rotate(259.2deg);
	transform: rotate(259.2deg);
}

.pie[data-value="72"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="72"]:before {
	left: 0px;
}

.pie[data-value="72"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="73"]:before {
	-webkit-transform: rotate(262.8deg);
	-moz-transform: rotate(262.8deg);
	-o-transform: rotate(262.8deg);
	-ms-transform: rotate(262.8deg);
	transform: rotate(262.8deg);
}

.pie[data-value="73"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="73"]:before {
	left: 0px;
}

.pie[data-value="73"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="74"]:before {
	-webkit-transform: rotate(266.4deg);
	-moz-transform: rotate(266.4deg);
	-o-transform: rotate(266.4deg);
	-ms-transform: rotate(266.4deg);
	transform: rotate(266.4deg);
}

.pie[data-value="74"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="74"]:before {
	left: 0px;
}

.pie[data-value="74"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="75"]:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.pie[data-value="75"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="75"]:before {
	left: 0px;
}

.pie[data-value="75"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="76"]:before {
	-webkit-transform: rotate(273.6deg);
	-moz-transform: rotate(273.6deg);
	-o-transform: rotate(273.6deg);
	-ms-transform: rotate(273.6deg);
	transform: rotate(273.6deg);
}

.pie[data-value="76"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="76"]:before {
	left: 0px;
}

.pie[data-value="76"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="77"]:before {
	-webkit-transform: rotate(277.2deg);
	-moz-transform: rotate(277.2deg);
	-o-transform: rotate(277.2deg);
	-ms-transform: rotate(277.2deg);
	transform: rotate(277.2deg);
}

.pie[data-value="77"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="77"]:before {
	left: 0px;
}

.pie[data-value="77"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="78"]:before {
	-webkit-transform: rotate(280.8deg);
	-moz-transform: rotate(280.8deg);
	-o-transform: rotate(280.8deg);
	-ms-transform: rotate(280.8deg);
	transform: rotate(280.8deg);
}

.pie[data-value="78"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="78"]:before {
	left: 0px;
}

.pie[data-value="78"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="79"]:before {
	-webkit-transform: rotate(284.4deg);
	-moz-transform: rotate(284.4deg);
	-o-transform: rotate(284.4deg);
	-ms-transform: rotate(284.4deg);
	transform: rotate(284.4deg);
}

.pie[data-value="79"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="79"]:before {
	left: 0px;
}

.pie[data-value="79"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="80"]:before {
	-webkit-transform: rotate(288deg);
	-moz-transform: rotate(288deg);
	-o-transform: rotate(288deg);
	-ms-transform: rotate(288deg);
	transform: rotate(288deg);
}

.pie[data-value="80"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="80"]:before {
	left: 0px;
}

.pie[data-value="80"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="81"]:before {
	-webkit-transform: rotate(291.6deg);
	-moz-transform: rotate(291.6deg);
	-o-transform: rotate(291.6deg);
	-ms-transform: rotate(291.6deg);
	transform: rotate(291.6deg);
}

.pie[data-value="81"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="81"]:before {
	left: 0px;
}

.pie[data-value="81"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="82"]:before {
	-webkit-transform: rotate(295.2deg);
	-moz-transform: rotate(295.2deg);
	-o-transform: rotate(295.2deg);
	-ms-transform: rotate(295.2deg);
	transform: rotate(295.2deg);
}

.pie[data-value="82"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="82"]:before {
	left: 0px;
}

.pie[data-value="82"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="83"]:before {
	-webkit-transform: rotate(298.8deg);
	-moz-transform: rotate(298.8deg);
	-o-transform: rotate(298.8deg);
	-ms-transform: rotate(298.8deg);
	transform: rotate(298.8deg);
}

.pie[data-value="83"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="83"]:before {
	left: 0px;
}

.pie[data-value="83"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="84"]:before {
	-webkit-transform: rotate(302.4deg);
	-moz-transform: rotate(302.4deg);
	-o-transform: rotate(302.4deg);
	-ms-transform: rotate(302.4deg);
	transform: rotate(302.4deg);
}

.pie[data-value="84"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="84"]:before {
	left: 0px;
}

.pie[data-value="84"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="85"]:before {
	-webkit-transform: rotate(306deg);
	-moz-transform: rotate(306deg);
	-o-transform: rotate(306deg);
	-ms-transform: rotate(306deg);
	transform: rotate(306deg);
}

.pie[data-value="85"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="85"]:before {
	left: 0px;
}

.pie[data-value="85"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="86"]:before {
	-webkit-transform: rotate(309.6deg);
	-moz-transform: rotate(309.6deg);
	-o-transform: rotate(309.6deg);
	-ms-transform: rotate(309.6deg);
	transform: rotate(309.6deg);
}

.pie[data-value="86"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="86"]:before {
	left: 0px;
}

.pie[data-value="86"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="87"]:before {
	-webkit-transform: rotate(313.2deg);
	-moz-transform: rotate(313.2deg);
	-o-transform: rotate(313.2deg);
	-ms-transform: rotate(313.2deg);
	transform: rotate(313.2deg);
}

.pie[data-value="87"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="87"]:before {
	left: 0px;
}

.pie[data-value="87"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="88"]:before {
	-webkit-transform: rotate(316.8deg);
	-moz-transform: rotate(316.8deg);
	-o-transform: rotate(316.8deg);
	-ms-transform: rotate(316.8deg);
	transform: rotate(316.8deg);
}

.pie[data-value="88"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="88"]:before {
	left: 0px;
}

.pie[data-value="88"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="89"]:before {
	-webkit-transform: rotate(320.4deg);
	-moz-transform: rotate(320.4deg);
	-o-transform: rotate(320.4deg);
	-ms-transform: rotate(320.4deg);
	transform: rotate(320.4deg);
}

.pie[data-value="89"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="89"]:before {
	left: 0px;
}

.pie[data-value="89"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="90"]:before {
	-webkit-transform: rotate(324deg);
	-moz-transform: rotate(324deg);
	-o-transform: rotate(324deg);
	-ms-transform: rotate(324deg);
	transform: rotate(324deg);
}

.pie[data-value="90"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="90"]:before {
	left: 0px;
}

.pie[data-value="90"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="91"]:before {
	-webkit-transform: rotate(327.6deg);
	-moz-transform: rotate(327.6deg);
	-o-transform: rotate(327.6deg);
	-ms-transform: rotate(327.6deg);
	transform: rotate(327.6deg);
}

.pie[data-value="91"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="91"]:before {
	left: 0px;
}

.pie[data-value="91"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="92"]:before {
	-webkit-transform: rotate(331.2deg);
	-moz-transform: rotate(331.2deg);
	-o-transform: rotate(331.2deg);
	-ms-transform: rotate(331.2deg);
	transform: rotate(331.2deg);
}

.pie[data-value="92"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="92"]:before {
	left: 0px;
}

.pie[data-value="92"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="93"]:before {
	-webkit-transform: rotate(334.8deg);
	-moz-transform: rotate(334.8deg);
	-o-transform: rotate(334.8deg);
	-ms-transform: rotate(334.8deg);
	transform: rotate(334.8deg);
}

.pie[data-value="93"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="93"]:before {
	left: 0px;
}

.pie[data-value="93"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="94"]:before {
	-webkit-transform: rotate(338.4deg);
	-moz-transform: rotate(338.4deg);
	-o-transform: rotate(338.4deg);
	-ms-transform: rotate(338.4deg);
	transform: rotate(338.4deg);
}

.pie[data-value="94"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="94"]:before {
	left: 0px;
}

.pie[data-value="94"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="95"]:before {
	-webkit-transform: rotate(342deg);
	-moz-transform: rotate(342deg);
	-o-transform: rotate(342deg);
	-ms-transform: rotate(342deg);
	transform: rotate(342deg);
}

.pie[data-value="95"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="95"]:before {
	left: 0px;
}

.pie[data-value="95"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="96"]:before {
	-webkit-transform: rotate(345.6deg);
	-moz-transform: rotate(345.6deg);
	-o-transform: rotate(345.6deg);
	-ms-transform: rotate(345.6deg);
	transform: rotate(345.6deg);
}

.pie[data-value="96"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="96"]:before {
	left: 0px;
}

.pie[data-value="96"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="97"]:before {
	-webkit-transform: rotate(349.2deg);
	-moz-transform: rotate(349.2deg);
	-o-transform: rotate(349.2deg);
	-ms-transform: rotate(349.2deg);
	transform: rotate(349.2deg);
}

.pie[data-value="97"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="97"]:before {
	left: 0px;
}

.pie[data-value="97"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="98"]:before {
	-webkit-transform: rotate(352.8deg);
	-moz-transform: rotate(352.8deg);
	-o-transform: rotate(352.8deg);
	-ms-transform: rotate(352.8deg);
	transform: rotate(352.8deg);
}

.pie[data-value="98"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="98"]:before {
	left: 0px;
}

.pie[data-value="98"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="99"]:before {
	-webkit-transform: rotate(356.4deg);
	-moz-transform: rotate(356.4deg);
	-o-transform: rotate(356.4deg);
	-ms-transform: rotate(356.4deg);
	transform: rotate(356.4deg);
}

.pie[data-value="99"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="99"]:before {
	left: 0px;
}

.pie[data-value="99"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

.pie[data-value="100"]:before {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.pie[data-value="100"] {
	width: 80px;
	left: 0;
	right: auto;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.pie[data-value="100"]:before {
	left: 0px;
}

.pie[data-value="100"]:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: 40px;
	border-radius: 0 40px 40px 0;
}

[class^="info_sec"] {
	padding: 32px 0;
	border-top: 1px solid #000;
}

[class^="info_sec"]:first-of-type {
	padding-top: 0;
	border-top: 0;
}

[class^="info_sec"]:last-of-type {
	padding-bottom: 0;
}

[class^="info_sec"][class$="-btn"] {
	padding-bottom: 40px;
}

[class^="info_sec"][class$="-btn"] .title_area p {
	font-size: 12px;
}

[class^="info_sec"][class$="-btn"] .subheading {
	margin-bottom: 20px;
}

[class^="info_sec"][class$="-btn"] .btn_link {
	border: 0;
	font-weight: 500;
	font-size: 12px;
}

[class^="info_sec"][class$="-btn"] .ico_arrow {
	margin-left: 12px;
	position: relative;
	display: inline-block;
	width: 32px;
	height: 10px;
	overflow: hidden;
}

[class^="info_sec"][class$="-btn"] .ico_arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%) scale(1, 0.625) rotate(45deg);
	-moz-transform: translate(-50%, -50%) scale(1, 0.625) rotate(45deg);
	-o-transform: translate(-50%, -50%) scale(1, 0.625) rotate(45deg);
	-ms-transform: translate(-50%, -50%) scale(1, 0.625) rotate(45deg);
	transform: translate(-50%, -50%) scale(1, 0.625) rotate(45deg);
	margin-top: -4px;
	border-right: 1px solid #9b9fa8;
	border-bottom: 1px solid #9b9fa8;
}

[class^="info_sec"] .subheading {
	font-size: 20px;
	font-weight: 500;
}

[class^="info_sec"] .inner {
	padding: 32px 0;
	border-top: 1px solid #E4E4E4;
}

[class^="info_sec"] .inner:first-of-type {
	padding-top: 0;
	border-top: 0;
}

[class^="info_sec"] .inner:last-of-type {
	padding-bottom: 0;
}

[class^="info_sec"] .inner h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

[class^="info_sec"] .inner h4:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	margin: -2px 8px 0 0;
	background-color: #BA9E82;
	vertical-align: middle;
}

[class^="info_sec"] .inner em {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

[class^="info_sec"] .inner p + p {
	margin-top: 12px;
}

[class^="info_sec"] .inner .info_list + .tbl_wrap {
	margin-top: 40px;
}

[class^="info_sec"] .inner .info_list li:not(:first-of-type) {
	margin-top: 4px;
}

[class^="info_sec"] .inner .figure + .info_list {
	margin-top: 20px;
}

[class^="info_sec"] img {
	max-width: 100%;
}

.overlay_info[role="dialog"].active {
	display:block;
}

.info_sec .subheading {
	margin-bottom: 20px;
}

.accordion_wrap {
	margin: 0 -16px;
}

.accordion_wrap .acco_trigger {
	position: relative;
	display: block;
	border-bottom: 1px solid #D8D8D8;
	line-height: 1.5;
}

.accordion_wrap .acco_trigger .accordion_title {
	display: block;
	padding: 20px 55px 20px 16px;
	font-weight: 500;
}

.accordion_wrap .acco_trigger .ico_arrow {
	top: 50%;
	right: 24px;
	margin-top: -6px;
	/* 181204 수정 s */
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 8px;
	overflow: hidden;
	/* 181204 수정 e */
}

.accordion_wrap .acco_trigger .ico_arrow: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;
}

.accordion_wrap .acco_trigger[aria-expanded="true"] {
	border-color: #000;
}

.accordion_wrap .acco_trigger[aria-expanded="true"] .ico_arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion_wrap .acco_trigger[aria-expanded="true"] .ico_arrow:before {
	border-color: #2b2e38;
}

.accordion_wrap .acco_panel {
	padding: 40px 24px;
	border-bottom: 1px solid #333;
	background: #f8f8f8;
}

.accordion_wrap .acco_panel dt {
	padding-bottom: 8px;
	font-weight: 500;
}

.accordion_wrap .acco_panel dd + dt {
	margin-top: 40px;
}

.accordion_wrap .acco_panel ul.noti {
	margin-top: 12px;
	font-size: 12px;
	color: #555;
}

.tab_wrap .tab_list {
	width: 100%;
	margin-bottom: 40px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.tab_wrap .tab_list li {
	float: left;
	width: 50%;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	/* 181207 modify s */
	/* //181207 modify e */
}

.brand .tab_wrap .tab_list li {
	width: 33.3%;
}

.brand .tab_wrap .tab_list li button {
	font-size:12px;
}

.tab_wrap .tab_list li button, .tab_wrap .tab_list li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 24px;
	padding: 14px 0;
	background: transparent;
}

@media (width: 320px) {
	.tab_wrap .tab_list li button, .tab_wrap .tab_list li a {
		font-size: 14px;
	}
	.brand .tab_wrap .tab_list li button, .tab_wrap .tab_list li a {
		font-size: 10px;
	}
}

.tab_wrap .tab_list li button.active {
	background: #575756;
	color: #FFF;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: inherit;
}

.tab_wrap .tab_list li [aria-selected="true"] span, .tab_wrap .tab_list li .active span {
	font-weight: 500;
}

.tab_wrap .tab_list.tab3 > li {
	width: calc(100% / 3);
}

.tbl_wrap .info {
	display: block;
	margin-bottom: 12px;
	color: #000;
	text-align: left;
}

.tbl_wrap .tbl_view {
	width: 100%;
	border-top: 1px solid #000;
	/* 181214 add */
}

.tbl_wrap .tbl_view td, .tbl_wrap .tbl_view th {
	padding: 20px 16px;
	text-align: left;
	border-bottom: 1px solid #E4E4E4;
	max-height: 74px;
	/* 181204 삭제 s
			&.word_wrap {
				padding: 11px 24px;
			} //181204 삭제 e */
}

@media (width: 320px) {
	.tbl_wrap .tbl_view td, .tbl_wrap .tbl_view th {
		font-size: 12px;
	}
}

.tbl_wrap .tbl_view td.point, .tbl_wrap .tbl_view th.point {
	color: #ae1857;
}

.tbl_wrap .tbl_view th {
	padding: 16px;
	background: #f9fafc;
}

.tbl_wrap .tbl_view td {
	font-weight: 500;
}

.tbl_wrap .tbl_view tr.answer {
	color: #ae1857;
}

.tbl_wrap .tbl_view tr.answer td span {
	font-weight: 300;
}

.tbl_wrap .tbl_view thead th, .tbl_wrap .tbl_view thead td {
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #E4E4E4;
	font-weight: 500;
	text-align: center;
	background: #f9fafc;
}

.tbl_wrap .tbl_view .prepare {
	color: #888;
}

.tbl_wrap .tbl_view .complete {
	color: #5887DA;
}

.tbl_wrap .tbl_view.type_info th, .tbl_wrap .tbl_view.type_info td {
	border-left: 1px solid #E4E4E4;
}

.tbl_wrap .tbl_view.type_info th:first-child, .tbl_wrap .tbl_view.type_info td:first-child {
	border-left-width: 0;
}

.tbl_wrap .tbl_list {
	width: 100%;
}

.tbl_wrap .tbl_list th, .tbl_wrap .tbl_list td {
	padding: 24px 0;
	border-left: 1px solid #E4E4E4;
}

.tbl_wrap .tbl_list th:first-child, .tbl_wrap .tbl_list td:first-child {
	border-left-width: 0;
}

.tbl_wrap .tbl_list thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #E4E4E4;
	font-weight: 500;
	background: #f9fafc;
}

.tbl_wrap .tbl_list tbody td {
	border-bottom: 1px solid #E4E4E4;
	text-align: center;
}

.tbl_wrap .tbl_list.type_news th, .tbl_wrap .tbl_list.type_news td {
	border-left-width: 0;
}

.tbl_wrap .tbl_list.type_news tbody td a {
	display: block;
	text-align: left;
	padding-left: 24px;
	font-weight: 500;
}

/* 181207 아이콘 적용 s */
.paging {
	margin-top: 40px;
	text-align: center;
}

.paging a, .paging span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: 500;
}

@media (width: 320px) {
	.paging a, .paging span {
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
}

.paging a i, .paging span i {
	width: 24px;
	height: 24px;
}

.paging a.first i, .paging span.first i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

.paging a.prev i, .paging span.prev i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -30px -30px;
}

.paging a.next i, .paging span.next i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -60px -30px;
}

.paging a.last i, .paging span.last i {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -90px -30px;
}

.paging .active {
	background: #ae1857;
	color: #FFF;
}

/* //181207 아이콘 적용 e */
.nodata {
	padding: 100px 0;
	text-align: center;
}

.nodata:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: -240px 0;
}

.noti_info {
	margin-top: 20px;
	color: #888;
	font-size: 12px;
}

.link {
	color: #ae1857;
	text-decoration: underline;
}

.exception {display:flex;}

.reservation .process {
	margin-top:15%;
	margin-bottom: 40px;
}

.reservation .process ol {
	margin: 0 auto;
}

.reservation .process ol li {
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
	font-size: 12px;
	color: #888;
}

.reservation .process ol li:before {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
	background: #d8d8d8;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	color: #fff;
}

.reservation .process ol li:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 40px;
	height: 1px;
	background: #E4E4E4;
}

.reservation .process ol li:nth-child(1):before {
	content: '1';
}

.reservation .process ol li:nth-child(2):before {
	content: '2';
}

.reservation .process ol li:nth-child(3):before {
	content: '3';
}

.reservation .process ol li:first-child:after {
	display: none;
}

.reservation .process ol li.active {
	color: #333;
	font-weight: 500;
}

.reservation .process ol li.active:before {
	background: #333;
}

.costabBox .costTab {
	display:inline-block;
	width:50%;
	padding:2.3% 0;
	font-size:12px;
	text-align:center;
	border:1px solid #ae1857;
	color:#ae1857;
}


.costabBox .costTab.current {
	background: #ae1857;
	color:#fff;
}

.reserve .costTab.current {
	margin-left:-1%;
}


.costabBox .presaleTab {
	margin-left:-4px;
}

.reservation .input_block-search {
	position:relative;
}

.reservation .btn_change {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 5px;
	min-width: 60px;
	height: 32px;
}

.overlay_calendar .calendar {
	margin-top: 40px;
}

.overlay_calendar .calendar .ui-datepicker-other-month {
	color: #888;
}

.overlay_calendar .time {
	margin-top: 40px;
	border-top: 1px solid #000;
}

.overlay_calendar .time .time_list li {
	padding: 16px;
	margin-top: 8px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
}

.overlay_calendar .time .time_list li:first-child {
	margin-top: 0;
}

.overlay_calendar .time .time_list .disabled {
	font-weight: 400;
	color: #888;
}

.overlay_calendar .time .time_list [class^="btn_"][class$="-small"] {
	float: right;
	min-width: 72px;
	font-size: 12px;
	font-weight: 500;
}

.noti_wrap {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #000;
	font-size: 12px;
	color: #888;
}

.noti_wrap .notice_title {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.noti_wrap .notice_title .ico_warning {
	width: 16px;
	height: 16px;
	margin: -2px 6px 0 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -30px 0;
}

.noti_wrap .noti_list li:not(:first-child) {
	margin-top: 4px;
}

.noti_wrap .noti_list li:before {
	content: '·';
}

.noti_wrap .noti_step li {
	margin-top: 16px;
	list-style-position: inside;
	list-style-type: decimal;
	color: #000;
}

.noti_wrap .noti_step li span {
	display: block;
	color: #888;
}

.noti_wrap.search {
	padding-top: 0;
	border: 0;
	text-align: center;
}

.cs .custom_info .msg_custom {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 40px;
}

.cs .custom_info .info_sec-btn {
	margin: 0 -16px;
	/* 181214 modify s */
	/* //181214 modify e */
}

.cs .custom_info .info_sec-btn .apply_btn {
	display:flex;
	width:96%;
	flex-wrap:wrap;
	margin-left:2%;
	font-size: 14px;
	border-top: 1px solid #aaa;
}

@media (width: 320px) {
	.cs .custom_info .info_sec-btn .apply_btn {
		font-size: 12px;
	}
}

.cs .custom_info .info_sec-btn .apply_btn li {
	text-align: center;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	float: left;
	width: 50%;
	/* 181221 modify s */
	/* //181221 modify e */
}

.cs .custom_info .info_sec-btn .apply_btn li:nth-of-type(odd) {
	border-left: 1px solid #aaa;
}

.cs .custom_info .info_sec-btn .apply_btn li a {
	padding: 15px 0;
	display: block;
}

.cs .custom_info .info_sec-btn .apply_btn li span {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	vertical-align: middle;
}

.cs .custom_info .info_sec-btn .apply_btn li span.ico_cs01 {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: 0 -60px;
}

.cs .custom_info .info_sec-btn .apply_btn li span.ico_cs02 {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -32px -60px;
}

.cs .custom_info .info_sec-btn .apply_btn li span.ico_cs03 {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -64px -60px;
}

.cs .custom_info .info_sec-btn .apply_btn li span.ico_cs04 {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -96px -60px;
}

.cs .custom_info .info_sec-btn .apply_btn li span.ico_cs05 {
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: 0 -92px;
}

.cs .custom_info .info_sec-list {
	padding: 0;
	border: 0;
	/* 181214 수정 s */
	/* //181214 수정 e */
}

.cs .custom_info .info_sec-list .inner {
	padding: 0;
}

.cs .custom_info .info_sec-list .inner li {
	border-bottom: 1px solid #e4e4e4;
}

.cs .custom_info .info_sec-list .inner li a {
	padding: 20px 0 20px 35px;
	display: block;
	font-weight: 500;
}

.cs .custom_info .info_sec-list .inner li .question_mark {
	text-indent: -35px;
	display: inline-block;
}

.cs .custom_info .info_sec-list .place_info > li {
	position: relative;
	padding: 20px 0;
}

.cs .custom_info .info_sec-list .place_info span {
	display: inline-block;
	width: 50%;
	font-weight: 500;
}

.cs .custom_info .info_sec-list .place_info .number {
	display: inline-block;
	padding: 0;
}

.cs .custom_info .title_area {
	margin-top: 40px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #000;
}

.cs .custom_info .title_area .subheading {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
}

.cs .custom_info .title_area .subheading + .btn_link {
	position: absolute;
	right: 0;
	font-size: 14px;
	border: none;
	line-height: 30px;
	padding-right: 26px;
	font-weight: 500;
}

.cs .custom_info .title_area .subheading + .btn_link .ico_arrow {
	right: 6px;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 13px;
	overflow: hidden;
}

.cs .custom_info .title_area .subheading + .btn_link .ico_arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	-webkit-transform: translate(-50%, -50%) scale(1.230769, 1) rotate(45deg);
	-moz-transform: translate(-50%, -50%) scale(1.230769, 1) rotate(45deg);
	-o-transform: translate(-50%, -50%) scale(1.230769, 1) rotate(45deg);
	-ms-transform: translate(-50%, -50%) scale(1.230769, 1) rotate(45deg);
	transform: translate(-50%, -50%) scale(1.230769, 1) rotate(45deg);
	margin-left: -3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.cs .tab_wrap .accordion_wrap .acco_panel {
	padding: 32px 16px;
}

.cs .tab_wrap .accordion_wrap .acco_panel {
	padding: 32px 16px;
}

.agree_info {
	margin-top: 40px;
}

.agree_info .info_text {
	margin-bottom: 12px;
}

.agree_info .info_text a {
	margin-left: 8px;
	font-size: 12px;
}

/* 181207 추가 s */
.overlay_payment {
	padding-bottom: 0;
}

.overlay_payment .tab_contents .tbl_wrap {
	overflow-x: auto;
	margin: 0 -16px;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view {
	width: 1037px;
	margin: 0 16px;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view th, .overlay_payment .tab_contents .tbl_wrap .tbl_view td {
	font-weight: 500;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view th:not(:first-of-type), .overlay_payment .tab_contents .tbl_wrap .tbl_view td:not(:first-of-type) {
	border-left: 1px solid #E4E4E4;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view th {
	border-top: 0;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view td {
	text-align: right;
}

.overlay_payment .tab_contents .tbl_wrap .tbl_view .center {
	padding: 20px 0;
	text-align: center;
}

.overlay_payment .input_block-inquiry {
	position: relative;
	margin: 12px 0 20px;
	padding-right: 88px;
}

.overlay_payment .input_block-inquiry select {
	padding-left: 12px;
	margin-top: 0;
	border: 1px solid #dbdbdb;
	background-position: 95% 50%;
}

.overlay_payment .input_block-inquiry .btn_default-large {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	margin-left: 8px;
}

/* 181207 추가 e */
.privacy .title_area h1 {
	font-size: 28px;
	font-weight: 500;
}

.privacy .title_area p {
	font-weight: 500;
	font-size: 14px;
	margin: 20px 0 32px;
}

.privacy .tab_area {
	margin-bottom: 40px;
}

.privacy .tab_area li {
	text-align: center;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: -1px;
}

.privacy .tab_area li a {
	font-weight: 500;
	display: block;
	padding: 15px;
}

.privacy .list_area h2 {
	font-weight: 500;
	margin: 32px 0 16px;
	font-size: 20px;
}

.privacy .list_area h2:before {
	height: 1px;
	background: #000;
	content: '';
	display: block;
	margin-bottom: 32px;
}

.privacy .list_area h2:first-of-type:before {
	display: none;
}

.privacy .list_area h3 {
	margin: 16px 0 12px;
	font-weight: 500;
	font-size: 14px;
}

.privacy .list_area p {
	margin-bottom: 12px;
}

.privacy .list_area .list_blt-num li {
	color: #555555;
	font-size: 12px;
	margin-bottom: 4px;
}

.privacy .list_area .list_blt-num li.point {
	color: #ae1857;
	font-size: 12px;
}

.privacy .list_area .list_blt-num li li {
	margin-left: 12px;
	text-indent: -9px;
}

.privacy .list_area .list_blt-num li li:first-of-type {
	margin-top: 4px;
}

.privacy .list_area .list_blt-dot li {
	font-size: 14px;
	color: #000;
	margin: 0 0 12px 12px;
	text-indent: -12px;
}

.privacy .list_area .list_blt-dot li:before {
	content: '·';
	margin-right: 8px;
}

.privacy .list_area .list_blt-dot li ul {
	margin: 12px 0 0 -12px;
}

.privacy .list_area .list_blt-dot li ul li {
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.privacy .list_area .list_blt-dot li ul li:before {
	content: '';
}

.privacy .list_area .list_blt-dot li ul li li {
	text-indent: 0;
}

.privacy .link_area, .privacy .notice_area {
	margin-top: 32px;
	text-align: center;
}

.privacy .link_area:before, .privacy .notice_area:before {
	height: 1px;
	background: #000;
	margin-bottom: 32px;
	display: block;
	content: '';
}

.privacy .link_area a, .privacy .notice_area a {
	display: block;
	margin-bottom: 16px;
	color: #ae1857;
	text-decoration: underline;
}

.privacy .link_area span, .privacy .notice_area span {
	color: #555555;
}

.custom_service {
	text-align: center;
	color: #555;
}

.custom_service em {
	display: block;
	font-style: normal;
	font-weight: 500;
	color: #000;
}

.custom_service .info {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #E4E4E4;
}

.custom_service .info p {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

/* 181207 수정 s */
.specialization .desc {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
}

.specialization .figure {
	margin: 0;
	text-align: center;
}

.specialization .figure img {
	width: 100%;
}

.specialization .desc + .figure {
	margin-bottom: 32px;
}

.specialization .accordion_wrap .acco_panel {
	background-color: #FFF;
}

.design .req_text {
	margin-top: 32px;
	font-size: 12px;
	color: #555;
}

.design .emp_text {
	margin-bottom: 12px;
	font-weight: 500;
}

.design .plan_list {
	margin-top: 32px;
	text-align: center;
}

.design .plan_list dt {
	margin: 20px 0;
	font-size: 28px;
	font-weight: 500;
	color: #7f5a36;
}

.design .plan_list dd {
	line-height: 1.5;
	color: #555;
}

.design .plan_list dd em {
	display: block;
	margin: 12px 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.design .plan_list dd:after {
	content: '';
	display: inline-block;
	height: 24px;
	margin-top: 20px;
	border-left: 1px dashed #000;
}

.design .plan_list dd:last-of-type:after {
	display: none;
}

.design .tags {
	margin-bottom: 20px;
}

.design .tags [class^="space"] {
	display: inline-block;
	margin-right: 18px;
}

.design .tags [class^="space"]:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 8px 0 0;
	border: 1px solid #000;
	vertical-align: middle;
}

.design .tags [class^="space"]:last-of-type {
	margin-right: 0;
}

.design .tags .space1:before {
	background-color: rgba(91, 136, 217, 0.4);
}

.design .tags .space2:before {
	background-color: rgba(28, 52, 0, 0.3);
}

.design .tags .space3:before {
	background-color: rgba(238, 222, 25, 0.35);
}

.design .tags .space4:before {
	background-color: rgba(174, 24, 87, 0.3);
}

.design .tags .space5:before {
	width: 36px;
	height: 16px;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: -60px -100px;
}

.design .figure_wrap {
	text-align: center;
}

.design .figure_wrap + .figure_wrap {
	margin-top: 20px;
}

.design .figure_wrap figcaption {
	margin-top: 20px;
}

.design .figure + figcaption {
	font-weight: 500;
}

.design .figure.logo {
	margin-bottom: 32px;
}

.design .figure.logo img {
	width: auto;
	height: 160px;
	/* 190125 수정 */
}

.design .figure.small img {
	height: 120px;
	/* 190125 추가 */
}

.design .photo_list {
	margin: -20px 0 0 -8px;
}

.design .photo_list li {
	float: left;
	width: calc((100% - 16px) / 2);
	margin: 20px 0 0 8px;
	text-align: center;
}

.design .photo_list li .figure {
	margin-bottom: 12px;
}

.design .photo_list.column3 li {
	width: calc((100% - 24px) / 3);
}

.design .photo_list.gallery {
	margin-bottom: 0 !important;
}

.design .landscape .emp_text + ul {
	margin-bottom: 20px;
}

.design .exterior_list {
	text-align: center;
}

.design .exterior_list li {
	margin-top: 20px;
}

.design .exterior_list-element p {
	padding: 17px 0;
	border-top: 1px solid #000;
	background-color: #F8F6F4;
	margin-bottom: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.design .exterior_list-element .figure {
	margin-bottom: 20px;
}

.design .exterior_list-element figcaption {
	margin-bottom: 25px;
	text-align: center;
}

.design .exterior_list-element figcaption em {
	display: inline;
	font-weight: 500;
}

.design .exterior_list-element li:nth-child(1) img {
	width: 264px;
}

.design .exterior_list-element li:nth-child(2) img {
	width: 120px;
}

.design .exterior_list-element li:nth-child(3) img {
	width: 264px;
}

.design .exterior_list-element li:last-child figcaption {
	margin-bottom: 0;
}

.design .slogan {
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.design .slogan em {
	display: inline;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 500;
}

.design .structure .slogan {
	margin: 32px 0;
}

.design .element_list li {
	margin-bottom: 20px;
	text-align: center;
}

.design .element_list li:last-of-type {
	margin-bottom: 0;
}

.design .element_list p {
	min-height: 56px;
	padding: 15px 0;
	border: 1px solid #c2ac96;
	border-radius: 56px;
	font-size: 16px;
	line-height: 24px;
	color: #7f5a36;
}

.design .element_list strong {
	font-weight: 500;
}

.design .element_list.arrow > li:after {
	content: '';
	display: inline-block;
	margin-top: 20px;
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #c2ac96 transparent transparent;
}

.design .element_list.arrow > li:last-of-type:after {
	display: none;
}

.design .type_list {
	margin: 0 -16px;
	text-align: center;
}

.design .type_list li {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 16px 0 0;
	border-radius: 100%;
	background-color: #575756;
	font-size: 16px;
	font-weight: 500;
	line-height: 80px;
	color: #FFF;
	text-align: center;
}

.design .type_list li:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -16px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 100%;
	background-color: #c2ac96;
}

.design .type_list li:nth-of-type(2) {
	margin: 0 28px;
}

.design .type_list li:last-of-type:after {
	display: none;
}

.design .process_list li {
	margin-top: 20px;
}

.design .result_list li:not(:first-of-type) {
	margin-top: 32px;
}

.design .step_list > li {
	position: relative;
	margin-bottom: 76px;
}

.design .step_list > li:last-of-type {
	margin-bottom: 0;
}

.design .step_list > li:last-of-type:before, .design .step_list > li:last-of-type:after {
	display: none;
}

.design .step_list > li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: -240px -60px;
}

.design .tbl_wrap .type_info {
	border-top: 0;
	margin-bottom: 25px;
}

.design .system {
	/* .highlight_box {margin-bottom:0;}  190125 삭제 */
}

.design .system .process_list li:last-of-type {
	padding-top: 68px;
}

.design .system span {
	display: block;
	margin-bottom: 12px;
	font-weight: 500;
}

.design .system .element_list:first-of-type {
	margin-bottom: 24px;
}

.design .system .element_list li:nth-of-type(1) p {
	border-color: #ebe6e0;
}

.design .system .element_list li:nth-of-type(2) p {
	border-color: #beac99;
}

.design .system .element_list li:nth-of-type(3) p {
	border-color: #7a5b3c;
}

.design .system .figure.logo {
	margin-bottom: 0;
	/* 190125 추가 */
}

.design .subheading {
	font-size: 28px;
}

.design .goal p {
	margin-bottom: 32px;
}

.design .goal .figure {
	text-align: center;
}

.package_list {
	margin-top: 20px;
}

.package_list li {
	margin-top: 4px;
}

.package_list li:first-of-type {
	margin-top: 0;
}

/* 190128 추가 */
.highlight_box {
	position: relative;
	margin: 32px 0 40px;
	padding: 42px 0;
	text-align: center;
}

.highlight_box:before, .highlight_box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 160px;
	height: 40px;
	border: solid #ae1857;
	border-width: 13px 13px 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.highlight_box:after {
	top: auto;
	bottom: 0;
	border-width: 0 13px 13px;
}

.highlight_box strong {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	color: #ae1857;
	text-transform: uppercase;
}

/* 190128 추가 e */
/* 181207 수정 e */
.news_list li {
	position: relative;
	padding: 20px 70px 20px 16px;
	border-top: 1px solid #E4E4E4;
}

.news_list li:first-child {
	border-top: 0;
}

.news_list .title {
	margin-bottom: 12px;
	font-weight: 500;
}

.news_list .info {
	font-size: 12px;
	color: #555;
}

.news_list .ico_arrow {
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 16px;
	overflow: hidden;
}

.news_list .ico_arrow: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-left: -3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.news_view article {
	min-height: 270px;
	padding-bottom: 32px;
	border-bottom: 1px solid #E4E4E4;
}

.news_view .news_head {
	margin-bottom: 24px;
}

.news_view .news_head h2 {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	word-break: break-all;
}

.news_view .news_contents {
	color: #555;
	word-break: break-all;
}

.news_view .btn_link-article {
	display: block;
	margin-top: 20px;
	border: 0;
	text-align: left;
}

.news_view .btn_link-article a {
	font-weight: 500;
	color: #ae1857;
	text-decoration: underline;
}

.news_view .wrap_btn-view {
	margin-top: 32px;
}

.news_view .wrap_btn-view [class^="btn_"] {
	float: left;
	width: 80px;
	min-width: auto;
	margin-right: 8px;
}

.news_view .wrap_btn-view [class^="btn_"]:last-of-type {
	float: right;
	margin-right: 0;
}

.brand .desc {
	margin-bottom: 20px;
}

.brand .point {
	color: #ae1857;
	font-size: 12px;
	display: block;
	margin-top: 16px;
}

.brand .list_img li {
	position: relative;
	margin-top: 16px;
}

@media (min-width: 640px) {
	.brand .list_img li {
		float: left;
		width: calc((100% - 16px)/2);
	}
	.brand .list_img li:nth-of-type(odd) {
		margin-right: 16px;
	}
}

.brand .list_img img {
	width: 100%;
}

.brand .list_img .highlight_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 32px 0;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.brand .list_img .highlight_box:before, .brand .list_img .highlight_box:after {
	border-color: #fff;
	width: 80px;
	height: 20px;
	left: 50%;
	border-width: 7px 7px 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.brand .list_img .highlight_box:after {
	top: auto;
	bottom: 0;
	border-width: 0 7px 7px;
}

.brand .list_img .slogan_kr {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.brand .list_img .slogan_en {
	position: absolute;
	font-size: 12px;
	color: #fff;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.brand .brand_slogan {
	position: relative;
	color: #fff;
	text-align: center;
}

.brand .brand_slogan img {
	width: 100%;
}

.brand .brand_slogan .text {
	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%);
}

.brand .brand_slogan span {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0 11px 4px;
	border-bottom: 2px solid #fff;
}

.brand .brand_slogan h3 {
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
}

.brand .bi h3 {
	margin: 32px 0 20px;
	font-size: 20px;
	font-weight: 500;
}

.brand .bi h3 span {
	margin-left: 10px;
	font-weight: 500;
	color: #555;
}

.brand .bi_list {
	padding-bottom: 32px;
	border-bottom: 1px solid #000;
}

.brand .bi_list:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.brand .bi_list li {
	float: left;
	width: 50%;
	padding-bottom: 32px;
	text-align: center;
}

.brand .bi_list li span {
	display: block;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.brand .bi_list li img {
	width: 100%;
}

.brand .bi_list li:nth-of-type(3) {
	width: 100%;
	padding: 32px 0 0;
	border-top: 1px solid #E4E4E4;
}

.brand .desc_bi dt {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
}

.brand .desc_bi dt:not(:first-child) {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #E4E4E4;
}

.brand .desc_bi dd {
	margin-bottom: 12px;
}

.brand .desc_bi dd .desc_color {
	display: block;
	position: relative;
	height: 80px;
	padding: 2px 0 0 96px;
}

.brand .desc_bi dd .desc_color:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}

.brand .desc_bi dd .desc_color span {
	display: block;
	margin-top: 16px;
	font-size: 12px;
	line-height: 20px;
	color: #555;
}

.brand .desc_bi dd .burgendy:before {
	background: #ae1857;
}

.brand .desc_bi dd .brown:before {
	background: #572a31;
}

.brand .desc_bi dd .blue:before {
	background: #3a8dde;
}

.brand .desc_bi dd .white:before {
	background: #fff;
	border: 1px solid #000;
}

.brand .desc_bi dd .black:before {
	background: #1c1c1b;
}

.brand .desc_bi dd .gray:before {
	background: #575756;
}

.brand .desc_bi dd .silver:before {
	background: #8c9091;
}

.brand .desc_bi dd .gold:before {
	background: #b49759;
}

.brand .subheading {
	font-size: 28px;
}

.brand .figure {
	margin-top: 32px;
	text-align: center;
}

.brand .meaning_text {
	width: 260px;
	margin: 32px auto;
}

.brand .meaning_text p {
	margin-top: 12px;
	padding-left: 28px;
	font-size: 20px;
	font-weight: bold;
}

.brand .meaning_text p.highlight {
	color: #ae1857;
}

.brand .meaning_text span {
	display: inline-block;
	font-weight: bold;
	margin: -4px 12px 0 -28px;
	vertical-align: middle;
}

.error {
	text-align: center;
}

.error #container {
	padding-bottom: 80px;
}

.error #container .msg_error:after {
	content: '';
	display: block;
	height: 1px;
	background: #e4e4e4;
	margin: 32px 0;
}

.error #container .msg_error .ico_error {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/resources/images/userMo/common/icons.svg");
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: -240px 0;
}

.error #container .msg_error .alert {
	font-size: 20px;
	font-weight: 500;
	padding: 20px 0 12px;
}

.error #container .msg_error span {
	font-size: 16px;
	color: #888;
}

.error #container .desc_error {
	margin-bottom: 56px;
}

.error #container .desc_error dt {
	margin: 20px 0 12px;
	font-size: 16px;
	font-weight: 500;
}

.error #container .desc_error dd {
	margin-bottom: 4px;
	font-size: 12px;
}


/* 20200207 CF 추가 */
.cf .subheading {
	float: none;
	width: 100%;
	line-height: 41px;
	margin-bottom: 30px;
}

.cf .behind_slide {
	margin-bottom: 40px;
}

.cf .behind_slide [class^="swiper-button"] {
	top: 50%;
	right: 0;
	width: 32px;
	height: 32px;
	background: transparent;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 0;
}

.cf .behind_slide .swiper-button-prev {
	left: auto;
	left: 0;
}

.cf .behind_slide [class^="ico_slide"] {
	display: block;
	width: 32px;
	height: 32px;
	background: url("/resources/images/userMo/common/btn_slide_wh.png") no-repeat;
	background-size: 100% auto;
}

.cf .behind_slide .ico_slide_prev_wh {
	background-position: 0 -35px;
}

.cf .behind_slide img {
	width: 100%;
	height: 100%;
}

.cf .texts h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}

.cf_behind .tab_contents {
	padding-bottom: 32px;
	border-bottom: 1px solid #E4E4E4;
}

.cf_behind [role="tablist"] {
	padding-top: 20px;
	font-size: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.cf_behind [role="tablist"] li {
	display: inline-block;
	width: calc(33% - 20px);
	margin: 0 10px;
}

.cf_behind [role="tablist"] button {
	width: 100%;
	font-size: 14px;
	text-align: left;
	color: #888;
	background: transparent;
}

.cf_behind [role="tablist"] button[aria-selected="true"] {
	color: #000;
}

.cf_behind [role="tablist"] button[aria-selected="true"] span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ae1857;
}

.cf_behind [role="tablist"] button img {
	width: 100%;
}

.cf_behind .thumb {
	display: block;
	position: relative;
	margin-bottom: 12px;
}

.cf .behind_content {
	display:none;
}

.cf .behind_content.active {
	display:block;
}

.cf .behind.active .thumb:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #ae1857;
}

.guide h1, .guide h2, .guide h3, .guide h4, .guide h5, .guide h6, .guide p {
	margin: 1em 0;
}

.guide h2 {
	padding: 1em 0 .5em;
	border-bottom: 1px solid #ccc;
}

.guide .sample {
	font-family: monospace;
	padding: 20px 16px 22px;
	border: 1px dashed #666;
	background: #eaeaea;
}

.guide ul {
	list-style: circle;
}

.guide ul li {
	margin-left: 2em;
}

.guide ol {
	list-style: decimal;
}

.guide ol li {
	margin-left: 2em;
}

.guide .dark {
	background: #000;
}

.guide .icon {
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}

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

.addrTxt {display:inline-block;margin-top: 12px; height: 48px;line-height: 48px;vertical-align:middle;}



/* 개인정보처리방침 230818 */
.container .etc{
    padding: 40px 20px 80px;
}
.container .etc .page-title{padding: 0px 0 20px; color: #111; font-size: 1.5rem; text-align: center; font-weight: 400;}
	
}
.container .etc .info-box-wrap {
  background-size: 70px;
  font-size: .9rem;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.container .etc .labelWrap,
.container .etc .indexWrap {
	margin-bottom: 3rem;
}

.container .etc .labelWrap .labelBox {
	display: none;
	margin-top: 1rem;
}

.container .etc .labelWrap .imgWrap:after {
	content: "";
	display: block;
	background: url(/resources/images/userMo/content/arrow_icon19.png) center no-repeat;
	width: 24px;
	height: 24px;
}

.container .etc .labelWrap .imgWrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .etc .labelWrap > ul > li {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b5cadd;
    margin-bottom: 20px;
    border-radius: 12px;
	padding: 10px 20px;
}

.container .etc .labelWrap h4,
.container .etc .indexWrap h4 {
	text-align: center;
	margin: 30px 0;
}

.container .etc .labelWrap strong {
    color: #000;
    font-size: 1rem;
    letter-spacing: -1px;
}

.container .etc .indexWrap ul {
	border: 1px solid #b5cadd;
	padding: 20px;
}

.container .etc .indexWrap ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.container .etc .indexWrap ul li a {
	color: #333;
}

.container .etc .indexWrap ul li a img {
	vertical-align: middle;
	width: 30px;
}

.container .etc .indexSection {
	padding-bottom: 50px;
}

.container .etc .indexSection .privacy_list h4 {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-weight:600;
}

.container .etc .indexSection .privacy_list h4 img {
    margin-right: 10px;
}

.container .etc .indexSection .privacy_list {
    padding-bottom: 3rem;
}

.container .etc .indexSection .privacy_list table.etc_con_table {
  border: 1px solid #444444; border-collapse: collapse; width:100%;
  margin:5px 0;
}
.container .etc .indexSection .privacy_list table.etc_con_table th {
  border: 1px solid #444444;
  color: #333;
  background:#eee;
  padding:5px;
}
.container .etc .indexSection .privacy_list table.etc_con_table td {
  color: #333;
  padding:5px;
  text-align:center;
  background:#fff;
  border: 1px solid #444444;
}

.container .etc .indexSection .privacy_list table.etc_con_table tr {
	text-align: center;
}

.container .etc .indexSection .privacy_list .prev_privacy {
    color: rgba(163, 41, 88);
}

.container .etc .info-box {
  border: 1px solid #ccc;
  padding: 130px 20px 50px;
  background: url('/resources/images/userMo/content/etc_icon.png') 50% 35px no-repeat;
  background-size: 70px;
  font-size: .9rem;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.toggle-type01 {
  border-top: 1px solid #333;
}
.toggle-type01 dt {
  background: url('/resources/images/userMo/content/arrow_icon19.png') 98% 50% no-repeat;
  border-bottom: 1px solid #d9d9d9;
  color: #444;
  font-size: 1rem;
  padding: 15px 35px 15px 20px;
}
.toggle-type01 dt:hover {
  cursor: pointer;
}
.toggle-type01 dt.on {
  background: url('/resources/images/userMo/content/arrow_icon20.png') 98% 50% no-repeat;
  background-color: #e2e3e8;
  color: #111;
  font-weight: 500;
}
.toggle-type01 dd {
  background: #f4f5f8;
  padding: 25px 20px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 25px;
  display: none;
  font-size: .9rem;
}
.toggle-type01 dd ul li {
  color: #333;
  font-size: .9rem;
  margin: 3px 0;
}
.toggle-type01 dd table.etc_con_table {
  border: 1px solid #444444; border-collapse: collapse;
  margin:5px 0;
}
.toggle-type01 dd table.etc_con_table th {
border: 1px solid #444444;
  color: #333;
  font-size: .9rem;
  background:#eee;
  padding:5px;
}
.toggle-type01 dd table.etc_con_table td {
  color: #333;
  font-size: .9rem;
  padding:5px;
  text-align:center;
  background:#fff;
  border: 1px solid #444444;
}

/*조회 화면 수정*/
.placeholder_size input[type="text"]::placeholder{font-size:13px;}