@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");
@import url("https://fonts.googleapis.com/css2?family=Recursive:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
/*
	Forty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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;
	border: 0;	
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
    font-size: 100%;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}


	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #fff;
	}


/* Type */

	body, select, textarea {
		color: #333;
		font-family: "Source Sans Pro", "Noto Sans KR", Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.7;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color: inherit;
		text-decoration: none;

	}
		a:hover {
			border-bottom-color: transparent;
			color: inherit;
		}

		a:active {
			color: inherit;
		}

	strong, b {
		color: #333;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0;
	}

	h1, h2, h3, h4, h5, h6 {

	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.35em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(212, 212, 255, 0.1);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(212, 212, 255, 0.035);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(212, 212, 255, 0.1);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
        justify-content: space-between;
	}


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		width: -moz-max-content;
		width: -webkit-max-content;
		width: -ms-max-content;
		width: max-content;
		margin-bottom: 2em;
	}

		header.major > :first-child {
			margin-bottom: 0;
			width: calc(100% + 0.5em);
		}

			header.major > :first-child:after {
				content: '';
				background-color: #ffffff;
				display: block;
				height: 2px;
				margin: 0.325em 0 0.5em 0;
				width: 100%;
			}

		header.major > p {
			font-size: 0.7em;
			font-weight: 600;
			letter-spacing: 0.25em;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		body.is-ie header.major > :first-child:after {
			max-width: 9em;
		}

		body.is-ie header.major > h1:after {
			max-width: 100% !important;
		}

	@media screen and (max-width: 736px) {

		header.major > p br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(212, 212, 255, 0.035);
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9bf1ff;
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #242943;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-weight: 300;
			padding-left: 2.65em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(212, 212, 255, 0.035);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				letter-spacing: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #9bf1ff;
			content: '\f00c';
			color: #242943;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #999;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #999;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #999;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #999;
		opacity: 1.0;
	}

/* Box */

	.box {
		border: solid 1px rgba(212, 212, 255, 0.1);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.alt:before {
			background-color: #ffffff;
			border-radius: 100%;
			color: #242943;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			text-align: center;
			width: 2em;
		}

	a.icon.alt:before {
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	a.icon.alt:hover:before {
		background-color: #6fc3df;
	}

	a.icon.alt:active:before {
		background-color: #37a6cb;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 30%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1.25em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1.25em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

			@media screen and (max-width: 736px) {

				.image.main {
					margin: 1.5em 0;
				}

			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin:0;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(212, 212, 255, 0.1);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

		@media screen and (max-width: 736px) {

			ul.icons li {
				padding: 0 0.75em 0 0;
			}

		}

/* Pagination */

	ul.pagination {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.pagination li {
			display: inline-block;
			padding-left: 0;
			vertical-align: middle;
		}

			ul.pagination li > .page {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				border-bottom: 0;
				display: inline-block;
				font-size: 0.8em;
				font-weight: 600;
				height: 1.5em;
				line-height: 1.5em;
				margin: 0 0.125em;
				min-width: 1.5em;
				padding: 0 0.5em;
				text-align: center;
			}

				ul.pagination li > .page.active {
					background-color: #ffffff;
					color: #242943;
				}

					ul.pagination li > .page.active:hover {
						background-color: #9bf1ff;
						color: #242943 !important;
					}

					ul.pagination li > .page.active:active {
						background-color: #53e3fb;
					}

			ul.pagination li:first-child {
				padding-right: 0.75em;
			}

			ul.pagination li:last-child {
				padding-left: 0.75em;
			}

		@media screen and (max-width: 480px) {

			ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
				display: none;
			}

			ul.pagination li:first-child {
				padding-right: 0;
			}

		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		width: 100%;
	}

		table tbody tr {
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0;
            color:inherit;
		}
        table td span {font-weight:700;}

		table th {
            color:#015001;
			font-weight: 700;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(212, 212, 255, 0.1);
		}

		table tfoot {
			border-top: solid 2px rgba(212, 212, 255, 0.1);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(212, 212, 255, 0.1);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.5em;
		letter-spacing: 0.25em;
		line-height: 3.5em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		button:hover,
		button:active,
		.button:hover,
		.button:active {
			color: #9bf1ff;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(155, 241, 255, 0.1);
			color: #53e3fb;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.25em;
			height: 3em;
			line-height: 3em;
		}

		input[type="submit"].next,
		input[type="reset"].next,
		input[type="button"].next,
		button.next,
		.button.next {
			padding-right: 4.5em;
			position: relative;
		}

			input[type="submit"].next:before, input[type="submit"].next:after,
			input[type="reset"].next:before,
			input[type="reset"].next:after,
			input[type="button"].next:before,
			input[type="button"].next:after,
			button.next:before,
			button.next:after,
			.button.next:before,
			.button.next:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				background-position: center right;
				background-repeat: no-repeat;
				background-size: 36px 24px;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				right: 1.5em;
				top: 0;
				vertical-align: middle;
				width: 36px;
			}

			input[type="submit"].next:before,
			input[type="reset"].next:before,
			input[type="button"].next:before,
			button.next:before,
			.button.next:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
			}

			input[type="submit"].next:after,
			input[type="reset"].next:after,
			input[type="button"].next:after,
			button.next:after,
			.button.next:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
				opacity: 0;
				z-index: 1;
			}

			input[type="submit"].next:hover:after, input[type="submit"].next:active:after,
			input[type="reset"].next:hover:after,
			input[type="reset"].next:active:after,
			input[type="button"].next:hover:after,
			input[type="button"].next:active:after,
			button.next:hover:after,
			button.next:active:after,
			.button.next:hover:after,
			.button.next:active:after {
				opacity: 1;
			}

			@media screen and (max-width: 1280px) {

				input[type="submit"].next,
				input[type="reset"].next,
				input[type="button"].next,
				button.next,
				.button.next {
					padding-right: 5em;
				}

			}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			box-shadow: none;
			color: #242943;
		}

			input[type="submit"].primary:hover, input[type="submit"].primary:active,
			input[type="reset"].primary:hover,
			input[type="reset"].primary:active,
			input[type="button"].primary:hover,
			input[type="button"].primary:active,
			button.primary:hover,
			button.primary:active,
			.button.primary:hover,
			.button.primary:active {
				background-color: #9bf1ff;
				color: #242943 !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #53e3fb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}



/* Main */

	#main {
        width:1280px;
        position:relative;
        margin:0 auto
	}

		#main > * {
			position:relative;
            margin:0 auto;
		}
.bg_gray {
    width:100%;
    height:700px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
}
.bg_gray > .bg_solid {
    width:100%;
    height:350px;
    background:#e4e4e4;
    position:absolute;
    bottom:0;
    left:0;
}
.bg_gray > img.bgleft {position:absolute;bottom:0;left:100px;}
.bg_gray > img.bgright {position:absolute;bottom:0;right:100px;}
.bgsnow_l {position:fixed;z-index:0;top:140px;left:calc(((100% - 1280px)/2) - 230px);}
.bgsnow_r {position:fixed;z-index:0;top:140px;right:calc(((100% - 1280px)/2) - 230px);}
.main_wrap {padding-bottom:30px;}
.main_title_wrap {
    position:relative;
    width:100%;
    height:160px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-box;
    flex-wrap:wrap;
    flex-wrap:-ms-wrap;
    justify-content: space-between;
    -ms-flex-pack:justify;
    -webkit-box-pack:justify;
    margin-bottom:40px;
}
.main_link {
    position:absolute;
    top:0;
    left:0;
    display:flex;
}
.main_link div {
    font-size:0.8em;
    line-height:0.8em;
    z-index:1;
    padding:4px 6px;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
}
.main_link div:nth-of-type(1) {border-bottom:3px solid #0c48a3;}
.main_link div:nth-of-type(2) {margin-left:-1px;border-bottom:3px solid #d157b1;}
.main_link div:nth-of-type(1):hover {
    color:#0c48a3;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.main_link div:nth-of-type(2):hover {
    color:#d157b1;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.main_link div span {vertical-align: middle;}
.main_link div img {width:auto; height:24px; vertical-align: middle;}
    .main_title {
        position:relative;
        width:480px;
        height:160px;
        padding-top:45px;
        margin-right:20px;
}
.main_title h1 {
    font-size:4.5em;
    font-weight:700;
    margin:0;
    padding:0;
    line-height:1.3;
    letter-spacing: -0.05em;
}
.main_title h2 {
    font-size:1.6em;
    margin:0;
    padding:0;
    line-height:1.3;
}
.main_date_wrap {
    position:relative;
    width:630px;
    padding-top:30px;
    text-align:right;
    margin-right:20px;
}
.main_logo {
    width:100%;
    height:80px;
    padding-bottom:10px;
    border-bottom:3px solid #333;
}
.main_logo img {height:100%;}
.main_date {
    width:100%;
    height:40px;
    border-bottom:1px solid #333;
    line-height:1.8;
    font-size:1.4em;
}
.main_date > img {
    position:absolute;
    left:-20px;
    bottom:-22px;
}
.main_vol_m, .main_slo {display:none}
.main_vol {
    position:relative;
    width:130px;
    height:100%;
    background:#015001;
    color:#fff;
    text-align:center;
    padding-top:30px;
}
.main_vol h1 {font-family: 'Recursive', sans-serif; font-weight:700; font-size:5.5em; line-height:1;}
.main_vol h2 { font-weight:400; font-size:1em; }
.main_vol > img.snow1 {position:absolute;top:2%;left:50%;transform:translate(-50%,0)}
.main_vol > img.snow2 {position:absolute;bottom:0;left:2%;}
.main_vol > img.hat {position:absolute;top:40%;right:0.3rem;}

.letterlink {
    position:absolute;
    right:0;
    bottom:-45px;
    width:130px;
    background:#575757; color:#fff; height:40px; line-height:38px; text-align:center; font-weight:500
}
.letterlink > img.bell {position:absolute;bottom:0;right:-38%;}

.main_img_wrap {
    position:relative;
    width:730px;
    height:auto;
}
img.b1 {
    position:absolute;
    top:-6px;
    left:-6px;
    vertical-align: top;
    z-index:3;
}
img.b2 {
    position:absolute;
    bottom:-6px;
    right:-6px;
    vertical-align: top;
    z-index:3;
}
img.s1 {
    position:absolute;
    top:50%;
    left:-20px;
    z-index:3;
}
img.s2 {
    position:absolute;
    top:20%;
    right:-10px;
    vertical-align: top;
    z-index:3;
    width:60px;
}
img.s3 {
    position:absolute;
    bottom:5%;
    left:-5px;
    vertical-align: top;
    z-index:3;
    width:36px;
}
.main_subtitle {
    position:relative;
    width:100%;
    height:30px;
    /*overflow: hidden;*/
    /*background:url('../../images/bg_subtitle_line.png');*/
    background-repeat: repeat-x;
    background-position:center center;
}
.main_subtitle > p {
    font-size:1em;
    font-weight:700;
    letter-spacing: 0;
    margin:0;
    padding-right:10px;
    color:#015001;
    float:left;
    line-height:30px;
}
.main_subtitle > hr {
    width: auto;
    height: 30px;
    border-top: 1px solid #015001;
    border-bottom: 0;
    transform: translate(0,50%);
    margin: 0;
}
.main_subtitle.bg > p {
    background:#f3f0eb;
}
.main_subtitle img {
    position:absolute;
    top:-10px;
    left:-26px;
    width:24px;
}
.main_subtitle > p.small {font-size:1em;}
.main_subtitle2 {
    position:relative;
    width:100%;
    height:60px;
    margin-bottom:10px;
    color:#015001;
    line-height:1.3
}
.main_subtitle2 h3 {font-size:1.6em; font-weight:700;}
.main_subtitle2 h4 {color:#333;}
.main_glad_wrap {
    position:relative;
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:10px;
    margin-bottom:10px;
}
.main_glad {
    position:relative;
    width:365px;
    height:50px;
    color:#fff;
    font-weight:700;
    padding-left:20px;
}
.main_glad:after {
    position:absolute;
    right:20px;
    top:50%;
    transform:translate(0,-50%);
    content:"더보기 \276F"
}
.main_glad > span {position:relative;display:inline-block;vertical-align: middle; line-height:50px}
.main_glad.g1 {background:#40abb0}
.main_glad.g2 {background:#f08073}
.main_img {
    position:relative;
    width:100%;
    height:690px;
    background:url('../../images/img_main.jpg');
    background-size:cover;
    background-position: center center;
    overflow:hidden;
}
.main_img:hover > .bg_grad {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.bg_grad {
    width:100%;
    height:100%;
    background:url('../../images/img_main.jpg');
    background-size:cover;
    background-position: center center;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -o-transition: -o-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
}
.main_txt {
    position:absolute;
    left:50px;
    top:50px;
    z-index: 2;
    color:#fff;
}
.main_txt h1 {font-size:2.5em; line-height:1.2; letter-spacing: -0.08em;}
.main_txt h1 span {font-size:120%; font-weight:700;}
.main_txt h2 {font-size:1.5em; font-weight:700;}
.main_txt h2.fc_cyan {color:#40abb0}
.main_txt h2.fc_purple {color:#cdaeff}
.main_txt h2.fc_orange {color:#ec5d3f}
.main_txt h2.fc_blue {color:#00a0e1}
.main_txt ul {margin-top:10px;font-size:1.3em; list-style: none;}
.main_txt ul li {padding-left:0; font-size:0.7em;}
.main_img:hover > .main_txt h1 {background:#fff;  display:inline; color:#333;}
.main_img:hover > .main_txt h2 {background:#fff;  display:table-cell; color:#333}
.main_img:hover > .main_txt ul li {background:#fff; color:#333;}
.main_menu {
    width:480px;
}	
.main_menu_img {
    position:relative;
    width:230px;
    height:160px;
    overflow:hidden;
}
.main_menu_img:hover > a > img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main_menu_img > a > img {
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -o-transition: -o-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
}
.main_subcont {
    margin-top:10px;
    margin-bottom:40px;
}
.main_subcont tbody tr:hover {cursor:pointer; text-decoration: underline;}
.main_subcont tbody tr th{width:120px;height:30px;}
.main_subcont tbody tr td{width:390px;height:30px;}

.main_subcont2 h3 {font-size:1.1em; font-weight:700;line-height:1.2}
.main_subcont2 p {position:absolute; top:70px; font-size:0.85em; letter-spacing:-0.1em; line-height:1.5}
.main_subcont2 ul {position:absolute; top:70px;padding-left:15px;}
.main_subcont2 ul li {font-size:0.85em; letter-spacing:-0.1em; line-height:1.5;list-style: disc; padding-left:0;margin-left:0;}
.main_subcont2 {position:relative; width:31%; margin-top:20px;}

.main_subcont2 > .c1,
.main_subcont2 > .c2,
.main_subcont2 > .c3 {
    position:relative;
    width:100%;
    color:#fff;
    padding:10px;
    border-radius:10px;
    -moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
}
.main_subcont2 > .c1,
.main_subcont2 > .c2,
.main_subcont2 > .c3 {height:180px;}

.main_subcont2 > .c1:hover,
.main_subcont2 > .c2:hover,
.main_subcont2 > .c3:hover {
    cursor: pointer; 
    opacity: 0.6;
    -moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
}
.main_subcont2 > .c1:after,
.main_subcont2 > .c2:after,
.main_subcont2 > .c3:after {
    position:absolute;
    left:10px;
    bottom:10px;
    content:"더보기 \276F";
    font-size:0.8em;
    opacity:0.8;
 
}

.main_subcont2 .t {height:100px;}
.main_subcont2 .b {margin-top:10px;height:100px;}
.main_subcont2 > .c1 {background:#950202}
.main_subcont2 > .c2 {background:#015001}
.main_subcont2 > .c3 {background:#acacac}

.main_subcont2 > .c1 > img.sm01 {position:absolute;top:0;left:50%;transform:translate(-50%,0)}
.main_subcont2 > .c2 > img.sm02 {position:absolute;bottom:-6px;right:5px;}
.main_subcont2 > .c3 > img.sm03 {position:absolute;top:-10px;right:-5px;}
.main_subcont2 > .c3 > img.sm04 {position:absolute;bottom:5px;left:50%;transform:translate(-50%,0)}

.letter_title_wrap {
        position:relative;
        width:100%;
        height:160px;
        display:flex;
        flex-wrap:wrap;
    justify-content: space-between;
    padding:0 50px;
    margin-bottom:40px;
}
.letter_date_wrap {
    position:relative;
    width:680px;
    padding-top:30px;
    text-align:right;
}
.agree_wrap {
    position:relative;
    width:100%;
    padding:0 50px;
    font-family: "Noto Sans", "Noto Sans KR", Helvetica, sans-serif;
    line-height:1.8;
}
.agree_form {
    padding:30px;
    border:1px solid #999;
    margin-bottom:30px;
    font-size:0.8em;
}
.agree_form h1 {font-weight:700; font-size:2.4em;}
.agree_form ol {margin:0; }
.form-elements {
    position:relative;
    width:100%;
    padding:30px;
    background:#eee;
    margin-bottom:100px;
}
.pure-group {
    position:relative;
    display:inline-block;
    vertical-align: bottom;
    width:39%;
}
.form-elements input, button {margin:0;padding:0; border:0; background: transparent; outline: none; -webkit-appearance: none; -webkit-border-radius: 2px; }
.form-elements input::placeholder {color: #999;}
.form-elements label {
    font-size:1em;
}
.form-elements input[type="text"],
.form-elements input[type="email"] {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    display: block;
    padding:10px;
    background: #fff;
    font-family: "Noto Sans", "Noto Sans KR", Helvetica, sans-serif;
    font-size:1.5em;
}
.btn_submit {
    background:#4f16a8;
    font-size:1.5em;
    letter-spacing: 0;
    width:20%;
    height:60px;
    line-height:60px;
}

.thankyou_message {
    position:relative;
    width:100%;
    padding:30px;
    background:#eee;
    margin-bottom:100px;
}
.thankyou_message h2 {display:inline-block; vertical-align: middle; margin-right:10px;}
.btn_close {
    border:1px solid #4f16a8;
    background:#fff;
    padding:10px;
    color:#4f16a8
}
.btn_close:hover {color:#999; border:1px solid #999;}

.container {
    width:1280px;
    position:relative;
    margin:0 auto;
    
}

.sub_top {
    width:100%;
    min-height:560px;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#fff;
	font-family: "Noto Sans", "Noto Sans KR", Helvetica, sans-serif;
}
.sub_top.b011 {background:url('../../images/img_sub_top_01_1.jpg') no-repeat center top / cover;}
.sub_top.b012 {background:url('../../images/img_sub_top_01_2.jpg') no-repeat center top / cover;}
.sub_top.b02 {background:url('../../images/img_sub_top_02.jpg') no-repeat center top / cover;}
.sub_top.b031 {background:url('../../images/img_sub_top_03_1.jpg') no-repeat center top / cover;}
.sub_top.b0321 {background:url('../../images/img_sub_top_03_2_1.jpg') no-repeat center top / cover;}
.sub_top.b0322 {background:url('../../images/img_sub_top_03_2_2.jpg') no-repeat center top / cover;}
.sub_top.b033 {background:url('../../images/img_sub_top_03_3.jpg') no-repeat center top / cover;}
.sub_top.b034 {background:url('../../images/img_sub_top_03_4.jpg') no-repeat center top / cover;}
.sub_top.b035 {background:url('../../images/img_sub_top_03_5.jpg') no-repeat center top / cover;}
.sub_top.b041 {background:url('../../images/img_sub_top_04_1.jpg') no-repeat center top / cover;}
.sub_top.b0421 {background:url('../../images/img_sub_top_04_2_1.jpg') no-repeat center top / cover;}
.sub_top.b0422 {background:url('../../images/img_sub_top_04_2_2.jpg') no-repeat center top / cover;}
.sub_top.b043 {background:url('../../images/img_sub_top_04_3.jpg') no-repeat center top / cover; min-height:auto;}
.sub_top > .container {padding:100px 0;}
.sub_top > .container > .txt_box {margin-left:40px;}
.sub_top > .container > .txt_box h1 {margin-top:30px; font-size:3.5em; line-height:1.3; margin-bottom:30px;letter-spacing:-0.1em;}
.sub_top > .container > .txt_box h1 span {font-weight:700}
.sub_top > .container > .txt_box h1.h1_sp {margin-top:50px; font-size:4em; line-height:1.3; margin-bottom:20px; display:inline-block; position:relative; letter-spacing: -0.1em; color:#fff}
.sub_top > .container > .txt_box h1.h1_sub4 {margin-top:80px; font-size:5em; line-height:1.3; margin-bottom:0;}
.sub_top > .container > .txt_box h2 {font-size:1.4em; border-bottom: 1px solid #ff6400; line-height:1.3; display:inline-block; position:relative;color:#ff6400}
.sub_top > .container > .txt_box h2.h2_sp {padding-right:50px; border-bottom: 1px solid rgba(255,255,2555,0.5); color:#fff}
.sub_top > .container > .txt_box h2.h2_sub4 {color:#fff; border-bottom: 1px solid #fff;}
.sub_top > .container > .txt_box h2.h2_sub4.fbk {color:#3a3a39; border-bottom: 1px solid #3a3a39;}
.sub_top > .container > .txt_box h2.h2_sp:after {position:absolute; content:url('../../images/ic_issue.png'); top:-11px; right:-213px; opacity:0.5}
.sub_top > .container > .txt_box h3 {font-family: 'Noto Serif KR', serif; font-size:1.3em; margin-bottom:10px;}
.sub_top > .container > .txt_box h3.h3_sub4 {font-family: "Source Sans Pro", "Noto Sans KR", Helvetica, sans-serif; font-size:1.4em;}
.sub_top > .container > .txt_box h3 span {font-weight:700;}
.sub_top > .container > .txt_box h6 {line-height:1.8; font-size:1em; width:680px; text-align:justify;}
.sub_top > .container > .txt_box h6.h6_sp {margin-bottom:400px;}
.sub_top > .container > .txt_name {
    position:absolute;
    right:0;
    bottom:20px;
    font-size:0.8em;
    line-height:1;
}
.bbk {background:rgba(0,0,0,0.6);}
.bw {background:rgba(255,255,255,0.6);}
.fbk {color:#3e3a39}
.fbk0 {color:#000}
.fw {color:#fff}
/* menu */
.menu {
    position:relative;
    width:280px;
    min-height:100%;
    background:#012766;
    color:#fff;
    padding-bottom:70px;
	font-family: "Noto Sans", "Noto Sans KR", Helvetica, sans-serif;
}
.menu a:hover {text-decoration: underline;}
ul.menu_box {
    position:relative;
    padding:30px 40px 100px;
    list-style:none;
    overflow:hidden;
}
ul.menu_box li {
    padding-left:0;
    font-size:0.85em;
}
ul.menu_box li h3 {font-size:1em; font-weight:700}
ul.menu_box li h4 {font-size:100%;}
ul.menu_box li h5 {font-size:0.85em;margin-bottom:20px;}
ul.menu_box li.udline {
    padding-top:20px;
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
    letter-spacing: -0.05em;
}
ul.menu_box li.udline.w70 {
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
    width:70%;
}
ul.menu_box li.noline {
    padding-top:20px;
}

.menu_box.m01 {background:#36b59c;}
.menu_box.m01:after {content:url('../../images/img_menu1.png'); right:20px; bottom:-20px; position:absolute;}
.menu_box.m02 {background:#6ab6da;}
.menu_box.m02:after {content:url('../../images/img_menu2.png'); right:10px; bottom:-30px; position:absolute;}
.menu_box.m03 {background:#d76c8c;}
.menu_box.m03:after {content:url('../../images/img_menu3.png'); right:-10px; bottom:-20px; position:absolute;}
.menu_box.m04 {background:#9fa0a0;}
.menu_box.m04:after {content:url('../../images/img_menu4.png'); right:0px; bottom:-70px; position:absolute;}
.menu_box p {color:#012766; font-size:1.15em; font-weight:700;}
.img_mlogo {
    position:absolute;
    transform:translate(-50%,0);
    left:50%;
    bottom:20px;
}

/* sub */
.sub_head {
    position:relative;
    background: rgb(0,160,233);
    background: -moz-linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(0,40,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(0,40,112,1) 100%);
    background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(0,40,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0e9",endColorstr="#002870",GradientType=1);
    width:100%;
    height:90px;
    color:#fff;
}
.sub_head > .container h2 {
    float:left;
    line-height:90px;
    margin-left:20px;
    margin-right:20px;
}
.sub_head > .container h2 span {font-weight:700}
.sub_head > .container h3 {float:right; line-height:90px; margin-left:20px; margin-right:20px;}
.sub_head > .container hr {
    width:auto;
    height:90px;
    border-top:1px solid #fff;
    border-bottom:0;
    transform: translate(0,50%);
    margin:0;
}
.hline_l {
    position:absolute;
    left:0;
    top:50%;
    width:calc((100% - 1320px)/2);
    height:1px;
    background:#fff;
    overflow: visible;
}
.hline_l:before {
    position:absolute;
    content: url('../../images/hline_l.png');
    left:0;
    top:-16px;
    opacity:0.6;
}
@media screen and (max-width: 1400px) {
    .hline_l:before {display:none;}
}
.hline_r {
    position:absolute;
    right:0;
    top:50%;
    width:calc((100% - 1320px)/2);
    height:1px;
    background:#fff;
    overflow: visible;
}


.sub_wrap {
    width:1280px;
    position:relative;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
}

.sub_content_wrap {
    position:relative;
    width:1000px;
    padding:50px;
    color:#3e3a39;
    margin:0 auto;
	font-family: "Noto Sans", "Noto Sans KR", Helvetica, sans-serif;
    overflow: hidden;
}
.sub_content_wrap > .sub_intro h1 {font-size:1.6em; font-weight:700; color:#004b7a; margin-bottom:3em}
.sub_content_wrap > .sub_intro p {
    line-height:1.8;
    margin-bottom:2.4em;
    text-align: justify;
    font-size:1.3em;
}
.sub_content_wrap > .sub_content > div {position:relative;}
.sub_content_wrap > .sub_content h1 {position:relative; font-size:1.3em; font-weight:700; color:#004b7a; margin-bottom:10px;word-break:keep-all}
.sub_content_wrap > .sub_content h1:after {position:absolute; margin-left:5px; bottom:-4px; content:url('../../images/h1_icon.png');}
.sub_content_wrap > .sub_content p {
    line-height:1.8;
    text-align: justify;
}
.sub_content_wrap > .sub_content h4 {
    text-align:center;
    line-height:1.8;
    font-size:1.2em;
    color:#6285a9;
    margin:40px 0;
    font-family: 'Noto Serif KR', serif;
}

p.bold {font-weight:700;}
span.serif {font-family: 'Noto Serif KR', serif; font-weight:500; font-size:1.3em;}

.sub_intro {
    padding:100px;
}
.sub_content {
    padding:0 100px 100px;
}
.sub_content_wrap > .sub_content img {max-width:100%; padding-bottom:40px;}
.sub_content_wrap > .sub_content img.endicon {vertical-align: baseline; margin-left:4px; padding:0;}
.sub_content_wrap > .sub_content img.float_l {float:left; margin-right:20px; padding-bottom:0;}
.sub_content_wrap > .sub_content img.float_r {float:right; margin-left:20px; padding-bottom:0;}
.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.clear {clear:both;}
.po_ab {
    position:absolute;
    top:-70px;
    right:0;
}
.txtmb {display:none;}
.ol_list {
    position:relative;
    width:100%;
    padding:10px 20px;
    background:#eee;
    font-family: 'Noto Serif KR', serif;
    margin:30px 0;
}
.ol_list ol {margin:0;}
.ol_list ol li {margin:20px 0; word-break: keep-all;}
.ol_list ol li span {font-family: "Source Sans Pro", "Noto Sans KR", Helvetica, sans-serif;}
.img_layer {position:relative; margin-top:100px}
.img_layer img.re {position:relative;}
.img_layer img.ab {position:absolute; top:-20%; right:-10%; z-index:2; max-width:100%; width:80%}




.sub4_title {text-align:center; padding-bottom:100px;}

.sub4_1_img {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    text-align:right;
    z-index:1;
    padding-right:50px;
    padding-bottom:20px;
}
.sub4_1_img > .bg {position:absolute; width:100%; height:70px; background:#6bc274; z-index:-1; left:0; bottom:0;}
.sub4_2_slide {
	width:750px;
	text-align:center;
	margin:0 auto;
}
.sub4_2_slide:hover {cursor:grab;}
.sub4_5_box {
    position:relative;
    margin-top:40px;
    width:100%;
    padding:40px 30px;
    margin-bottom:150px;
}
.sub4_2_img {
	width:700px;
	text-align:center;
	margin:0 auto;
    background:#f8f8f8;
}
.btn_wrap {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    padding-bottom:60px;
}
.btn_wrap > a > img {margin:10px;}
.sub4_5_box > .bg {position:absolute;top:-175px;left:50%; transform: translate(-50%,0);z-index:0;}
.sub4_5_box > .title {
    position:absolute;
    top:-40px;
    left:50%;
    display:inline-block;
    background:#0ba5ee;
    color:#fff;
    border-radius:20px 20px 0 0;
    width:450px;
    height:40px;
    line-height:40px;
    padding:0 30px;
    transform: translate(-50%, 0);
    text-align:center;
}
table.info {
    position:relative;
    width:100%;
    border-top:2px solid #333;
    border-bottom:2px solid #333;
    min-width:600px
}
table.info thead tr th {
    background:#f17ea0;
    color:#fff;
    text-align:center;
    padding:5px;
    border:1px solid #fff;
    border-bottom:2px solid #ccc;
}
table.info thead tr th:nth-of-type(1) {width:auto;border-left:0;}
table.info thead tr th:nth-of-type(2) {}
table.info thead tr th:nth-of-type(3) {}
table.info thead tr th:nth-last-of-type(1) {border-right:0;}
table.info tbody tr th {
    background:#eee;
    border:1px solid #ccc;
    border-left:0;
    font-weight:400;
    color:#333;
    text-align:center;
    padding:5px;
    vertical-align: middle;
    width:15%;
    word-break: keep-all
}
table.info tbody tr td {
    border:1px solid #ccc;
    padding:5px;
    text-align:center;
    vertical-align: middle;

}

table.info tbody tr td.bg_blue {background:#f1f6fc;}
table.info tbody tr td.bg_pink {background:#fff2f6;}
table.info tbody tr td:nth-of-type(1) {}
table.info tbody tr td:nth-of-type(2) {}
table.info tbody tr td:nth-last-of-type(1) {border-right:0; }
.sub4_6_box {margin-bottom:60px;}
.sub4_6_box > .title {font-size:1.3em; font-weight:700;}
.sub4_6_box > .table {
    position:relative;
    width:100%; 
    
}
.sub4_6_box > .table tbody tr th {
    background:#ea7699;
    color:#fff;
    border-right:1px solid #fff;
    text-align:center;
    padding:5px;
}
.sub4_6_box > .table tbody tr {border-bottom:1px solid #aca8a7;}
.sub4_6_box > .table tbody tr:nth-of-type(1) {border:0;}
.sub4_6_box > .table tbody tr th:nth-last-of-type(1) {border:0;}
.sub4_6_box > .table tbody tr td:nth-last-of-type(1) {border:0;}
.sub4_6_box > .table tbody tr td:nth-of-type(1) {background:#eeefef; font-weight:700; width:200px;}
.sub4_6_box > .table tbody tr td:nth-of-type(2) {width:200px;}
.sub4_6_box > .table tbody tr td.halfcell {width:100px;}
.sub4_6_box > .table tbody tr td {
    border-right:1px solid #aca8a7;
    text-align:center;
    padding:10px;
    vertical-align: middle;
    line-height:1.3;
}

#topButton {position: fixed; width:80px; height:80px; right: 2%; bottom: 50px; display: none; z-index: 999; cursor: pointer;}
#topButton:hover {opacity: 0.8;}


table.winner {
    position:relative;
    width:100%;
    font-size:0.85em;
    color:#333;
    margin-top:50px;
    min-width:600px
}
table.winner thead tr th {
    background:#6d3a85;
    color:#fff;
    border:1px solid #fff;
    font-weight:400;
    text-align:center;
    padding:5px;
}
table.winner thead tr th:nth-of-type(1) {width:10%; border-left:0;}
table.winner thead tr th:nth-of-type(2) {width:20%}
table.winner thead tr th:nth-of-type(3) {width:20%}
table.winner thead tr th:nth-of-type(4) {width:50%; border-right:0;}
table.winner tbody tr th {
    background:#eee;
    color:#333;
    font-weight:400;
    width:10%;
    padding:5px;
    text-align:center;
    vertical-align: middle;
    border:1px solid #ccc;
    border-left:0;
}
table.winner tbody tr td {
    padding:5px;
    border:1px solid #ccc;
    vertical-align: middle;
    word-break: keep-all;
}
table.winner tbody tr td:nth-of-type(1) {width:20%; border-left:0; text-align:center;}
table.winner tbody tr td:nth-of-type(2) {width:20%;}
table.winner tbody tr td:nth-of-type(3) {width:50%; border-right:0;}
table.winner tbody tr td:nth-of-type(3) ul li {
    list-style:square;
    list-style-position:outside;
    margin-left:20px;
    padding-left:0;
}
.profile_wrap {
    position:relative;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    background:#efefef;
}
.profile_txt {width:67.5%;padding:20px;}
.profile_txt ul {padding:10px 10px 0;}
.profile_txt ul li {position:relative;list-style: none;}
.profile_txt ul li:before {position:absolute; left:0; content:'·';}


/* Footer */

	#footer .copyright {
		font-size: 0.8em;
		list-style: none;
		padding-left: 0;
	}

		#footer .copyright li {
			border-left: solid 1px rgba(212, 212, 255, 0.1);
			color: rgba(244, 244, 255, 0.2);
			display: inline-block;
			line-height: 1;
			margin-left: 1em;
			padding-left: 1em;
		}

			#footer .copyright li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

	@media screen and (max-width: 480px) {

		#footer .copyright li {
			display: block;
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
			line-height: inherit;
		}

	}

/* Wrapper */

#wrapper {
    position:relative;
		-moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	}

	
/* Menu */

	#menu {
		-moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		pointer-events: none;
		background: rgba(36, 41, 67, 0.9);
		box-shadow: none;
		height: 100%;
		left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 3em 2em;
		position: fixed;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 10002;
	}

		#menu .inner {
			-moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-ms-transition: -ms-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-moz-transform: rotateX(20deg);
			-webkit-transform: rotateX(20deg);
			-ms-transform: rotateX(20deg);
			transform: rotateX(20deg);
			-webkit-overflow-scrolling: touch;
			max-width: 100%;
			max-height: 100vh;
			opacity: 0;
			overflow: auto;
			text-align: center;
			visibility: hidden;
			width: 18em;
		}

			#menu .inner > :first-child {
				margin-top: 2em;
			}

			#menu .inner > :last-child {
				margin-bottom: 3em;
			}

		#menu ul {
			margin: 0 0 1em 0;
		}

			#menu ul.links {
				list-style: none;
				padding: 0;
			}

				#menu ul.links > li {
					padding: 0;
				}

					#menu ul.links > li > a:not(.button) {
						border: 0;
						border-top: solid 1px rgba(212, 212, 255, 0.1);
						display: block;
						font-size: 0.8em;
						font-weight: 600;
						letter-spacing: 0.25em;
						line-height: 4em;
						text-decoration: none;
						text-transform: uppercase;
					}

					#menu ul.links > li > .button {
						display: block;
						margin: 0.5em 0 0 0;
					}

					#menu ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}

		#menu .close {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			border: 0;
			cursor: pointer;
			display: block;
			height: 4em;
			line-height: 4em;
			overflow: hidden;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			text-indent: 8em;
			top: 0;
			vertical-align: middle;
			white-space: nowrap;
			width: 8em;
		}

			#menu .close:before, #menu .close:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				background-position: center;
				background-repeat: no-repeat;
				content: '';
				display: block;
				height: 4em;
				position: absolute;
				right: 0;
				top: 0;
				width: 4em;
			}

			#menu .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
			}

			#menu .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu .close:hover:after, #menu .close:active:after {
				opacity: 1;
			}

	body.is-ie #menu {
		background: rgba(42, 47, 74, 0.975);
	}

	body.is-menu-visible #wrapper {
		-moz-filter: blur(0.5em);
		-webkit-filter: blur(0.5em);
		-ms-filter: blur(0.5em);
		filter: blur(0.5em);
	}

	body.is-menu-visible #menu {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

		body.is-menu-visible #menu .inner {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible;
		}