@charset "UTF-8";
/*
 * branchline 201209
 */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap");
.blind {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.blind.focusable:active, .blind.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

button,
input {
	margin: 0;
	padding: 0;
	color: #111;
}

.svg {
	display: block;
}

hr {
	display: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

* {
	word-break: keep-all;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

div.uploader input {
	padding-right: 145px;
}

/* NotoSans CJK (subset) https://www.google.com/get/noto/#sans-kore */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 250;
	src: url(../fonts/NotoSans-Thin.eot);
	src: url(../fonts/NotoSans-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Thin.woff2) format("woff2"), url(../fonts/NotoSans-Thin.woff) format("woff"), url(../fonts/NotoSans-Thin.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSans-Light.eot);
	src: url(../fonts/NotoSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Light.woff2) format("woff2"), url(../fonts/NotoSans-Light.woff) format("woff"), url(../fonts/NotoSans-Light.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 350;
	src: url(../fonts/NotoSans-DemiLight.eot);
	src: url(../fonts/NotoSans-DemiLight.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-DemiLight.woff2) format("woff2"), url(../fonts/NotoSans-DemiLight.woff) format("woff"), url(../fonts/NotoSans-DemiLight.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSans-Regular.eot);
	src: url(../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Regular.woff2) format("woff2"), url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSans-Medium.eot);
	src: url(../fonts/NotoSans-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Medium.woff2) format("woff2"), url(../fonts/NotoSans-Medium.woff) format("woff"), url(../fonts/NotoSans-Medium.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSans-Bold.eot);
	src: url(../fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Bold.woff2) format("woff2"), url(../fonts/NotoSans-Bold.woff) format("woff"), url(../fonts/NotoSans-Bold.ttf) format("truetype");
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/NotoSans-Black.eot);
	src: url(../fonts/NotoSans-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Black.woff2) format("woff2"), url(../fonts/NotoSans-Black.woff) format("woff"), url(../fonts/NotoSans-Black.ttf) format("truetype");
}

/* btn */
.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-width: 0;
}

.btn:before, .btn:after {
	content: "";
	display: table;
}

.btn:after {
	clear: both;
}

.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
}

.btn[readonly] {
	pointer-events: none;
	cursor: not-allowed;
}

.btn.x-small {
	padding: 0 15px;
	height: 30px;
	line-height: 28px;
	font-size: 0.875rem;
	font-weight: 400;
}

.btn.small {
	padding: 0 13px;
	height: 60px;
	line-height: 58px;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 10px;
}

.btn.medium {
	padding: 0 36px 0;
	height: 74px;
	line-height: 71px;
	font-size: 1.25rem;
	border-radius: 74px;
}

.btn.large {
	padding: 0 52px 0;
	height: 100px;
	line-height: 97px;
	font-size: 1.5rem;
	font-weight: normal;
	border-radius: 14px;
}

.btn.round {
	border-radius: 70px;
}

.btn.slightly {
	color: #fff;
	border-style: solid;
	border-color: #a7a7a7;
	background: #a7a7a7;
	border-width: 1px;
}

.btn.normal {
	color: #777;
	border-style: solid;
	border-color: #c7c7c7;
	border-width: 1px;
	background: #fff;
}

.btn.weight {
	color: #fff;
	border-style: solid;
	border-color: #7db212;
	background: #7db212;
}

.btn.weighty {
	color: #000;
	border-style: solid;
	border-color: #fbc602;
	background: #fbc602;
}

.btn.weightiest {
	color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background: #000;
}

.btn span {
	vertical-align: middle;
}

.button-area {
	text-align: center;
}

.button-area:after {
	content: '';
	display: block;
	clear: both;
}

.button-area + .button-area {
	margin-top: 30px;
}

.button-area.large {
	margin-top: 60px;
}

.button-area.full .btn {
	width: 100%;
	max-width: 345px;
}

.button-area.half {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-area.half .btn {
	/* -webkit-box-flex: 1;
			-ms-flex: 1; 
			flex: 1; */
	width: calc(50% - 8px);
	margin-right: 8px;
}

.button-area.half .btn + .btn {
	margin-right: 0;
	margin-left: 8px;
}

.button-area .btn-left {
	float: left;
}

.button-area .btn-right {
	float: right;
}

.btn .ico {
	margin-left: 20px;
}

.ico {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100% auto !important;
	vertical-align: middle;
}

.ico.arrow01 {
	width: 34px;
	height: 16px;
	background: url("../images/ico_arrow_01.svg") 0 0 no-repeat;
}

.tag {
	display: inline-block;
	width: 64px;
	height: 36px;
	line-height: 38px;
	border-radius: 33px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-size: 16px;
	color: #676767;
	text-align: center;
}

.tag + .tag {
	margin-left: 10px;
}

.tag.type01 {
	border: 1px solid #e0e0e0;
}

.tag.type02 {
	color: #fff;
	background-color: #7db212;
}

.tag.type03 {
	color: #fff;
	background-color: #fbc602;
}

.tag.type04 {
	width: 80px;
	height: 48px;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #7db212;
	background-color: #ffff;
	border: 1px solid #b7b7b7;
}

/* form */
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"], textarea.textarea, select.select {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	border: 0 none;
	width: 100%;
	box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder, select.select::-webkit-input-placeholder {
	color: #777;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea.textarea::-moz-placeholder, select.select::-moz-placeholder {
	color: #777;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea.textarea:-moz-placeholder, select.select:-moz-placeholder {
	color: #777;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder, select.select:-ms-input-placeholder {
	color: #777;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"] {
	-webkit-appearance: none;
	height: 60px;
	background-color: transparent;
	box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="search"]:focus {
	border-color: transparent;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], input[type="tel"][disabled], input[type="email"][disabled], input[type="date"][disabled], input[type="search"][disabled] {
	background-color: #f7f7f7;
}

input[type="text"][readonly], input[type="password"][readonly], input[type="number"][readonly], input[type="tel"][readonly], input[type="email"][readonly], input[type="date"][readonly], input[type="search"][readonly] {
	background-color: #f7f7f7;
}

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

.input-text {
	height: 60px;
	border: solid 1px #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
}

.input-text input {
	padding: 0 16px;
	box-sizing: border-box;
}

.text-area {
	width: 100%;
	resize: none;
	box-sizing: border-box;
	height: 300px;
	border: 0 none;
	background: transparent;
	font-weight: normal;
	padding: 30px 0;
}

.text-area textarea {
	border: 0 none;
	width: 100%;
	height: 100%;
	resize: none;
}

.insert {
	display: flex;
}

.search-wrap {
	display: flex;
	justify-content: space-between;
}

.search-wrap .num {
	position: relative;
	padding-left: 12px;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: -0.48px;
	text-align: center;
	color: #000;
}

.search-wrap .num::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #189356;
	border-radius: 6px;
}

.input-search {
	position: relative;
	padding: 0 60px 0 20px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	max-width: 340px;
	border-radius: 10px;
	border: solid 1px #e0e0e0;
	box-sizing: border-box;
}

.input-search input {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: transparent;
}

.input-search .btn-search {
	width: 24px;
	height: 24px;
	background: url("../images/ico_search.svg") 0 center no-repeat;
	background-size: 24px;
	border: 0 none;
	position: absolute;
	right: 20px;
	top: 18px;
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"], textarea.textarea, select.select {
		font-size: 18px;
	}
	.input-search {
		height: 59px;
		line-height: 55px;
	}
	.input-search input {
		font-size: 20px;
	}
	.input-search .btn-search {
		top: 16px;
	}
}

.hyphen {
	display: inline-block;
	font-size: 20px;
	color: #292929;
	line-height: 36px;
	vertical-align: top;
	margin: 0 10px;
}

.check-wrap {
	margin-top: 30px;
}

.check-wrap .check {
	display: inline-block;
	line-height: 26px;
}

.check-wrap .check + .check {
	margin-left: 30px;
}

.radio-wrap .radio {
	vertical-align: middle;
}

input[type=checkbox] {
	margin-left: -2px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + label {
	display: inline-block;
	height: 26px;
	font-size: 18px;
	margin-left: 0;
	padding-left: 36px;
	background: url("../images/check.svg") no-repeat 0 0;
	background-size: 26px;
	vertical-align: middle;
	font-weight: normal;
	color: #646464;
}

input[type=checkbox]:checked + label {
	background: url("../images/check_active.svg") no-repeat 0 0;
	background-size: 26px;
}

input[type=radio] {
	margin-left: -2px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
}

input[type=radio] + label {
	display: inline-block;
	margin-left: 0;
	margin-right: 34px;
	font-size: 20px;
	padding-left: 38px;
	line-height: 26px;
	background: url("../images/radio.png") no-repeat 0 center;
	background-size: 26px;
	color: #676767;
	font-weight: normal;
}

input[type=radio]:checked + label {
	background: url("../images/radio_active.png") no-repeat 0 center;
	background-size: 26px;
}

@media screen and (max-width: 768px) {
	input[type=radio] + label {
		font-size: 16px;
		padding-left: 33px;
		width: 74px;
		margin-right: 40px;
		margin-bottom: 10px;
	}
	.check-wrap {
		margin-top: 0;
	}
	.check-wrap .check + .check {
		margin-left: 0;
		margin-top: 10px;
	}
	input[type="checkbox"] + label {
		font-size: 16px;
	}
}

.select {
	position: relative;
	width: 252px;
}

.select::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 18px;
	width: 24px;
	height: 24px;
	background: url("../images/select_arrow.svg") no-repeat left top;
	background-size: 100% auto;
}

.select.selected > button {
	color: #000;
}

.select.on ul {
	display: block;
}

.select.on > button {
	color: #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select.on::after {
	background-image: url("../images/select_arrow_on.svg");
}

.select > button {
	padding: 0 50px 0 16px;
	height: 60px;
	width: 100%;
	font-size: 18px;
	color: #707070;
	text-align: left;
	border-radius: 10px;
	border: solid 1px #e0e0e0;
	background: transparent;
	background-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.36px;
}

.select ul {
	display: none;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 1;
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.select ul li {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
}

.select ul li:before, .select ul li:after {
	content: "";
	display: table;
}

.select ul li:after {
	clear: both;
}

.select ul li + li {
	border-top: solid 1px #e0e0e0;
}

.select ul li:hover {
	background-color: #7db212;
}

.select ul li:hover button {
	color: #fff;
}

.select ul li:hover button .right {
	color: #fff;
}

.select ul li:hover button:disabled {
	background-color: #fff;
}

.select ul li .left {
	float: left;
}

.select ul li .right {
	float: right;
	color: #7db212;
	width: 64px;
	text-align: center;
}

.select ul li button {
	display: block;
	padding: 0 16px;
	width: 100%;
	font-size: 18px;
	text-align: left;
	border: none;
	box-sizing: border-box;
	background: transparent;
	letter-spacing: -0.36px;
}

.select ul li button:disabled {
	color: #cccccc;
}

.select ul li button:disabled .left, .select ul li button:disabled .right {
	color: #cccccc;
}

/* 컨트롤 버튼 제어 */
/*pagination*/
.pagination {
	margin-top: 74px;
	font-size: 0;
	line-height: 30px;
	text-align: center;
}

.pagination a, .pagination strong {
	display: inline-block;
	box-sizing: border-box;
	font-size: 18px;
	color: #777777;
	line-height: 32px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.pagination strong {
	color: #fff;
}

.pagination .page {
	display: inline-block;
	margin: 0 10px;
}

.pagination .page a, .pagination .page strong {
	display: inline-block;
	line-height: 35px;
	padding: 0;
	vertical-align: middle;
	color: #777777;
}

.pagination .page a {
	text-decoration: none;
}

.pagination .page strong {
	color: #fff;
	padding-bottom: 0px;
	font-weight: 400;
	background-color: #7db212;
	border-radius: 30px;
}

.pagination .page strong span {
	color: #fff;
	display: inline-block;
}

.pagination .btn {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0.01em;
	color: transparent;
}

.pagination .btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px auto;
}

.pagination .btn.prev:after {
	background-image: url("../images/btn_prev.svg");
}

.pagination .btn.next:after {
	background-image: url("../images/btn_next.svg");
}

/*mobile pagination*/
.board-list-more {
	display: block;
	width: 60px;
	height: 62px;
	margin: 50px auto 0;
	background: url("../images/board_list_more.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
	.pagination {
		margin-top: 64px;
	}
	.pagination .page {
		overflow: hidden;
		height: 32px;
		width: 76%;
		vertical-align: middle;
	}
	.pagination a, .pagination strong {
		padding: 0 3px;
	}
}

.item-wrap {
	position: relative;
}

.item-wrap .item-swiper {
	overflow: hidden;
}

.item-wrap .item-swiper .item-list {
	flex-wrap: nowrap;
	margin-right: 0;
}

.item-wrap .item-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
}

.item-wrap .item-list li {
	width: 33.333333%;
	padding-right: 30px;
	box-sizing: border-box;
}

.item-wrap .item-list li:last-child {
	margin-right: 0;
}

.item-wrap .item-list li a {
	display: block;
}

.item-wrap .item-list li .thumb {
	display: block;
	position: relative;
}

.item-wrap .item-list li .thumb img {
	width: 100%;
}

.item-wrap .item-list li .thumb .btn-paly {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 48px;
	background: url("../images/btn_play.svg") 0 0 no-repeat;
	background-size: cover;
}

.item-wrap .item-list li .thumb .btn-pdf {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.item-wrap .item-list li .info {
	display: block;
	margin-top: 30px;
	margin-left: 5px;
}

.item-wrap .item-list li .info .tag-area + .title {
	margin-top: 20px;
}

.item-wrap .item-list li .info .title {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: -0.48px;
}

.item-wrap .item-list li .info .title.en {
	font-weight: 600;
}

.item-wrap .item-list li .info .title.type01 {
	font-weight: 600;
}

.item-wrap .item-list li .info .title.type02 {
	position: relative;
	padding-left: 35px;
}

.item-wrap .item-list li .info .title.type02 .weighty {
	position: absolute;
	left: 0;
}

.item-wrap .item-list li .info .sub-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-top: 20px;
}

.item-wrap .item-list li .info .text {
	margin-top: 13px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #777;
}

.item-wrap .item-list.horizon {
	margin: 0;
	align-items: center;
}

.item-wrap .item-list.horizon .thumb {
	position: relative;
	width: 540px;
	height: 337px;
}

.item-wrap .item-list.horizon .thumb img {
	width: 100%;
}

.item-wrap .item-list.horizon .thumb .btn-paly {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 48px;
	background: url("../images/btn_play.svg") 0 0 no-repeat;
	background-size: cover;
}

.item-wrap .item-list.horizon .info {
	margin-left: 70px;
}

.item-wrap .item-list.horizon .info .title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.52px;
	color: #7db212;
}

.item-wrap .item-list.horizon .info .sub-title {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.44px;
}

.item-wrap .item-list.horizon .info .text {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: #777;
}

.item-wrap .item-list.small {
	margin-top: -30px;
}

.item-wrap .item-list.small li {
	margin-right: 0;
	margin-top: 90px;
}

.item-wrap .item-list.small li .thumb {
	max-width: 240px;
	max-height: 240px;
	margin: 0 auto;
}

.item-wrap .item-list.small li .info {
	margin-left: 0;
}

@media screen and (max-width: 1080px) {
	.item-wrap .item-list {
		margin-left: 20px;
	}
	.item-wrap .item-list li .info {
		margin-top: 20px;
	}
	.item-wrap .item-list li .info .title {
		font-size: 20px;
		letter-spacing: -0.4px;
	}
}

@media screen and (max-width: 768px) {
	.item-wrap .item-list li {
		width: 50%;
	}
	.item-wrap .item-swiper {
		overflow: visible;
	}
	.item-wrap .item-swiper .item-list li {
		width: 74.66667vw;
	}
}

@media screen and (max-width: 540px) {
	.item-wrap .item-swiper {
		/* overflow: visible; */
	}
	.item-wrap .item-list li {
		width: 100%;
		max-width: 100%;
	}
	.item-wrap .item-list li .info .text {
		font-size: 16px;
	}
}

.info-wrap {
	display: flex;
	margin-left: -40px;
}

.info-wrap + .info-wrap {
	margin-top: 50px;
}

.info-wrap .item-list {
	background-color: #fff;
	border-radius: 14px;
	border: 1px solid #dfedf2;
	padding: 32px 40px;
	max-width: 520px;
	width: calc(50% - 40px);
	box-sizing: border-box;
	display: block;
	margin-left: 40px;
}

.info-wrap .item-list .bg-wrap {
	position: relative;
}

.info-wrap .item-list .bg-wrap .bg-03 {
	display: block;
	position: absolute;
	right: 0;
	width: 78px;
	height: 64px;
	background: url("../images/emblem.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.info-wrap .item-list .info .register1 {
	font-size: 22px;
	font-weight: bold;
	color: #7db212;
	text-decoration: underline;
	margin-bottom: 24px;
	margin-top: 18px;
}

.info-wrap .item-list .info .register2 {
	font-size: 22px;
	font-weight: bold;
	color: #e5b400;
	text-decoration: underline;
	margin-bottom: 24px;
	margin-top: 18px;
}

.info-wrap .item-list .info .title {
	font-size: 26px;
	line-height: 1.31;
	letter-spacing: -0.52px;
	font-weight: bold;
}

.info-wrap .item-list .info .sub-title {
	font-size: 26px;
	color: #777;
	margin-top: 14px;
	line-height: 1.31;
	letter-spacing: -0.52px;
}

.info-wrap .item-list .info .text {
	font-size: 20px;
	margin-top: 24px;
	color: #777;
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.info-wrap .item-list .count1 {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 40px;
	padding-top: 28px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.31;
	letter-spacing: -0.52px;
	color: #7db212;
	margin-bottom: 36px;
}

.info-wrap .item-list .count2 {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 40px;
	padding-top: 28px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.31;
	letter-spacing: -0.52px;
	color: #e5b400;
	margin-bottom: 36px;
}

.info-wrap .item-list .register-btn-area {
	display: flex;
	margin-bottom: 14px;
}

.info-wrap .item-list .register-btn-area .btn {
	width: 212px;
}

.info-wrap .item-list .register-btn-area .btn + .btn {
	margin-left: 14px;
}

@media screen and (max-width: 1080px) {
	.info-wrap {
		padding-top: 30px;
	}
	.info-wrap .item-list .info .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.33;
		letter-spacing: -0.36px;
	}
	.info-wrap .item-list .info .sub-title {
		font-size: 18px;
	}
	.info-wrap .item-list .info .text {
		font-size: 14px;
	}
	.info-wrap .item-list .count1 {
		font-size: 18px;
	}
	.info-wrap .button-area.half .btn {
		font-size: 16px;
		height: 47px;
		line-height: 47px;
		padding: 0;
	}
	.info-wrap .item-list .count2 {
		font-size: 18px;
	}
	.item-wrap .item-list.horizon {
		flex-wrap: nowrap;
	}
	.item-wrap .item-list.horizon > div {
		width: 50%;
	}
	.item-wrap .item-list.horizon .info {
		width: calc(50% - 30px);
		margin-left: 30px;
	}
}

@media screen and (max-width: 940px) {
	.item-wrap .item-list.horizon {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.item-wrap .item-list.horizon > div {
		width: 100%;
	}
	.item-wrap .item-list.horizon .thumb {
		width: 100%;
		height: auto;
	}
	.item-wrap .item-list.horizon .info {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.info-wrap .item-list {
		padding: 30px 26px;
	}
}

@media screen and (max-width: 750px) {
	.info-wrap {
		display: block;
		margin-left: 0;
	}
	.info-wrap .item-list {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.info-wrap .item-list + .item-list {
		margin-top: 20px;
	}
}

@media screen and (max-width: 540px) {
	.item-wrap .item-list.horizon .info .title {
		font-size: 20px;
	}
	.item-wrap .item-list.horizon .info .text {
		font-size: 16px;
	}
	.info-wrap + .info-wrap {
		margin-top: 0;
		padding-top: 20px;
	}
	.item-wrap .item-list li .info .tag-area + .title {
		margin-top: 10px;
	}
	.item-wrap .item-list li .info .text {
		margin-top: 8px;
	}
}

/* table */
/**********************************************************************************
 * normal
 * 일반 규격
 **********************************************************************************/
.table-wrap {
	margin-top: 60px;
}

.data-table {
	margin-top: 80px;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: initial;
	border-bottom: 1px solid #7db212;
}

.data-table caption {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

.data-table th, .data-table td {
	padding: 5px 30px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: normal;
	height: 64px;
	color: #777;
	box-sizing: border-box;
}

.data-table th.left, .data-table td.left {
	text-align: left;
}

.data-table th.right, .data-table td.right {
	text-align: right;
}

.data-table thead {
	overflow: hidden;
}

.data-table thead th {
	color: #000;
	border-top: 2px solid #7db212;
	height: 80px;
	font-weight: 500;
	font-size: 22px;
	color: #7db212;
	background-color: #f8fbf2;
}

.data-table td {
	border-top: 1px solid #d2d2d2;
}

.data-table td:first-child {
	border-left: 0 none;
}

.data-table td:last-child {
	border-right: 0 none;
}

.data-table td .tag-notice {
	display: block;
	border: 2px solid #d8bb85;
	color: #7db212;
	width: 68px;
	height: 36px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.data-table td .tag-notice.mobile {
	display: none;
}

.data-table td .text {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.data-table td.date, .data-table td.no {
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-weight: normal;
}

.data-table td .attach {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 25px;
	background: url("../images/attach.png") 0 0 no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

.data-table .notice td {
	border-bottom: 1px solid #7db212;
	font-weight: 500;
}

.data-table tr:last-child td {
	border-bottom: 0 none;
}

.data-table.question {
	margin-top: 150px;
	border-top: 2px solid #7db212;
}

.data-table.question th, .data-table.question td {
	padding: 0;
	height: 89px;
	border-bottom: 1px solid #7db212;
	font-weight: bold;
}

.data-table.question th.top, .data-table.question td.top {
	vertical-align: top;
	padding-top: 30px;
}

.data-table.question td .en {
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.data-table.question tr:last-child th {
	border-bottom: 0 none;
}

.data-table.question tr:last-child td {
	border-bottom: 0 none;
}

@media screen and (max-width: 768px) {
	.data-table thead th {
		height: 40px;
		font-size: 14px;
	}
	.data-table td, .data-table td {
		font-size: 14px;
		padding: 5px 14px;
	}
}

.fieldset {
	margin-top: 60px;
}

.fieldset legend {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.fieldset legend.focusable:active, .fieldset legend.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fieldset .field {
	display: flex;
	margin-left: -24px;
}

.fieldset .field:before, .fieldset .field:after {
	content: "";
	display: table;
}

.fieldset .field:after {
	clear: both;
}

.fieldset .field + .field {
	margin-top: 16px;
}

.fieldset .field > div {
	flex: 1;
	margin-left: 24px;
}

.fieldset .field > div .btn {
	width: 100%;
}

.fieldset .field > .half {
	flex: 2.1;
}

.fieldset .field + .bg-line {
	margin-top: 50px;
}

.fieldset .field .input-text {
	position: relative;
}

.fieldset .field .input-text .time {
	position: absolute;
	right: 16px;
	color: #b33d23;
	top: 21px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.fieldset .check-area {
	margin-top: 30px;
}

@media screen and (max-width: 1080px) {
	.fieldset .field {
		flex-wrap: wrap;
	}
	.fieldset .field > div {
		flex: inherit;
		width: calc(50% - 24px);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 540px) {
	.fieldset .field {
		margin-left: 0;
	}
	.fieldset .field > div {
		flex: inherit;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

/* tab */
/**********************************************************************************
 * standard
 * 일반 규격
 **********************************************************************************/
.tab-wrap .cont-box {
	display: none;
}

.tab-wrap .cont-box.active {
	display: block;
}

.tab {
	margin: 60px 0 50px;
	text-align: center;
}

.tab li {
	display: inline-flex;
	width: 124px;
	height: 66px;
	line-height: 66px;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 33px;
	text-align: center;
}

.tab li + li {
	margin-left: 20px;
}

.tab li a {
	display: block;
	width: 100%;
	height: 100%;
}

.tab li.active {
	background-color: #7db212;
	border: 1px solid #7db212;
}

.tab li.active a {
	color: #fff;
}

.tab.type01 li {
	background-color: transparent;
	border: 1px solid #fff;
}

.tab.type01 li a {
	color: #fff;
}

.tab.type01 li.active {
	background-color: #189356;
	border: 1px solid #189356;
}

.tab.type01 li.active a {
	color: #fff;
}

.tab.type02 {
	display: flex;
	border: 1px solid #e4e4e4;
	border-radius: 14px;
	overflow: hidden;
}

.tab.type02 li {
	border: 0;
	flex: 1;
	border-radius: 0;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
}

.tab.type02 li a {
	color: #777777;
}

.tab.type02 li + li {
	margin-left: 0;
	border-left: 1px solid #e4e4e4;
}

.tab.type02 li:first-child {
	border-left: 1px solid transparent;
}

.tab.type02 li.active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.tab {
		font-size: 0;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tab li {
		width: 101px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: 500;
	}
	.tab li + li {
		margin-left: 10px;
	}
	.tab.type02 {
		flex-wrap: wrap;
	}
	.tab.type02 li {
		flex: auto;
		width: 33.3%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		box-sizing: border-box;
		border-top: 1px solid #e4e4e4;
	}
	.tab.type02 li:first-child {
		width: 100%;
		border-top: 0 none;
	}
	.tab.type02 li:nth-child(2), .tab.type02 li:nth-child(5) {
		border-left: 0;
	}
}

/*border-view*/
#board-view {
	margin-top: 150px;
}

.board-view-header {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.board-view-header .board-view-subject {
	font-size: 2rem;
	font-weight: bold;
}

.board-view-header .board-view-date {
	display: block;
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-size: 1.25rem;
	color: #777777;
}

.board-view-body {
	padding: 80px 0 90px;
}

.board-view-body p {
	font-size: 20px;
	white-space: pre-line;
}

.board-view-body .thumb {
	margin-top: 50px;
}

.board-view-body img {
	width: 100%;
}

.board-footer {
	/* 	.board-button{
		display: block;
		width: 136px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border: 0 none;
		background: url($img + 'btn_board_list.png') 0 0 no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
	  
	} */
}

.board-footer .board-footer-list {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.board-footer .board-footer-list div {
	line-height: 80px;
}

.board-footer .board-footer-list div + div {
	border-top: 1px solid #e4e4e4;
}

.board-footer .board-footer-list div a {
	display: block;
}

.board-footer .board-footer-list div .label {
	display: inline-block;
	background-color: #fcfcfc;
	width: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.board-footer .board-footer-list div .subject {
	display: inline-block;
	margin-left: 20px;
	color: #777777;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.board-wrap .content-header .section-title {
		font-size: 80px;
		line-height: 1.25;
		letter-spacing: -0.02em;
		font-weight: bold;
	}
	.board-wrap .content-header .section-title .bg-01 {
		right: -45px;
		top: -16px;
		width: 50px;
		height: 42px;
	}
	.board-wrap .content-header .section-title .bg-02 {
		left: -21px;
		top: 62px;
		width: 92px;
		height: 178px;
	}
	.board-wrap .content-header p {
		font-size: 1.5rem;
		margin-top: 5px;
	}
	.board-wrap .board {
		margin: 0 20px;
	}
	.board-wrap.resource .content-header .section-title {
		font-size: 4.375rem;
	}
	.board-wrap.resource .content-header .section-title .bg-01 {
		width: 64px;
		height: 43px;
		right: -18px;
		top: -15px;
	}
	.board-wrap.resource .content-header .section-title .bg-02 {
		left: 29px;
		top: 53px;
	}
	#board-list .searchform {
		margin: 25px auto 0;
		padding: 0 60px;
	}
	#board-list .mobile {
		display: block;
	}
	#board-view {
		margin: 50px 20px 0;
	}
	.board-view-header {
		position: relative;
		padding: 0;
		padding-bottom: 10px;
	}
	.board-view-header .board-view-subject {
		font-size: 1.5rem;
	}
	.board-view-header .board-view-date {
		position: static;
		font-size: 1rem;
		transform: none;
		margin-bottom: 12px;
	}
	.board-view-header .board-view-date .label {
		margin-right: 0;
	}
	.board-view-body {
		padding: 50px 0 60px;
	}
	.board-view-body p {
		font-size: 1rem;
	}
	.board-view-body .thumb {
		margin-top: 40px;
	}
	.board-footer .board-footer-list div a {
		display: flex;
	}
	.board-footer .board-footer-list div .label {
		font-size: 1.125rem;
		padding: 0 20px;
		letter-spacing: -0.36px;
	}
	.board-footer .board-footer-list div .subject {
		font-size: 1rem;
		line-height: 1.63;
		display: flex;
		align-items: center;
		padding: 14px 20px;
		margin-left: 0;
		letter-spacing: -0.32px;
	}
	.button-area.large {
		margin-top: 40px;
	}
	.button-area .btn.large {
		font-size: 1.125rem;
		height: 68px;
		padding: 20px 33px;
		line-height: 32px;
	}
	.button-area .btn.large .ico {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.board-footer .board-footer-list div .label {
		font-size: 4.8vw;
	}
	.board-footer .board-footer-list div .subject {
		font-size: 4.26667vw;
	}
}

#header {
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	background: #fff;
}

#header::after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 100%;
	background-color: #f8f8f8;
	transition: height 0.2s ease-out;
}

#header .header-wrap {
	position: relative;
	padding: 0 200px;
	box-sizing: border-box;
	z-index: 1;
}

#header .header-wrap h1.logo {
	font-size: 0;
	position: absolute;
	top: 40px;
	left: 50px;
	transition: top 0.3s ease-out;
}

#header .header-wrap h1.logo a {
	display: inline-block;
	width: 110px;
	height: 40px;
	background: url("../images/logo_elementary.svg") 0 0 no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

#header .header-wrap .utill-menu {
	position: absolute;
	right: 50px;
	top: 36px;
	transition: top 0.3s ease-out;
	font-size: 14px;
}

#header .header-wrap .utill-menu .btn-login {
	display: inline-block;
	height: 24px;
	padding-left: 30px;
	line-height: 24px;
	color: #6e6e6e;
	background: url("../images/ico_login.png") 0 0 no-repeat;
	background-size: 24px auto;
	margin-top: 13px;
}

#header .header-wrap .utill-menu .btn-login::after {
	content: '';
	display: inline-block;
	margin: 0 20px 0 20px;
	width: 1px;
	height: 16px;
	background-color: #e6e6e6;
	vertical-align: -2px;
}

#header .header-wrap .utill-menu .btn-join {
	display: inline-block;
	height: 24px;
	padding-left: 30px;
	line-height: 24px;
	color: #6e6e6e;
	background: url("../images/ico_join.png") 0 0 no-repeat;
	background-size: 24px auto;
	margin-top: 13px;
}

#header .header-wrap .utill-menu .btn-logout {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #000;
	margin-top: 13px;
	text-decoration: underline;
}

#header .header-wrap .utill-menu .btn-logout::after {
	content: '';
	display: inline-block;
	margin: 0 16px 0 20px;
	width: 1px;
	height: 16px;
	background-color: #e6e6e6;
	vertical-align: -2px;
}

#header .header-wrap .utill-menu .btn-mypage {
	display: inline-block;
	height: 24px;
	padding-left: 30px;
	line-height: 24px;
	color: #6e6e6e;
	background: url("../images/ico_mypage.svg") 0 0 no-repeat;
	background-size: 24px auto;
	margin-top: 13px;
}

#header .header-wrap .utill-menu .language-select {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 20px;
	text-align: center;
}

#header .header-wrap .utill-menu .language-select:after {
	content: '';
	position: absolute;
	right: 13px;
	top: 11px;
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/arrow_select.svg") 0 0 no-repeat;
}

#header .header-wrap .utill-menu .language-select .label {
	width: 71px;
	height: 49px;
	line-height: 49px;
	display: block;
	color: #fff;
	border-radius: 25px;
	background-color: #292929;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-weight: 600;
	padding-right: 20px;
	cursor: pointer;
	box-sizing: border-box;
}

#header .header-wrap .utill-menu .language-select .option {
	margin-top: 6px;
	border: 1px solid #cecece;
	border-radius: 25px;
	background-color: #fff;
	padding: 4px 12px;
	visibility: hidden;
	opacity: 0;
}

#header .header-wrap .utill-menu .language-select .option li {
	height: 39px;
	line-height: 39px;
}

#header .header-wrap .utill-menu .language-select .option li + li {
	border-top: 1px solid #cecece;
}

#header .header-wrap .utill-menu .language-select .option li a {
	color: 14px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-weight: 600;
}

#header .header-wrap .utill-menu .language-select .option li.active a, #header .header-wrap .utill-menu .language-select .option li:hover a {
	color: #7db212;
}

#header .header-wrap .utill-menu .language-select.active:after {
	background: url("../images/arrow_select_on.svg") 0 0 no-repeat;
}

#header .header-wrap .utill-menu .language-select.active .label {
	background-color: #7db212;
}

#header .header-wrap .utill-menu .language-select.active ul {
	overflow: initial;
	visibility: visible;
	opacity: 1;
	animation-name: select;
	animation-duration: 400ms;
	animation-delay: 0ms;
}

#header .header-wrap .gnb {
	height: 120px;
	max-width: 1080px;
	margin: 0 auto;
	transition: height 0.3s ease-out;
}

#header .header-wrap .gnb .nav {
	display: flex;
}

#header .header-wrap .gnb .nav .depth01 > a {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 120px;
	font-weight: 600;
	transition: line-height 0.3s ease-out;
}

#header .header-wrap .gnb .nav .depth01 > a::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 4px;
	background-color: #7db212;
	/*  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
                            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
}

#header .header-wrap .gnb .nav .depth01 + .depth01 {
	margin-left: 60px;
}

#header .header-wrap .gnb .nav .depth01.active > a, #header .header-wrap .gnb .nav .depth01:hover > a {
	display: block;
	color: #7db212;
}

#header .header-wrap .gnb .nav .depth01.active > a::after, #header .header-wrap .gnb .nav .depth01:hover > a::after {
	right: auto;
	left: 0;
	width: 100%;
}

#header .header-wrap .gnb .nav .depth01:hover .depth02 {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.1s ease-out,  visibility 0.1s ease-out;
}

#header .header-wrap .gnb .nav .depth02 {
	position: absolute;
	padding-top: 32px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.1s ease-out, visibility 0.3s ease-out;
}

#header .header-wrap .gnb .nav .depth02.active {
	display: block;
}

#header .header-wrap .gnb .nav .depth02 li {
	display: inline-block;
}

#header .header-wrap .gnb .nav .depth02 li + li {
	margin-left: 40px;
}

#header .header-wrap .gnb .nav .depth02 li a {
	font-size: 18px;
	font-weight: 500;
}

#header .header-wrap .gnb .nav .depth02 li a.en {
	font-weight: 600;
}

#header .header-wrap .gnb .nav .depth02 li.active > a, #header .header-wrap .gnb .nav .depth02 li:hover > a {
	display: block;
	color: #7db212;
	font-weight: 600;
}

#header.is-active::after {
	content: '';
	display: block;
	height: 90px;
	width: 100%;
	background-color: #f8f8f8;
	border-top: 1px solid #cecece;
}

#header.sticky {
	position: fixed;
}

#header.sticky .header-wrap h1.logo {
	top: 30px;
}

#header.sticky .header-wrap .gnb {
	height: 100px;
}

#header.sticky .header-wrap .gnb .nav .depth01 > a {
	line-height: 100px;
}

#header.sticky .header-wrap .utill-menu {
	top: 26px;
}

@keyframes select {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	20% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1080px) {
	.gnb {
		display: none;
	}
	.utill-menu {
		display: none;
	}
	#header {
		height: 90px;
	}
	#header.is-active {
		height: 100% !important;
	}
	#header.is-active .mobile.total-menu {
		opacity: 1;
		visibility: visible;
		width: 100%;
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#header.is-active::after {
		display: none;
	}
	#header.sticky .header-wrap h1.logo {
		top: 24px;
	}
	#header .header-wrap {
		padding: 0;
		z-index: 11;
	}
	#header .header-wrap h1.logo {
		top: 24px;
		left: 20px;
		transition: none !important;
		background-image: url();
	}
	#header .header-wrap h1.logo a {
		width: 103px;
		height: 44px;
		background-size: auto 100%;
		background-image: url("../images/logo_elementary_m.svg");
	}
	#header .btn-nav {
		transition: all 0.3s ease-out;
		display: inline-block;
		width: 27px;
		height: 24px;
		position: absolute;
		right: 20px;
		top: 34px;
		z-index: 13;
	}
	#header .btn-nav.close {
		z-index: 21;
		position: fixed;
		right: 20px;
		top: 33px;
	}
	#header .btn-nav.close span {
		width: 34px;
		background-color: #000;
		border-radius: 2px;
	}
	#header .btn-nav.close span.line-01 {
		margin-top: 12px;
		margin-bottom: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#header .btn-nav.close span.line-02 {
		opacity: 0;
	}
	#header .btn-nav.close span.line-03 {
		width: 34px;
		margin-top: -13px;
		margin-bottom: 14px;
		margin-left: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	#header .btn-nav span {
		display: block;
		width: 27px;
		height: 2px;
		margin-bottom: 6px;
		background: #000;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		border-radius: 2px;
	}
	.mobile.total-menu {
		position: fixed;
		top: 0;
		background-color: #f8f8f8;
		width: 100%;
		height: 100%;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		min-height: -webkit-fill-available;
	}
	.mobile.total-menu .wrap {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
	.mobile.total-menu .language {
		display: flex;
		font-family: "Overpass", "Noto Sans KR", sans-serif;
		font-size: 16px;
		margin-left: 30px;
		padding-top: 28px;
	}
	.mobile.total-menu .language li + li {
		margin-left: 6px;
	}
	.mobile.total-menu .language a {
		display: inline-block;
		text-align: center;
		width: 47px;
		height: 43px;
		line-height: 47px;
		font-weight: 600;
	}
	.mobile.total-menu .language li.active a {
		border-radius: 25px;
		color: #fff;
		background-color: #7fbe26;
	}
	.mobile.total-menu .mobile-gnb {
		margin-left: 0;
		padding-top: 98px;
		background-color: #fff;
	}
	.mobile.total-menu .mobile-gnb.active .depth01 > a {
		color: #b4b4b4;
	}
	.mobile.total-menu .mobile-gnb.active .depth01.active > a {
		color: #000;
	}
	.mobile.total-menu .depth01 {
		min-height: 64px;
		line-height: 64px;
		margin-top: 5px;
		overflow: hidden;
	}
	.mobile.total-menu .depth01 > a {
		font-family: "Overpass", "Noto Sans KR", sans-serif;
		font-size: 28px;
		font-weight: 600;
		margin-left: 30px;
		box-sizing: border-box;
		display: block;
	}
	.mobile.total-menu .depth01.active {
		height: auto;
	}
	.mobile.total-menu .depth01.active > a {
		border-bottom: 2px solid #000;
	}
	.mobile.total-menu .depth01.active .depth02 {
		display: block;
	}
	.mobile.total-menu .depth01.active li.active a::after {
		right: auto;
		left: 0;
		width: 100%;
	}
	.mobile.total-menu .depth01 .depth02 {
		display: none;
		margin-top: 20px;
		margin-left: 30px;
		padding-bottom: 30px;
	}
	.mobile.total-menu .depth01 .depth02 li {
		line-height: 2.6;
	}
	.mobile.total-menu .depth01 .depth02 li.active a {
		color: #7fbe26;
	}
	.mobile.total-menu .depth01 .depth02 a {
		position: relative;
		font-size: 20px;
		line-height: 2;
	}
	.mobile.total-menu .utill-nav {
		margin-top: 56px;
		padding-top: 34px;
		padding-left: 30px;
		background-color: #f8f8f8;
	}
	.mobile.total-menu .utill-nav li {
		display: inline-block;
	}
	.mobile.total-menu .utill-nav li + li {
		padding-left: 33px;
		position: relative;
	}
	.mobile.total-menu .utill-nav li + li::before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 14px;
		top: 12px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background: #000;
	}
	.mobile.total-menu .utill-nav li a {
		display: block;
		font-size: 24px;
		font-weight: 600;
		font-family: "Overpass", "Noto Sans KR", sans-serif;
	}
	.mobile.total-menu .footer-nav {
		padding-top: 20px;
		padding-bottom: 50px;
		margin-left: 30px;
	}
	.mobile.total-menu .footer-nav li:first-child a {
		padding-top: 40px;
		border-top: 1px solid #d1d1d1;
	}
	.mobile.total-menu .footer-nav li + li {
		margin-top: 20px;
	}
	.mobile.total-menu .footer-nav a {
		font-size: 16px;
		line-height: 1;
		display: block;
	}
	.mobile.total-menu .footer-nav a::before {
		content: '-';
		display: inline-block;
		margin-right: 4px;
	}
}

/* 푸터 */
#footer {
	position: relative;
	background-color: #f4f4f4;
	margin-top: 140px;
}

#footer .footer-wrap {
	max-width: 1080px;
	margin: 0 auto 0;
	padding-top: 60px;
	padding-bottom: 70px;
	color: #7c7c7c;
	font-size: 16px;
	background-position-y: 200px;
}

#footer .footer-wrap .footer-nav a {
	color: #7c7c7c;
}

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

#footer .footer-wrap .footer-nav li + li::before {
	content: '';
	display: inline-block;
	margin: 0 8px 0 5px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #7c7c7c;
	vertical-align: top;
	margin-top: 11px;
}

#footer .footer-wrap .footer-info {
	margin-top: 20px;
}

#footer .footer-wrap .footer-info .address {
	margin-bottom: 2px;
}

#footer .footer-wrap .footer-info > span:before {
	content: '';
	display: inline-block;
	margin: 0 8px 0 5px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #7c7c7c;
	vertical-align: top;
	margin-top: 11px;
}

#footer .footer-wrap .footer-info > span.ceo:before {
	display: none;
}

#footer .footer-wrap .copy {
	margin-top: 20px;
	line-height: 1.63;
}

@media screen and (max-width: 1200px) {
	#footer .footer-wrap {
		margin: 0 20px;
		background-position-y: 100px;
	}
}

@media screen and (max-width: 750px) {
	#footer {
		margin-top: 120px;
	}
	#footer .footer-wrap {
		padding-top: 40px;
		margin: 0 20px;
	}
	#footer .footer-wrap .business {
		display: block;
	}
	#footer .footer-wrap .business::before {
		display: none !important;
	}
}

@media screen and (max-width: 375px) {
	#footer .footer-wrap p,
	#footer .footer-wrap .footer-info,
	#footer .footer-wrap .footer-info .address {
		font-size: 16px;
	}
}

html {
	font-size: 1rem;
	font-family: "Noto Sans KR", "돋움", Dotum, Helvetica, Arial, sans-serif;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	height: -webkit-fill-available;
	/* -webkit-overflow-scrolling : touch !important; */
	scroll-behavior: smooth;
}

html.hidden {
	overflow: hidden;
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	color: #000;
}

body {
	color: #000;
	font-family: "Noto Sans KR", "돋움", Dotum, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: transparent;
	-webkit-text-size-adjust: none;
	/* -webkit-overflow-scrolling : touch !important; */
}

* {
	-webkit-text-size-adjust: none;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.cont-left {
	float: left;
}

.cont-right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.en {
	font-family: "Overpass", "Noto Sans KR", sans-serif !important;
}

.mobile {
	display: none;
}

.em {
	font-style: normal;
}

.em.disable {
	color: #cccccc;
}

.em.slightly {
	color: #999999;
}

.em.weighty {
	color: #7db212;
}

.em.weightiest {
	color: #b33d23;
}

.em.warning {
	color: #db0510;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.multi-ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	max-height: 3em;
	line-height: 1.5em;
	white-space: normal;
}

.asterisk:before {
	content: '*';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #c70000;
}

.info-message {
	margin-top: 20px;
	position: relative;
	padding-left: 11px;
	color: #777;
	font-size: 18px;
}

.info-message::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #7db212;
	border-radius: 6px;
}

.info-message a {
	font-weight: bold;
	text-decoration: underline;
}

.bg-line {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 50px;
	padding-top: 50px;
}

#wrap {
	min-height: -webkit-fill-available;
	margin-left: env(safe-area-inset-left);
	margin-right: env(safe-area-inset-right);
}

#container {
	padding-top: 120px;
	min-height: calc(100vh - 120px);
}

.content-header {
	height: 320px;
	color: #000000;
	background-color: #7db212;
}

.content-header .visual {
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: left;
	justify-content: center;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

.content-header .visual h2 {
	font-size: 44px;
	font-weight: bold;
}

.content-header .visual p {
	margin-top: 16px;
	font-size: 20px;
}

.content-header .visual:after {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	width: 495px;
	height: 205px;
	background: url("../images/sub_visual_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.content-primary {
	margin-top: 90px;
}

.content-primary section:first-child .section-inner {
	padding-top: 0;
}

.content-primary .section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 150px 0;
}

.content-primary section:last-child .section-inner {
	padding-bottom: 0;
}

.content-primary .bg-01, .content-primary .bg-02 {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.title-area {
	position: relative;
	text-align: center;
}

.title-area .cont-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: -0.72px;
}

.title-area .cont-text {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 16px;
	letter-spacing: -0.4px;
	color: #777;
}

.title-area.white .cont-title, .title-area.white .cont-text {
	color: #fff;
}

.request .section-inner {
	padding-top: 90px;
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.request .receive-btn-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.request .receive-btn-area .flag-type01 {
	width: 78px;
	height: 50px;
}

.request .receive-btn-area .flag-type02 {
	width: 106px;
	height: 70px;
}

.request .receive-btn-area p {
	display: inline-block;
	margin-left: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #7db212;
	letter-spacing: -0.52px;
	vertical-align: middle;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background-color: #e0e0e0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #7db212;
}

.swiper-button-next, .swiper-button-prev {
	width: 60px;
	height: 60px;
	top: 90px;
	margin-top: 0;
}

.swiper-button-prev {
	left: -80px;
	background: url("../images/swiper_prev.svg") 0 0 no-repeat;
}

.swiper-button-next {
	right: -50px;
	background: url("../images/swiper_prev.svg") 0 0 no-repeat;
	transform: rotate(180deg);
}

.skyscraper {
	position: fixed;
	right: 50px;
	top: 50%;
	z-index: 5;
	transform: translate(0, -50%);
}

.skyscraper .btn {
	display: block;
	width: 94px;
	height: 94px;
	padding-top: 23px;
	font-size: 16px;
	border-radius: 94px;
	text-align: center;
	font-weight: bold;
	line-height: 1.38;
	box-sizing: border-box;
}

.skyscraper .request01 {
	background-color: #fbc602;
	color: #000;
}

.skyscraper .request02 {
	margin-top: 16px;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.mobile {
		display: block;
	}
	.web {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	#container {
		padding-top: 90px;
	}
	.content-header {
		padding: 0 26px;
		min-height: 184px;
	}
	.content-primary {
		margin-top: 50px;
	}
	.content-primary .section-inner {
		padding: 80px 20px;
	}
	.swiper-pagination {
		text-align: center;
		position: static;
		margin-top: 24px;
	}
}

@media screen and (max-width: 768px) {
	html, body {
		overflow-x: hidden;
	}
	.content-header {
		height: 49.06667vw;
		min-height: 184px;
	}
	.content-header .visual:after {
		right: -110px;
		width: 58.66667vw;
		height: 24.8vw;
		/* min-width: 220px;
				min-height: 93px; */
	}
	.content-primary {
		margin-top: 50px;
	}
	.info-message {
		font-size: 16px;
		margin-top: 56px;
	}
	.skyscraper {
		right: 24px;
		top: auto;
		transform: none;
		bottom: 90px;
	}
	.skyscraper .btn-area {
		display: none;
	}
	.skyscraper .btn-area .btn {
		width: 70px;
		height: 70px;
		font-size: 12px;
		padding-top: 17px;
	}
	.skyscraper .btn-area .btn + .btn {
		margin-top: 10px;
	}
	.skyscraper .btn-open {
		display: block;
		margin-top: 20px;
		width: 70px;
		height: 70px;
		border-radius: 70px;
		background: #7fbe26 url("../images/btn_sky_open.svg") center center no-repeat;
	}
	.skyscraper.active .btn-area {
		display: block;
	}
	.skyscraper.active .btn-open {
		background: #ebebeb url("../images/btn_sky_close.svg") center center no-repeat;
	}
}

@media screen and (max-width: 540px) {
	.content-header .visual h2 {
		font-size: 7.46667vw;
	}
	.content-header .visual p {
		font-size: 3.73333vw;
		letter-spacing: -0.28px;
		line-height: 1.43;
	}
	.content-header .visual:after {
		top: 60px;
		right: -66px;
	}
	.title-area .cont-title {
		font-size: 6.4vw;
	}
	.title-area .cont-text {
		font-size: 4.26667vw;
	}
	.tab {
		margin: 31px 0px 30px;
	}
}

/*popup-wrap*/
.dimmed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.layer-popup {
	display: none;
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	min-width: 300px;
}

.layer-popup.center {
	text-align: center;
}

.layer-popup.center .popup-wrap {
	left: 0;
	top: 0;
	transform: translate(0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.layer-popup .popup-wrap {
	position: fixed;
	display: flex;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.layer-popup .btn-close {
	display: block;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url("../images/btn_close.svg") center center no-repeat;
	background-size: 100% auto;
}

.layer-popup .popup-content h2 {
	font-size: 1.5rem;
	font-weight: normal;
}

.layer-popup .pop-button {
	margin-bottom: 15px;
}

.video-popup .popup-wrap {
	align-items: center;
	justify-content: center;
}

.video-popup .video-wrap {
	display: flex;
	max-width: 1280px;
}

.video-popup .video-wrap video {
	width: 100%;
}

.video-popup .video-wrap .playing {
	width: 100%;
}

.video-popup .dimmed {
	background: #000;
}

.video-popup.layer-popup .btn-close {
	background: url("../images/btn_close_01.svg") center center no-repeat;
	background-size: 100% auto;
}

.main#container {
	padding-top: 0;
}

.main .content-primary {
	margin-top: 0;
}

.main .visual {
	position: relative;
	padding-top: 120px;
	height: calc(100vh);
}

.main .visual .info {
	position: relative;
	max-width: 1080px;
	padding: 0 20px;
	padding-top: 73px;
	margin: 0 auto;
	display: flex;
}

.main .visual .info .sub-title {
	position: relative;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.32;
	letter-spacing: -1px;
}

.main .visual .info .sub-title::before {
	content: '“';
	font-size: 60px;
	position: absolute;
	left: 0;
	top: -46px;
	display: block;
	font-family: 'Gowun Batang', serif;
	font-weight: normal;
	/* width: 24px;
					height: 24px;
					background: url($img + 'main_ico_text.png') 0 0 no-repeat;
					background-size: 100% auto; */
}

.main .visual .info .text {
	margin-left: 50px;
}

.main .visual .info .text p {
	font-size: 18px;
	letter-spacing: -0.4px;
	color: #777;
}

.main .visual .info .text p + p {
	margin-top: 20px;
}

.main .visual .thumb {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.main .visual .thumb img {
	width: 100%;
}

.main .text-wrap h2 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	line-height: 2.45;
	letter-spacing: -0.44px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-weight: normal;
}

.main .text-wrap .sub-title {
	position: relative;
	margin-top: 96px;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: -0.8px;
}

.main .text-wrap .sub-title::before {
	content: '“';
	display: block;
	position: absolute;
	left: 50%;
	top: -42px;
	margin-left: 0;
	font-size: 60px;
	font-family: 'Gowun Batang', serif;
	font-weight: normal;
	/* width: 24px;
				height: 24px;
				background: url($img + 'main_ico_text.png') center 0 no-repeat;
				background-size: 100% auto; */
}

.main .text-wrap .text {
	margin-top: 36px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #777;
	padding-bottom: 60px;
}

.main .living {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
}

.main .living::after {
	content: '';
	display: block;
	clear: both;
}

.main .living .text-wrap {
	position: relative;
	float: left;
	z-index: 3;
	width: 610px;
	background-color: #fff;
}

.main .living .text-wrap h2::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #cecece;
	vertical-align: middle;
	margin-left: 30px;
}

.main .living .text-wrap h2::before {
	content: '';
	display: block;
	position: absolute;
	right: -221px;
	top: -40px;
	width: 189px;
	height: 141px;
	background: url("../images/main_bg.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.main .living .text-wrap .sub-title {
	position: relative;
	margin-top: 83px;
}

.main .living .text-wrap .sub-title p {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: -0.8px;
}

.main .living .text-wrap .sub-title p + p {
	margin-top: 16px;
}

.main .living .text-wrap .sub-title::before {
	left: 0;
}

.main .living .text-wrap .text {
	margin-top: 36px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #777;
	padding-bottom: 20px;
}

.main .living .swiper-pagination {
	left: 0;
	bottom: -84px;
}

.main .living .item-wrap {
	padding-left: 610px;
}

.main .living .item-wrap .item-swiper {
	overflow: inherit;
	margin-top: 180px;
}

.main .living .item-wrap .item-list li {
	max-width: 100%;
	width: 450px;
	margin-right: 110px;
}

.main .living .item-wrap .item-list li .info {
	position: relative;
	margin-top: 20px;
}

.main .living .item-wrap .item-list li .thumb {
	max-width: 450px;
}

.main .living .item-wrap .item-list li .text {
	color: #7db212;
}

.main .living .item-wrap .item-list li .btn-paly {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 50px;
	background: url("../images/ico_paly.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

.main .enjoying {
	background-color: #7db212;
	height: 100vh;
	max-height: 990px;
}

.main .enjoying .section-inner {
	position: relative;
}

.main .enjoying .text-wrap {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.main .enjoying .text-wrap h2 {
	color: #fff;
}

.main .enjoying .text-wrap h2::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-left: 30px;
}

.main .enjoying .text-wrap .sub-title {
	position: relative;
	margin-top: 83px;
	color: #fff;
}

.main .enjoying .text-wrap .sub-title::before {
	left: 0;
}

.main .enjoying .text-wrap .text {
	color: #fff;
}

.main .enjoying .item-wrap {
	width: 1700px;
	position: relative;
}

.main .enjoying .item-wrap .bg-wrap .bg-01 {
	display: block;
	position: absolute;
	top: -342px;
	left: 937px;
	width: 413px;
	height: 352px;
	background: url("../images/enjoying_bg.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.main .enjoying .item-wrap .item-swiper {
	/* position: absolute;
				left: 0;
				top: 0; */
	overflow: hidden;
	padding-right: 800px;
}

.main .enjoying .item-wrap .item-list li {
	width: 800px;
	max-width: initial;
	margin-right: 80px;
}

.main .enjoying .item-wrap .item-list li .thumb {
	width: 800px;
	max-width: 100%;
}

.main .enjoying .item-wrap .item-list li .thumb .btn-paly {
	left: 50px;
	top: auto;
	bottom: 50px;
	transform: translate(0, 0);
}

.main .enjoying .item-wrap .item-list li .thumb .btn-pdf {
	position: absolute;
	left: 50px;
	top: auto;
	bottom: 50px;
	transform: translate(0, 0);
}

.main .enjoying .item-wrap .item-list li .info::after {
	content: '';
	clear: both;
	display: block;
}

.main .enjoying .item-wrap .item-list li .info .title {
	float: left;
	font-size: 40px;
	font-weight: 600;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.main .enjoying .item-wrap .item-list li .info .text {
	float: right;
}

.main .enjoying .item-wrap .swiper-pagination-01 {
	display: none;
	position: absolute;
	left: -70px;
	top: 0;
	color: #bcd885;
	font-size: 20px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
}

.main .enjoying .item-wrap .swiper-pagination-01 span {
	display: inline-block;
}

.main .enjoying .item-wrap .swiper-pagination-01 .swiper-pagination-current {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: -11px;
	left: -12px;
	padding-right: 5px;
}

.main .enjoying .item-wrap .swiper-pagination-01 .swiper-pagination-total {
	font-size: 14px;
	position: absolute;
	top: 15px;
	left: 10px;
}

.main .enjoying .item-wrap .swiper-button-next {
	right: auto;
	left: -150px;
	width: 103px;
	height: 42px;
	background-image: url("../images/main_next_01.svg");
	background-size: 103px;
	transform: rotate(0);
}

.main .talking {
	margin-top: 364px;
}

.main .talking .text-wrap {
	position: relative;
	text-align: center;
}

.main .talking .text-wrap .bg-01 {
	display: block;
	position: absolute;
	left: 87px;
	bottom: -60px;
	width: 88px;
	height: 241px;
	background: url("../images/talking_bg_01.png") 0px 0px/100% no-repeat;
	z-index: 1;
}

.main .talking .text-wrap .bg-02 {
	display: block;
	position: absolute;
	right: -20px;
	top: 230px;
	width: 158px;
	height: 282px;
	background: url("../images/talking_bg_02.png") 0px 0px/100% no-repeat;
	z-index: 1;
}

.main .talking .map-wrap {
	position: relative;
}

.main .talking .map-wrap .map {
	position: relative;
	max-width: 1360px;
	width: 1238px;
	height: 746px;
}

.main .talking .map-wrap .map .video {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate(-50%, 0);
	margin-left: -62px;
	/* &::after{
						content: '';
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: url($img + 'main_map_bg.png') 0 0 no-repeat;
						background-size: 1238px auto;
					} */
}

.main .talking .map-wrap .map .video .playing {
	width: 100%;
}

.main .talking .map-wrap .map .video .playing img {
	width: 100%;
}

.main .talking .map-wrap .map .video .btn-video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 70px;
	transform: translate(-50%, -50%);
	background: url("../images/main_ico_paly.svg") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.main .talking .map-wrap .bg-01 {
	display: block;
	position: absolute;
	right: 28px;
	top: -72px;
	width: 180px;
	height: 320px;
	background: url("../images/talking_map_bg_01.png") 0px 0px/100% no-repeat;
	z-index: 1;
}

.main .talking .map-wrap .bg-02 {
	display: block;
	position: absolute;
	left: -151px;
	top: 389px;
	width: 253px;
	height: 155px;
	background: url("../images/talking_map_bg_02.png") 0px 0px/100% no-repeat;
	z-index: 1;
}

.main .talking .map-wrap .bg-03 {
	display: block;
	position: absolute;
	right: -93px;
	top: 504px;
	width: 162px;
	height: 104px;
	background: url("../images/talking_map_bg_03.png") 0px 0px/100% no-repeat;
	z-index: 1;
}

.main .talking .button-area {
	margin-top: 140px;
}

.main .going .text-wrap {
	position: relative;
	text-align: center;
}

.main .going .text-wrap .weighty {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -0.48px;
	text-decoration: underline;
	margin-top: 32px;
}

.main .going .text-wrap .bg-01 {
	display: block;
	position: absolute;
	left: 192px;
	top: 204px;
	width: 58px;
	height: 55px;
	background: url("../images/going_bg_01.png") 0px 0px/100% no-repeat;
	animation: motion 0.6s linear 0s infinite alternate;
}

.main .going .text-wrap .bg-02 {
	display: block;
	position: absolute;
	right: 192px;
	top: 120px;
	width: 95px;
	height: 64px;
	background: url("../images/going_bg_02.png") 0px 0px/100% no-repeat;
	animation: motion 0.8s linear 0s infinite alternate;
}

.main .going .item-wrap .item-list {
	margin-top: -10px;
	margin-left: 0;
}

.main .going .item-wrap .item-list li .info {
	margin-top: 24px;
}

.main .going .item-wrap .item-list li .thumb {
	max-width: 260px;
	max-height: 260px;
}

.main .going .item-wrap .item-list li .title {
	font-size: 18px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-weight: 600;
}

.main .going .item-wrap .item-list li .text {
	margin-top: 7px;
	font-size: 16px;
}

.main .going .button-area {
	position: relative;
	height: 315px;
	z-index: 1;
	padding-top: 102px;
	box-sizing: border-box;
	margin-top: 50px;
}

.main .going .button-area::after {
	content: '';
	display: block;
	width: 1110px;
	height: 315px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("../images/going_btn_bg.png") 0 center no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.main .going .button-area .btn.large {
	padding: 0 108px 0;
}

@media screen and (max-width: 1360px) {
	.main .talking .map {
		max-width: 362.66667vw;
	}
}

@media screen and (max-width: 1080px) {
	.main .visual {
		padding-top: 96px;
		height: calc(100vh - 100px);
		margin-bottom: 50px;
	}
	.main .visual img.web {
		display: block;
	}
	.main .visual img.mobile {
		display: none;
	}
	.main .visual .info {
		padding: 0 20px;
		display: block;
	}
	.main .visual .info .text {
		margin-top: 28px;
		margin-left: 0;
	}
	.main .visual .thumb {
		height: auto;
		bottom: -13.33333vw;
	}
	.main .living {
		display: block;
		height: auto;
	}
	.main .living .section-inner {
		display: flex;
	}
	.main .living .text-wrap {
		float: none;
		width: auto;
	}
	.main .living .item-wrap {
		width: calc(100% - 450px);
		padding-left: 80px;
	}
	.main .living .item-wrap .item-swiper {
		overflow: hidden;
	}
	.main .going .bg-wrap .bg-01 {
		left: 8vw;
		top: 22.66667vw;
		width: 12.53333vw;
		height: 11.73333vw;
	}
	.main .going .bg-wrap .bg-02 {
		right: 4vw;
		top: 10.66667vw;
		width: 19.46667vw;
		height: 13.06667vw;
	}
	.main .talking {
		margin-top: 0;
	}
	.main .talking .text-wrap .bg-01 {
		width: 12vw;
		height: 33.33333vw;
		top: -23px;
		left: 1.06667vw;
		bottom: auto;
	}
	.main .talking .text-wrap .bg-02 {
		width: 23.46667vw;
		height: 15.46667vw;
		top: 7.2vw;
		right: -4.26667vw;
	}
	.main .talking .map-wrap .bg-01 {
		width: 13.6vw;
		height: 24.26667vw;
		right: 12.8vw;
		top: -5.33333vw;
	}
	.main .talking .map-wrap .bg-02 {
		width: 26.66667vw;
		height: 17.33333vw;
		top: 34.66667vw;
		left: 1.33333vw;
	}
	.main .talking .map-wrap .bg-03 {
		width: 12.53333vw;
		height: 8vw;
		top: 34.66667vw;
		right: 0;
	}
	.main .talking .map-wrap .map .video .btn-video {
		width: 44px;
		height: 48px;
	}
	.main .enjoying {
		max-height: 100%;
		height: 100%;
	}
	.main .enjoying .text-wrap .bg-wrap .bg-01 {
		width: 40.53333vw;
		height: 34.4vw;
		top: 48vw;
		right: 0;
	}
	.main .enjoying .item-wrap .item-list li .thumb {
		width: 100%;
	}
	.main .enjoying .item-wrap .swiper-pagination-01 {
		display: block;
		position: static;
		text-align: center;
		margin-top: 40px;
	}
	.main .enjoying .swiper-pagination-bullet-active {
		background-color: #179356;
	}
}

@media screen and (max-width: 1064px) {
	.main .living .text-wrap {
		float: none;
		width: 100%;
	}
	.main .enjoying {
		height: auto;
		max-height: 100%;
	}
	.main .enjoying .text-wrap .sub-title::before {
		left: 0;
	}
	.main .enjoying .item-wrap {
		width: auto;
	}
	.main .enjoying .item-wrap .bg-wrap .bg-01 {
		left: auto;
		right: 0;
		top: -33.6vw;
		width: 40.53333vw;
		height: 34.4vw;
	}
	.main .enjoying .item-wrap .item-swiper {
		padding-right: 0;
	}
	.main .enjoying .item-wrap .item-list {
		margin-left: 0;
	}
	.main .enjoying .item-wrap .item-list li {
		height: auto;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.main .enjoying .item-wrap .item-list li .thumb {
		width: 100%;
	}
	.main .enjoying .item-wrap .item-list li .thumb .btn-paly {
		left: 50%;
		top: 55%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
	.main .enjoying .item-wrap .item-list li .thumb .btn-pdf {
		left: 50%;
		top: 55%;
		bottom: auto;
		transform: translate(-50%, -50%);
		width: 66px;
		height: 40px;
		line-height: 44px;
		font-size: 12px;
	}
	.main .enjoying .item-wrap .item-list li .info .title {
		font-size: 20px;
		letter-spacing: -0.4px;
		color: #fff;
	}
	.main .enjoying .item-wrap .item-list li .info .text {
		margin-top: 5px;
		font-size: 12px;
		color: #ffff;
	}
	.main .talking .map-wrap .map .video {
		position: relative;
		margin-left: 0;
	}
	.main .talking .map-wrap .map {
		width: 100%;
		height: auto;
	}
	.main .talking .button-area {
		margin-top: 44px;
	}
	.main .talking .button-area .btn {
		text-align: center;
	}
	.main .talking .button-area .ico {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.main .content-primary {
		margin-top: 50px;
	}
	.main .text-wrap h2 {
		font-size: 18px;
		line-height: 1;
	}
	.main .text-wrap .sub-title {
		margin-top: 65px;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.56px;
	}
	.main .text-wrap .sub-title::before {
		font-size: 46px;
		top: -38px;
		width: 15px;
		height: 15px;
	}
	.main .text-wrap .sub-title p {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.56px;
	}
	.main .text-wrap .text {
		font-size: 16px;
	}
	.main .visual .thumb img {
		width: auto;
		height: 80.53333vw;
	}
	.main .visual .thumb img.web {
		display: none;
	}
	.main .visual .thumb img.mobile {
		display: block;
	}
	.main .visual .info {
		padding: 0 20px;
		display: block;
	}
	.main .visual .info .sub-title {
		font-size: 28px;
	}
	.main .visual .info .sub-title::before {
		width: 15px;
		height: 15px;
		top: -38px;
		font-size: 46px;
	}
	.main .visual .info .text {
		margin-top: 28px;
		margin-left: 0;
	}
	.main .visual .info .text p {
		font-size: 16px;
		line-height: 1.88;
	}
	.main .living .section-inner {
		display: block;
	}
	.main .living .text-wrap h2 {
		display: block;
	}
	.main .living .text-wrap h2::before {
		width: 85px;
		height: 64px;
		top: 70px;
		right: auto;
		left: 277px;
	}
	.main .living .text-wrap .sub-title p {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.56px;
	}
	.main .living .text-wrap .text {
		line-height: 1.88;
		padding-bottom: 50px;
		font-size: 16px;
	}
	.main .living .item-wrap {
		padding-left: 0;
		width: 100%;
	}
	.main .living .item-wrap .item-swiper {
		margin-top: 0;
		overflow: visible;
	}
	.main .living .item-wrap .item-list li {
		max-width: 100%;
		width: 75.73333vw;
		margin-right: 20px;
	}
	.main .living .item-wrap .item-list li .thumb {
		max-width: 100%;
	}
	.main .living .item-wrap .item-list li .title {
		font-size: 20px;
	}
	.main .living .item-wrap .item-list li .text {
		font-size: 14px;
		margin-top: 8px;
	}
	.main .living .item-wrap .item-list li .btn-paly {
		width: 34px;
		height: 34px;
	}
	.main .living .item-wrap .swiper-pagination {
		position: static;
		margin-top: 50px;
	}
	.main .enjoying .text-wrap .sub-title {
		margin-top: 73px;
	}
	.main .enjoying .text-wrap .sub-title::before {
		width: 15px;
		height: 15px;
		top: -38px;
		font-size: 46px;
	}
	.main .enjoying .text-wrap .text {
		line-height: 1.88;
	}
	.main .talking {
		margin-top: 0;
	}
	.main .talking .text-wrap .sub-title::before {
		left: 48%;
	}
	.main .talking .text-wrap .text {
		line-height: 1.88;
	}
	.main .talking .button-area .btn.large {
		line-height: 80px;
		font-size: 14px;
		width: 100%;
		padding: 0;
		height: 80px;
	}
	.main .going .text-wrap .sub-title::before {
		left: 48%;
	}
	.main .going .text-wrap .text {
		line-height: 1.88;
		margin-top: 28px;
		padding-bottom: 50px;
	}
	.main .going .text-wrap .weighty {
		font-size: 18px;
		margin-top: 50px;
	}
	.main .going .item-wrap .item-list li {
		margin-top: 10px;
	}
	.main .going .item-wrap .item-list li .thumb {
		max-width: 180px;
		max-height: 180px;
	}
	.main .going .item-wrap .item-list li + li {
		margin-top: 60px;
	}
	.main .going .button-area {
		padding-top: 0;
		margin-top: 32px;
		height: auto;
	}
	.main .going .button-area .btn.large {
		line-height: 80px;
		font-size: 16px;
		width: 100%;
		padding: 0;
		height: 80px;
	}
	.main .going .button-area::after {
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.main .visual .thumb img {
		width: auto;
		height: 66.66667vw;
		margin-left: -48vw;
	}
	.main .visual .info .sub-title {
		font-size: 7.46667vw;
	}
	.main .visual .info .text p {
		font-size: 4.26667vw;
	}
	.main .living .text-wrap h2 {
		display: block;
	}
	.main .living .text-wrap h2::before {
		width: 22.66667vw;
		height: 17.06667vw;
		top: 70px;
		right: auto;
		left: 73.86667vw;
	}
	.main .living .text-wrap .text {
		font-size: 4.26667vw;
	}
}

@keyframes motion {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 15px;
	}
}

@keyframes motion01 {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 30px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.living .section-inner {
		overflow: hidden;
	}
	.main .enjoying .item-wrap .swiper-pagination-01 {
		display: none;
	}
}

.eggschool .content-header {
	color: #fff;
}

.eggschool.elementary .content-primary {
	margin-top: 0 !important;
}

.eggschool.elementary .content-primary .multi {
	padding-top: 90px;
	background-color: #f9ffed;
}

.eggschool.elementary .content-primary .multi .section-inner {
	padding: 0;
}

.eggschool.elementary .content-primary .multi .video {
	margin: 60px auto -24px;
	z-index: 1;
}

.eggschool.native .content-primary .multi {
	position: relative;
}

.eggschool.native .content-primary .multi .section-inner {
	padding: 0 !important;
}

.eggschool.native .content-primary .multi .bg-01 {
	display: block;
	position: absolute;
	top: 157px;
	width: 100%;
	height: 326px;
	background: url("../images/bg_native01_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: -1;
	animation: motion01 1.2s linear 0s infinite alternate;
}

.eggschool.native .content-primary .multi .video {
	margin: 60px auto -71px !important;
	z-index: 3;
}

.eggschool.native .content-primary .multi + .request .section-inner {
	background: transparent;
}

.eggschool.native .content-primary .btn-area {
	background-color: #fff9e3;
	height: 396px;
}

.eggschool.native .content-primary .btn-area .receive-btn-area {
	padding-top: 40px;
}

.eggschool .content-header .visual:after {
	top: 50%;
	transform: translate(0, -50%);
}

.eggschool .content-primary .multi .section-inner {
	padding-top: 0 !important;
}

.eggschool .content-primary .multi .cont .title-area {
	padding-top: 150px;
}

.eggschool .content-primary .multi .cont + .cont .title-area {
	padding-top: 120px;
}

.eggschool .content-primary .multi .tuition {
	max-width: 998px;
	margin: 0 auto;
}

.eggschool .content-primary .multi .tuition img {
	width: 100%;
}

.eggschool .content-primary .multi .video {
	position: relative;
	margin: 60px auto 0;
	max-width: 800px;
	max-height: 500px;
	border-radius: 14px;
	overflow: hidden;
}

.eggschool .content-primary .multi .video .playing {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eggschool .content-primary .multi .video .btn-paly {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 48px;
	background: url("../images/btn_play.svg") 0 0 no-repeat;
	background-size: cover;
}

.eggschool .content-primary .multi .lesson01 {
	position: relative;
}

.eggschool .content-primary .multi .lesson01 .bg-01 {
	display: block;
	position: absolute;
	top: 214px;
	left: -37px;
	width: 387px;
	height: 202px;
	background: url("../images/bg_lesson01_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
	animation: motion 0.8s linear 0s infinite alternate;
}

.eggschool .content-primary .multi .lesson01 .bg-02 {
	display: block;
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -320px;
	width: 98px;
	height: 99px;
	background: url("../images/bg_lesson01_02.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.eggschool .content-primary .multi .introduce01 {
	position: relative;
}

.eggschool .content-primary .multi .introduce01 .title-area {
	padding-top: 0;
}

.eggschool .content-primary .multi .introduce01 .bg-01 {
	display: block;
	position: absolute;
	top: 263px;
	right: -123px;
	width: 567px;
	height: 108px;
	background: url("../images/bg_introduce01_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.eggschool .content-primary .multi .introduce01 .bg-02 {
	display: block;
	position: absolute;
	top: 408px;
	left: -124px;
	width: 471px;
	height: 108px;
	background: url("../images/bg_introduce01_02.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.eggschool .content-primary .multi .introduce01 .bg-03 {
	display: block;
	position: absolute;
	top: 442px;
	left: -94px;
	width: 1277px;
	height: 221px;
	background: url("../images/bg_introduce01_03.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.eggschool .content-primary .multi .introduce01 .bg-04 {
	display: block;
	position: absolute;
	top: 589px;
	left: 22px;
	width: 1034px;
	height: 208px;
	background: url("../images/bg_introduce01_04.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.eggschool .content-primary .multi .native01 {
	position: relative;
}

.eggschool .content-primary .multi .native01 .title-area {
	padding-top: 0;
}

.eggschool .content-primary .multi .native01 .bg-02 {
	display: block;
	position: absolute;
	top: 498px;
	right: -162px;
	width: 311px;
	height: 169px;
	background: url("../images/bg_native01_02.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.eggschool .content-primary .multi .native01 .bg-03 {
	display: block;
	position: absolute;
	top: 509px;
	left: -41px;
	width: 1145px;
	height: 274px;
	background: url("../images/bg_native01_03.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 4;
}

.eggschool .content-primary .multi .native01 .bg-04 {
	display: block;
	position: absolute;
	top: 664px;
	left: 30px;
	width: 143px;
	height: 63px;
	background: url("../images/bg_native01_04.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.eggschool .content-primary .multi .native01 .bg-05 {
	display: block;
	position: absolute;
	top: 691px;
	right: 190px;
	width: 129px;
	height: 58px;
	background: url("../images/bg_native01_05.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 3;
}

.eggschool .content-primary .btn-area {
	background-color: #dbefbb;
	height: 425px;
	position: relative;
}

.eggschool .content-primary .btn-area .section-inner {
	padding: 150px 0 0 !important;
}

.eggschool .content-primary .btn-area .receive-btn-area {
	padding-top: 75px;
}

.eggschool .content-primary .talk-video {
	background-color: #fff;
}

.eggschool .content-primary .talk-video .introduce02 .title-area {
	margin-bottom: 60px;
}

.eggschool .content-primary .talk-video .introduce03 {
	clear: both;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 130px;
	margin-top: 150px;
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.eggschool .content-primary .talk-video .introduce03 .item-wrap .item-list {
	flex-wrap: nowrap;
}

.eggschool .content-primary .talk-video .introduce03 .cont-text {
	margin-bottom: 60px;
}

.eggschool .content-primary .talk-video .introduce03.btn-area {
	position: relative;
	background-color: #fff;
	height: 0;
	padding-top: 80px;
}

.eggschool .content-primary .talk-video .introduce03.btn-area .receive-btn-area {
	padding-top: 0;
}

.eggschool .content-primary .talk-video .native02 .title-area {
	margin-bottom: 60px;
}

.eggschool .content-primary .native-video {
	background-color: #e1f2c5;
}

.eggschool .content-primary .cont-box {
	position: relative;
}

.eggschool .content-primary .curriculum {
	max-width: 100%;
	background-color: #f8f8f8;
}

.eggschool .content-primary .curriculum .title-area {
	padding-top: 0;
}

.eggschool .content-primary .curriculum .section-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.eggschool .content-primary .curriculum .map {
	margin-top: 40px;
}

.eggschool .content-primary .curriculum .map img {
	width: 100%;
}

.eggschool .content-primary .curriculum .data-info {
	margin-top: 90px;
	text-align: center;
}

.eggschool .content-primary .curriculum .data-info strong {
	display: block;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.eggschool .content-primary .curriculum .data-info p {
	font-size: 20px;
	color: #777;
}

.eggschool .content-primary .data-table {
	max-width: 694px;
	margin: 0 auto;
}

.eggschool .content-primary .course {
	background-color: #7db212;
}

.eggschool .content-primary .course .section-inner {
	position: relative;
}

.eggschool .content-primary .course .bg01 {
	position: absolute;
	left: -30px;
	top: -88px;
	width: 336px;
	height: 133px;
	background: url("../images/bg_course_01.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.eggschool .content-primary .course .cont-box {
	text-align: center;
}

.eggschool .content-primary .course .cont-box .thumb {
	margin: 0 auto;
	max-width: 800px;
	max-height: 500px;
	border-radius: 14px;
	overflow: hidden;
}

.eggschool .content-primary .course .cont-box .thumb img {
	width: 100%;
}

.eggschool .content-primary .course .cont-box .info {
	margin-top: 50px;
}

.eggschool .content-primary .course .cont-box .info .en {
	font-size: 26px;
	font-weight: 600;
}

.eggschool .content-primary .course .cont-box .info .title {
	display: block;
	margin-top: 44px;
	font-size: 28px;
	font-weight: 600;
}

.eggschool .content-primary .course .cont-box .info .text {
	margin-top: 24px;
	font-size: 20px;
}

.eggschool .content-primary .culture .cont-box {
	text-align: center;
}

.eggschool .content-primary .culture .cont-box h4 {
	margin-top: 54px;
	font-family: "Overpass", "Noto Sans KR", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #7db212;
	margin-bottom: 34px;
	text-decoration: underline;
}

.eggschool .content-primary .culture .cont-box .thumb {
	position: relative;
	margin: 0px auto 0;
	max-width: 800px;
	max-height: 500px;
	border-radius: 14px;
}

.eggschool .content-primary .culture .cont-box .thumb img {
	width: 100%;
	border-radius: 14px;
}

.eggschool .content-primary .culture .cont-box .thumb .bg {
	position: absolute;
	right: -30px;
	top: -144px;
	width: 176px;
	height: 196px;
	background: url("../images/bg_culture_01.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.eggschool .content-primary .culture .cont-box .data-info .title {
	display: block;
	margin-top: 50px;
	font-size: 26px;
}

.eggschool .content-primary .culture .cont-box .data-info .text {
	margin-top: 20px;
	color: #777;
}

.eggschool .content-primary .culture .cont-box + .cont-box {
	margin-top: 120px;
}

.eggschool .stroy {
	text-align: center;
}

.eggschool .stroy .section-inner {
	position: relative;
	padding: 0;
	padding-bottom: 30px;
	display: inline-block;
}

.eggschool .stroy .bg-01 {
	display: block;
	position: absolute;
	top: -10px;
	left: -170px;
	width: 155px;
	height: 155px;
	background: url("../images/bg_multi_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	animation: motion .8s linear 0s infinite alternate;
}

.eggschool .stroy .bg-02 {
	display: block;
	position: absolute;
	top: 136px;
	right: -148px;
	width: 122px;
	height: 76px;
	background: url("../images/bg_multi_02.png") 0 0 no-repeat;
	background-size: 100% auto;
	animation: motion 1s linear 0s infinite alternate;
}

.eggschool .hht {
	background-color: #f8f8f8;
}

.eggschool .hht .section-inner {
	padding-top: 0;
	padding-bottom: 70px;
}

.eggschool .hht .section-inner .tab-wrap {
	position: relative;
	top: -33px;
}

.eggschool .hht .episode {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 50px;
	padding-top: 40px;
}

.eggschool .hht .episode .cont-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	margin-bottom: 30px;
}

.eggschool .hht .episode .item-wrap {
	padding-bottom: 100px;
}

.eggschool .subject-section .section-inner {
	padding-bottom: 0;
}

.eggschool .subject-section .title-area {
	position: relative;
}

.eggschool .subject-section .title-area .bg {
	display: block;
	position: absolute;
	top: 100px;
	right: -120px;
	width: 366px;
	height: 233px;
	background: url("../images/bg_subject@3x.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.eggschool .subject-section .data-table {
	max-width: 900px;
}

.eggschool .study .section-inner {
	position: relative;
}

.eggschool .study .bg-01 {
	display: block;
	position: absolute;
	top: 178px;
	left: -230px;
	width: 217px;
	height: 204px;
	background: url("../images/bg_multi_03.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 1080px) {
	.hht .item-list {
		margin-right: 0;
	}
	.hht .item-list.horizon {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.hht .item-list.horizon .info {
		margin-left: 30px;
	}
	.hht .episode .cont-title {
		text-align: center;
	}
	.request .receive-btn-area {
		display: block;
		text-align: center;
	}
	.request .receive-btn-area .title {
		display: block;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.eggschool .content-primary .multi .lesson01 .bg-01 {
		top: 179px;
	}
	.eggschool .content-primary .multi .lesson01 .title-area {
		padding-top: 36px;
	}
	.eggschool .content-primary .multi .video {
		margin-top: 40px;
	}
	.eggschool .content-primary .multi .bg-wrap .bg-01 {
		width: 139px;
		height: 74px;
	}
	.eggschool .content-primary .multi .bg-wrap .bg-02 {
		display: none;
	}
	.eggschool .content-primary .multi .lesson02 .title-area {
		padding-top: 60px !important;
	}
	.eggschool .subject-section .section-inner {
		padding-top: 184px;
	}
	.eggschool .subject-section .title-area .bg {
		right: 30%;
		width: 152px;
		height: 104px;
		top: -200px;
		top: -134px;
	}
	.eggschool.elementary .content-primary .multi {
		padding: 0 20px;
		padding-top: 50px;
	}
	.eggschool.elementary .content-primary .multi .video {
		margin-top: 230px;
	}
	.eggschool.elementary .content-primary .multi .introduce01 .video {
		max-width: 100%;
	}
	.eggschool.elementary .content-primary .multi .introduce01 .bg-wrap .bg-01 {
		width: 100%;
		max-width: 335px;
		right: 48%;
		margin-right: -163px;
		top: 180px;
		height: 64px;
		background-image: url("../images/bg_introduce01_01_m.png");
	}
	.eggschool.elementary .content-primary .multi .introduce01 .bg-wrap .bg-02 {
		display: block;
		width: 100%;
		max-width: 335px;
		left: 48%;
		margin-left: -163px;
		top: 270px;
		height: 77px;
		background-image: url("../images/bg_introduce01_02_m.png");
	}
	.eggschool.elementary .content-primary .multi .introduce01 .bg-wrap .bg-03 {
		width: 112vw;
		height: 18.93333vw;
		top: auto;
		bottom: 4.8vw;
		left: -40px;
	}
	.eggschool.elementary .content-primary .multi .introduce01 .bg-wrap .bg-04 {
		width: 91.73333vw;
		top: auto;
		bottom: -11.73333vw;
		height: 18.4vw;
		left: -1.86667vw;
	}
	.eggschool.elementary .content-primary .request.btn-area .receive-btn-area {
		padding-top: 0 !important;
	}
	.eggschool .request {
		padding: 0 20px;
	}
	.eggschool .request .section-inner {
		padding: 80px 0;
	}
	.eggschool.native .multi .bg-01 {
		width: 100%;
	}
	.eggschool.native .multi .native01 .bg-02 {
		display: block;
		width: 24.8vw;
		height: 15.46667vw;
		z-index: 3;
		top: auto;
		right: -2.93333vw;
		bottom: -2.13333vw;
	}
	.eggschool.native .multi .native01 .bg-03 {
		width: 89.86667vw;
		top: auto;
		bottom: -8vw;
		height: 21.6vw;
		left: 0;
	}
	.eggschool.native .multi .native01 .bg-04 {
		display: none;
	}
	.eggschool.native .multi .native01 .bg-05 {
		width: 9.86667vw;
		top: auto;
		bottom: -2.66667vw;
		height: 4.53333vw;
		right: 26.66667vw;
	}
	.eggschool.native .request.btn-area {
		padding-bottom: 8vw;
	}
	.eggschool.native .request.btn-area .receive-btn-area {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 840px) {
	.eggschool.native .multi .native01 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.hht .item-list.horizon {
		text-align: center;
		flex-wrap: wrap;
	}
	.hht .item-list.horizon .info {
		margin-left: 0;
		margin-top: 30px;
	}
	.eggschool .study .item-wrap .item-list.small {
		flex-wrap: nowrap;
	}
	.eggschool .study .item-wrap .item-list.small .thumb {
		width: 180px;
	}
	.eggschool .study .item-wrap {
		overflow: visible;
	}
	.eggschool .study .item-wrap .item-list li {
		width: 71.7%;
	}
	.eggschool .study .bg-01 {
		left: 10px;
		width: 98px;
		height: 92px;
		top: 260px;
	}
	.eggschool .talk-video .item-wrap {
		overflow: visible;
	}
	.eggschool .talk-video .item-wrap .item-list li {
		width: 74.66667vw;
	}
}

@media screen and (max-width: 540px) {
	.eggschool .content-primary .lesson01 .bg-01 {
		top: 38.66667vw !important;
	}
	.eggschool .content-primary .introduce01 .bg-01 {
		top: 37.33333vw !important;
	}
	.eggschool .content-primary .introduce01 .bg-02 {
		top: 54.66667vw !important;
	}
	.eggschool .content-primary .stroy .bg-01 {
		top: -34px;
		left: -35px;
		width: 60px;
		height: 60px;
	}
	.eggschool .content-primary .stroy .bg-02 {
		top: 128px;
		right: -41px;
		width: 65px;
		height: 41px;
	}
	.eggschool .content-primary .subject-section .section-inner {
		padding-top: 184px;
	}
	.eggschool .content-primary .subject-section .title-area .bg {
		width: 132px;
		height: 84px;
		top: -104px;
	}
	.eggschool .content-primary .curriculum .map {
		margin-top: 50px;
	}
	.eggschool .content-primary .curriculum .data-info {
		margin-top: 50px;
	}
	.eggschool .content-primary .curriculum .data-info strong {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.eggschool .content-primary .curriculum .data-info p {
		font-size: 16px;
	}
	.eggschool .content-primary .step .table-wrap {
		margin-top: 30px;
	}
	.eggschool .content-primary .step .table-wrap .data-table thead th {
		padding: 0;
	}
	.eggschool .content-primary .course .bg01 {
		width: 195px;
		height: 77px;
		left: -25px;
		top: -49px;
		transform: none !important;
	}
	.eggschool .content-primary .course .cont-box .info {
		margin-top: 30px;
	}
	.eggschool .content-primary .course .cont-box .info .en {
		font-size: 20px;
		line-height: 1.2;
	}
	.eggschool .content-primary .course .cont-box .info .title {
		font-size: 20px;
		margin-top: 40px;
		line-height: 1.5;
		letter-spacing: -0.4px;
	}
	.eggschool .content-primary .course .cont-box .info .text {
		font-size: 16px;
		margin-top: 20px;
		line-height: 1.5;
		letter-spacing: -0.32px;
	}
	.eggschool .content-primary .course .tab-wrap {
		margin: 0 -20px;
	}
	.eggschool .content-primary .course .tab-wrap .tab {
		padding: 0 20px;
	}
	.eggschool .content-primary .course .tab-wrap .tab-cont {
		margin: 0 20px;
	}
	.eggschool .content-primary .culture .cont-box h4 {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.eggschool .content-primary .culture .cont-box .thumb .bg {
		width: 73px;
		height: 81px;
		right: 0;
		top: -48px;
	}
	.eggschool .content-primary .culture .cont-box .data-info .title {
		font-size: 18px;
		margin-top: 30px;
	}
	.eggschool .content-primary .culture .cont-box .data-info .text {
		margin-top: 10px;
	}
	.eggschool .content-primary .culture .cont-box + .cont-box {
		margin-top: 60px;
	}
	.eggschool .study .bg-01 {
		top: 56.26667vw;
	}
	.hht .section-inner {
		padding-bottom: 50px !important;
	}
	.hht .tab-wrap {
		top: -25px !important;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list {
		margin-right: 0;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list.horizon .thumb {
		height: auto;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list.horizon .info {
		text-align: center;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list.horizon .info .title {
		font-size: 5.33333vw;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list.horizon .info .sub-title {
		font-size: 5.33333vw;
	}
	.hht .tab-wrap .tab-cont .item-wrap .item-list.horizon .info .text {
		margin-top: 20px;
		font-size: 4.26667vw;
		letter-spacing: -0.32px;
		line-height: 1.5;
	}
	.hht .tab-wrap .tab-cont .episode .cont-title {
		font-size: 5.33333vw;
	}
	.request .receive-btn-area .flag-type01 {
		width: 45px;
		height: 29px;
	}
	.request .receive-btn-area .flag-type02 {
		width: 58px;
		height: 38px;
	}
	.request .receive-btn-area .title {
		display: block;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.request .receive-btn-area .btn {
		display: block;
		height: 80px;
		font-size: 18px;
		line-height: 80px;
		padding: 0;
	}
	.request .receive-btn-area .btn .ico {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.eggschool .content-primary .introduce01 .bg-01 {
		top: 40vw !important;
	}
	.eggschool .content-primary .introduce01 .bg-02 {
		top: 65.33333vw !important;
	}
}

@media screen and (max-width: 280px) {
	.eggschool .content-primary .introduce01 .bg-01 {
		margin-right: -120px !important;
	}
	.eggschool .content-primary .introduce01 .bg-02 {
		margin-left: -120px !important;
	}
	.eggschool .content-primary .introduce01 .video {
		margin-top: 180px !important;
	}
}

.entrance .content-header {
	background-color: #bee0ed;
}

.entrance .content-header .visual:after {
	top: 47px;
	width: 507px;
	height: 304px;
	background-image: url(../images/sub_visual_02.png);
}

.entrance .data-wrap {
	position: relative;
	margin-top: 109px;
	padding: 60px 50px;
	background-color: #f8f8f8;
	border-radius: 14px;
}

.entrance .data-wrap .data-list {
	color: #777777;
	font-size: 18px;
	line-height: 2.11;
	letter-spacing: -0.36px;
}

.entrance .data-wrap .data-list li::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}

.entrance .data-wrap .bg-01 {
	display: block;
	position: absolute;
	top: -190px;
	left: 0;
	width: 380px;
	height: 200px;
	background: url("../images/bg_entrance_01.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.entrance .data-wrap .bg-02 {
	display: block;
	position: absolute;
	top: -63px;
	right: 50px;
	width: 156px;
	height: 108px;
	background: url("../images/bg_entrance_02.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.entrance.registration1 {
	background-color: #f8f8f8;
	margin-bottom: -140px;
	padding-bottom: 140px;
}

.entrance.registration1 .content-primary {
	margin-top: 0;
	padding-top: 30px;
}

.entrance.registration1 .bg-wrap.register {
	position: relative;
}

.entrance.registration1 .bg-wrap.register .bg-01 {
	display: block;
	position: absolute;
	top: -60px;
	left: -116px;
	width: 299px;
	height: 266px;
	background: url("../images/bg_registration_03.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.entrance.registration1 .bg-wrap.register .bg-02 {
	display: block;
	position: absolute;
	top: 880px;
	right: -304px;
	width: 328px;
	height: 361px;
	background: url("../images/bg_registration_04.png") 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.entrance.registration1 .tab-wrap {
	position: relative;
}

.entrance.registration1 .item-list .button-area.half {
	margin-top: 37px;
}

.entrance.registration2 .content-primary {
	margin-top: 0;
	padding-top: 0;
}

.entrance.registration2 .select {
	margin: 0 auto;
	z-index: 1;
}

.entrance.registration2 .murtiy {
	background-color: #f8f8f8;
}

.entrance.registration2 .murtiy .form-wrap {
	padding-top: 90px;
}

.entrance.registration2 .murtiy .title-area {
	margin-top: 80px;
}

.entrance.registration2 .murtiy .title-area .tag {
	vertical-align: middle;
	margin-right: 16px;
}

.entrance.registration2 .murtiy .title-area .cont-title {
	display: block;
	font-size: 28px;
}

.entrance.registration2 .murtiy .title-area .cont-sub {
	font-size: 26px;
	margin-top: 16px;
	color: #777;
	line-height: 1.31;
	letter-spacing: -0.52px;
}

.entrance.registration2 .murtiy .title-area .cont-info {
	font-size: 20px;
	margin-top: 30px;
	color: #777;
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.entrance.registration2 .murtiy .title-area .bg-01 {
	display: block;
	position: absolute;
	top: 102px;
	width: 201px;
	height: 179px;
	background: url("../images/bg_registration_01.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.entrance.registration2 .murtiy .title-area .bg-02 {
	display: block;
	position: absolute;
	right: 0;
	top: 92px;
	width: 260px;
	height: 149px;
	background: url("../images/bg_registration_02.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.entrance.registration2 .murtiy .item-wrap {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 70px;
	padding-top: 60px;
}

.entrance.registration2 .murtiy .item-wrap .info .title {
	font-size: 22px;
	display: block;
}

.entrance.registration2 .murtiy .item-wrap .info .text {
	color: #777777;
}

.entrance.registration2 .murtiy .item-wrap .info .text + .title {
	margin-top: 40px;
}

.entrance.registration2 .murtiy .item-wrap .info .text li {
	position: relative;
	padding-left: 10px;
	width: 100%;
}

.entrance.registration2 .murtiy .item-wrap .info .text li::before {
	content: '-';
	display: block;
	position: absolute;
	left: 0;
}

.entrance.registration2 .talk-video .introduce02 .title-area .cont-title {
	margin-bottom: 60px;
}

.entrance.registration2 .talk-video .introduce03 {
	background-image: linear-gradient(to right, #dfdfdf 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	margin-top: 150px;
	padding-top: 150px;
}

.entrance.registration2 .talk-video .introduce03 .title-area .cont-title {
	margin-bottom: 60px;
}

@media screen and (max-width: 1080px) {
	.entrance.registration2 .murtiy .title-area .cont-title .tag {
		display: block;
		margin: 0 auto 20px;
	}
	.entrance.registration2 .murtiy .title-area .bg-01 {
		width: 21.86667vw;
		height: 19.46667vw;
	}
	.entrance.registration2 .murtiy .title-area .bg-02 {
		width: 26.93333vw;
		height: 15.46667vw;
	}
}

@media screen and (max-width: 768px) {
	.entrance .content-header .visual:after {
		top: auto;
		right: -10px;
		bottom: -2.66667vw;
		width: 52.53333vw;
		height: 31.46667vw;
	}
	.entrance .title-area .cont-title {
		font-size: 24px;
	}
	.entrance .data-wrap {
		padding: 8vw;
		margin-top: 8vw;
	}
	.entrance .data-wrap .data-list {
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: -0.32px;
	}
	.entrance .data-wrap .data-list li {
		position: relative;
		padding-left: 15px;
	}
	.entrance .data-wrap .data-list li::before {
		content: '';
		width: 6px;
		height: 6px;
		background: #777;
		border-radius: 6px;
		position: absolute;
		left: 0;
		top: 11px;
	}
	.entrance .data-wrap .data-list li + li {
		margin-top: 12px;
	}
	.entrance .data-wrap .bg-01 {
		width: 35.2vw;
		height: 18.4vw;
		top: -13.33333vw;
	}
	.entrance .data-wrap .bg-02 {
		top: auto;
		right: 0;
		width: 27.2vw;
		height: 18.66667vw;
	}
	.entrance .button-area .btn.large {
		width: 100%;
	}
	.entrance .fieldset {
		margin-top: 80px;
	}
	.entrance .fieldset .field + .field {
		margin-top: 0;
	}
	.entrance .fieldset .field + .field.bg-line {
		margin-top: 40px;
	}
	.entrance.registration1 .section-inner {
		position: relative;
	}
	.entrance.registration1 .bg-wrap.register {
		position: static;
	}
	.entrance.registration1 .bg-wrap.register .bg-01 {
		width: 104px;
		height: 79px;
		top: 47px;
		left: 20px;
	}
	.entrance.registration1 .bg-wrap.register .bg-02 {
		bottom: -95px;
		top: auto;
		left: 50%;
		right: auto;
		width: 160px;
		height: 177px;
		margin-left: -80px;
	}
	.entrance.registration2 .murtiy .title-area .bg-01 {
		top: -2.66667vw;
	}
	.entrance.registration2 .murtiy .title-area .bg-02 {
		top: -2.66667vw;
		right: -40px;
	}
	.introduce02 .item-wrap {
		overflow: visible;
	}
	.introduce02 .item-wrap .item-list {
		flex-wrap: nowrap;
	}
	.introduce02 .item-wrap .item-list li {
		width: 74.66667vw;
	}
	.introduce02 .swiper-pagination {
		text-align: center;
		position: static;
		margin-top: 50px;
	}
	.swiper-pagination-bullet-active {
		background-color: #7db212;
	}
	.entrance.registration2 .talk-video .introduce03 {
		margin-top: 80px;
		padding-top: 80px;
	}
}

@media screen and (max-width: 540px) {
	.entrance.registration2 .murtiy .title-area {
		margin-top: 40px;
	}
	.entrance.registration2 .murtiy .title-area .cont-title {
		font-size: 20px;
	}
	.entrance.registration2 .murtiy .title-area .cont-sub {
		margin-top: 20px;
		font-size: 18px;
	}
	.entrance.registration2 .murtiy .title-area .cont-info {
		margin-top: 12px;
		font-size: 16px;
	}
	.entrance.registration2 .select > button {
		font-family: "Overpass", "Noto Sans KR", sans-serif;
		font-weight: 600;
	}
	.entrance.registration2 .select ul li + li {
		border-top: 0 none;
	}
	.entrance.registration2 .select ul li button {
		text-align: center;
		font-family: "Overpass", "Noto Sans KR", sans-serif;
		font-weight: 600;
	}
	.entrance.registration2 .request .receive-btn-area .btn {
		font-size: 16px;
		line-height: 75px;
	}
	.entrance.registration1 .item-list .button-area.half {
		margin-top: 20px;
	}
	.entrance.registration1 .item-list .count1 {
		margin-bottom: 20px;
	}
	.entrance.registration1 .item-list .count2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 360px) {
	.entrance.registration2 .request .receive-btn-area .btn {
		font-size: 12px;
		line-height: 77px;
	}
	.entrance.registration1 .item-list .button-area.half .btn {
		font-size: 14px;
	}
}

.office .content-header {
	background-color: #edcf8c;
}

.office .content-header .visual::after {
	width: 579px;
	height: 221px;
	top: 132px;
	right: 0;
	background-image: url("../images/sub_visual_03.png");
}

.office.news .item-wrap {
	overflow: hidden;
}

.office.news .item-wrap .item-list {
	margin-top: -50px;
}

.office.news .item-wrap .item-list li {
	margin-top: 80px;
}

.office .faq .tab {
	margin: 0 0 70px;
}

.office .faq .faq-list {
	margin-top: 30px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.office .faq .faq-list li {
	position: relative;
	background: url("../images/faq_arrow.svg") right 20px top 28px no-repeat;
	background-size: 24px auto;
	font-size: 20px;
	flex-direction: column;
}

.office .faq .faq-list li .question {
	color: #777777;
}

.office .faq .faq-list li + li {
	border-top: 1px solid #e4e4e4;
}

.office .faq .faq-list li.active {
	background-image: url("../images/faq_arrow_01.svg");
}

.office .faq .faq-list li.active .question {
	color: #000;
}

.office .faq .faq-list li.active .answer {
	display: block;
	background-color: #f8f8f8;
}

.office .faq .faq-list li .category {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	margin-right: 20px;
	font-weight: 500;
}

.office .faq .faq-list li .category span {
	color: #000;
}

.office .faq .faq-list li .category::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	display: block;
	font-size: 0;
	width: 1px;
	height: 18px;
	background-color: #e0e0e0;
}

.office .faq .faq-list li .question {
	position: relative;
	display: block;
	padding: 25px 0px;
	display: inline-block;
}

.office .faq .faq-list li .answer {
	position: relative;
	display: none;
	padding: 50px 40px 80px;
}

.office .faq .faq-list li .answer p {
	font-size: 18px;
	color: #777777;
	font-weight: 400;
	line-height: 2.4;
	letter-spacing: -0.36px;
}

.class-room .content-header {
	background-color: #f7d7bf;
}

.class-room .content-header .visual::after {
	width: 499px;
	height: 267px;
	top: 70px;
	right: 8px;
	background-image: url("../images/sub_visual_04.png");
}

@media screen and (max-width: 1080px) {
	.office .content-header {
		height: 49.06667vw;
		min-height: 184px;
	}
	.office .content-header .visual:after {
		top: auto;
		bottom: -35px;
		right: -78px;
		width: 60.8vw;
		height: 25.33333vw;
		/* min-width: 220px;
					min-height: 93px; */
	}
	.office .faq .faq-list li {
		font-size: 16px;
	}
	.office .faq .faq-list li .question {
		display: flex;
		align-items: center;
		padding-right: 40px;
	}
	.office .faq .faq-list li .answer {
		padding: 30px 25px;
	}
	.office .faq .faq-list li .answer p {
		font-size: 16px;
	}
	.office .gallery-wrap .search-wrap {
		display: block;
	}
	.office .gallery-wrap .search-wrap .num {
		text-align: left;
		font-size: 20px;
	}
	.office .gallery-wrap .search-wrap .num::before {
		top: 46%;
	}
	.office .gallery-wrap .search-wrap .input-search {
		max-width: 100%;
	}
	.office .gallery-wrap .search-wrap .input-search .btn-search {
		top: 16px;
	}
	.class-room {
		overflow-x: hidden;
	}
	.class-room .content-header .visual:after {
		right: -105px;
		top: auto;
		bottom: -10px;
	}
	.office.news .item-wrap .item-list {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.office {
		overflow-x: hidden;
	}
	.office .content-header .visual:after {
		right: -44px;
		bottom: -14px;
	}
	.class-room {
		overflow-x: hidden;
	}
	.class-room .content-header .visual:after {
		width: 73.6vw;
		height: 39.2vw;
	}
	.office.news .item-wrap .item-list {
		margin-top: 0;
	}
	.office.news .item-wrap .item-list li {
		margin-top: 40px;
	}
}

@media screen and (max-width: 540px) {
	.office .content-header .visual:after {
		top: 147px;
	}
	.office .faq .tab {
		margin-bottom: 20px;
	}
	.class-room {
		overflow-x: hidden;
	}
	.class-room .content-header .visual:after {
		width: 276px;
		height: 147px;
		right: -105px;
		top: auto;
		bottom: -10px;
	}
	.office .faq .faq-list {
		margin-top: 60px;
	}
	.office .faq .faq-list li .answer p {
		line-height: 1.75;
	}
}

@media screen and (max-width: 375px) {
	.office .content-header .visual:after {
		top: 111px;
	}
}

/*# sourceMappingURL=style.css.map */