@charset "UTF-8";
/* font family */
@font-face {
	font-family: "NS DL";
	src: url("../../fonts/NotoSans-DemiLight.woff") format("woff"), url("../../fonts/NotoSansKR-DemiLight.woff2") format("woff2"), url("../../fonts/NotoSans-DemiLight.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "NS RG";
	src: url("../../fonts/NotoSans-Regular.woff") format("woff"), url("../../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../fonts/NotoSans-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "NS MD";
	src: url("../../fonts/NotoSans-Medium.woff") format("woff"), url("../../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../fonts/NotoSans-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "NS BD";
	src: url("../../fonts/NotoSans-Bold.woff") format("woff"), url("../../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../fonts/NotoSans-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}
.font--dl {
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.font--rg {
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.font--md {
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.font--bd {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.font--basicsans {
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

/** RESET **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: top;
	word-break: keep-all;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: inherit;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: -0.03em;
}

fieldset, img, textarea {
	border: 0;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

img {
	max-width: 100%;
}

html, body {
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #000;
}

ol, ul {
	list-style: none;
}

address, em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

iframe {
	overflow: hidden;
	border: 0;
}

input:focus {
	outline: none;
}

input, button {
	background: none;
	border: none;
	cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

input[readonly] {
	cursor: default;
}

label {
	cursor: pointer;
}

textarea {
	display: block;
	width: 100%;
	padding: 10px;
	min-height: 120px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	-webkit-appearance: none;
	font-size: 16px;
	resize: none;
	color: #000;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
}
textarea:not([readonly]):not([disabled]):not([aria-invalid=true]):focus {
	border-color: #2CBBB6;
}
textarea[readonly] {
	background-color: #F7F7F7;
	color: #CBCBCB;
}
textarea[aria-invalid=true] {
	position: relative;
	padding-right: 60px;
	border-color: #FF0000;
}
textarea:disabled {
	background-color: #F7F7F7;
	color: #CBCBCB;
}
textarea ::-webkit-input-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
textarea ::-moz-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
textarea ::-moz-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

input::-ms-clear {
	display: none;
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

::-moz-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

::-moz-placeholder {
	font-size: 16px;
	color: #CBCBCB;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.noscroll {
	overflow: hidden !important;
	height: 100%;
}
.noscroll .wrap {
	overflow: hidden;
}

.a11y {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skipnavigation {
	position: relative;
}
.skipnavigation a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	display: block;
	font-size: 0;
	background-color: #FFF;
	text-align: center;
}
.skipnavigation a:focus {
	height: 30px;
	padding: 4px 0;
	visibility: visible;
	font-size: 1em;
}

p b {
	font-weight: 700 !important;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color:#007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-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-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: 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%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/* MIXIN */
/** GLOBAL **/
.skipnavigation {
	z-index: 99999999999;
	position: relative;
}
.skipnavigation a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	display: block;
	font-size: 0;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}
.skipnavigation a:focus {
	height: 30px;
	padding: 4px 0;
	visibility: visible;
	font-size: 1em;
}

.logo {
	display: inherit;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.logo__default {
	background-image: url(../../images/w/common/logo-header.png);
}
.logo__filled {
	background-image: url(../../images/w/common/logo-header__filled.png);
}
.logo__footer {
	width: 108px;
	height: 21px;
	background-image: url(../../images/w/common/logo.png);
}

.header {
	z-index: 999;
	height: 100px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid transparent;
	color: #ffffff;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}
.header__inner {
	z-index: 999;
	max-width: 1920px;
	height: 100%;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__title {
	position: relative;
}
.header .logo {
	width: 139px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.header a {
	display: inline-block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header:hover {
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
}

.header--scrolled {
	height: 60px;
}
.header--scrolled .logo {
	width: 108px;
	height: 21px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nav {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	text-align: center;
}

.nav__gnb {
	padding-left: 20px;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.nav__gnb a {
	width: 24px;
	height: 18px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav__gnb i {
	width: 24px;
	height: 2px;
	display: inline-block;
	background-color: #000000;
}
.nav__gnb i::before, .nav__gnb i::after {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	background-color: inherit;
	content: "";
}
.nav__gnb i::before {
	top: 0;
}
.nav__gnb i::after {
	bottom: 0;
}

.nav__link {
	position: relative;
	height: inherit;
	margin-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav__link.nav__active a {
	color: #EA2126;
}
.nav__link.nav__active a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav00 .nav__link:nth-child(1) a {
	color: #EA2126;
}
.nav00 .nav__link:nth-child(1) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav01 .nav__link:nth-child(2) a {
	color: #EA2126;
}
.nav01 .nav__link:nth-child(2) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav02 .nav__link:nth-child(3) a {
	color: #EA2126;
}
.nav02 .nav__link:nth-child(3) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav03 .nav__link:nth-child(4) a {
	color: #EA2126;
}
.nav03 .nav__link:nth-child(4) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav04 .nav__link:nth-child(5) a {
	color: #EA2126;
}
.nav04 .nav__link:nth-child(5) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav05 .nav__link:nth-child(6) a {
	color: #EA2126;
}
.nav05 .nav__link:nth-child(6) a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.nav .nav__link.located a {
	color: #EA2126;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.nav .nav__link.located::before {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: -10px;
	right: 0;
	width: calc(100% + 20px);
	height: 4px;
	background-color: #EA2126;
}

.navmenu {
	width: 100%;
	height: inherit;
	z-index: 998;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
	overflow: hidden;
}

.navmenu__list {
	height: inherit;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	color: #888888;
	background-color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navmenu__link {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	margin-right: 30px;
	font-size: 18px;
	color: inherit;
}

.header__transparent {
	background-color: transparent !important;
}
.header__transparent .nav .nav__link a {
	color: #ffffff;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.header__transparent .navmenu {
	background-color: transparent;
	border-bottom: 0;
}
.header__transparent .nav__gnb i {
	background-color: #ffffff;
}

.header__sticked {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
}
.header__sticked .nav .nav__link {
	position: relative;
}
.header__sticked .nav__link a {
	color: #000000;
}
.header__sticked .header__inner {
	background-color: #ffffff;
}

#sitemap {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-image: url(../../images/w/common/sitemap.jpg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none;
}
#sitemap::after {
	z-index: 9998;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.85);
}
#sitemap.sitemap__is-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sitemap__inner {
	z-index: inherit;
	position: fixed;
	left: 50px;
	right: 50px;
	top: 0;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sitemap .logo {
	width: 139px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.sitemap a {
	display: inline-block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.sitemap__close {
	padding-left: 20px;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.sitemap__close button {
	width: 30px;
	height: 18px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sitemap__close i {
	width: 30px;
	height: 3px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sitemap__close i::before, .sitemap__close i::after {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	content: "";
	background-color: #ffffff;
}
.sitemap__close i::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sitemap__close i::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.gnb {
	z-index: inherit;
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.menu {
	z-index: inherit;
	color: #ffffff;
}
@media screen and (max-width: 1440px) {
	.menu {
		margin-left: 35px;
		margin-right: 35px;
	}
}
@media screen and (max-width: 1240px) {
	.menu {
		margin-left: 18px;
		margin-right: 18px;
	}
}
.menu__title {
	margin-bottom: 30px;
	font-size: 40px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.menu__link {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.banner__footer {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #EA2126;
	background-color: #EA2126;
}
.banner__footer .banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner__footer .banner__title {
	margin: 0;
	display: inline-block;
	font-size: 26px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
}
.banner__footer .button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.banner__footer .button {
	width: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
}

.footer {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	background-color: #000000;
	color: #ffffff;
}
.footer a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.footer .logo {
	margin-right: 25px;
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__nav li {
	padding-right: 15px;
	margin-left: 15px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer__nav li:not(:last-of-type) {
	position: relative;
}
.footer__nav li:not(:last-of-type)::after {
	position: absolute;
	content: "";
	top: 10px;
	right: 0;
	height: 10px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
.footer__nav li:last-of-type {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer__nav--right {
	margin-left: auto;
}
.footer__util {
	font-size: 14px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer__util li {
	margin-bottom: 9px;
}
.footer__util--right {
	margin-left: auto;
	margin-right: 9px;
}
.footer__util--right .information__download {
	margin-top: 22px;
}
.footer__util--right .information__download > p {
	margin-bottom: 4px;
	font-size: 14px;
	color: #888888;
}
.footer__util--right .information__download .download_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.footer__util--right .information__download a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__util--right .information__download a i {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("../../images/ic_download.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.footer .copyright {
	clear: both;
	margin-top: 36px;
	font-size: 14px;
	color: #666666;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer .sns-link {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 20px;
	opacity: 0.4;
}
.footer .sns-link--platter {
	width: 58px;
	height: 25px;
}
.footer .information {
	font-size: 32px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer .information__title {
	display: block;
	font-size: 14px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer .information__desc {
	margin-top: 20px;
	font-size: 14px;
	color: #888888;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.footer .information__desc li {
	margin-top: 6px;
}

.footer-top {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 40px auto 0;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

input::placeholder, textarea::placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

textarea {
	padding: 30px;
	background-color: #ffffff !important;
	border-radius: 5px;
	border: 0;
}

input[type=file] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.top-button a {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 39px;
	margin-top: -65px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 10px rgba(224, 224, 224, 0.8);
	        box-shadow: 5px 5px 10px rgba(224, 224, 224, 0.8);
	opacity: 0.7;
	z-index: 9;
}
.top-button a::before {
	position: absolute;
	top: 50%;
	width: 6.5px;
	height: 6.5px;
	margin-top: -3.5px;
	margin-left: 21px;
	border-top: 1.5px solid #000000;
	border-right: 1.5px solid #000000;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	content: "";
}

.pletter-button {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 105px;
	z-index: 9999;
	width: 110px;
	height: 56px;
}

.sitemap.sitemap__is-visible .pletter-button {
	display: block;
}

/** LAYOUTS AND COMMON **/
.container {
	width: 100%;
	max-width: 1200px;
	margin: 200px auto 0;
}

.sub-header {
	position: relative;
	margin-bottom: 80px;
}
.sub-header__label {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #EA2126;
	text-transform: uppercase;
}
.sub-header__title {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 60px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-header__title strong {
	display: inline-block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #EA2126;
}
.sub-header__title--big {
	font-size: 46px;
	line-height: 64px;
}
.sub-header__description {
	font-size: 18px;
	line-height: 30px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-header .ethical__download {
	position: absolute;
	top: 125px;
	right: 0;
	margin-right: 12px;
	padding-right: 8px;
	font-size: 18px;
	text-decoration: underline;
	text-underline-position: under;
}
.sub-header .ethical__download::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 8px;
	height: 8px;
	margin-top: -3.5px;
	border-top: 1.5px solid #000000;
	border-right: 1.5px solid #000000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sub-tabs {
	display: block;
	width: 100%;
}
.sub-tabs p {
	display: inline-block;
}
.sub-tabs__item {
	padding: 12px 20px;
	margin: 80px 10px -30px 0;
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.02px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
	text-align: center;
	border-radius: 30px;
	background-color: #F7F7F7;
}
.sub-tabs__item--active {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
	background-color: #000000;
}

.sub-content__warning {
	margin-top: 130px;
	margin-bottom: 75px;
	text-align: center;
}
.sub-content__warning-icon {
	width: 120px;
	margin-bottom: 30px;
}
.sub-content__warning-text {
	color: #888888;
	font-size: 26px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-content__warning-text span {
	display: block;
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.form-warning {
	display: none;
}

.warning::before {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 16px;
	height: 16px;
	padding-right: 8px;
	background: url("../../images/w/common/icons/icon_warning.png") 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
	content: "";
}
.warning .input-box--info__input {
	border-color: #EA2126;
}
.warning .form-warning {
	display: block;
	position: absolute;
	bottom: 15px;
	color: #EA2126;
	font-size: 12px;
	letter-spacing: -0.2px;
}
.warning textarea + .form-warning::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 6px;
	background: url("../../images/w/common/icons/icon_form-warning.png") 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(6px);
	        transform: translateY(6px);
	content: "";
}
.warning.form-field::before {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 16px;
	height: 16px;
	padding-right: 8px;
	background: url("../../images/w/common/icons/icon_form-warning.png") 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
	content: "";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

/** COMPONENTS **/
.banner {
	width: 100%;
	text-align: center;
}
.banner__content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner--belt {
	padding: 0;
}
.banner__content--belt {
	max-width: 100%;
}

.box {
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}
.box__title {
	width: 100%;
}
.box__content {
	width: 100%;
	height: 100%;
	position: absolute;
}
.box__content--left {
	right: 100%;
}
.box__content--right {
	left: 100%;
}
.box__inner {
	width: 100%;
	max-width: 1200px;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 auto;
}

.box-item {
	-webkit-box-flex: 1.55;
	    -ms-flex: 1.55;
	        flex: 1.55;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.box-item--left.item--is-visible .button__icon-arrow_right {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.box-item--left.item--is-visible .box__content {
	right: 0;
}
.box-item--left.item--is-visible .box__content * {
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	        transform: translateX(0) !important;
}

.box-item--right.item--is-visible .box__content {
	left: 0;
	opacity: 1;
}
.box-item--right.item--is-visible .box__content * {
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	        transform: translateX(0) !important;
}

.button {
	display: inline-block;
	cursor: pointer;
}
.button__wrap {
	display: block;
	text-align: center;
}
.button__radius {
	padding: 13px 50px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	border-radius: 5px;
}
.button__radius:not(:first-of-type) {
	margin-left: 22px;
}
.button__filled-white {
	color: inherit;
	border: 0;
	background-color: #fff;
}
.button__filled-black {
	color: #ffffff;
	border: 0;
	background-color: #000000;
}
.button__filled-red {
	color: inherit;
	border: 0;
	background-color: #EA2126;
}
.button__filled-grey {
	color: inherit;
	border: 0;
	background-color: #DDDDDD;
}
.button__lined-white {
	color: #ffffff;
	border: 2px solid #ffffff;
	background-color: transparent;
}
.button__lined-black {
	border: 1px solid #000000;
	background-color: transparent;
}
.button__form-submit {
	background-color: #DDDDDD;
}
.button__large {
	height: 60px;
	min-width: 260px;
	padding: 13.5px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	line-height: 33px;
	border-radius: 5px;
}
.button__seemore {
	width: 100%;
	max-width: 200px;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.button__sns-share {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.button__sns-share.button__icon-kakao {
	background-image: url(../../images/w/common/icons/article_sns-kakao.png);
}
.button__sns-share.button__icon-facebook {
	background-image: url(../../images/w/common/icons/article_sns-facebook.png);
}
.button__sns-share.button__icon-twitter {
	background-image: url(../../images/w/common/icons/article_sns-twitter.png);
}
.button__sns-share.button__icon-email {
	background-image: url(../../images/w/common/icons/article_sns-email.png);
}
.button__sns-share.button__icon-linkcopy {
	background-image: url(../../images/w/common/icons/article_sns-linkcopy.png);
}

.button__icon-arrow_left {
	background-image: url(../../../assets/images/w/common/icons/i__arrow_left-white.png);
}
.button__icon-arrow_left.button__icon--white {
	background-image: url(../../../assets/images/w/common/icons/i__arrow_left-red.png);
	background-color: #ffffff;
}
.button__icon-arrow_right {
	background-image: url(../../../assets/images/w/common/icons/i__arrow_right-white.png);
}
.button__icon-arrow_right.button__icon--white {
	background-color: #ffffff;
}
.button__icon-arrow_left, .button__icon-arrow_right {
	width: 50px;
	height: 50px;
	margin-top: 25px;
	display: inline-block;
	background-color: #000000;
	border-radius: 50%;
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
}
.button__icon-out i {
	position: relative;
	display: inline-block;
	border-radius: 50%;
}
.button__icon-out i::after {
	content: "";
	position: absolute;
	left: calc(50% - 6px);
	top: 50%;
	-webkit-transform: rotateZ(225deg);
	        transform: rotateZ(225deg);
	border-radius: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-bottom-width: 2px;
}
.button__icon-back i {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
}
.button__icon-back i::after {
	content: "";
	position: absolute;
	left: calc(50% - 3px);
	top: calc(50% - 4px);
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
	border-radius: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-bottom-width: 2px;
}
.button__icon-search {
	width: 32px;
	height: 33px;
	background: url("../../images/w/common/icons/icon_search.png") 0 0 no-repeat;
	background-size: contain;
}
.button__icon-download {
	width: 100%;
	height: 100%;
	background-image: url(../../../assets/images/w/common/icons/icon_download.png);
	background-color: rgba(0, 0, 0, 0.8);
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.form-submit {
	background-color: #DDDDDD !important;
}

.input__button {
	width: 100%;
	max-width: 232px;
	letter-spacing: -0.02px;
	color: #666666;
	border: 1px solid #DDDDDD;
	background-color: #ffffff;
}
.input__button--active {
	color: #ffffff;
	font-weight: 500;
	background-color: #EA2126;
	border: 1px solid #EA2126;
}
.input__checkbox:checked + .input__checkbox-label {
	color: #ffffff;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	background-color: #EA2126;
	border: 1px solid #EA2126;
}
.input__checkbox-label {
	display: inline-block;
	width: 100%;
	max-width: 232px;
	height: 55px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	line-height: 25px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background-color: #ffffff;
}
.input__square-button {
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border-radius: 5px;
}
.input__round-button {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 28px;
}

.name-radio {
	position: relative;
}
.name-radio__input {
	position: absolute;
	opacity: 0;
	z-index: 1;
}
.name-radio__input + .name-radio__label {
	padding-left: 26px;
}
.name-radio__input + .name-radio__label span {
	line-height: 25px;
}
.name-radio__input + .name-radio__label span::before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #DDDDDD;
	content: "";
}
.name-radio__input + .name-radio__label span::after {
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffffff;
	content: "";
}
.name-radio__input:checked + .name-radio__label span::before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000000;
	content: "";
}
.name-radio__input:checked + .name-radio__label span::after {
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffffff;
	content: "";
}

.sub-checkbox__label {
	display: block;
	position: relative;
}
.sub-checkbox__input {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	opacity: 0;
}
.sub-checkbox__input + span {
	position: relative;
}
.sub-checkbox__input + span i {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #DDDDDD;
	border-radius: 50%;
	content: "";
}
.sub-checkbox__input + span i::after {
	width: 17px;
	height: 11.5px;
	position: absolute;
	left: 8.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url("../../images/w/common/icons/icon_check.png") 0 0 no-repeat;
	background-size: contain;
	content: "";
}
.sub-checkbox__input:checked + span > i {
	background-color: #EA2126;
}

.drop-box {
	position: relative;
	cursor: pointer;
}
.drop-box::before {
	position: absolute;
	top: 22.5px;
	right: 30px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-right: 1.5px solid #000000;
	border-bottom: 1.5px solid #000000;
	content: "";
}
.drop-box__title {
	height: 60px;
	padding: 17px 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 18px;
	color: #666666;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.drop-box__text {
	padding: 0 30px 0 0;
	color: #666666;
}
.drop-box__wrap {
	z-index: 999;
	overflow: hidden;
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	height: 0;
	color: #000000;
	font-size: 16px;
	background: #ffffff;
}
.drop-box__wrap p {
	padding: 7px 0;
}
.drop-box__wrap a {
	display: block;
}
.drop-box--active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.drop-box--active::before {
	top: 26.5px;
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.drop-box--active .drop-box__wrap {
	height: auto;
	padding: 0 30px 20px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	border-width: 0 1px 1px 1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-select.drop-box {
	margin-right: -25px;
	border: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.list-select.drop-box .list-select__title {
	height: auto;
	width: 65px;
	padding: 15px 60px 15px 25px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	border: 0;
	border-width: 1px 1px 0 1px;
	border-color: #ffffff;
	border-style: solid;
}
.list-select.drop-box .list-select__title::before {
	width: 8px;
	height: 8px;
	top: 24px;
	right: 25px;
}
.list-select.drop-box .list-select__wrap {
	width: 102px;
	padding: 0 25px 15px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	right: -10px;
	left: auto;
	border-width: 1px;
	color: #666666;
}
.list-select.drop-box .list-select__text {
	color: #000000;
	white-space: nowrap;
}
.list-select.drop-box.drop-box--active {
	border: 1px solid #DDDDDD;
	overflow: visible;
}
.list-select.drop-box.drop-box--active .list-select__title::before {
	top: 27px;
}
.list-select.drop-box.drop-box--active .list-select__wrap {
	right: -1px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DDDDDD;
}

.list-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.list-select a[type=button] {
	width: 22px;
	height: 18px;
	margin: 1.5px 4px 1.5px 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.list-select a[type=button] i {
	width: 22px;
	height: 2px;
	display: inline-block;
	background-color: #000000;
}
.list-select a[type=button] i::before {
	top: 0;
}
.list-select a[type=button] i::after {
	bottom: 0;
}
.list-select a[type=button] i::before, .list-select a[type=button] i::after {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	background-color: inherit;
	content: "";
}

.form-info {
	display: block;
	margin-top: 30px;
}
.form-info__label {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	letter-spacing: -0.02px;
}
.form-info__input {
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: -0.02px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.form-info__must-label::after {
	display: inline-block;
	color: #FF0000;
	font-size: 16px;
	content: "*";
}

.search-form {
	width: 100%;
	padding: 50px 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-radius: 5px;
	background-color: #FAFAFA;
}
.search-form input {
	width: 100%;
	position: relative;
	background-color: #fff;
}
.search-form .button {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.search-form__wrap {
	min-width: 50%;
	max-width: 50%;
	min-height: 60px;
	padding: 15px 60px 15px 25px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
	background-color: #fff;
}

.search-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
}

.search-item {
	max-width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-bottom: 10px;
}
.search-item:not(:last-of-type) {
	margin-right: 10px;
}
.search-item:not(.sub-tabs__item--active) {
	background-color: #ffffff;
}

.accordian__title {
	position: relative;
	font-size: 26px;
	letter-spacing: -0.02px;
}
.accordian__title a {
	display: block;
	padding-bottom: 30px;
}
.accordian__title::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-right: 1.5px solid #000000;
	border-bottom: 1.5px solid #000000;
	content: "";
}
.accordian__item {
	margin-top: 30px;
}
.accordian__item:not(:last-of-type) {
	margin-bottom: 50px;
}
.accordian__item--active .accordian__content {
	height: 100%;
	border-color: transparent;
}
.accordian__item--active .accordian__title a {
	font-weight: 600;
}
.accordian__item--active .accordian__title::before {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.accordian__content--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.accordian__content {
	border-top: 1px solid #DDDDDD;
	overflow: hidden;
	height: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: -0.02em;
}
.accordian__content p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.accordian__item--row {
	width: 100%;
	max-width: calc(50% - 20px);
}

.accordian.toggle-accordian {
	position: relative;
}
.accordian.toggle-accordian .accordian__item {
	margin: 0;
}
.accordian.toggle-accordian .accordian__title {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.accordian.toggle-accordian .accordian__title::before {
	top: calc(50% - 6.5px);
	right: calc(50% - 4.5px);
}
.accordian.toggle-accordian .accordian__title::after {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	border: 1px solid #DDDDDD;
	border-radius: 50%;
}
.accordian.toggle-accordian .accordian__content {
	height: 55px;
	border: 0;
}
.accordian.toggle-accordian .accordian__item--active .accordian__content {
	height: 100%;
}
.accordian.toggle-accordian .accordian__item--active .accordian__title::before {
	top: calc(50% - 2.5px);
}

.sub-notice {
	margin-bottom: 30px;
}
.sub-notice__wrap {
	padding: 40px 80px;
	border-radius: 10px;
	background: #FAFAFA;
}
.sub-notice__item {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.32px;
}

.sub-list-category {
	margin-bottom: 35px;
}
.sub-list-category p {
	float: left;
}
.sub-list-category__box::after {
	display: block;
	clear: both;
	content: "";
}
.sub-list-category__item {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
	margin-right: 21px;
}
.sub-list-category__item::after {
	width: 1px;
	height: 14px;
	margin-top: 8.5px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	background-color: #DDDDDD;
	content: "";
}
.sub-list-category p:last-of-type .sub-list-category__item::after {
	content: none;
}
.sub-list-category__item--active {
	color: #000000;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-list-category__item--active::before {
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	background-color: #000000;
	content: "";
}

.sub-list {
	margin: 30px 0 0;
}
.sub-list__title {
	border-bottom: 1px solid #DDDDDD;
}
.sub-list__link {
	display: block;
	position: relative;
	height: 90px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	line-height: 90px;
}
.sub-list__link::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: #000000;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: "";
}
.sub-list__item .sub-list__wrap {
	display: none;
}
.sub-list__item--active .sub-list__wrap {
	display: block;
}
.sub-list__item--active .sub-list__link {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-list__item--active .sub-list__link::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.sub-list__item--active .sub-list__title {
	border-bottom: 0;
}
.sub-list .table, .sub-list .tab-table {
	border-top: 2px solid #ddd;
	table-layout: auto;
	text-align: center;
}
.sub-list table th {
	position: relative;
	padding: 12px 16px;
	border-bottom: 2px solid #ddd;
	vertical-align: middle;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-list table td {
	padding: 20px 24px;
	vertical-align: middle;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.sub-list th:nth-last-of-type(4) {
	width: 20%;
}
.sub-list th:nth-last-of-type(3) {
	width: 50%;
}
.sub-list th:nth-last-of-type(2) {
	width: 10%;
}
.sub-list .tab-table th:nth-last-of-type(2) {
	width: 50%;
}
.sub-list tr:first-child th + th::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 17px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #dddddd;
}
.sub-list td:first-child {
	border-left: none;
}
.sub-list td.add-border {
	border-left: 1px solid #eaeaea;
}
.sub-list td.left-aligned {
	text-align: left;
}
.sub-list .table-top {
	display: block;
	margin-bottom: 15px;
}
.sub-list .table-bottom {
	margin-top: 30px;
}
.sub-list .table--secondary {
	width: 80%;
}
.sub-list .table--secondary th, .sub-list .table--secondary td {
	font-size: 13px;
}
.sub-list .table--secondary th {
	width: auto;
}
.sub-list .table--secondary td:not(.table__row-title) {
	text-align: left;
}
.sub-list .bullet-type {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
}
.sub-list .bullet-type__indent::before {
	display: none;
}
.sub-list .bullet-type__indent p {
	margin-left: 10px;
}
.sub-list .bullet-type li {
	font-size: 15px;
}
.sub-list .bullet-type li::before {
	width: 5px;
	height: 5px;
	top: 10px;
	background: #666666;
	border-radius: 50%;
	content: "";
}
.sub-list .bullet-type li ul {
	margin-top: 10px;
}
.sub-list .bullet-type li ul li::before {
	background: none;
	top: 0px;
	content: "-";
}
.sub-list .none-bullet, .sub-list .none-bullet::before, .sub-list .none-bullet::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-left: -5px;
	background: none !important;
	content: none !important;
}
.sub-list .none-bullet span {
	margin-right: 5px;
}
.sub-list .footnote li:first-child {
	margin-bottom: 5px;
	color: #f52f23;
}
.sub-list__description h4 {
	font-size: 15px;
}

.arrow-number {
	margin-bottom: 75px;
	text-align: center;
}
.arrow-number__list {
	float: left;
	margin: 0 20px;
}
.arrow-number__wrap {
	display: inline-block;
	height: 30px;
}
.arrow-number__wrap::after {
	display: inline;
	content: "";
	clear: both;
}
.arrow-number button:focus, .arrow-number button:active {
	outline: auto;
}
.arrow-number button {
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #888888;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.arrow-number button + button {
	margin-left: 20px;
}
.arrow-number .arrow-number--active {
	width: 30px;
	height: 30px;
	background-color: #000000;
	color: #ffffff;
	line-height: 28px;
	border-radius: 50%;
}
.arrow-number .more-prev {
	opacity: 0.2;
	cursor: default;
	width: 30px;
	height: 30px;
	background: url("../../images/w/common/icons/icon_page_arrow_left.png") center center no-repeat;
	background-size: 30px;
}
.arrow-number .prev {
	opacity: 0.2;
	cursor: default;
	width: 30px;
	height: 30px;
	background: url("../../images/w/common/icons/icon_left_active.png") center center no-repeat;
	background-size: 30px;
}
.arrow-number .more-next {
	opacity: 0.2;
	cursor: default;
	width: 30px;
	height: 30px;
	background: url("../../images/w/common/icons/icon_page_arrow_right.png") center center no-repeat;
	background-size: 30px;
}
.arrow-number .next {
	opacity: 0.2;
	cursor: default;
	width: 30px;
	height: 30px;
	background: url("../../images/w/common/icons/icon_right_active.png") center center no-repeat;
	background-size: 30px;
}
.arrow-number .prev--active, .arrow-number .next--active, .arrow-number .more-prev--active, .arrow-number .more-next--active {
	opacity: 1;
	cursor: pointer;
}

.icon__check {
	position: relative;
}
.icon__check i {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #EA2126;
	border-radius: 50%;
	content: "";
}
.icon__check i::after {
	width: 75%;
	height: 100%;
	position: absolute;
	right: -2px;
	top: 8px;
	background: url(../../images/w/common/icons/icon_check.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
}

/* POPUP */
.layer__body {
	position: fixed;
	min-height: 100vh;
	overflow-x: hidden;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.layer__body.personalPopup, .layer__body.marketingPopup {
	padding: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.layer__body.personalPopup .layer__wrap, .layer__body.marketingPopup .layer__wrap {
	padding: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.layer__body.personalPopup .layer__head, .layer__body.marketingPopup .layer__head {
	padding-right: 0;
	padding-bottom: 0;
}
.layer__body.personalPopup .layer__inner, .layer__body.marketingPopup .layer__inner {
	overflow: hidden;
	padding: 20px;
}
.layer__body.personalPopup .layer__content, .layer__body.marketingPopup .layer__content {
	overflow-y: scroll;
	height: calc(100% - 136px);
	padding: 0;
}
.layer__body.personalPopup .layer__footer button, .layer__body.marketingPopup .layer__footer button {
	width: 100%;
	height: 40px;
	margin-top: 25px;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 40px;
	border-radius: 5px;
}
.layer__body.personalPopup .content__wrap, .layer__body.marketingPopup .content__wrap {
	font-size: 14px;
}
.layer__body.personalPopup .content__main-title, .layer__body.marketingPopup .content__main-title {
	font-size: 16px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.layer__body.personalPopup .close, .layer__body.marketingPopup .close {
	top: 25px;
	right: 25px;
}
.layer__body.personalPopup .sub-checkbox__label, .layer__body.marketingPopup .sub-checkbox__label {
	margin-top: 30px;
	margin-left: -22px;
}
.layer__body.personalPopup .sub-checkbox__input + span, .layer__body.marketingPopup .sub-checkbox__input + span {
	color: #ffffff;
}
.layer__body.personalPopup .content__text, .layer__body.marketingPopup .content__text {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FAFAFA;
	border-radius: 12px;
	color: #666666;
}
.layer__body.personalPopup .content__text p, .layer__body.marketingPopup .content__text p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.layer__body.personalPopup .content__text p:not(:last-of-type), .layer__body.marketingPopup .content__text p:not(:last-of-type) {
	margin-bottom: 10px;
}
.layer__body.personalPopup .content__text p span:nth-of-type(1), .layer__body.marketingPopup .content__text p span:nth-of-type(1) {
	padding-right: 10px;
}
.layer__body.personalPopup .layer__button, .layer__body.marketingPopup .layer__button {
	background: #000;
}
.layer__wrap {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	max-width: 400px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: visibility 0.2s 0.1s, opacity 0.2;
	transition: visibility 0.2s 0.1s, opacity 0.2;
}
.layer__wrap--wide {
	max-width: 520px;
}
.layer__wrap--full {
	width: 80%;
	max-width: 1200px;
}
.layer__head {
	padding-right: 32px;
}
.layer__head .content__title {
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.layer__close {
	z-index: 10000;
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0;
	top: 0;
	right: -40px;
}
.layer__close .close, .layer__close .closePopup {
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
}
.layer__close .close::before, .layer__close .close::after, .layer__close .closePopup::before, .layer__close .closePopup::after {
	height: 24px;
	width: 2px;
	position: absolute;
	top: 3px;
	left: 14px;
	background-color: #000000;
	content: "";
}
.layer__close .close::before, .layer__close .closePopup::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.layer__close .close::after, .layer__close .closePopup::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.layer__inner {
	max-width: 100%;
	height: 100%;
	padding: 40px 8px 40px 40px;
}
.layer__content {
	max-height: 60vh;
	padding-right: 32px;
	overflow-x: hidden;
	overflow-y: auto;
}
.layer__content .content__text {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.layer__content > *:first-child {
	margin-top: 0;
}
.layer__content > *:last-child {
	margin-bottom: 0;
}
.layer__button {
	width: 100%;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	letter-spacing: -0.03em;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
	border-radius: 5px;
	background-color: #EA2126;
}

.layer__wrap--wide .layer__button, .layer__wrap--full .layer__button {
	display: inline-block;
	max-width: 320px;
}

.layer__body.is-visible {
	visibility: visible;
}
.layer__body.is-visible .layer__wrap {
	opacity: 1;
}
.layer__body.is-visible[role=dialog] {
	display: block;
}

.popup form legend {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}

.popup.form-popup .layer__content {
	text-align: center;
}
.popup.form-popup .layer__button {
	margin-top: 20px;
}
.popup.form-popup .message__title {
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.popup.form-popup .message__title .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	display: block;
}
.popup.form-popup .message__text {
	margin-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}

.footer .information__desc {
	margin-top: 0;
}

.ui-widget-header {
	border: 0px solid #dddddd;
	background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
	font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0px solid #c5c5c5;
	background-color: transparent;
	font-weight: normal;
	color: #454545;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 0em;
	line-height: 22px !important;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
}

.ui-datepicker {
	display: none;
	width: 300px !important;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	padding-bottom: 10px;
	width: 300px;
	-webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
	        box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ui-widget.ui-widget-content {
	border: 1px solid #eee;
}

#datepicker:focus > .ui-datepicker {
	display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
}

.ui-state-disabled {
	cursor: auto;
	color: hsl(0deg, 0%, 80%);
}

.ui-datepicker-title {
	text-align: center;
	padding: 10px;
	font-weight: 100;
	font-size: 20px;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
	padding: 5px;
	font-size: 20px;
	font-weight: 400;
}

.ui-datepicker-calendar > tbody > tr > td > a {
	color: #000;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
}

.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
	cursor: auto;
	background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
	border-radius: 100%;
	width: 44px;
	height: 30px;
	cursor: pointer;
	padding: 5px 8px;
	font-weight: 100;
	text-align: center;
	font-size: 12px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
	background-color: transparent;
	opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background-color: transparent;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-header .ui-icon {
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url("../../../assets/images/common/calendar_arrow.png");
	background-repeat: no-repeat;
}

.ui-icon-circle-triangle-e {
	right: 0;
	background-position: -15px 0px;
	background-size: 36px;
}

.ui-icon-circle-triangle-w {
	left: 0;
	background-position: 15px 0px;
	background-size: 36px;
}

.ui-datepicker-calendar > tbody > tr > td:first-child a {
	color: red !important;
}

.ui-datepicker-calendar > tbody > tr > td:last-child a {
	color: #0099ff !important;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
	color: red !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
	color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 0px;
	background: #f1f1f1;
	border-radius: 50%;
	padding: 5px 6px;
}

.inp {
	padding: 10px 10px;
	background-color: #f1f1f1;
	border-radius: 4px;
	border: 0px;
}

.inp:focus {
	outline: none;
	background-color: #eee;
}

/** SUB COMMON **/
.wrap {
	overflow: hidden;
}

.sub-container {
	margin-bottom: 150px;
}
.sub-container form {
	width: 100%;
}
.sub-container ul li {
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
.sub-container ul li::before {
	position: absolute;
	left: 0;
}
.sub-container ul li:not(:last-of-type) {
	margin-bottom: 6px;
}
.sub-container dl {
	font-size: 16px;
	line-height: 26px;
}
.sub-container dl dt {
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin-bottom: 4px;
}
.sub-container dl dt:not(:first-of-type) {
	margin-top: 15px;
}
.sub-container dl dd {
	padding-left: 10px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	position: relative;
}
.sub-container dl dd::before {
	position: absolute;
	left: 0;
	content: "·";
}
.sub-container .accordian {
	width: 100%;
}
.sub-container .accordian dt {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-container .accordian dd {
	margin-top: 6px;
}
.sub-container .image-block {
	border-radius: 10px;
	overflow: hidden;
}

.sub-container--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sub-content--row {
	width: 100%;
	max-width: calc(50% - 10px);
}

.sub-header .visual {
	margin-top: 40px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.sub-header .visual__inner {
	position: absolute;
	left: 100px;
	right: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #ffffff;
}

.sub-header .visual__slogan {
	font-size: 26px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: inherit;
}

.sub-content {
	margin-bottom: 50px;
}
.sub-content__title {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	line-height: 27px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-content__title--link {
	margin-left: 10px;
	font-size: 16px;
	line-height: inherit;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-decoration: underline;
}
.sub-content__head {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	line-height: 27px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-content__head .list-count span {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-content__head > .sub-content__title {
	font-size: 26px;
}
.sub-content__description {
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
}
.sub-content .description {
	margin-left: 4px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
	line-height: inherit;
	letter-spacing: inherit;
}
.sub-content__table {
	margin-bottom: 100px;
	text-align: center;
	border-top: 2px solid #000000;
}
.sub-content__table.etc_bottom {
	margin-bottom: 10px;
}
.sub-content__table tr th {
	padding: 22px 84px;
	border-bottom: 1px solid #000000;
	font-size: 18px;
}
.sub-content__table tr td {
	padding: 22px 84px;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
}
.sub-content__table tr td:nth-of-type(1), .sub-content__table tr td:nth-of-type(2) {
	font-weight: 600;
}
.sub-content__table--desc {
	width: 100%;
	margin-bottom: 100px;
	color: #666666;
	text-align: right;
}
.sub-content[data-section="이사회 구성원"] {
	margin-bottom: 150px !important;
}

.list-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 10px;
	background-color: #fafafa;
}
.list-content > a {
	display: block;
}
.list-content__title {
	margin-bottom: 10px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.list-content__description {
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.list-content__image {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}
.list-content__head {
	line-height: 1;
}
.list-content__meta {
	display: block;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
}
.list-content__meta > span {
	width: 1px;
	height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	display: inline-block;
	background-color: #dddddd;
}
.list-content__meta--view {
	font-size: 14px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}

.sub-checkboxs {
	width: 100%;
}
.sub-checkboxs .sub-checkbox__input + span {
	font-size: 18px;
	padding-left: 40px;
	padding-bottom: 4px;
}
.sub-checkboxs + .sub-checkboxs {
	margin-top: 25px;
}
.sub-checkboxs .sub-checkbox__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sub-checkboxs .sub-checkbox__label a {
	text-decoration: underline;
}
.sub-checkboxs .sub-checkbox_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.sub-checkboxs .sub-checkbox_btn::before {
	position: absolute;
	top: 5px;
	right: 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1.5px solid #000000;
	border-bottom: 1.5px solid #000000;
	content: "";
}
.sub-checkboxs .sub-checkbox_btn.open:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.sub-checkboxs .form-description {
	display: none;
}
.sub-checkboxs .form-description.open {
	display: block;
}

.marketing-div {
	display: none;
	padding: 40px;
	margin-top: 20px;
	background-color: #fafafa;
	border-radius: 10px;
	color: #666666;
}
.marketing-div strong {
	display: block;
	margin-bottom: 7px;
	font-family: "NS MD";
}
.marketing-div p {
	margin-bottom: 7px;
}
.marketing-div p.__last {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #dddddd;
}
.marketing-div span {
	display: block;
	position: relative;
	padding-left: 7px;
	margin-left: 15px;
	font-family: "NS DL";
}
.marketing-div span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #666666;
}
.marketing-div span + p {
	margin-top: 7px;
}

.sub-checkbox {
	width: 100%;
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sub-checkbox__item {
	min-width: 232px;
	margin-bottom: 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.sub-checkbox--route .sub-checkbox__item {
	min-width: 192px;
}

.input-box {
	width: 100%;
	padding: 60px 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	background-color: #fafafa;
}
.input-box--textarea {
	margin-top: 10px;
	display: none;
}
.input-box--textarea textarea {
	width: 100%;
	min-height: 80px;
	height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
}
.input-box--textarea textarea::-webkit-input-placeholder {
	font-size: 18px;
}
.input-box--textarea textarea::-moz-placeholder {
	font-size: 18px;
}
.input-box--textarea textarea:-ms-input-placeholder {
	font-size: 18px;
}
.input-box--textarea textarea::-ms-input-placeholder {
	font-size: 18px;
}
.input-box--textarea textarea::placeholder {
	font-size: 18px;
}
.input-box--textarea.open {
	display: block;
}

.input-box--file textarea {
	max-width: 100%;
	height: 180px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	border: none;
	background: transparent;
}
.input-box--file .input-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.input-box--file .input-file__info {
	padding-top: 10px;
	color: #888888;
	font-size: 14px;
	letter-spacing: -0.02em;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.input-box--file .file-list {
	margin-top: 15px;
}
.input-box--file .file-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin-bottom: 6px;
}
.input-box--file .file-list__item::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../../images/w/sub/icon_attchment.png) center center no-repeat;
	background-size: 20px;
	content: "";
}
.input-box--file .file-list__title {
	display: inline-block;
	padding-left: 30px;
	padding-right: 22px;
	color: #000000;
	font-size: 14px;
	letter-spacing: -0.02em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.input-box--file .file-list__title p {
	max-width: 700px;
	float: left;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-box--file .file-list__title::before {
	display: block;
	content: "";
	clear: both;
}
.input-box--file .file-list button {
	position: relative;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	border: 1px solid #000000;
}
.input-box--file .file-list button::before {
	display: inline-block;
	position: absolute;
	right: 2px;
	width: 9px;
	height: 1px;
	background: #000000;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	content: "";
}
.input-box--file .file-list button::after {
	display: inline-block;
	position: absolute;
	right: 2px;
	width: 9px;
	height: 1px;
	background: #000000;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	content: "";
}
.input-box--file #form-file-button + label {
	min-width: 180px;
	height: 55px;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 55px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	text-align: center;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #000000;
}
.input-box--file #form-file-text {
	width: 100%;
	height: 55px;
	padding: 0 30px;
	font-size: 15px;
	line-height: 55px;
	border: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
}
.input-box--file #form-file-text::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--file #form-file-text::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--file #form-file-text:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--file #form-file-text::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--file #form-file-text::placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

.input-box--info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.input-box--info .form-field {
	position: relative;
	width: 100%;
	max-width: calc(50% - 20px);
}
.input-box--info .form-field--wide {
	max-width: 100%;
}
.input-box--info .form-field__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.input-box--info__label {
	padding-left: 2px;
	padding-bottom: 15px;
	display: block;
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.input-box--info__label--necessary::after {
	display: inline-block;
	width: 5px;
	height: 5px;
	padding-left: 4px;
	color: #ea2126;
	content: "*";
}
.input-box--info__input {
	width: 100%;
	margin-bottom: 40px;
	line-height: 1;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	padding-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #dddddd;
	background-color: transparent;
}
.input-box--info__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--info__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--info__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--info__input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}
.input-box--info__input::placeholder {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888888;
}

.input-box--info + .input-box--info {
	padding-top: 0;
	margin-top: -55px;
}

.word-box {
	width: 100%;
	padding: 40px 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	background-color: #fafafa;
}

.diagram {
	width: 100%;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.diagram__title {
	width: 100%;
	max-width: 100px;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.diagram__title span {
	display: block;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.diagram__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.diagram__phase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.phase {
	width: 100%;
	position: relative;
	display: block;
	font-size: 18px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 600;
	color: inherit;
	text-align: center;
}
.phase::after {
	content: "";
	width: 18px;
	height: 1.5px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #ea2126;
}

.phase__title {
	margin-top: 4px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	text-align: center;
}

.button__sub-checkbox {
	margin-left: 8px;
	font-size: 18px;
	line-height: inherit;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #055bff;
	text-decoration: underline;
	cursor: pointer;
}

/* CONTACT */
.contact .marketing .layer__wrap--wide,
.contact .personalTerms .layer__wrap--wide {
	max-width: 700px;
}
.contact .marketing .layer__head .content__title,
.contact .personalTerms .layer__head .content__title {
	margin-bottom: 0;
	border-bottom: none;
}
.contact .marketing .layer__inner,
.contact .personalTerms .layer__inner {
	padding: 40px;
}
.contact .marketing .content__text,
.contact .personalTerms .content__text {
	margin-bottom: 40px;
	padding: 30px 40px;
	background-color: #fafafa;
	border-radius: 10px;
	color: #666666;
}
.contact .marketing .content__text p,
.contact .personalTerms .content__text p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.contact .marketing .content__text p:not(:last-of-type),
.contact .personalTerms .content__text p:not(:last-of-type) {
	margin-bottom: 20px;
}
.contact .marketing .content__text p span:nth-of-type(1),
.contact .personalTerms .content__text p span:nth-of-type(1) {
	padding-right: 20px;
}
.contact .marketing .layer__button,
.contact .personalTerms .layer__button {
	background: #000000 !important;
}
.contact .sub-content {
	display: block;
	margin-bottom: 80px;
}
.contact .sub-content__title {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.contact .sub-checkboxs {
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.contact .button__sub-checkbox {
	margin-left: 8px;
	font-size: 18px;
	line-height: inherit;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #055bff;
	text-decoration: underline;
	cursor: pointer;
}
.contact .sub-checkbox__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contact .sub-checkbox__list:not(:last-of-type) {
	margin-bottom: 25px;
}
.contact .sub-checkbox__list:not(:first-of-type) {
	padding-left: 50px;
}
.contact .sub-container .button__wrap {
	margin-top: 80px;
}
.contact .sub-info {
	margin-top: 150px;
	padding-bottom: 150px;
	padding-top: 130px;
	position: relative;
	text-align: center;
}
.contact .sub-info::before {
	z-index: -1;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 700px;
	background-color: #f5f5f5;
	content: "";
}
.contact .sub-info .sub__address {
	width: 50%;
	text-align: left;
}
.contact .sub-info__title {
	font-size: 40px;
	line-height: 60px;
	text-align: left;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.contact .sub-info__note {
	margin-top: 18px;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.contact .sub-info .image {
	margin-top: 35px;
	margin-bottom: 70px;
	border-radius: 10px;
	overflow: hidden;
}
.contact .sub-info .icon {
	width: 50px;
	height: 50px;
	margin-top: 55px;
	margin-bottom: 5px;
}
.contact .sub-info__position {
	font-size: 18px;
	letter-spacing: -0.3px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.contact .sub-info a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	letter-spacing: -0.2px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.contact .sub-info a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 160px;
	height: 1px;
	background: #000000;
	content: "";
}
.contact .sub-info .map {
	position: absolute;
	top: 150px;
	right: 0;
	width: 600px;
	height: 400px;
}
.contact .sub-info__contact {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-size: 80px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 300;
	line-height: 1;
}
.contact .sub-info__contact::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	display: inline-block;
	height: 4px;
	background-color: #000000;
	content: "";
}
.contact .sub-info__description {
	margin-top: 30px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.contact .sub-container .banner {
	z-index: 1;
	position: relative;
	padding: 72px 0;
	margin-top: 150px;
	overflow: hidden;
	border-radius: 10px;
	background-image: url(../../images/w/dummy/banner__contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact .sub-container .banner::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: inherit;
	max-width: inherit;
	height: inherit;
	background: rgba(0, 0, 0, 0.5);
}
.contact .sub-container .banner__title {
	font-size: 26px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
	margin-bottom: 10px;
}
.contact .sub-container .banner__title--small {
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
}
.contact .sub-container .banner .button__wrap {
	margin-top: 30px;
}
.contact .marker {
	width: 105px;
	height: 30px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #ffffff;
}
.contact .marker span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 7.5px 15px 7.5px 10px;
	font-size: 15px;
	line-height: 1;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	border-radius: 0 15px 15px 0;
	background-color: #4478fa;
}
.contact .marker span::before {
	content: "";
	position: absolute;
	width: 27.5px;
	top: -1.5px;
	bottom: -1.5px;
	left: -27.5px;
	border-radius: 0 15px 15px 0;
	-webkit-box-shadow: 10px 0 0 0 #4478fa;
	        box-shadow: 10px 0 0 0 #4478fa;
}
.contact .form-submit.submit--active {
	background-color: #000000 !important;
}
.contact .input-box--file.warning .form-detail-box {
	position: relative;
}
.contact .input-box--file.warning #form-detail {
	border: 1px solid #ea2126;
}
.contact .input-box--file.warning .form-warning {
	bottom: 2px;
	left: 2px;
	padding: 15px;
	background-color: #ffffff;
}
.contact .button__wrap .button {
	width: 200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact .banner__title--logo {
	width: 107px;
	height: 26px;
	margin: 0 auto 10px;
	display: block;
}

.popup.termAgreePrivacy .layer__head {
	margin-bottom: 40px;
}
.popup.termAgreePrivacy .content__title {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.popup.termAgreePrivacy li {
	position: relative;
	padding-left: 10px;
}
.popup.termAgreePrivacy li:not(:first-of-type) {
	margin-top: 6px;
}
.popup.termAgreePrivacy li::before {
	content: "·";
	position: absolute;
	top: 0;
	left: 0;
}
.popup.termAgreePrivacy dl {
	margin: 25px 20px 0;
}
.popup.termAgreePrivacy dt {
	margin: 15px 0 4px;
	line-height: inherit;
}
.popup.termAgreePrivacy dd {
	position: relative;
	padding-left: 10px;
	line-height: inherit;
	color: #666666;
}
.popup.termAgreePrivacy dd:not(:last-of-type) {
	margin-bottom: 6px;
}
.popup.termAgreePrivacy dd::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "-";
}
.popup.termAgreePrivacy .layer__button {
	margin-top: 40px;
	max-width: 100%;
}

/* RECRUIT */
.recruit .sub-container {
	display: none;
}
.recruit .sub-container--located {
	position: relative;
	display: block;
	-webkit-transition: none;
	transition: none;
}
.recruit .accordian__item--active .accordian__title {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.recruit .drop-box--active .drop-box__title {
	border: 1px solid #dddddd;
}
.recruit .accordian__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.recruit .accordian__content > *:not(dl) {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.recruit dl {
	-ms-flex-preferred-size: content;
	    flex-basis: content;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	min-width: 50%;
	margin-bottom: 30px;
}
.recruit dd a {
	color: #055bff;
}
.recruit .sub-container .banner {
	padding: 80px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	background-position: 0 50%;
	background-size: 50%;
	background-repeat: no-repeat;
}
.recruit .sub-container .banner__content {
	height: 60px;
	position: relative;
}
.recruit .sub-container .banner__title {
	position: absolute;
	right: 0;
	font-size: 18px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: left;
}
.recruit .button__large {
	margin-top: 40px;
}
.recruit .search-form {
	margin-bottom: 10px;
}
.recruit #recruit-search {
	max-width: 600px;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
}
.recruit #recruit-search::-webkit-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.recruit #recruit-search::-moz-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.recruit #recruit-search:-ms-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.recruit #recruit-search::-ms-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.recruit #recruit-search::placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.recruit .drop-box {
	border-radius: 5px;
	background-color: #fff;
}
.recruit .drop-box__title {
	border: 1px solid #ffffff;
}
.recruit .diagram__phase {
	width: 160px;
	height: 160px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ffffff;
}
.recruit .diagram__phase:not(:last-of-type)::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 25%;
	height: 1px;
	background-color: #dddddd;
}
.recruit .diagram__phase[data-phase="1"] {
	background-color: #fafafa;
}
.recruit .diagram__phase[data-phase="2"] {
	background-color: #f5f2f2;
}
.recruit .diagram__phase[data-phase="3"] {
	background-color: #ffd8d8;
}
.recruit .diagram__phase[data-phase="4"] {
	background-color: #fd7a7a;
}
.recruit .diagram__phase[data-phase="5"] {
	background-color: #ff4848;
}
.recruit .diagram__phase[data-phase="6"] {
	background-color: #ea2126;
}
.recruit .diagram__phase[data-phase="1"] .phase {
	color: #ea2126;
}
.recruit .diagram__phase[data-phase="1"] .phase::after {
	background-color: #ea2126;
}
.recruit .diagram__phase[data-phase="1"] .phase__title {
	color: #000000;
}
.recruit .diagram__phase[data-phase="2"] .phase {
	color: #ea2126;
}
.recruit .diagram__phase[data-phase="2"] .phase::after {
	background-color: #ea2126;
}
.recruit .diagram__phase[data-phase="2"] .phase__title {
	color: #000000;
}
.recruit .diagram__phase[data-phase="3"] .phase {
	color: #ea2126;
}
.recruit .diagram__phase[data-phase="3"] .phase::after {
	background-color: #ea2126;
}
.recruit .diagram__phase[data-phase="3"] .phase__title {
	color: #000000;
}
.recruit .diagram__phase[data-phase="4"] .phase {
	color: #ffffff;
}
.recruit .diagram__phase[data-phase="4"] .phase::after {
	background-color: #ffffff;
}
.recruit .diagram__phase[data-phase="4"] .phase__title {
	color: #ffffff;
}
.recruit .diagram__phase[data-phase="5"] .phase {
	color: #ffffff;
}
.recruit .diagram__phase[data-phase="5"] .phase::after {
	background-color: #ffffff;
}
.recruit .diagram__phase[data-phase="5"] .phase__title {
	color: #ffffff;
}
.recruit .diagram__phase[data-phase="6"] .phase {
	color: #ffffff;
}
.recruit .diagram__phase[data-phase="6"] .phase::after {
	background-color: #ffffff;
}
.recruit .diagram__phase[data-phase="6"] .phase__title {
	color: #ffffff;
}
.recruit .diagram__title {
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.recruit .diagram__title strong {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
}
.recruit .phase__title strong {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: inherit;
}

.relate-content {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	border-radius: 5px;
	background-color: #ffffff;
}
.relate-content > a {
	display: block;
}
.relate-content__title {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.relate-content__title--end {
	color: #888888;
}
.relate-content__wrap {
	font-size: 26px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.relate-content__type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.relate-content__type span {
	width: 90px;
	padding: 0 25px 0 0;
	color: #888888;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.relate-content__type span:last-of-type {
	padding-right: 0;
}
.relate-content__date {
	display: inline-block;
	height: 22px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 2px 12px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: center;
	background-color: #ea2126;
	border-radius: 4px;
}
.relate-content__date p,
.relate-content__date span {
	line-height: inherit;
}
.relate-content__date--end {
	background-color: #eeeeee;
}
.relate-content + .relate-content {
	margin-top: 10px;
}

.sub-container[data-content=채용프로세스] .button__wrap {
	margin-top: 80px;
}

/* WELFARE */
.welfare .sub-container {
	display: none;
}
.welfare .sub-container--located {
	position: relative;
	display: block;
	-webkit-transition: none;
	transition: none;
}
.welfare .swiper-container {
	height: 450px;
	position: relative;
	overflow: hidden;
}
.welfare .swiper-slide {
	height: inherit;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.welfare .swiper-pagination {
	height: 12px;
	bottom: 40px;
}
.welfare .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #ffffff;
}
.welfare .swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 15px;
}
.welfare .swiper-pagination-bullet-active {
	background-color: #000000;
}
.welfare .sub-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}
.welfare .list-content {
	padding: 40px;
}
.welfare .list-content__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 40px;
	overflow: hidden;
}
.welfare .list-content__title {
	font-size: 16px;
}
.welfare .list-content__description {
	min-height: 80px;
}
.welfare .list-content__description--long {
	min-height: 120px;
}

/* ETHICAL */
.ethical .sub-container {
	display: none;
}
.ethical .sub-container--located {
	position: relative;
	display: block;
	-webkit-transition: none;
	transition: none;
}
.ethical .sub-list-category-container {
	display: none;
}
.ethical .sub-list-category-container--located {
	display: block;
	-webkit-transition: none;
	transition: none;
}
.ethical .accordian__title {
	font-size: 18px;
}
.ethical .accordian__item:not(:last-of-type) {
	margin-bottom: 0;
}
.ethical .form-field__inner .input-box--info__input {
	width: 320px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.ethical .sub-radio {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ethical .name-radio {
	margin-left: 20px;
}
.ethical .check-content {
	position: relative;
}
.ethical .check-content__modify {
	position: absolute;
	right: 0;
	margin-top: -31px;
}
.ethical .check-content__modify a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	letter-spacing: -2px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.ethical .check-content__modify a + a {
	margin-left: 20px;
}
.ethical .check-content__modify a + a::before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -10px;
	width: 1px;
	height: 10px;
	background-color: #dddddd;
	content: "";
}
.ethical .check-content__recomment .check-content__description {
	margin-bottom: 30px;
}
.ethical .check-content__wrap {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	position: relative;
}
.ethical .check-content__description.reple_comment {
	position: relative;
}
.ethical .check-content__description.reple_comment i {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	background: url("../../../assets/images/w/common/icons/icon_enter.png") 0 0 no-repeat;
	background-size: contain;
	content: "";
}
.ethical .check-content__description + .check-content__modify {
	position: absolute;
	right: 20px;
	width: 100px;
	bottom: 30px;
	text-align: right;
}
.ethical .check-content__comment {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	border-radius: 8px;
}
.ethical .check-content__comment textarea {
	width: calc(100% - 60px);
	height: 200px;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	background: #fafafa;
	border: none;
	border-radius: inherit;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.ethical .check-content__comment .check-content__button {
	margin: 20px auto 0;
	width: 200px;
	height: 50px;
	display: inline-block;
	font-size: 18px;
	line-height: 50px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	text-align: center;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #000000;
}
.ethical .check-content__recomment {
	width: 100%;
	margin-top: 25px;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-top: 1px solid #dddddd;
}
.ethical .check-content__recomment .check-content__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #dddddd;
}
.ethical .check-content__recomment .check-content__description:first-of-type {
	border-top: 0;
}
.ethical .check-content__recomment .check-content__description .check-content__sub-text {
	width: calc(100% - 80px);
}
.ethical .check-content__recomment .check-content__sub-title {
	width: 60px;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
}
.ethical .check-content__recomment .check-content__sub-title i {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("../../../assets/images/w/common/icons/icon_enter.png") 0 0 no-repeat;
	background-size: contain;
}
.ethical .check-content__sub-text {
	width: 100%;
	max-width: 100%;
}
.ethical .form-submit.submit--active {
	background-color: #000000 !important;
}
.ethical #user-when-from,
.ethical #user-when-to {
	width: calc(50% - 18px);
}
.ethical .user-date {
	display: inline-block;
	padding: 0 6px;
	vertical-align: middle;
}

.sub-container[data-content="新 윤리경영 원칙"] .sub-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content {
	-ms-flex-preferred-size: calc(33.333% - 10px);
	    flex-basis: calc(33.333% - 10px);
	padding: 50px;
	margin-bottom: 15px;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__label {
	padding-left: 38px;
	margin-bottom: 50px;
	position: relative;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ea2126;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__label .numbering {
	font-size: 26px;
	line-height: 1;
	font-weight: 600;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	line-height: 26px;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__description {
	min-height: 190px;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__description .numbering {
	top: 0;
	font-size: 18px;
	font-weight: 300;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content li {
	padding-left: 30px;
	margin-bottom: 6px;
	position: relative;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.sub-container[data-content="新 윤리경영 원칙"] .numbering {
	position: absolute;
	left: 0;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: 0;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content--wide {
	width: 100%;
	max-width: calc(50% - 7.5px);
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
.sub-container[data-content="新 윤리경영 원칙"] .list-content__description--wide {
	min-height: 90px;
}

.sub-container[data-content="윤리경영 실천 지침"] .sub-list__link {
	font-size: 18px;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list__wrap {
	padding: 0 40px;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list {
	font-size: 16px;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list p {
	margin-bottom: 20px;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-list .table,
.sub-container[data-content="윤리경영 실천 지침"] .sub-list .tab-table {
	margin-top: 15px;
}
.sub-container[data-content="윤리경영 실천 지침"] .sub-content__title--link {
	display: inline-block;
	padding-top: 3px;
}

.sub-container[data-content="윤리경영 신고"] .input-box--info + .input-box--file {
	margin-top: -120px;
}
.sub-container[data-content="윤리경영 신고"] .input-box--info__label {
	line-height: 24px;
}
.sub-container[data-content="윤리경영 신고"] .input-box--info__label + textarea {
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	border: 0;
	background-color: #ffffff;
}
.sub-container[data-content="윤리경영 신고"] .numbering {
	margin-right: 2px;
	font-size: 19px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: 0;
}
.sub-container[data-content="윤리경영 신고"] dl {
	margin-bottom: 40px;
}
.sub-container[data-content="윤리경영 신고"] dl dt {
	margin-top: 30px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.sub-container[data-content="윤리경영 신고"] dl .numbering {
	margin-right: 4px;
}
.sub-container[data-content="윤리경영 신고"] dl dd {
	margin-left: 32px;
	color: #666666;
}
.sub-container[data-content="윤리경영 신고"] dl dd:last-of-type {
	padding-left: 0;
}
.sub-container[data-content="윤리경영 신고"] dl dd:last-of-type::before {
	content: none;
}
.sub-container[data-content="윤리경영 신고"] .sub-checkboxs {
	padding-top: 20px;
	border-top: 1px solid #000;
}

.verification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.verification__inner {
	max-width: 320px;
}
.verification .button__wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.verification .button {
	width: calc(50% - 5px);
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	line-height: 25px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #777777;
}
.verification .button i {
	margin-right: 10px;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.verification .button:not(:first-of-type) {
	margin-left: 10px;
}
.verification input {
	height: 50px;
	width: 100%;
	padding: 10px 30px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #fff;
}
.verification .image-block {
	width: 500px;
	height: 130px;
	margin-right: 40px;
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.verification .image-block img {
	height: 100%;
}
.verification__notification {
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 5px;
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
}
.verification__notification::before {
	position: absolute;
	content: "·";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.check-input {
	margin: 0 auto;
	max-width: 570px;
}
.check-input__wrap {
	padding: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #fafafa;
}
.check-input__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.check-input__input {
	display: block;
	padding: 18px 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	background: #ffffff;
	border: 0;
	border-radius: 5px;
}
.check-input .check-input__input + .check-input__input {
	margin-top: 10px;
}
.check-input__button {
	width: 100%;
	height: 70px;
	padding: 0;
	display: block;
	font-size: 18px;
	line-height: 50px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.check-input__description {
	margin: 30px 0 0;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.check-input__description a {
	display: inline-block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #055bff;
}

.check-content {
	margin-top: -20px;
}
.check-content__content {
	padding: 60px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #fafafa;
	border-radius: 10px;
}
.check-content__title {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.check-content__sub-title {
	width: 110px;
	margin-bottom: 15px;
	color: #666666;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.check-content__description {
	width: calc(100% - 110px);
	margin-bottom: 15px;
}
.check-content__description-image {
	display: inline;
	color: #055bff;
	text-decoration: underline;
}
.check-content__process {
	padding: 110px 25px;
	text-align: center;
	border-radius: 10px;
	background: #dddddd;
}
.check-content__process p {
	font-size: 18px;
	color: #888888;
}

.declaration-list__description {
	padding: 25px 40px;
	margin-bottom: 40px;
	position: relative;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.declaration-list__description--link {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-decoration: underline;
}
.declaration-list__title {
	padding-bottom: 10px;
	margin-bottom: 15px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-bottom: 1px solid #dddddd;
}

.declaration-list__list li::before {
	content: "·";
}
.declaration-list__list--row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.declaration-list__list--row li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50%;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.declaration__sub {
	margin-top: 6px;
	padding-left: 30px;
	padding-right: 30px;
}

.declaration-list__sub-title {
	margin-bottom: 4px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.declaration-list__sub-list {
	margin-bottom: 20px;
}
.declaration-list__sub-list li {
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.declaration-list__sub-list li::before {
	content: "-";
}

.declaration-list__sub-box {
	padding: 50px 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fafafa;
	border-radius: 10px;
}
.declaration-list__sub-box .declaration-list__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-bottom: 24px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}
.declaration-list__sub-box .declaration-list__list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50%;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.declaration-list__sub-box .declaration-list__sub-title {
	margin-bottom: 15px;
}

/* INSIGHT */
.insight .head_numbering {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
.insight .sub-header .visual {
	z-index: 1;
}
.insight .sub-header .visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: inherit;
	max-width: inherit;
	height: inherit;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.32)), color-stop(20%), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.32), 20%, rgba(0, 0, 0, 0));
}
.insight .sub-header .visual .button {
	min-width: 200px;
	font-size: 16px;
	text-align: center;
}
.insight .sub-header .button__wrap {
	margin-top: 40px;
	text-align: left;
}
.insight .search-form {
	margin-bottom: 40px;
}
.insight .search-form input {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
}
.insight .search-form input::-webkit-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.insight .search-form input::-moz-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.insight .search-form input:-ms-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.insight .search-form input::-ms-input-placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.insight .search-form input::placeholder {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #999999;
}
.insight .search-form__wrap {
	max-width: none;
	width: 100%;
}
.insight .search-list {
	max-width: 100%;
	width: 100%;
}
.insight .search-list .search-item {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: none;
}
.insight .sub-tabs__item {
	white-space: nowrap;
	margin: 5px 10px 5px 0;
}
.insight .sub-tabs__item:not(.sub-tabs__item--active) {
	background-color: #ffffff;
}
.insight .sub-content {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.insight .list-content {
	-ms-flex-preferred-size: calc(33.333% - 20px);
	    flex-basis: calc(33.333% - 20px);
	margin-bottom: 60px;
	background-color: transparent;
}
.insight .list-content__cover {
	position: relative;
}
.insight .list-content__cover:hover .button__wrap {
	width: 40px;
	height: 40px;
}
.insight .list-content__cover .button__wrap {
	cursor: pointer;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.insight .list-content__image {
	position: relative;
	height: 230px;
	margin-bottom: 20px;
}
.insight .list-content__image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../../../assets/images/w/common/dummy_default.jpg");
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: -1;
}
.insight .list-content__head {
	margin-bottom: 10px;
}
.insight .list-content__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.insight .list-content__sort {
	display: block;
	font-size: 16px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ea2126;
	font-weight: 600;
	letter-spacing: 0;
}
.insight .numbering {
	display: block;
	font-size: 16px;
	line-height: 1;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ea2126;
	font-weight: 600;
	letter-spacing: 0;
}
.insight .list-content__description {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.insight .list-content__description p,
.insight .list-content__description span {
	font-size: 16px !important;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin: 0 !important;
}
.insight .list-content__title--long {
	-webkit-line-clamp: 2;
}

.recommended-contents .list-content:not(:nth-of-type(3n + 1)) {
	margin-right: 30px;
}

.letter .container.insight .list-content:not(:nth-of-type(3n)) {
	margin-right: 30px;
}

.report .container.insight .list-content:not(:nth-of-type(3n)) {
	margin-right: 30px;
}

.column .container.insight .list-content:not(:nth-of-type(3n)) {
	margin-right: 30px;
}

.banner__letter {
	cursor: pointer;
	background-color: #eec4cd;
}
.banner__letter .banner__content {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner__letter .banner__title {
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.banner__letter .banner__image {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	height: 60px;
}

.banner__main {
	height: 450px;
	margin-top: 40px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
}
.banner__main .banner__inner {
	width: 50%;
	height: 100%;
	padding: 90px 80px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.banner__main .banner__image {
	width: 50%;
	height: 100%;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fafafa;
	border-radius: 10px;
	overflow: hidden;
}
.banner__main .banner__sort {
	margin-bottom: 4px;
	display: block;
	font-size: 18px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #ea2126;
}
.banner__main .banner__slogan {
	margin-bottom: 15px;
	font-size: 26px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	line-height: 38px;
}
.banner__main .banner__content {
	margin-bottom: 40px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.banner__main .banner__meta {
	line-height: 1;
	color: #888888;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.banner__main .button__wrap {
	position: absolute;
	right: 80px;
	bottom: 115px;
}
.banner__main .button {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.banner__main .button:hover {
	width: 40px;
	height: 40px;
}

.popup.newsLetter .layer__inner,
.popup.reportDownload .layer__inner {
	padding: 60px 22px 60px 60px;
}
.popup.newsLetter .content__title,
.popup.reportDownload .content__title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
}
.popup.newsLetter .content__description,
.popup.reportDownload .content__description {
	margin-bottom: 40px;
}
.popup.newsLetter .input-box--info,
.popup.reportDownload .input-box--info {
	padding: 0;
	background: none;
}
.popup.newsLetter .warning,
.popup.reportDownload .warning {
	position: relative;
}
.popup.newsLetter .warning .form-warning,
.popup.reportDownload .warning .form-warning {
	bottom: 17px;
}
.popup.newsLetter .form-description,
.popup.reportDownload .form-description {
	margin-top: 4px;
	padding-left: 40px;
	color: #888888;
}
.popup.newsLetter .button__wrap,
.popup.reportDownload .button__wrap {
	margin-top: 40px;
}
.popup.newsLetter .form-submit.submit--active,
.popup.reportDownload .form-submit.submit--active {
	background-color: #ea2126 !important;
}

.popup.reportDownload legend {
	display: block;
	margin-bottom: 10px;
}

.popup.letterFormSubmitted .message__text {
	padding: 0;
}

/* ARTICLE */
.article .wrap {
	overflow: hidden;
}
.article__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.article__meta--view {
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.article__content {
	padding-bottom: 150px;
	overflow: hidden;
}
.article__content .inner {
	min-height: 300px;
}
.article__content .article__text {
	margin: 25px 0;
}
.article__content .button__wrap {
	margin-top: 60px;
}
.article__content .file__wrap {
	border-top: 1px solid #dddddd;
	margin-top: 60px;
	padding-top: 30px;
}
.article__content .file__download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 16px;
}
.article__content .file__download img {
	width: 30px;
	height: 30px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.article__content .file__download a {
	font-size: 16px;
	padding: 4px 0 0 5px;
	max-width: 1200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article .button__large {
	line-height: 30px;
	background-color: #000000;
}
.article .button__large i {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	background-image: url(../../../assets/images/w/common/icons/icon_download.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.article .swiper-container {
	height: 680px;
	position: relative;
	overflow: hidden;
}
.article .swiper-container--single {
	height: 630px;
}
.article .swiper-slide {
	height: 600px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.article .swiper-slide__text {
	min-height: 50px;
	width: 100%;
	margin-top: 630px;
}
.article .swiper-pagination-fraction {
	max-width: 54px;
	height: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 30px;
	bottom: 110px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	color: #dddddd;
}
.article .swiper-pagination-total,
.article .swiper-pagination-current {
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #000000;
}
.article .swiper-pagination-total {
	padding-left: 4px;
}
.article .swiper-pagination-current {
	padding-right: 4px;
}
.article .swiper-button-next {
	right: 30px;
}
.article .swiper-button-prev {
	left: 30px;
}
.article .swiper-button-next,
.article .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin: 0;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	color: #ffffff;
}

.article-header {
	margin-bottom: 20px;
}
.article-header .sub-header {
	margin-bottom: 30px;
}

.article-container {
	padding-top: 80px;
	position: relative;
}
.article-container::before {
	z-index: -1;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background-color: #EFEFEF;
	content: "";
}

.sns-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sns-share li {
	margin-left: 15px;
}

.recommended-contents {
	margin-top: 150px;
}

/* #LetterDetail */
#LetterDetil .article-container {
	width: 100%;
	padding-bottom: 150px;
}
#LetterDetil .article-container::before {
	height: 100%;
}
#LetterDetil .article-content {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFEFEF;
}
#LetterDetil .article-content table table {
	border-collapse: separate;
}
#LetterDetil .button__wrap {
	margin-top: 80px;
}

/* PORTFOLIO */
.portfolio .search-form {
	margin-bottom: 40px;
}
.portfolio .search-list {
	width: auto;
	margin-bottom: 50px;
}
.portfolio .search-list .search-item {
	width: auto;
	padding-left: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.portfolio .search-list .sub-tabs__item {
	white-space: nowrap;
	margin: 0px 10px 16px 0;
}
.portfolio .sub-content {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.portfolio .list-content {
	-ms-flex-preferred-size: calc(33.333% - 20px);
	    flex-basis: calc(33.333% - 20px);
	margin-bottom: 60px;
	margin-right: 30px;
	background-color: transparent;
}
.portfolio .list-content:nth-child(3n) {
	margin-right: 0;
}
.portfolio .list-content__cover {
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.portfolio .list-content__cover:hover .list-content__info {
	opacity: 1;
	visibility: visible;
}
.portfolio .list-content__image {
	position: relative;
	height: 230px;
}
.portfolio .list-content__image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../../../assets/images/w/common/dummy_default.jpg");
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: -1;
}
.portfolio .list-content__head {
	margin-bottom: 10px;
}
.portfolio .list-content__title {
	display: block;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.portfolio .list-content__sort {
	display: block;
	font-size: 16px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ea2126;
	font-weight: 600;
	letter-spacing: 0;
}
.portfolio .list-content__info {
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 10px;
}
.portfolio .list-content__info--1 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	margin-bottom: 15px;
	display: block;
	font-size: 20px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 600;
}
.portfolio .list-content__info--2 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	line-height: 1;
}
.portfolio .list-content__info--3 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	display: block;
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

/* TECHHUB */
.techhub .sub-container {
	display: none;
}
.techhub .sub-container--located {
	position: relative;
	display: block;
	-webkit-transition: none;
	transition: none;
}
.techhub .sub-header__label {
	text-transform: none;
}
.techhub .sub-container dl dt {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.techhub .sub-content__inner {
	padding: 60px 80px;
	border-radius: 10px;
	background-color: #fafafa;
}
.techhub .sub-content dl {
	margin-top: 30px;
}
.techhub .sub-content .button__wrap {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top: 60px;
}
.techhub .sub-content .button__wrap .button {
	width: 200px;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.techhub .sub-content .button__wrap .button:not(:first-of-type) {
	margin-left: 10px;
}
.techhub .sub-content__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.techhub .sub-content__title p {
	font-size: 18px;
	line-height: 35px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin-left: 15px;
	vertical-align: middle;
}
.techhub .sub-content__icon {
	width: auto;
	display: inline-block;
}
.techhub .sub-content__icon--voice {
	width: 128px;
}
.techhub .sub-content__icon--voices {
	width: 163px;
}
.techhub .sub-content__icon--voicem {
	width: 165px;
}
.techhub .sub-content__icon--asquare {
	width: 170px;
}
.techhub .sub-content__icon--gaus {
	width: 120px;
}
.techhub .sub-content__icon--tera {
	width: 126px;
}
.techhub .sub-content__icon--tube {
	width: 106px;
}
.techhub .sub-content__icon--adscreen {
	width: 100px;
}
.techhub .sub-content__icon--sensen {
	width: 168px;
}
.techhub .sub-content__icon img {
	width: 100%;
}
.techhub .list-content {
	-ms-flex-preferred-size: calc(25% - 15px);
	    flex-basis: calc(25% - 15px);
	min-height: 280px;
	padding: 30px;
	margin-bottom: 15px;
	background-color: #ffffff;
}
.techhub .list-content--short {
	min-height: 240px;
}
.techhub .list-content:not(:last-of-type) {
	margin-right: 20px;
}
.techhub .list-content__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.techhub .list-content__wrap--wide .list-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.techhub .list-content__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 60px;
	overflow: hidden;
}
.techhub .list-content__title {
	font-size: 16px;
}
.techhub .list-content__title--short {
	margin-bottom: 0;
}
.techhub .list-content__description--long {
	min-height: 80px;
}

/* IR */
.container.ir {
	min-height: 1200px;
}
.container.ir .sub-container {
	display: none;
}
.container.ir .sub-container--located {
	position: relative;
	display: block;
	-webkit-transition: none;
	transition: none;
}
.container.ir .drop-box--active .drop-box__title {
	border: 1px solid #dddddd;
}
.container.ir .search-list {
	max-width: 20%;
}
.container.ir .search-form__wrap {
	max-width: 80%;
	width: 100%;
	margin: 0 0 0 10px;
}
.container.ir #ir-search {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir #ir-search::-webkit-input-placeholder {
	font-size: 18px;
	color: #888888;
}
.container.ir #ir-search::-moz-placeholder {
	font-size: 18px;
	color: #888888;
}
.container.ir #ir-search:-ms-input-placeholder {
	font-size: 18px;
	color: #888888;
}
.container.ir #ir-search::-ms-input-placeholder {
	font-size: 18px;
	color: #888888;
}
.container.ir #ir-search::placeholder {
	font-size: 18px;
	color: #888888;
}
.container.ir .drop-box {
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
	background-color: #fff;
}
.container.ir .drop-box__title {
	border: 1px solid #ffffff;
}
.container.ir .notice-list {
	margin: 20px 25px 80px;
}
.container.ir .notice-list__link {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.container.ir .notice-list__title {
	position: relative;
	width: 90%;
	padding-right: 10%;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.container.ir .notice-list__wrap {
	width: calc(100% - 50px);
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.container.ir .notice-list__title--file-attach i {
	display: inline-block;
	position: absolute;
	right: 50px;
	width: 30px;
	height: 30px;
	background: url("../../images/w/common/icons/icon_attchment.png") center center no-repeat;
	background-size: contain;
}
.container.ir .notice-list__title--meta i {
	display: inline-block;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
	font-style: normal;
	position: absolute;
	right: 50px;
}
.container.ir .notice-list__date {
	display: inline-block;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #888888;
}
.container.ir .notice-list .numbering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: auto;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 700;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.container.ir .notice-list__type {
	display: inline-block;
	margin-top: 4px;
	margin-right: 10px;
	color: #888888;
	font-size: 12px;
}
.container.ir .contact {
	max-width: 460px;
	padding-bottom: 50px;
	margin: 145px auto 0;
	text-align: center;
}
.container.ir .contact .image-block {
	display: block;
	max-width: 130px;
	margin: 0 auto 40px;
}
.container.ir .contact dl {
	text-align: left;
}
.container.ir .contact .warning {
	position: relative;
}
.container.ir .contact .warning .form-warning {
	bottom: 17px;
}
.container.ir .contact__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .contact__info {
	margin: 20px 0 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
	background-color: #fafafa;
}
.container.ir .contact__info a {
	border-bottom: 1px solid #055bff;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #055bff;
}
.container.ir .contact__sub-title {
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .contact__text {
	padding-left: 0;
}
.container.ir .contact__text::before {
	content: none;
}
.container.ir .table-tab li {
	float: left;
}
.container.ir .table-tab::after {
	display: block;
	content: "";
	clear: both;
}
.container.ir .table-content__desc {
	margin-bottom: 10px;
	text-align: right;
}
.container.ir table caption {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}
.container.ir table tbody .total td {
	color: #000000;
	background: #fafafa;
}
.container.ir table + table {
	margin-top: 50px;
}
.container.ir .table-item {
	margin: 0 25px 75px;
}
.container.ir .table-item thead th {
	padding: 22px 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .table-item tbody td {
	padding: 18px 0;
	color: #666666;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.container.ir .table-tab {
	margin: 30px 0;
}
.container.ir .table-tab ul li {
	position: relative;
	color: #666666;
	font-size: 14px;
}
.container.ir .table-tab ul li + li {
	margin-left: 26px;
}
.container.ir .table-tab ul li + li::before {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -13px;
	width: 1px;
	height: 12px;
	background: #dddddd;
	content: "";
}
.container.ir .table-tab .tab--active {
	color: #000000;
	border-bottom: 2px solid #000000;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .table-item--full {
	margin-top: 30px;
}
.container.ir .table-item--full thead th {
	width: 25%;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .sub-link {
	position: absolute;
	top: -90px;
	right: 0;
	font-size: 14px;
}
.container.ir .sub-link::after {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 105px;
	height: 1px;
	background-color: #000000;
	content: "";
}
.container.ir .layer__head .content__title {
	border-bottom: none;
}
.container.ir .layer__body {
	font-size: 14px;
}
.container.ir .layer__body h3 {
	font-size: 15px;
	padding-bottom: 20px;
	line-height: 1.2;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .layer__body h4 {
	padding-bottom: 13px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.container.ir .layer__body .content__title {
	font-size: 16px;
}
.container.ir .layer__body p {
	padding-bottom: 20px;
}
.container.ir .layer__body ul > li > ul > li {
	padding-bottom: 6px;
	padding-left: 24px;
}
.container.ir .layer__body .rule-content {
	margin-bottom: 40px;
}
.container.ir .layer__body .rule {
	margin-bottom: 40px;
}
.container.ir .layer__body .layer__button {
	margin-top: 40px;
	max-width: 93%;
}
.container.ir .sub-content__warning {
	margin-bottom: 150px;
}

/* AWARDS */
.awards .sub-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.awards .list-content {
	-ms-flex-preferred-size: calc(33.333% - 10px);
	    flex-basis: calc(33.333% - 10px);
	padding: 50px;
	margin-bottom: 15px;
}
.awards .list-content_double {
	-ms-flex-preferred-size: calc(33.333% - 10px);
	    flex-basis: calc(33.333% - 10px);
	padding: 0;
	margin-bottom: 0;
}
.awards .list-content_double .list-content {
	padding: 50px;
	margin-bottom: 0;
	border-bottom: 16px solid #ffffff;
}
.awards .list-content_double .list-content__description {
	min-height: 28px;
}
.awards .list-content--wide {
	width: 100%;
	max-width: calc(50% - 7.5px);
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
.awards .list-content--full {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	width: 100%;
}
.awards .list-content--full .list-content__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 450px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.awards .list-content--full .list-content__description li {
	width: 50%;
}
.awards .list-content--nocontent {
	min-height: 0;
	padding: 366.8px 0 0 0;
	position: relative;
	overflow: hidden;
}
.awards .list-content__cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../images/w/sub/awards_cover.jpg);
}
.awards .list-content__label {
	width: 70px;
	height: 70px;
	margin-bottom: 50px;
}
.awards .list-content__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.awards .list-content__description {
	min-height: 98px;
}
.awards .sub-top {
	border-top: 16px solid #ffffff;
}
.awards .list-content__description--short {
	min-height: 25px;
}
.awards .list-content__description li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	line-height: 24px;
	color: #666666;
}
.awards .list-content__description strong {
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #000000;
	line-height: inherit;
}
.awards .numbering {
	position: absolute;
	left: 0;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	color: #888888;
}

/* CAMPAIGN */
@-webkit-keyframes ImgDropIn {
	0% {
		-webkit-transform: translateX(-50%) scale3d(1.05, 1.05, 1);
		        transform: translateX(-50%) scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale3d(1, 1, 1);
		        transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
@keyframes ImgDropIn {
	0% {
		-webkit-transform: translateX(-50%) scale3d(1.05, 1.05, 1);
		        transform: translateX(-50%) scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale3d(1, 1, 1);
		        transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
@-webkit-keyframes ImgGroupSpread {
	0% {
		opacity: 0;
		flex-basis: 50%;
	}
	20% {
		opacity: 0;
		flex-basis: 50%;
	}
	100% {
		opacity: 1;
		flex-basis: 15%;
	}
}
@keyframes ImgGroupSpread {
	0% {
		opacity: 0;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	20% {
		opacity: 0;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	100% {
		opacity: 1;
		-ms-flex-preferred-size: 15%;
		    flex-basis: 15%;
	}
}
@-webkit-keyframes ListShowUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes ListShowUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.campaign .sub-header {
	margin-bottom: 0;
}
.campaign .sub-header__title {
	margin-bottom: 80px;
}
.campaign .visual {
	height: 400px;
	min-height: 400px;
	padding: 110px 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fafafa;
}
.campaign .visual__text li {
	opacity: 0;
}
.campaign .visual .image {
	max-height: 220px;
}
.campaign .visual .image--basic {
	z-index: 2;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.campaign .visual .image--first {
	position: absolute;
	top: 0;
}
.campaign .visual .image__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	opacity: 0;
}
.campaign .visual .image__group--left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.campaign .visual .image__group--left .image--first {
	right: 50%;
}
.campaign .visual .image__group--right .image--first {
	left: 50%;
}
.campaign .visual .image__group .image--last {
	position: relative;
	max-width: initial;
	width: 220px;
	height: 220px;
}
.campaign .visual.loaded .image--basic {
	opacity: 1;
	-webkit-animation: 1s ImgDropIn cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	        animation: 1s ImgDropIn cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.campaign .visual.loaded .image__group {
	-webkit-animation: 1.5s ImgGroupSpread cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	        animation: 1.5s ImgGroupSpread cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
.campaign .visual.loaded .image__group--left .image--first {
	right: 60%;
}
.campaign .visual.loaded .image__group--right {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.campaign .visual.loaded .image__group--right .image--first {
	left: 60%;
}
.campaign .visual.loaded .visual__text--left {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.campaign .visual.loaded .visual__text--right {
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.campaign .visual.loaded .visual__text li {
	-webkit-animation: 0.2s ListShowUp cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	        animation: 0.2s ListShowUp cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.campaign .visual__wrap {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	z-index: 2;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.campaign .visual__text {
	width: 50%;
	padding-top: 30px;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #999999;
	text-align: left;
}
.campaign .visual__text .visual__text-title {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.003px;
	white-space: nowrap;
}
.campaign .visual__text li {
	cursor: default;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	padding: 2.5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	vertical-align: middle;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.campaign .visual__text--left .visual__text-title {
	color: #ea2126;
}
.campaign .visual__text--right {
	text-align: right;
}
.campaign .visual__text--right .visual__text-title {
	color: #ffa600;
}
.campaign .accordian {
	margin-top: 40px;
}
.campaign .accordian .sub-content {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.campaign .accordian__title a {
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 26px;
	font-weight: 300;
}
.campaign .accordian__title::before {
	top: 18.5px;
}
.campaign .accordian__item--active .accordian__title a {
	font-weight: 500;
}
.campaign .accordian__item--active .accordian__title::before {
	top: 27.5px;
}
.campaign .sub-content {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.campaign .sub-content__title {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.campaign .sub-list__link {
	height: 110px;
	line-height: 110px;
	font-size: 26px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-weight: 100;
	letter-spacing: -0.01em;
}
.campaign .sub-list__title::before {
	top: 13.5px;
}
.campaign .sub-list__item--active .sub-list__title a {
	font-weight: 600;
}
.campaign .sub-list__item--active .sub-list__title::before {
	top: 15px;
}
.campaign .list-content {
	-ms-flex-preferred-size: calc(33.333% - 10px);
	    flex-basis: calc(33.333% - 10px);
	padding: 40px;
}
.campaign .list-content__label {
	padding-left: 38px;
	margin-bottom: 40px;
	position: relative;
	color: #ea2126;
}
.campaign .list-content__title {
	margin-bottom: 5px;
	font-size: 16px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.campaign .numbering {
	position: absolute;
	left: 0;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.campaign .list-content__description {
	min-height: 52px;
	font-size: 16px;
	color: #888888;
}
.campaign .diagram {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.campaign .diagram__title {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 20px;
}
.campaign .diagram__list {
	padding-left: 70px;
	padding-right: 70px;
}
.campaign .diagram__list--listed {
	padding: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: left;
}
.campaign .diagram__phase {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-preferred-size: content;
	    flex-basis: content;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
.campaign .diagram__icon {
	margin-right: 0;
}
.campaign .phase__title {
	margin: 0;
	display: block;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.campaign .phase__title > span {
	margin-top: 5px;
	color: #666666;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	display: block;
}
.campaign .phase__description {
	display: block;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}

.diagram__icon {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

.diagram__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.diagram__section .phase__title {
	margin-top: 8px;
}
.diagram__section--countersection .diagram__phase:first-child {
	padding: 20px 0 20px 70px;
	border: 1.5px dashed #dddddd;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-right: 0;
}
.diagram__section--countersection .diagram__phase:last-child {
	padding: 20px 70px 20px 0;
	border: 1.5px dashed #dddddd;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-left: 0;
}
.diagram__section--remarked {
	margin-left: -60px;
	-webkit-transform: translateY(27.5px);
	        transform: translateY(27.5px);
}
.diagram__section--listed {
	margin-right: 75px;
}
.diagram__section--listed .diagram__phase {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.diagram__section--listed .diagram__phase > section {
	text-align: left;
	padding-left: 30px;
}
.diagram__section--listed .phase__title {
	margin: 0 0 10px 0;
	text-align: left;
}
.diagram__section--packed .diagram__phase > section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	border: 1.5px dashed #dddddd;
	border-radius: 93px;
	margin-bottom: 10px;
}
.diagram__section--packed .diagram__phase > section .phase__title {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.phase__icon {
	width: 30px;
	height: 30px;
	position: relative;
}
.phase__icon--arrow::before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1.5px solid #000000;
	border-top: 1.5px solid #000000;
	content: "";
}
.phase__icon--plus {
	width: 20px;
	height: 20px;
}
.phase__icon--plus::after {
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 1.5px;
	background-color: #000000;
	content: "";
}
.phase__icon--plus::before {
	position: absolute;
	right: 10px;
	top: 0;
	height: 20px;
	width: 1.5px;
	background-color: #000000;
	content: "";
}
.phase__icon--countersection {
	width: 80px;
	height: 1px;
	padding: 71.5px 45px;
	border-top: 1.5px dashed #dddddd;
	border-bottom: 1.5px dashed #dddddd;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.phase__icon--countersection i {
	width: inherit;
	height: inherit;
	display: inline-block;
	position: relative;
	background-color: #000000;
}
.phase__icon--countersection i::before {
	position: absolute;
	left: 0;
	top: -6px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1.5px solid #000000;
	border-bottom: 1.5px solid #000000;
	content: "";
}
.phase__icon--countersection i::after {
	position: absolute;
	right: 0;
	top: -6px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1.5px solid #000000;
	border-top: 1.5px solid #000000;
	content: "";
}

/* MEDIA */
.media .sub-container {
	margin: 150px 0;
}
.media .sub-header + .sub-container {
	margin-top: 0;
}
.media .list-content {
	padding: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.media .sub-content__wrap + p {
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
.media .sub-content__inner {
	padding: 0 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
}
.media .sub-content__inner h3 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
}
.media .sub-content__label {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 auto 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.media .box__title {
	margin-bottom: 10px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media [data-section="매체 전문 조직 소개"] {
	margin-bottom: 235px;
}
.media [data-section="매체 전문 조직 소개"] h3 {
	position: relative;
}
.media [data-section="매체 전문 조직 소개"] h3 .image-block {
	border-radius: 0;
	overflow: visible;
	z-index: -1;
	position: absolute;
	top: calc(100% - 30.5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.media [data-section="매체 전문 조직 소개"] .sub-content__inner {
	position: relative;
	padding: 50px 100px 60px;
	border-radius: 175px;
	background-color: #fafafa;
}
.media [data-section="매체 전문 조직 소개"] .sub-content__inner .sub-content__label {
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-bottom: 0;
}
.media [data-section="매체 전문 조직 소개"] .sub-content__inner .sub-content__label .sub-content__label-bottom {
	background-color: #ea2126;
}
.media [data-section="매체 전문 조직 소개"] .sub-content__inner .image-block {
	border-radius: 0;
	overflow: visible;
	z-index: -1;
	position: absolute;
	top: calc(100% - 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.media [data-section="매체 전문 조직 소개"] .sub-content__box {
	height: 220px;
	-ms-flex-preferred-size: 220px;
	    flex-basis: 220px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.media [data-section="매체 전문 조직 소개"] .sub-content__wrap {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.media [data-section="매체 전문 조직 소개"] .sub-content__wrap + .sub-content__label {
	margin-top: -60px;
}
.media .sub-content__label-bottom {
	padding: 17.5px 65px;
	display: inline-block;
	background-color: #999999;
	border-radius: 52px;
}
.media .sub-content__label-bottom > strong {
	display: inline-block;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media .sub-content__label-bottom + .image-block {
	top: calc(100% - 105px) !important;
	-webkit-transform: translateX(-50%) rotate(180deg) !important;
	        transform: translateX(-50%) rotate(180deg) !important;
}
.media .sub-content__label-top {
	padding: 17.5px 75px;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
	background-color: #000000;
	border-radius: 52px;
	color: #ffffff;
}
.media .sub-content__label-top strong {
	display: inline-block;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media .sub-content__label-top::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 100%;
	height: 40px;
	width: 0;
	border: 0;
	border-right: 1.5px dashed #cbcbcb;
}
.media .sub-content__title {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 1.6;
}
.media [data-section="주요 제휴 매체사"] {
	padding: 150px 0;
	position: relative;
}
.media [data-section="주요 제휴 매체사"]::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: 0;
	height: 100%;
	background-color: #fafafa;
}
.media .list-content__label .numbering {
	margin-bottom: 40px;
	display: block;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	color: #ea2126;
}
.media .list-content__description {
	color: #000000;
}
.media .sub-content__description {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000000;
}
.media .sub-content__inner-title {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	color: #ffffff;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: center;
}
.media .sub-content__inner-title span {
	margin-top: 10px;
	display: block;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media .list-content__wrap {
	margin-top: 40px;
	margin-right: -15px;
}
.media .list-content__wrap::after {
	content: "";
	display: block;
	clear: both;
}
.media .list-content__wrap .list-content {
	float: left;
	padding: 0;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
	width: calc(33.333% - 15px);
	min-height: 190px;
	height: 190px;
	overflow: hidden;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.media .list-content__wrap .list-content:first-of-type {
	height: 390px;
}
.media .list-content__wrap .list-content:hover {
	border: 1px solid #ff3e39;
}
.media .list-content__wrap .list-content:hover .list-content__description {
	opacity: 1;
}
.media .list-content__wrap .list-content--wide {
	width: calc(50% - 15px);
}
.media .list-content__wrap .list-content__description {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: inherit;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: inherit;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.media .list-content__wrap .list-content__description h4 {
	margin-bottom: 10px;
	color: #ea2126;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media .list-content__image {
	min-height: 190px;
	height: inherit;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.media .list-content__image p {
	margin: 40px;
}
.media .diagram__phase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.media .phase__description {
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.media h3 + p {
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin-top: 5px;
	display: block;
}
.media [data-section="주요 제휴 매체사"] .sub-content__wrap {
	margin-top: 40px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.media [data-section="주요 제휴 매체사"] .sub-content__wrap > .sub-content__slogan {
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin-bottom: 20px;
}
.media [data-section="주요 제휴 매체사"] .sub-content__wrap .image-block {
	padding: 45px 110px;
	background-color: #fff;
	border-radius: 10px;
}

/* CREATIVE */
.creative {
	background: #ffffff;
}
.creative .sub-header-description {
	margin-bottom: 40px;
}
.creative .sub-header-description__title {
	font-size: 26px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.creative .sub-header-description__text {
	margin-top: 5px;
	font-size: 16px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.creative .sub-content__inner {
	padding: 0 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.creative .sub-content__inner::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: 120px;
	height: 550px;
	background-color: #fafafa;
}
.creative .sub-head__image {
	display: block;
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}
.creative .sub-head__wrap {
	width: 100%;
	max-width: 220px;
	margin-top: 30px;
	text-align: center;
}
.creative .sub-head__title {
	font-size: 16px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.creative .sub-head__description {
	margin-top: 10px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.creative .sub-content--row {
	width: calc(50% - 20px);
}
.creative .list-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #ffffff;
}
.creative .list-content__item {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.creative .list-content__inner {
	z-index: 1;
	position: relative;
	height: inherit;
	width: 100%;
	padding: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #ffffff;
}
.creative .list-content__item .list-content__title {
	opacity: 0;
	font-size: 26px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.creative .list-content__item .list-content__text {
	opacity: 0;
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 16px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.creative .list-content__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: -webkit-transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	z-index: 0;
	overflow: hidden;
	-webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-size: 110%;
	background-position: center;
	background-repeat: no-repeat;
}
.creative .list-content__image::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.667)), color-stop(25%), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.667), 25%, rgba(0, 0, 0, 0));
}
.creative .list-content__item:hover .list-content__image {
	-webkit-transform: scale3d(0.95, 0.95, 1);
	        transform: scale3d(0.95, 0.95, 1);
	background-size: 133.333%;
}
.creative .list-content__item:hover .list-content__image::before {
	opacity: 1;
}
.creative .list-content__item:hover .list-content__text,
.creative .list-content__item:hover .list-content__title {
	opacity: 1;
}
.creative [data-blockstyle="1"] {
	height: 170px;
}
.creative [data-blockstyle="2"] {
	height: 340px;
}
.creative [data-blockstyle="3"] {
	height: 510px;
}
.creative [data-colorstyle=black] {
	color: #000000 !important;
}

/* ESG */
.esg {
	background: #ffffff;
}
.esg .sub-container {
	margin-bottom: 0;
}
.esg .sub-header-description {
	margin: 110px auto 150px;
	padding: 0 140px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fafafa;
	border-radius: 210px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.esg .sub-header-description h3 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top: -30px;
	margin-bottom: 50px;
	text-align: center;
}
.esg .sub-header-description h3 span {
	width: 200px;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 60px;
	margin: 0 auto;
	display: block;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 26px;
	font-weight: 600;
	line-height: 60px;
	color: #ffffff;
	background-color: #ea2126;
	border-radius: 52px;
}
.esg .sub-header-description__item {
	width: 260px;
	height: 260px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.esg .sub-header-description__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.esg .sub-header-description__title {
	margin-top: 13px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
}
.esg .sub-header-description__title span {
	display: inline-block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #ea2126;
}
.esg .sub-header-description img {
	width: 100px;
	height: 100px;
}
.esg .sub-content {
	margin-bottom: 150px;
}
.esg .sub-content:last-of-type {
	margin-bottom: 0;
}
.esg .sub-content h3 {
	margin-bottom: 40px;
	font-size: 26px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg .sub-content__label {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 auto 70px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.esg .sub-content__label p {
	padding: 15px 100px;
	display: inline-block;
	background-color: #ea2126;
	border-radius: 52px;
}
.esg .sub-content__label p strong {
	display: inline-block;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg .sub-content__label p span {
	display: inline-block;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg .sub-content__label::after,
.esg .sub-content__label::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.esg .sub-content__label::before {
	bottom: -70px;
	height: 70px;
	width: 0;
	border: 0;
	border-right: 1.5px dashed #cbcbcb;
}
.esg .sub-content__label::after {
	bottom: -70px;
	width: 830px;
	height: 35px;
	border: 1.5px dashed #cbcbcb;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.esg .sub-content__label.label-nodot {
	margin-bottom: 35px;
}
.esg .sub-content__label.label-nodot::after {
	display: none;
}
.esg .sub-content__item {
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.esg .sub-content__item::before {
	left: 0;
	top: 2px;
	content: "·";
}
.esg .sub-content__item:not(:last-of-type) {
	margin-bottom: 10px;
}
.esg .sub-content__inner {
	padding: 150px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.esg .sub-content__inner::after {
	content: "";
	top: 0;
	z-index: -1;
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 100%;
	background-color: #fafafa;
}
.esg .sub-content__inner h3 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.esg .sub-content__inner .sub-content__box {
	height: 345px;
	-ms-flex-preferred-size: calc(33.333% - 10px);
	    flex-basis: calc(33.333% - 10px);
	padding: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
	border-top: 10px solid #ea2126;
}
.esg .sub-content__inner .sub-content__box p {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}
.esg .sub-content__inner .sub-content__box p span {
	position: absolute;
	left: calc(100% + 10px);
	bottom: 4px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 16px;
	line-height: inherit;
	white-space: nowrap;
}
.esg .sub-content__inner .list-container {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.esg .sub-content__inner .list-container .list-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: calc(50% - 20px);
	padding: 50px;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ffffff;
}
.esg .sub-content__inner .list-container .list-content:not(:first-of-type) {
	margin-left: 40px;
}
.esg .sub-content__inner .list-container .list-content__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.esg .sub-content__inner .list-container .list-content__item.item-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.esg .sub-content__inner .list-container .list-content__title {
	margin-bottom: 60px;
}
.esg .sub-content__inner .list-container .list-content__sub-title {
	margin-bottom: 10px;
	display: inline-block;
	color: #888888;
}
.esg .list-head {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 40px;
}
.esg .list-head .list-head__title {
	margin-bottom: 5px;
}
.esg .list-head .list-head__title .sub-content__title--link {
	vertical-align: middle;
}
.esg [data-section=ESG] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.esg [data-section=ESG] .image-block {
	max-width: 550px;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(500px);
	        transform: translateY(500px);
	overflow: visible;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.esg [data-section=ESG] .image-block:last-of-type {
	margin-top: 185px;
	margin-bottom: 0;
}
.esg [data-section=ESG] .image-block .button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 50px;
	gap: 10px;
}
.esg [data-section=ESG] .image-block .button__wrap .button {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.esg [data-section=ESG] .image-block:nth-of-type(1) .button__wrap .button {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.esg [data-section=ESG] .image-block:nth-of-type(1) .button__wrap--social .button {
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
}
.esg [data-section=ESG] .image-block__title {
	margin: 25px 0;
	font-size: 26px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg [data-section=ESG] .image-block__slogan {
	font-size: 18px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg [data-section=ESG] .image-block__text {
	margin-top: 15px;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.esg [data-section=ESG] .image-block__cover {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.esg [data-section=ESG] .image-block.slidein {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.esg .list-container--table {
	border-top: 2px solid #000000;
}
.esg .list-container--table .list-content__title {
	margin: 0;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.esg .list-container--table .list-content__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: center;
	background: #ffffff;
}
.esg .list-container--table .list-content__item:first-of-type, .esg .list-container--table .list-content__item:last-of-type {
	-webkit-box-flex: 1.8;
	    -ms-flex: 1.8;
	        flex: 1.8;
}
.esg .list-container--table .list-content__item:last-of-type {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
}
.esg .list-container--table .list-content__item--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.esg .list-container--table .list-content__item > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.esg .list-container--table .list-content__sub-title {
	display: none;
}
.esg .list-content__head--table {
	padding-top: 22px;
	padding-bottom: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #000000;
}
.esg .list-content__head--table span {
	font-size: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.esg .list-content--table {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	border-radius: 0;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
}

.esgPopup .layer__wrap {
	max-width: 700px;
}
.esgPopup .content__text {
	margin-bottom: 40px;
	padding: 30px;
	background-color: #fafafa;
	border-radius: 10px;
	color: #666666;
	font-size: 14px;
}
.esgPopup .content__text > p {
	margin-bottom: 20px;
	font-family: "NS BD";
	color: #000;
}
.esgPopup .content__text dl + dl {
	margin-top: 20px;
}
.esgPopup .content__text dl + p {
	margin-top: 40px;
}
.esgPopup .content__text dl dt {
	margin-bottom: 10px;
	font-family: "NS BD";
}
.esgPopup .content__text dl dd {
	line-height: 1.7;
}
.esgPopup .content__text dl dd + dt {
	margin-top: 20px;
}
.esgPopup .content__text dl dd + dd {
	margin-top: 15px;
}
.esgPopup .content__text dl dd p {
	padding-left: 15px;
}
.esgPopup .content__text dl dd p + p {
	margin-top: 10px;
}
.esgPopup .content__text dl dd span {
	display: block;
	padding-left: 15px;
}

/* ABOUT */
.about .container {
	max-width: 100%;
}
.about .sub-header {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0;
	position: relative;
	overflow: hidden;
}
.about .sub-header__title {
	position: relative;
	opacity: 1;
	overflow: hidden;
}
.about .sub-header__label--aloned {
	margin-bottom: 0;
}
.about .sub-header .sub-header__title {
	z-index: 99;
	padding: 85px 0 0 65px;
	margin: 0 30%;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.about .sub-header .sub-header__title::before {
	content: "";
	width: 326px;
	height: 163px;
	margin-top: -67px;
	display: block;
	position: absolute;
	left: -172.5px;
	z-index: -1;
	border-radius: 80px;
	background-color: #ea2126;
}
.about .visual {
	position: relative;
	border-radius: 0;
	overflow: visible;
}
.about .visual__title {
	font-size: 18px;
	font-weight: 700;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.about .visual__sub-title {
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 50px;
	line-height: 75px;
}
.about .visual__description {
	width: auto;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	letter-spacing: -1px;
}
.about .visual__wrap {
	z-index: 99;
	position: relative;
	margin: 150px 30% 30px;
	padding-left: 65px;
}
.about .visual__head {
	width: 360px;
	margin-left: 15px;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.about .visual__head::before {
	display: inline-block;
	position: absolute;
	left: -16px;
	width: 4px;
	height: 100%;
	background-color: #ea2126;
	content: "";
}
.about .visual__box {
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.about .visual__type {
	margin-bottom: 12px;
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #ea2126;
}
.about .visual a {
	display: block;
	position: relative;
	width: 220px;
	height: 50px;
	margin-top: 50px;
	line-height: 50px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	text-align: center;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	background-color: #ea2126;
}
.about .visual__thumb {
	width: 16.5vw;
	height: 450px;
	margin-left: calc(30% + 65px);
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.about .visual__image {
	width: 40vw;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left 95% top 0%;
	background-size: 140%;
	background-repeat: no-repeat;
	background-origin: padding-box;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	transition: all 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 0.25s ease;
}
.about .approached {
	margin: 0;
	padding: 0;
}
.about .approached .sub-header__title {
	-webkit-transform: translateY(-400px);
	        transform: translateY(-400px);
	opacity: 0;
}
.about .approached .visual__head {
	-webkit-transform: translateY(-400px);
	        transform: translateY(-400px);
	opacity: 0;
}
.about .approached .visual__box {
	top: -70px;
	opacity: 1;
}
.about .approached .visual__thumb {
	width: 100vw;
	height: 700px;
	margin-left: 0;
	border-radius: 0;
}
.about .approached .visual__image {
	width: 100vw;
	height: 700px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	background-size: 100%;
	background-position: left 0% center;
}
.about .sub-content {
	max-width: 1200px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
.about .sub-content[data-content=History] {
	padding-bottom: 150px;
	max-width: 100vw;
	position: relative;
	background-color: #fafafa;
	height: 1050px;
	overflow: hidden;
}
.about .sub-content[data-content=History] .sub-content__inner {
	content: "";
	max-width: 1200px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}
.about .sub-slide {
	margin-top: 20px;
	position: relative;
	overflow: visible;
	cursor: default;
}
.about .sub-slide__year {
	margin-bottom: 67.5px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 40px;
	font-weight: 600;
	color: #888888;
}
.about .sub-slide__date {
	position: absolute;
	left: 0;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	color: #666666;
}
.about .sub-slide__description {
	padding-left: 87.5px;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	color: #000000;
}
.about .sub-slide__description + .sub-slide__description {
	margin-top: 15px;
}
.about .sub-slide ul {
	position: absolute;
	padding-left: 87.5px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
	font-size: 18px;
	margin-bottom: 15px;
}
.about .sub-slide ul.slide-inner {
	position: relative;
}
.about .sub-slide li {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
}
.about .sub-slide li::before {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 10px;
	height: 20px;
	color: #666666;
	content: "·";
}
.about .swiper__navi {
	width: 120px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: -95px;
	right: 0;
}
.about .swiper__button-prev {
	right: 70px;
	background: url("../../../assets/images/w/common/icons/i_swiper_prev.svg") center center no-repeat;
}
.about .swiper__button-prev.swiper-button-disabled {
	background: url("../../../assets/images/w/common/icons/i_swiper_prev__unable.svg") center center no-repeat;
}
.about .swiper__button-next {
	right: 0;
	background: url("../../../assets/images/w/common/icons/i_swiper_next.svg") center center no-repeat;
}
.about .swiper__button-next.swiper-button-disabled {
	background: url("../../../assets/images/w/common/icons/i_swiper_next__unable.svg") center center no-repeat;
}
.about .swiper__button-prev,
.about .swiper__button-next {
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.about .swiper__button-prev::after,
.about .swiper__button-next::after {
	content: none;
}
.about .swiper-button-disabled {
	opacity: 1;
	cursor: default;
}
.about .state-bar {
	width: 100%;
	height: 4px;
	position: relative;
	top: 95px;
}
.about .state-bar::before {
	content: "";
	width: 180%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #dddddd;
}
.about .state-bar--fill {
	z-index: 1;
	width: auto;
	height: 4px;
	position: relative;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background: #ea2126;
}
.about .sub-slide__slides {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.about .swiper-slide-prev {
	opacity: 0;
}
.about .swiper-slide-active .sub-slide__year,
.about .swiper-slide-next .sub-slide__year {
	color: #ea2126;
	font-weight: bold;
}
.about .content-list {
	margin: 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about .content-list li {
	display: inline-block;
	width: calc(25% - 15px);
	padding: 30px;
	margin-bottom: 0 !important;
	background-color: #fafafa;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.about .content-list p {
	text-align: right;
}
.about .content-list strong {
	display: inline-block;
	padding-right: 5px;
	color: #ea2126;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
}
.about .content-list__text {
	display: inline-block;
	padding-left: 2px;
	padding-top: 35px;
	font-weight: 18px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.about .content-list__type {
	margin-bottom: 30px;
	color: #999999;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 16px;
	text-align: left !important;
}
.about .sub-content-list {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about .sub-content-list__item {
	width: calc(50% - 10px);
	height: 400px;
	margin-top: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
	border-radius: 10px;
}
.about .sub-content-list__item + .sub-content-list__item {
	color: #ffffff;
}
.about .sub-content-list__wrap {
	width: 100%;
	padding: 45px 60px 55px;
}
.about .sub-content-list h4 {
	margin-bottom: 20px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 40px;
	font-weight: 600;
}
.about .sub-content-list p {
	margin-top: 10px;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: -0.03em;
}
.about .sub-content-list.image-block-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
}
.about .sub-content-list .image-block:nth-of-type(1) {
	background-image: url(../../images/w/visual/block1.png);
}
.about .sub-content-list .image-block:nth-of-type(2) {
	background-image: url(../../images/w/visual/block2.png);
}
.about .sub-content-list .image-block:nth-of-type(3) {
	background-image: url(../../images/w/visual/block3.png);
}
.about .sub-content-list .image-block:nth-of-type(4) {
	background-image: url(../../images/w/visual/block4.png);
}
.about .sub-content-list .image-block:nth-of-type(5) {
	background-image: url(../../images/w/visual/block5.png);
}
.about .sub-content-list .image-block:nth-of-type(6) {
	background-image: url(../../images/w/visual/block6.png);
}
.about .sub-content-list .image-block:nth-of-type(7) {
	background-image: url(../../images/w/visual/block7.png);
}
.about .sub-content-list .image-block:nth-of-type(8) {
	background-image: url(../../images/w/visual/block8.png);
}
.about .sub-content-list .image-block:nth-of-type(9) {
	background-image: url(../../images/w/visual/block9.png);
}
.about .sub-content-list .image-block:nth-of-type(10) {
	background-image: url(../../images/w/visual/block10.png);
}
.about .sub-content-list .image-block:nth-of-type(1),
.about .sub-content-list .image-block:nth-of-type(2),
.about .sub-content-list .image-block:nth-of-type(3),
.about .sub-content-list .image-block:nth-of-type(6),
.about .sub-content-list .image-block:nth-of-type(7),
.about .sub-content-list .image-block:nth-of-type(10) {
	background-position: right center;
}
.about .sub-content-list .image-block:nth-of-type(2) {
	background-position: center center;
}
.about .sub-content-list .image-block:nth-of-type(8) {
	background-position: right center;
}
.about .sub-content-list .image-block {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 300px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background-size: cover;
	overflow: hidden;
}
.about .sub-content-list .image-block::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: inherit;
	max-width: inherit;
	height: inherit;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), 50%, rgba(0, 0, 0, 0));
}
.about .sub-content-list .image-block:nth-of-type(5n) {
	margin-right: 0;
}
.about .sub-content-list .image-block:nth-of-type(2), .about .sub-content-list .image-block:nth-of-type(4), .about .sub-content-list .image-block:nth-of-type(7), .about .sub-content-list .image-block:nth-of-type(9) {
	-webkit-transform: translateY(60px);
	        transform: translateY(60px);
}
.about .sub-content-list .image-block:last-of-type {
	margin-bottom: 0;
}
.about .sub-content-list .image-block__title {
	font-size: 18px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.about .sub-content-list .image-block__slogan {
	font-size: 13.7px;
	line-height: 1.6;
	font-family: "NS RG", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	margin-top: 12px;
	letter-spacing: -0.9px;
}
.about .sub-content-list .image-block .button__wrap {
	display: none;
}
.about .sub-content-list .image-block .link__wrap {
	display: block;
	padding: 20px;
	color: #fff;
	cursor: default;
}
.about .logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 75px;
	border: 1px solid transparent;
}
.about .logo-list .image-block {
	width: 100%;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
}
.about .logo-list .image-block:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.about .logo-list__item {
	width: calc(25% - 1px);
	padding: 20px 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 !important;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-right: 1px solid transparent;
}
.about .logo-list--row {
	border-bottom: 1px solid transparent;
}
.about .logo-list--row:last-of-type {
	border-bottom: 0;
}
.about .logo-list__item:nth-of-type(4n) {
	border-right: 0;
}
.about .list-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
}
.about .list-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 40px;
}
.about .list-content__label {
	padding-left: 38px;
	margin-bottom: 40px;
	position: relative;
	color: #ea2126;
}
.about .list-content__label .numbering {
	position: absolute;
	left: 0;
	font-family: "basic-sans", sans-serif, "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about .list-content__title {
	margin-bottom: 5px;
	font-size: 24px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.personal {
	background: #ffffff;
}
.personal .sub-header {
	margin-bottom: 0;
}
.personal .sub-header__description {
	padding-top: 18px;
}
.personal .private-term {
	padding: 0 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
}
.personal .private-term .term_list > li {
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
}
.personal .private-term .term_list > li:first-of-type {
	margin-top: 60px;
	border-top: 0;
}
.personal .private-term .term_list h4.term_tit {
	color: #000;
	margin-bottom: 30px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.personal .private-term .term_list .term_anchor {
	width: 100%;
	margin-right: -6px;
}
.personal .private-term .term_list .term_anchor li {
	float: left;
	width: calc(50% - 21px);
	margin-right: 6px;
	background: #eaeaea;
}
.personal .private-term .term_list .term_anchor::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.personal .private-term .term_list .term_anchor li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 77px;
	letter-spacing: -1px;
	padding: 4px 4px 4px 15px;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.personal .private-term .term_list h3.term_tit {
	font-size: 22px;
	color: #ea2126;
	margin-bottom: 30px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.personal .private-term .term_list dl dt {
	margin-bottom: 20px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.personal .private-term .term_list dl dd {
	padding-left: 24px;
	margin-bottom: 10px;
}
.personal .private-term .term_list .term_box {
	background: #eaeaea;
	padding: 20px;
}
.personal .private-term .term_list .term_box:after {
	content: "";
	display: block;
	clear: both;
}
.personal .private-term .term_list .term_box li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.personal .private-term .term_list .term_txt {
	margin-bottom: 20px;
}
.personal .private-term .term_list dl dd {
	padding-left: 10px;
	margin-bottom: 20px;
}
.personal .private-term .term_list dl dd:before {
	display: none;
}
.personal .private-term .term_list .term_tbl_tit {
	font-size: 14px;
	margin-bottom: 15px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.personal .term_tbl_tit + table {
	margin-top: 10px;
}
.personal .private-term .term_list table {
	width: 100%;
	border-top: 2px solid #ea2126;
	margin-bottom: 30px;
	font-size: 14px;
}
.personal .private-term .term_list br {
	display: none;
}
.personal .private-term .term_list table tr {
	border-bottom: 1px solid #dedede;
}
.personal .private-term .term_list table th {
	width: 20%;
	min-width: 100px;
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	text-align: center;
	font-weight: 700;
}
.personal .private-term .term_list table th,
.personal .private-term .term_list table td {
	padding: 8px 0;
}
.personal .private-term .term_list table td {
	width: 80%;
	padding-left: 30px;
}
.personal .private-term .link_btn {
	min-width: 560px;
	height: 60px;
	display: inline-block;
	margin: 40px auto 0;
	padding: 16px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #000000;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	white-space: nowrap;
}
.personal .private-term .link_btn strong {
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}

.search-form--tower {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.search-form--tower .search-form__wrap {
	max-width: 600px;
	margin-bottom: 20px;
}
.search-form--tower .search-list {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.search-form--tower .search-list .search-item {
	max-width: 810px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.letter .search-form--tower .search-item {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.popup.Privacy .layer__checkbox {
	position: absolute;
	bottom: -35px;
	left: 0;
}
.popup.Privacy .layer__checkbox label span {
	display: block;
	padding-left: 35px;
}
.popup.Privacy .layer__wrap--wide {
	max-width: 700px;
}
.popup.Privacy .layer__head {
	margin-bottom: 40px;
}
.popup.Privacy .content__title {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.popup.Privacy .content__text > p {
	margin-bottom: 25px;
	display: block;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.popup.Privacy .content__text-wrap {
	max-width: 100%;
	padding: 30px 40px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(250, 250, 250, 0.9);
}
.popup.Privacy .content__text-wrap > a {
	margin-top: 30px;
	display: block;
	font-size: 16px;
	text-decoration: underline;
}
.popup.Privacy ul,
.popup.Privacy ol {
	margin-bottom: 20px;
}
.popup.Privacy dl {
	margin-bottom: 10px;
}
.popup.Privacy ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.popup.Privacy ol li:not(:first-of-type) {
	margin-left: 80px;
}
.popup.Privacy .tit {
	color: #000000;
	font-size: 16px;
	font-family: "NS MD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
}
.popup.Privacy .tit span {
	margin-left: 10px;
	display: inline-block;
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.popup.Privacy li {
	font-size: 16px;
	font-family: "NS DL", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif !important;
	color: #666666;
}
.popup.Privacy li:not(:first-of-type) {
	margin-top: 4px;
}
.popup.Privacy dt {
	margin: 0 0 4px;
	line-height: inherit;
}
.popup.Privacy .dd-tit {
	padding-left: 15px;
}
.popup.Privacy .dd-tit::before {
	content: "";
}
.popup.Privacy dd {
	position: relative;
	padding-left: 30px;
	line-height: inherit;
	color: #666666;
}
.popup.Privacy dd:not(:last-of-type) {
	margin-bottom: 6px;
}
.popup.Privacy dd::before {
	position: absolute;
	top: 0;
	left: 20px;
	content: "-";
}
.popup.Privacy dd a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.popup.Privacy .button__wrap {
	margin-top: 40px;
	max-width: 100%;
	text-align: center;
}
.popup.Privacy .layer__button {
	width: 320px;
}

.creative .creative_inner {
	padding: 0;
}
.creative .creative_inner::after {
	display: none;
}
.creative .creative_list {
	width: 100%;
}
.creative .creative_list-item + .creative_list-item {
	margin-top: 80px;
}
.creative .creative_list-item .swiper-container {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 24px;
	overflow: hidden;
}
.creative .creative_list-item .swiper-container .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.creative .creative_list-item .swiper-pagination-bullet-active {
	background-color: #ea2126;
}
.creative .creative_list [class^=creative_item-] {
	padding-left: 20px;
}
.creative .creative_list .creative_item-title {
	margin-bottom: 21px;
	font-size: 24px;
	font-family: "NS BD", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
}
.creative .creative_list .creative_item-desc {
	margin-bottom: 12px;
	font-size: 16px;
}
.creative .creative_list .creative_item-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: "NS DL";
	color: #666666;
}
.creative .creative_list .creative_item-tag .__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	padding: 0 10px;
	margin-right: 6px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #dddddd;
	border-radius: 14px;
	font-family: "NS DL";
	color: #666666;
}

/* PORTFOLIO */
.container .fillContents {
	margin: 0 -50vw;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
}
.container .fillContents .pfDetail {
	margin-top: -99px;
}

.pfList:not(:last-child) {
	margin-bottom: 80px;
}
.pfList__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.pfList__item {
	display: block;
	padding-top: 62.5%;
	position: relative;
	background-image: url("../../images/w/common/dummy_default.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 400px;
	background-color: #fafafa;
	border-right: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.pfList__item:nth-child(2n) {
	border-right: none;
}
.pfList__item:hover .pfList__inner:before {
	opacity: 1;
}
.pfList__item:hover .pfList__inner .group {
	opacity: 1;
}
.pfList__item--locked {
	cursor: default;
}
.pfList__item--locked .pfList__inner:after {
	content: "";
	display: block;
	position: absolute;
	right: 40px;
	top: 40px;
	width: 30px;
	height: 30px;
	background: url("../../images/w/sub/ico_lock.svg") no-repeat 0 0/cover;
}
.pfList__inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.pfList__inner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pfList__inner .group {
	position: relative;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
}
.pfList__inner .hastag {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 12px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pfList__inner .hastag span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	height: 41px;
	padding: 0 12px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 100vw;
}
.pfList__client {
	font-weight: 500;
	font-size: 16px;
}
.pfList__name {
	font-size: 40px;
	font-weight: 700;
}
@media screen and (max-width: 1920px) {
	.pfList__name {
		font-size: 2.0833333333vw;
	}
}

.pfDetail {
	padding-bottom: 150px;
}
.pfDetail__category {
	font-size: 18px;
	color: #ea2126;
	font-weight: 600;
	margin-bottom: 8px;
}
.pfDetail__name {
	font-size: 40px;
	font-weight: 700;
}
@media screen and (max-width: 1920px) {
	.pfDetail__name {
		font-size: 2.0833333333vw;
	}
}
.pfDetail__client {
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.pfDetail__info {
	margin-top: 20px;
	padding: 24px 24px 24px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.pfDetail__info .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: grid;
	grid-template-columns: 30px 1fr;
}
.pfDetail__info .row:not(:first-child) {
	margin-top: 12px;
}
.pfDetail__info .row:nth-child(1) i {
	background-image: url("../../images/w/sub/ico_portfolio01.svg");
}
.pfDetail__info .row:nth-child(2) i {
	background-image: url("../../images/w/sub/ico_portfolio02.svg");
}
.pfDetail__info .row:nth-child(3) i {
	background-image: url("../../images/w/sub/ico_portfolio03.svg");
}
.pfDetail__info .row i {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pfDetail__info .row > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.pfDetail__info .row .medium {
	margin-bottom: 10px;
	font-weight: 600;
}
.pfDetail__info .row .demilight {
	line-height: 26px;
	color: #666;
	font-weight: 300;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pfDetail .detail {
	display: grid;
	grid-template-columns: 1184px 1fr;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	        column-gap: 60px;
}
@media screen and (max-width: 1920px) {
	.pfDetail .detail {
		-webkit-column-gap: 3.125vw;
		   -moz-column-gap: 3.125vw;
		        column-gap: 3.125vw;
		grid-template-columns: 1.2fr 0.9fr;
	}
}
.pfDetail .detail__left {
	height: 666px;
}
.pfDetail .detail__left .figure {
	height: 100%;
	position: relative;
	background-image: url("../../images/w/common/dummy_default.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 400px;
	background-color: #fafafa;
}
.pfDetail .detail__left .figure__figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pfDetail .detail__left .figure__figure img,
.pfDetail .detail__left .figure__figure video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.pfDetail .detail__left .figure__figure iframe {
	width: 100%;
	height: 100%;
}
.pfDetail .detail__right {
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 60px;
	margin-right: 60px;
}
@media screen and (max-width: 1920px) {
	.pfDetail .detail__right {
		padding-top: 3.125vw;
		margin-right: 3.125vw;
	}
}
.pfDetail .detail__right .hastag {
	margin-top: 23px;
	margin-right: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
}
.pfDetail .detail__right .hastag span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	padding: 0 12px;
	height: 36px;
	color: #666666;
	border-radius: 100vw;
	background-color: rgba(224, 224, 224, 0.3);
}
.pfDetail .detail__right .button__wrap {
	text-align: left;
	margin-top: auto;
}
.pfDetail .detail__right .button__wrap .button {
	text-align: center;
}
.pfDetail .navigation {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
	max-width: 1800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 1920px) {
	.pfDetail .navigation {
		width: calc(100% - 3.125vw);
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
	}
}
.pfDetail .navigation__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 218px;
	height: 136px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background-image: url("../../images/w/common/dummy_default.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 400px;
	background-color: #fafafa;
	overflow: hidden;
}
.pfDetail .navigation__item--actived:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}
.pfDetail .navigation__item--actived:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/w/sub/ico_nav_check.svg") no-repeat 50% 50%;
	z-index: 3;
}
.pfDetail .navigation__item .navigation__item--inner {
	position: relative;
}
.pfDetail .navigation__item .navigation__item--inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 1;
}
.pfDetail .navigation__item img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
}

.insight .article__content b {
	font-weight: 700 !important;
}
.insight .article__content b span, .insight .article__content b p {
	font-weight: 700 !important;
}

.partner-desc {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	text-align: right;
}