@charset "UTF-8";
/*
 * kcmschool scss 2018.01.23 ver_001
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*
 * NotoSans CJK (subset) https://www.google.com/get/noto/#sans-kore
 */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 250;
	src: url(../font/NotoSans/NotoSans-Thin.eot);
	src: url(../font/NotoSans/NotoSans-Thin.eot?#iefix) format("embedded-opentype"), url(../font/NotoSans/NotoSans-Thin.woff2) format("woff2"), url(../font/NotoSans/NotoSans-Thin.woff) format("woff"), url(../font/NotoSans/NotoSans-Thin.ttf) format("truetype");
}

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

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

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

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

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

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

.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 */
	overflow-x: hidden;
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

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

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

/* 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: 1px;
}

.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.xsmall {
	padding: 0 10px;
	height: 20px;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	border-radius: 0px;
}

.btn.small {
	padding: 0 10px;
	height: 25px;
	line-height: 23px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 0px;
}

.btn.medium {
	padding: 0 12px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
}

.btn.large {
	padding: 0 20px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0px;
}

.btn.xlarge {
	padding: 0 20px;
	height: 66px;
	line-height: 64px;
	font-size: 18px;
	font-weight: normal;
	border-radius: 0px;
}

.btn.basic {
	color: #fff;
	border-style: solid;
	border-color: #b2b2b2;
	background-color: #b2b2b2;
}

.btn.slightly {
	color: #fff;
	border-style: solid;
	border-color: #25b3d8;
	background-color: #25b3d8;
}

.btn.normal {
	color: #000;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
}

.btn.weighty {
	color: #fff;
	border-style: solid;
	border-color: #a848c5;
	background-color: #a848c5;
}

.btn.weightiest {
	color: #fff;
	border-style: solid;
	border-color: red;
	background-color: red;
}

.btn.disable {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn.readonly {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.button-box {
	font-size: 0;
	margin: 0 -3px;
}

.button-box:before, .button-box:after {
	content: "";
	display: table;
}

.button-box:after {
	clear: both;
}

.button-box.btn-center {
	text-align: center;
}

.button-box.btn-right {
	text-align: right;
}

.button-box .btn-area {
	display: inline-block;
	padding: 0 3px;
}

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

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

.button-box.block .btn-area {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.button-box.block .btn-area .btn {
	display: block;
}

.button-box.block.col-2 .btn-area {
	width: 50%;
}

.button-box.block.col-3 .btn-area {
	width: 33.333333%;
}

.button-box.block.col-4 .btn-area {
	width: 25%;
}

/* form */
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], textarea.textarea, select.select {
	font-size: 16px;
	color: #000;
}

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="search"]::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder, select.select::-webkit-input-placeholder {
	color: #999;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

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="search"]::-moz-placeholder, textarea.textarea::-moz-placeholder, select.select::-moz-placeholder {
	color: #999;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

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="search"]:-moz-placeholder, textarea.textarea:-moz-placeholder, select.select:-moz-placeholder {
	color: #999;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

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="search"]:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder, select.select:-ms-input-placeholder {
	color: #999;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (min-width: 0px) and (max-width: 800px) {
	input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], textarea.textarea, select.select {
		font-size: 14px;
	}
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
	font-family: 'Noto Sans', sans-serif;
	-webkit-appearance: none;
	padding: 0 20px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0px;
}

@media (min-width: 0px) and (max-width: 800px) {
	input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
		padding: 0 10px;
	}
}

input[type="text"]:valid, input[type="password"]:valid, input[type="number"]:valid, input[type="tel"]:valid, input[type="email"]:valid, input[type="search"]:valid {
	border: 1px solid #000;
}

input[type="text"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="number"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="search"]:placeholder-shown {
	border-color: #eeeeee;
}

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="search"]:-ms-input-placeholder {
	border-color: #eeeeee;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus {
	outline: 0;
	border-color: #111;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], input[type="tel"][disabled], input[type="email"][disabled], input[type="search"][disabled] {
	border-color: #ccc;
	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="search"][readonly] {
	border-color: #ccc;
	background-color: #f7f7f7;
}

textarea.textarea {
	font-size: 16px;
	resize: none;
	-webkit-appearance: none;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0px;
}

@media (min-width: 0px) and (max-width: 800px) {
	textarea.textarea {
		font-size: 14px;
	}
}

textarea.textarea:focus-visible {
	border: 1px solid #000;
	border-radius: 0;
	outline: 0;
}

textarea.textarea:valid {
	border: 1px solid #000;
}

textarea.textarea:placeholder-shown {
	border-color: #eee;
}

textarea.textarea:-ms-input-placeholder {
	border-color: #eeeeee;
}

textarea.textarea:focus {
	outline: 0;
	border-color: #111;
}

select.select {
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}

.mk-select {
	position: relative;
	display: inline-block;
	min-width: 110px;
	height: 40px;
	line-height: 38px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	border-radius: 0px;
	text-transform: uppercase;
	background: #fff;
	box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 800px) {
	.mk-select {
		min-width: auto;
	}
}

.mk-select .select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.mk-select .select:focus {
	outline: 0;
}

.mk-select .select:focus + label {
	border-radius: 0;
	outline: 1px solid #000;
}

.mk-select label {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	padding: 0 20px;
	padding-right: 45px;
	background: #fff;
	display: block;
	border-radius: 4px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.mk-select label {
		font-size: 14px;
		padding: 0 10px;
	}
}

.mk-select label:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: '▼';
	width: 40px;
	height: 40px;
	font-size: 10px;
	color: #333;
	text-align: center;
}

.mk-select.block {
	display: block;
}

.mk-fromput {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.mk-fromput:first-child {
	margin-left: 0;
}

.mk-fromput input[type=radio], .mk-fromput input[type=checkbox] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.mk-fromput input[type=radio] + label, .mk-fromput input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.mk-fromput input[type=radio] + label:before, .mk-fromput input[type=checkbox] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url("../images/form-type-img.png");
	background-repeat: no-repeat;
}

.mk-fromput input[type=radio]:focus + label:before, .mk-fromput input[type=checkbox]:focus + label:before {
	outline: 1px dotted #000;
	outline: auto;
}

.mk-fromput input[type=radio] + label {
	padding-left: 25px;
}

.mk-fromput input[type=radio] + label:before {
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	background-position: 0 -89px;
}

.mk-fromput input[type=radio]:checked + label:before {
	background-position: -19px -89px;
}

.mk-fromput input[type=radio][disabled] + label {
	cursor: auto;
}

.mk-fromput input[type=radio][disabled] + label:before {
	background-position: -38px -89px;
}

.mk-fromput input[type=radio][readonly] + label {
	cursor: auto;
}

.mk-fromput input[type=radio][readonly] + label:before {
	background-position: -38px -89px;
}

.mk-fromput input[type=checkbox] + label {
	padding-left: 25px;
}

.mk-fromput input[type=checkbox] + label:before {
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	background-position: 0 0;
}

.mk-fromput input[type=checkbox]:checked + label:before {
	background-position: -19px 0;
}

.mk-fromput input[type=checkbox][disabled] + label {
	cursor: auto;
}

.mk-fromput input[type=checkbox][disabled] + label:before {
	background-position: -38px 0;
}

.mk-fromput input[type=checkbox][readonly] + label {
	cursor: auto;
}

.mk-fromput input[type=checkbox][readonly] + label:before {
	background-position: -38px 0;
}

.mk-fromput.label-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
}

.mk-fromput.label-radio label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url("../images/form-type-img.png");
	background-repeat: no-repeat;
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	background-position: 0 -89px;
}

.mk-fromput.label-radio label input {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

.mk-fromput.label-radio.checked label:before {
	background-position: -19px -89px;
}

.mk-fromput.label-check label {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
}

.mk-fromput.label-check label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url("../images/form-type-img.png");
	background-repeat: no-repeat;
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	background-position: 0 0;
}

.mk-fromput.label-check label input {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9.5px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

.mk-fromput.label-check.checked label:before {
	background-position: -19px 0;
}

.mk-fromfile {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 120px;
	height: 40px;
}

.mk-fromfile input[type=file] {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.mk-fromfile input[type=file]:focus + label.btn {
	outline: 1px dotted #000;
	outline: auto;
}

.mk-fromfile input[type=file][disabled] + label.btn {
	cursor: auto;
	pointer-events: none;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.mk-fromfile input[type=file][readonly] + label.btn {
	cursor: auto;
	pointer-events: none;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.mk-fromfile label.btn {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 100%;
	line-height: 38px;
}

.form-box {
	font-size: 0;
	margin: 0 -3px;
}

.form-box:before, .form-box:after {
	content: "";
	display: table;
}

.form-box:after {
	clear: both;
}

.form-box .formcon-area {
	display: inline-block;
	padding: 0 3px;
}

.form-box .formcon-area.left {
	float: left;
}

.form-box .formcon-area.right {
	float: right;
}

.form-box.block .formcon-area {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.form-box.block .formcon-area input, .form-box.block .formcon-area textarea {
	width: 100%;
}

.form-box.block.col-2 .formcon-area {
	width: 50%;
}

.form-box.block.col-3 .formcon-area {
	width: 33.333333%;
}

.form-box.block.col-4 .formcon-area {
	width: 25%;
}

.form-box.tel {
	margin: 0 -10px;
}

.form-box.tel .formcon-area {
	position: relative;
	width: 33.3333%;
	padding: 0 10px;
}

.form-box.tel .formcon-area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	margin-left: -5px;
	width: 9px;
	height: 1px;
	background-color: #666;
}

.form-box.tel .formcon-area:first-child:before {
	display: none;
}

.form-box.tel.type-02 .formcon-area {
	width: 50%;
}

.form-box.mail {
	margin: 0 -14px;
}

.form-box.mail .formcon-area {
	position: relative;
	width: 33.3333%;
	padding: 0 14px;
	width: 50%;
}

.form-box.mail .formcon-area:before {
	content: "@";
	font-size: 16px;
	font-weight: 400;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -7px;
	margin-top: -3px;
}

.form-box.mail .formcon-area:first-child:before {
	display: none;
}

.form-box.mail .formcon-area.mail:before {
	content: "@";
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.form-box.address {
	margin: 0;
}

.form-box.address ul li {
	margin-bottom: 5px;
}

.form-box.address ul li:before, .form-box.address ul li:after {
	content: "";
	display: table;
}

.form-box.address ul li:after {
	clear: both;
}

.form-box.address ul li:last-child {
	margin-bottom: 0;
}

.form-box.address .formcon-area {
	padding: 0;
}

.form-box.address .postal-code-box {
	position: relative;
}

.form-box.address .postal-code-box .formcon-area {
	position: relative;
	padding: 0;
	padding-right: 130px;
	float: none;
}

.form-box.address .postal-code-box .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.form-box.file {
	position: relative;
	margin: 0;
}

.form-box.file .formcon-area {
	position: relative;
	padding: 0;
	padding-right: 130px;
}

.form-box.file .mk-fromfile {
	position: absolute;
	top: 0;
	right: 0;
}

.checking-form-list.vertical li {
	margin-bottom: 5px;
}

.checking-form-list.vertical li:last-child {
	margin-bottom: 0;
}

.checking-form-list.horizontal:before, .checking-form-list.horizontal:after {
	content: "";
	display: table;
}

.checking-form-list.horizontal:after {
	clear: both;
}

.checking-form-list.horizontal li {
	float: left;
	margin-right: 20px;
}

.checking-form-list.horizontal li:last-child {
	margin-right: 0;
}

#skipNavi {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 0px;
	z-index: 10001;
}

#skipNavi .title {
	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;
}

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

#skipNavi a {
	position: absolute;
	left: 0;
	top: -1000px;
	z-index: 1002;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #1d60a7;
	color: #fff;
	z-index: 1000;
}

#skipNavi a.on {
	top: 0;
}

#skipNavi a:focus {
	top: 0;
	height: 30px;
}

/* 컨트롤 버튼 제어 */
.list-paging-wrap {
	text-align: center;
}

.list-paging-wrap a, .list-paging-wrap strong {
	display: inline-block;
	box-sizing: border-box;
	line-height: 48px;
}

.list-paging-wrap .pg-wrap {
	font-size: 0;
}

.list-paging-wrap .pg-cont, .list-paging-wrap .num-page {
	display: inline-block;
	vertical-align: middle;
}

.list-paging-wrap .pg-cont a {
	margin: 0 2px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	width: 51px;
	height: 50px;
}

.list-paging-wrap .pg-cont a svg {
	vertical-align: middle;
}

.list-paging-wrap .pg-cont a i.fas:before {
	display: none;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

.list-paging-wrap .pg-cont a span {
	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;
}

.list-paging-wrap .pg-cont.previous a.prev {
	background-image: url("../images/list-paging-prev.png");
	margin-right: 25px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-paging-wrap .pg-cont.previous a.prev {
		margin-right: 5px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-paging-wrap .pg-cont.previous a.prev {
		margin-right: 25px;
	}
}

.list-paging-wrap .pg-cont.next a.nex {
	background-image: url("../images/list-paging-nex.png");
	margin-left: 25px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-paging-wrap .pg-cont.next a.nex {
		margin-left: 5px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-paging-wrap .pg-cont.next a.nex {
		margin-left: 25px;
	}
}

.list-paging-wrap .num-page a, .list-paging-wrap .num-page strong {
	font-size: 13px;
	width: 33px;
	height: 50px;
	line-height: 50px;
	margin: 0 2px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-paging-wrap .num-page a, .list-paging-wrap .num-page strong {
		width: 28px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.list-paging-wrap .num-page a, .list-paging-wrap .num-page strong {
		width: 20px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-paging-wrap .num-page a, .list-paging-wrap .num-page strong {
		width: 33px;
	}
}

.list-paging-wrap .num-page a {
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	text-decoration: none;
}

.list-paging-wrap .num-page strong {
	position: relative;
	color: #222;
	font-weight: 500;
}

.list-paging-wrap .num-page strong:after {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #222;
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.list-paging-wrap .plus-list-btn {
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-paging-wrap .plus-list-btn {
		margin-top: 20px;
	}
}

.list-paging-wrap .plus-list-btn .btn {
	width: 200px;
	font-size: 13px;
	border-radius: 3px;
}

/* table */
/**********************************************************************************
 * normal
 * 일반 규격
 **********************************************************************************/
.table-style .table {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

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

.table-style .table th, .table-style .table td {
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
}

/**********************************************************************************
 * type
 * 필요값 : font-size, font-weight, color, background-color 등... (타입 구분 요소로만)
 **********************************************************************************/
.table-style.data .table {
	border-bottom: 1px solid #000;
}

.table-style.data .table th {
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	padding: 21px 5px 22px;
	border: 0;
}

.table-style.data .table td {
	font-size: 1rem;
	color: #333;
	border: 0;
}

.table-style.data .table thead th {
	font-size: 18px;
	font-weight: 500;
	color: #212121;
	border-bottom: 1px solid #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	.table-style.data .table thead th {
		font-size: 12px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.table-style.data .table thead th {
		font-size: 18px;
	}
}

.table-style.data .table tfoot tr {
	background-color: orange;
}

.table-style.data .table tfoot th {
	color: blue;
	background-color: yellow;
}

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

.table-style.data .table tbody td {
	font-size: 16px;
	font-weight: 500;
	color: #999;
	padding: 20px 5px;
	border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.table-style.data .table tbody td {
		font-size: 12px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.table-style.data .table tbody td {
		font-size: 16px;
	}
}

.table-style.data .table tbody td.tt {
	color: #212121;
	text-align: left;
}

.table-style.layout .table th {
	font-size: 1.1rem;
	color: #fff;
	background-color: red;
	font-weight: bold;
}

.table-style.layout .table td {
	font-size: 1rem;
	color: #333;
}

.table-style.layout .table tfoot tr {
	background-color: orange;
}

.table-style.layout .table tfoot th {
	color: blue;
	background-color: yellow;
}

.table-style.layout .table tbody th {
	color: #fff;
	background-color: blue;
}

.table-style.data-layout .table th {
	font-size: 1.1rem;
	color: #fff;
	background-color: red;
	font-weight: bold;
}

.table-style.data-layout .table td {
	font-size: 1rem;
	color: #333;
}

.table-style.data-layout .table tfoot tr {
	background-color: orange;
}

.table-style.data-layout .table tfoot th {
	color: blue;
	background-color: yellow;
}

.table-style.data-layout .table tbody th {
	color: #fff;
	background-color: blue;
}

/**********************************************************************************
 * size
 * 필요값 : padding, width, height
 **********************************************************************************/
.table-style.small .table th, .table-style.small .table td {
	font-size: 0.8rem;
	padding: 5px;
}

.table-style.medium .table th, .table-style.medium .table td {
	font-size: 1rem;
	padding: 10px;
}

.table-style.large .table th, .table-style.large .table td {
	font-size: 1.3rem;
	padding: 15px;
}

/**********************************************************************************
 * version
 * 필요값 : 디자인 요소 추가
 **********************************************************************************/
.table-style.line-none-side .table th:first-child, .table-style.line-none-side .table td:first-child {
	border-left: 0;
}

.table-style.line-none-side .table th:last-child, .table-style.line-none-side .table td:last-child {
	border-right: 0;
}

.table-style.line-impact-top .table {
	border-top: 3px solid red;
}

.data-table {
	table-layout: fixed;
	width: 100%;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}

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

.data-table tr.bd-data-none td {
	padding: 40px 0;
}

.data-table tr.bd-data-none td p {
	font-weight: normal;
}

.data-table.small th, .data-table.small td {
	border: none;
}

.data-table.small tbody th, .data-table.small tbody td {
	padding: 12px 20px;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

.data-table.small tbody th {
	text-align: left;
	background-color: #f7f7f7;
}

.data-table.medium thead + tbody {
	text-align: center;
}

.data-table.medium th, .data-table.medium td {
	padding: 14px 6px;
	border: none;
}

.data-table.medium th {
	font-weight: normal;
	background-color: #efefef;
}

.data-table.medium td {
	font-size: 1rem;
	border-top: 2px solid #fff;
	background-color: #f7f7f7;
	word-break: break-all;
}

.data-table.medium td a {
	color: inherit;
	text-decoration: none;
}

.data-table.medium td a:hover {
	text-decoration: underline;
}

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

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

.data-table.medium tbody th {
	text-align: left;
	padding-left: 35px;
	background-color: #f7f7f7;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.data-table.medium tbody th ~ td {
	color: #7d7d7d;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}

.data-table.medium tbody td input[type="text"], .data-table.medium tbody td input[type="password"] {
	padding: 4px 10px;
	height: 36px;
	border-width: 1px;
}

.data-table.large th, .data-table.large td {
	border: none;
}

.data-table.large thead th {
	padding: 14px 2px;
	background-color: #efefef;
}

.data-table.large tbody th {
	padding: 14px 4px;
}

.data-table.large tbody td {
	padding: 14px 4px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
}

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

.data-table.large tbody td.align-left {
	text-align: left;
}

.data-table.large tbody td.align-right {
	text-align: right;
}

.data-table.large tbody a {
	color: inherit;
	text-decoration: none;
}

.data-table.large tbody a:hover {
	text-decoration: underline;
}

.data-table.large tbody a.btn.weightiest {
	color: #fff;
	font-weight: normal;
}

.data-table.large tbody a.btn.weightiest:hover {
	text-decoration: none;
}

/* tab */
/**********************************************************************************
 * standard
 * 일반 규격
 **********************************************************************************/
.tab ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.tab ul li {
	display: table-cell;
	border: 1px solid #000;
	width: 50%;
}

.tab ul li a {
	display: block;
	font-size: 1rem;
	color: #333;
	text-align: center;
}

.tab ul li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab ul li.on a {
	color: #111;
	font-weight: bold;
	background: orange;
}

/**********************************************************************************
 * size
 * 크기 - 3 type
 **********************************************************************************/
.tab.small a {
	font-size: 1rem;
	padding: 5px;
}

.tab.medium a {
	font-size: 1.1rem;
	padding: 10px;
}

.tab.large a {
	font-size: 1.2rem;
	padding: 15px;
}

/**********************************************************************************
 * script
 * tab 기능구현
 **********************************************************************************/
.tabmenu-wrap .tab-con .con-box {
	height: 200px;
	display: none;
	padding: 10px;
	border: 1px solid #000;
	background-color: #e8e8e8;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

html, html a {
	-webkit-font-smoothing: antialiased;
}

body {
	color: #000;
	font-family: "Noto Sans", "Poppins", sans-serif;
	line-height: 1.3875;
	background: transparent;
	-webkit-text-size-adjust: none;
}

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

#container {
	position: relative;
}

#content {
	overflow: hidden;
}

.sub-page-wrap {
	position: relative;
	padding-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-page-wrap {
		padding-bottom: 0;
		overflow: hidden;
	}
}

.sub-page-wrap.board-pg {
	padding-top: 92px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-page-wrap.board-pg {
		padding-top: 56px;
	}
}

.sub-page-wrap.footer-pg {
	padding-top: 92px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-page-wrap.footer-pg {
		padding-top: 56px;
	}
}

.sub-page-wrap.footer-pg .sub-heading2-box .sub-heading2-inner {
	border-bottom: 0 none;
	padding-bottom: 60px;
}

.sub-page-wrap .fix-content-size {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-page-wrap .fix-content-size {
		width: auto;
	}
}

.top-quick-btn {
	transition: opacity .4s;
	z-index: 1;
	width: 1440px;
	height: 0;
	position: fixed;
	bottom: 236px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 0px) and (max-width: 800px) {
	.top-quick-btn {
		width: auto;
		height: auto;
		left: auto;
		right: 20px;
		bottom: 258px;
	}
}

.top-quick-btn.on {
	opacity: 1;
	pointer-events: auto;
}

.top-quick-btn button {
	display: inline-block;
	position: relative;
	width: 62px;
	height: 62px;
	border: 0;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(102, 102, 102, 0.15);
}

.top-quick-btn button:hover {
	box-shadow: 0 2px 6px 0 rgba(102, 102, 102, 0.5);
}

.top-quick-btn button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	background: url("../images/top-quick-btn-icon.png") 0 0 no-repeat;
	background-size: 12px 6px;
}

#__bs_notify__ {
	padding: 4px 8px !important;
	font-size: 11px !important;
	background-color: rgba(27, 32, 50, 0.4) !important;
}

/* 헤더 */
#header {
	transition: .4s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#header.scroll-start {
	top: -92px;
}

#header.header-on {
	background-color: #fff;
}

#header.header-on .logo a {
	background: url("../images/here-logo-black.svg") 0 0 no-repeat;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header.header-on .logo a {
		background-size: 58px auto;
	}
}

#header.header-on .lnb ul li a {
	color: #000;
}

#header.header-on .lnb ul li a:hover:after {
	background-color: #000;
}

#header.header-on .lnb ul li.on a:after {
	background-color: #000;
}

#header.header-on .m-lnb-cont-btn .lnb-btn span {
	background-color: #000;
}

#header.header-on .m-lnb-cont-btn .lnb-btn span:before, #header.header-on .m-lnb-cont-btn .lnb-btn span:after {
	background-color: #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header.lnb-on .lnb {
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
}

#header header {
	position: relative;
	width: 1440px;
	height: 92px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header header {
		width: auto;
		height: 56px;
	}
}

#header .logo {
	width: 170px;
	height: 43px;
	padding-top: 25px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .logo {
		width: 128px;
		height: 32px;
		padding-top: 12px;
		padding-left: 20px;
	}
}

#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/here-logo.svg") 0 0 no-repeat;
	background-size: auto 43px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .logo a {
		background-size: auto 32px;
	}
}

#header .lnb {
	position: absolute;
	top: 34px;
	right: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb {
		visibility: hidden;
		opacity: 0;
		transition: opacity .4s;
		z-index: -1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
}

#header .lnb .mob-lnb-header {
	position: relative;
	display: none;
	height: 56px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb .mob-lnb-header {
		display: block;
	}
}

#header .lnb .mob-lnb-header .lnb-log {
	display: block;
	width: 128px;
	height: 32px;
	padding-top: 12px;
	padding-left: 20px;
}

#header .lnb .mob-lnb-header .lnb-log a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/here-logo-black.svg") 0 0 no-repeat;
	background-size: auto 32px;
}

#header .lnb .mob-lnb-header .lnb-close-btn {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 14px;
	right: 20px;
	background-color: transparent;
	border: 0;
}

#header .lnb .mob-lnb-header .lnb-close-btn:before, #header .lnb .mob-lnb-header .lnb-close-btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 80%;
	height: 3px;
	background-color: #000;
}

#header .lnb .mob-lnb-header .lnb-close-btn:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#header .lnb .mob-lnb-header .lnb-close-btn:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#header .lnb ul:before, #header .lnb ul:after {
	content: "";
	display: table;
}

#header .lnb ul:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb ul {
		padding: 40px 20px;
	}
}

#header .lnb ul li {
	float: left;
	margin-left: 97px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb ul li {
		float: none;
		margin-left: 0;
		margin-bottom: 36px;
	}
	#header .lnb ul li:last-child {
		margin-bottom: 0;
	}
}

#header .lnb ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb ul li a {
		font-size: 22px;
		font-weight: 600;
		color: #000;
	}
}

#header .lnb ul li a:after {
	transition: .4s;
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -3px;
	right: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .lnb ul li a:after {
		background-color: #000;
	}
}

#header .lnb ul li a:hover:after {
	width: 100%;
	right: auto;
	left: 0;
}

#header .m-lnb-cont-btn {
	display: none;
	position: absolute;
	top: 8px;
	right: 20px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#header .m-lnb-cont-btn {
		display: block;
	}
}

#header .m-lnb-cont-btn .lnb-btn {
	display: block;
	width: 40px;
	height: 40px;
	border: 0;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
}

#header .m-lnb-cont-btn .lnb-btn span {
	transition: .4s;
	position: absolute;
	top: 50%;
	display: block;
	width: calc(100% - 10px);
	height: 2px;
	color: transparent;
	background-color: #fff;
	transform: translate(0, -50%);
}

#header .m-lnb-cont-btn .lnb-btn span:before, #header .m-lnb-cont-btn .lnb-btn span:after {
	transition: .4s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

#header .m-lnb-cont-btn .lnb-btn span:before {
	top: -7px;
}

#header .m-lnb-cont-btn .lnb-btn span:after {
	top: 7px;
}

#header .m-lnb-cont-btn .lnb-btn.on span {
	background-color: rgba(225, 245, 136, 0);
}

#header .m-lnb-cont-btn .lnb-btn.on span:before {
	top: 0;
	transform: rotate(45deg);
}

#header .m-lnb-cont-btn .lnb-btn.on span:after {
	top: 0;
	transform: rotate(-45deg);
}

body.sub #header .lnb ul li a {
	opacity: 0.6;
}

body.sub #header .lnb ul li a:hover {
	opacity: 1;
}

body.sub #header .lnb ul li.on a {
	opacity: 1;
}

body.sub #header .lnb ul li.on a:after {
	width: 100%;
}

body.sub.header-white #header .logo a {
	background: url("../images/here-logo-black.svg") 0 0 no-repeat;
}

body.sub.header-white #header .lnb ul li a {
	color: #000;
	opacity: 0.6;
}

body.sub.header-white #header .lnb ul li a:hover {
	opacity: 1;
}

body.sub.header-white #header .lnb ul li a:hover:after {
	background-color: #000;
}

body.sub.header-white #header .lnb ul li.on a {
	opacity: 1;
}

body.sub.header-white #header .lnb ul li.on a:after {
	background-color: #000;
}

body.sub.header-white #header .m-lnb-cont-btn .lnb-btn span {
	background-color: #000;
}

body.sub.header-white #header .m-lnb-cont-btn .lnb-btn span:before, body.sub.header-white #header .m-lnb-cont-btn .lnb-btn span:after {
	background-color: #000;
}

/* 푸터 */
#footer {
	position: relative;
}

#footer .footer-inner {
	width: 1440px;
	height: 144px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer .footer-inner {
		width: auto;
		height: auto;
		padding: 120px 20px 30px;
	}
}

#footer .ft-header {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 18px;
}

#footer .ft-header:before, #footer .ft-header:after {
	content: "";
	display: table;
}

#footer .ft-header:after {
	clear: both;
}

#footer .ft-menu {
	float: left;
	padding-top: 22px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer .ft-menu {
		float: none;
		padding-top: 0;
	}
}

#footer .ft-menu ul:before, #footer .ft-menu ul:after {
	content: "";
	display: table;
}

#footer .ft-menu ul:after {
	clear: both;
}

#footer .ft-menu ul li {
	position: relative;
	float: left;
	margin-right: 40px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer .ft-menu ul li {
		margin-right: 29px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	#footer .ft-menu ul li {
		margin-right: 10px;
	}
}

#footer .ft-menu ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background-color: #ccc;
	position: absolute;
	top: 8px;
	right: -20px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer .ft-menu ul li:after {
		right: -17px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	#footer .ft-menu ul li:after {
		right: -6px;
	}
}

#footer .ft-menu ul li:last-child {
	margin-right: 0;
}

#footer .ft-menu ul li:last-child:after {
	display: none;
}

#footer .ft-menu ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-style: normal;
	text-decoration: none;
}

#footer .ft-menu ul li a:hover {
	text-decoration: underline;
}

#footer .ft-messenger {
	float: right;
	padding-top: 18px;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer .ft-messenger {
		float: none;
	}
}

#footer .ft-messenger ul:before, #footer .ft-messenger ul:after {
	content: "";
	display: table;
}

#footer .ft-messenger ul:after {
	clear: both;
}

#footer .ft-messenger ul li {
	float: left;
	margin-left: 10px;
}

#footer .ft-messenger ul li:first-child {
	margin-left: 0;
}

#footer .ft-messenger ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px;
}

#footer .ft-messenger ul li a.fac {
	background-image: url("../images/ft-menu-icon-fac.svg");
}

#footer .ft-messenger ul li a.ins {
	background-image: url("../images/ft-menu-icon-ins.svg");
}

#footer address {
	font-style: normal;
	padding-top: 27px;
	padding-bottom: 27px;
}

#footer address:before, #footer address:after {
	content: "";
	display: table;
}

#footer address:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer address {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

#footer address .add {
	/*float: left;*/
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer address .add {
		padding-bottom: 15px;
		float: none;
	}
}

#footer address .copy {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

@media (min-width: 0px) and (max-width: 800px) {
	#footer address .copy {
		float: none;
	}
}

.popup-wrap {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 0px) and (max-width: 800px) {
	.popup-wrap {
		box-sizing: border-box;
		padding: 0 20px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.popup-wrap {
		padding: 0;
	}
}

.popup-wrap .popup-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup-wrap .save-alert-pop-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 335px;
	height: 320px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 35px 50px 41px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.popup-wrap .save-alert-pop-box {
		padding: 35px 20px 41px;
		width: 100%;
		height: auto;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.popup-wrap .save-alert-pop-box {
		padding: 35px 20px 41px;
		height: auto;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.popup-wrap .save-alert-pop-box {
		width: 335px;
		height: 320px;
	}
}

.popup-wrap .save-alert-pop-box .alert-inner .icon {
	display: block;
	background: url("../images/save-alert-pop-icon.png") 0 0 no-repeat;
	width: 92px;
	height: 102px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.popup-wrap .save-alert-pop-box .alert-inner p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #666;
}

.popup-wrap .save-alert-pop-box .alert-inner .button-box {
	margin-top: 45px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.popup-wrap .save-alert-pop-box .alert-inner .button-box {
		margin-top: 25px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.popup-wrap .save-alert-pop-box .alert-inner .button-box {
		margin-top: 45px;
	}
}

.popup-wrap .save-alert-pop-box .alert-inner .button-box .btn-area .btn {
	font-weight: 400;
}

@media (min-width: 0px) and (max-width: 800px) {
	.kcm-wrap ul:before, .kcm-wrap ul:after {
		content: "";
		display: table;
	}
	.kcm-wrap ul:after {
		clear: both;
	}
	.kcm-wrap ul li {
		float: left;
		width: 33.3333%;
		color: blue;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.kcm-wrap ul li {
		color: yellow;
	}
}

@media (min-width: 1440px) {
	.kcm-wrap ul:before, .kcm-wrap ul:after {
		content: "";
		display: table;
	}
	.kcm-wrap ul:after {
		clear: both;
	}
	.kcm-wrap ul li {
		float: left;
		width: 33.3333%;
		color: red;
	}
}

.kcm_test112221 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: blue;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}

.kcm_test112221 .kcm {
	display: block;
}

.main-title-banner-box {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #25b3d7;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box {
		background-position: center bottom;
		background-image: url("../images/main-title-banner-mob-img.jpg");
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.main-title-banner-box {
		background-position: center center;
		background-image: url("../images/main-title-banner-img.jpg");
	}
}

.main-title-banner-box .tt-banner-inner {
	position: relative;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-inner {
		width: auto;
	}
}

.main-title-banner-box .tt-banner-con {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con {
		padding: 0 20px;
	}
}

.main-title-banner-box .tt-banner-con .sub-tt {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.43;
	margin-bottom: 10px;
}

.main-title-banner-box .tt-banner-con strong {
	display: block;
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	line-height: 1.31;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con strong {
		font-size: 36px;
		line-height: 1.33;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.main-title-banner-box .tt-banner-con strong {
		font-size: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con strong {
		font-size: 70px;
		font-weight: 600;
		color: #fff;
		line-height: 1.31;
	}
}

.main-title-banner-box .tt-banner-con p {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	line-height: 1.46;
	margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con p {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con p {
		font-size: 26px;
		font-weight: 500;
		color: #fff;
		line-height: 1.46;
		margin-top: 20px;
	}
}

.main-title-banner-box .tt-banner-con .btn {
	transition: width color .4s;
	position: relative;
	text-align: left;
	margin-top: 79px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 240px;
	height: 58px;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 0 24px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con .btn {
		margin-top: 40px;
		width: 180px;
		height: 48px;
		line-height: 46px;
		font-size: 14px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con .btn {
		margin-top: 79px;
		width: 240px;
		height: 58px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 56px;
	}
}

.main-title-banner-box .tt-banner-con .btn:after {
	transition: .4s;
	position: absolute;
	top: 17px;
	right: 20px;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../images/tt-banner-link-arrow.png") center center no-repeat;
	background-size: 24px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .tt-banner-con .btn:after {
		top: 13px;
	}
}

.main-title-banner-box .tt-banner-con .btn:before {
	transition: .4s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
}

.main-title-banner-box .tt-banner-con .btn:hover {
	color: #000;
}

.main-title-banner-box .tt-banner-con .btn:hover:after {
	background: url("../images/tt-banner-link-arrow-hover.png") center center no-repeat;
	background-size: 24px;
}

.main-title-banner-box .tt-banner-con .btn:hover:before {
	width: 100%;
	background-color: #fff;
}

.main-title-banner-box .tt-banner-con .btn span {
	display: block;
	position: relative;
	z-index: 1;
}

.main-title-banner-box .circle-bn-img {
	position: absolute;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-title-banner-box .circle-bn-img {
		display: none;
	}
}

.main-title-banner-box .circle-bn-img.circle-small {
	top: 223px;
	left: 567px;
}

.main-title-banner-box .circle-bn-img.circle-medium {
	top: 578px;
	left: 226px;
}

.main-title-banner-box .circle-bn-img.circle-big {
	top: 176px;
	left: 632px;
}

.main-title-banner-box .circle-bn-img.hand {
	bottom: 0;
	right: -234px;
}

.main-event-box {
	position: relative;
	min-width: 1440px;
	height: 707px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box {
		min-width: auto;
		height: auto;
		padding: 40px 20px 0;
	}
}

.main-event-box .main-event-inner {
	position: relative;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-inner {
		width: auto;
	}
}

.main-event-box .main-event-con-box {
	z-index: 2;
	position: relative;
	padding-top: 100px;
	width: 447px;
	box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-con-box {
		padding-top: 0;
		padding-left: 0;
		width: auto;
	}
}

.main-event-box .main-event-con-box .main-event-tt .cate {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.main-event-box .main-event-con-box .main-event-tt .title {
	font-size: 40px;
	font-weight: 600;
	color: #000;
	margin-top: 41px;
	line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-con-box .main-event-tt .title {
		font-size: 32px;
		line-height: 1.38;
		margin-top: 10px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.main-event-box .main-event-con-box .main-event-tt .title br {
		display: none;
	}
}

.main-event-box .main-event-con-box .slide-cont-box {
	position: relative;
	margin-top: 80px;
}

.main-event-box .main-event-con-box .slide-cont-box:before, .main-event-box .main-event-con-box .slide-cont-box:after {
	content: "";
	display: table;
}

.main-event-box .main-event-con-box .slide-cont-box:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-con-box .slide-cont-box {
		display: none;
	}
}

.main-event-box .main-event-con-box .slide-cont-box .swiper-button-next, .main-event-box .main-event-con-box .slide-cont-box .swiper-button-prev {
	position: static;
	float: left;
	width: 65px;
	height: 65px;
	background-size: 65px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.main-event-box .main-event-con-box .slide-cont-box .swiper-button-prev {
	background-image: url("../images/main-event-slide-prev.png");
	margin-right: 30px;
}

.main-event-box .main-event-con-box .slide-cont-box .swiper-button-prev.swiper-button-disabled {
	background-image: url("../images/main-event-slide-prev-last.png");
	opacity: 1;
}

.main-event-box .main-event-con-box .slide-cont-box .swiper-button-next {
	background-image: url("../images/main-event-slide-next.png");
}

.main-event-box .main-event-con-box .slide-cont-box .swiper-button-next.swiper-button-disabled {
	background-image: url("../images/main-event-slide-next-last.png");
	opacity: 1;
}

.main-event-box .main-event-slide-box {
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 447px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box {
		position: static;
		width: 100%;
		margin-top: 40px;
		padding-left: 0;
	}
}

.main-event-box .main-event-slide-box:after {
	z-index: 1;
	content: "";
	display: block;
	width: 1000%;
	transform: translate(-993px, 0);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box:after {
		display: none;
	}
}

.main-event-box .main-event-slide-box .swiper-container {
	padding-bottom: 50px;
	overflow: visible;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container {
		overflow: hidden;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide {
	width: 480px;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	text-decoration: none;
	color: #000;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide a:hover .title {
	text-decoration: underline;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .pic {
	overflow: hidden;
	border-radius: 21px;
	border: 1px solid #ddd;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .pic img {
	width: 100%;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category {
	margin-top: 40px;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category:before, .main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category:after {
	content: "";
	display: table;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category {
		margin-top: 21px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category span {
	float: left;
	display: block;
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .day {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-right: 46px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .day {
		font-size: 15px;
		margin-right: 25px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .day:after {
	position: absolute;
	top: 6px;
	right: -23px;
	content: "";
	display: block;
	width: 2px;
	height: 22px;
	background-color: #d9d9d9;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .day:after {
		top: 3px;
		right: -13px;
		height: 12px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .cate {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .category .cate {
		font-size: 15px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .title {
	margin-top: 24px;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: 1.36;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .title {
		font-size: 18px;
		margin-top: 12px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .tag {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .tag {
		margin-top: 10px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .tag span {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #999;
	margin-right: 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-wrapper .swiper-slide .tag span {
		font-size: 13px;
	}
}

.main-event-box .main-event-slide-box .swiper-container .swiper-pagination {
	display: none;
	bottom: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.main-event-box .main-event-slide-box .swiper-container .swiper-pagination {
		display: block;
	}
}

.sub-more-btn {
	text-align: center;
	margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-more-btn {
		margin-top: 20px;
	}
}

.sub-more-btn .btn {
	display: inline-block;
	width: 160px;
}

.read-list-back-btn {
	text-align: center;
	margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-list-back-btn {
		margin-top: 40px;
	}
}

.read-list-back-btn .btn {
	display: inline-block;
	width: 160px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-heading2-box {
		padding: 0 20px;
	}
}

.sub-heading2-box .sub-heading2-inner {
	padding-top: 72px;
	padding-bottom: 43px;
	border-bottom: 1px solid #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-heading2-box .sub-heading2-inner {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.sub-heading2-box .sub-h2-tt {
	font-size: 38px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.95px;
	line-height: 1;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-heading2-box .sub-h2-tt {
		font-size: 22px;
	}
}

.sub-last-btn {
	text-align: center;
	width: 338px;
	margin: 40px auto 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-last-btn {
		width: 250px;
		margin: 30px auto 0;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.sub-last-btn {
		width: 220px;
	}
}

.sub-last-btn .button-box {
	margin: 0 -9px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-last-btn .button-box {
		margin: 0 -7px;
	}
}

.sub-last-btn .button-box .btn-area {
	padding: 0 9px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.sub-last-btn .button-box .btn-area {
		padding: 0 7px;
	}
}

.sub-last-btn .button-box .btn-area .btn {
	width: 100%;
}

.read-last-btn {
	text-align: center;
	margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-last-btn {
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-last-btn {
		margin-top: 40px;
	}
}

.read-last-btn .btn {
	display: inline-block;
	width: 160px;
}

.intro-title-banner-box {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../images/intro-title-banner-img.jpg");
}

.intro-title-banner-box .tt-banner-inner {
	position: relative;
	width: 1440px;
	margin: 0 auto;
	height: 100%;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-inner {
		width: auto;
	}
}

.intro-title-banner-box .tt-banner-con {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-con {
		padding: 0 30% 0 20px;
	}
}

.intro-title-banner-box .tt-banner-con .sub-tt {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 10px;
}

.intro-title-banner-box .tt-banner-con strong {
	display: block;
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	line-height: 1.31;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-con strong {
		font-size: 36px;
		line-height: 1.33;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-con strong br {
		display: none;
	}
}

.intro-title-banner-box .tt-banner-con p {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 1.46;
	margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-con p {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-title-banner-box .tt-banner-con p br {
		display: none;
	}
}

.intro-title-banner-box .tt-banner-con .btn {
	transition: .4s;
	position: relative;
	text-align: left;
	margin-top: 79px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 240px;
	height: 58px;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 0 24px;
}

.intro-title-banner-box .tt-banner-con .btn:after {
	transition: .4s;
	position: absolute;
	top: 17px;
	right: 20px;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../images/tt-banner-link-arrow.png") center center no-repeat;
	background-size: 24px;
}

.intro-title-banner-box .tt-banner-con .btn:before {
	transition: .4s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
}

.intro-title-banner-box .tt-banner-con .btn:hover {
	color: #000;
}

.intro-title-banner-box .tt-banner-con .btn:hover:after {
	background: url("../images/tt-banner-link-arrow-hover.png") center center no-repeat;
	background-size: 24px;
}

.intro-title-banner-box .tt-banner-con .btn:hover:before {
	width: 100%;
	background-color: #fff;
}

.intro-title-banner-box .tt-banner-con .btn span {
	display: block;
	position: relative;
	z-index: 1;
}

.intro-here-guide-list {
	margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list {
		margin-top: 60px;
		padding: 0 20px;
	}
}

.intro-here-guide-list ul {
	width: 1440px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul {
		width: auto;
	}
}

.intro-here-guide-list ul li {
	margin-bottom: 140px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul li {
		margin-bottom: 80px;
	}
}

.intro-here-guide-list ul li:nth-child(2n) .guide-box .pic {
	float: left;
}

.intro-here-guide-list ul li:nth-child(2n) .guide-box .con {
	float: right;
}

.intro-here-guide-list ul li:nth-child(1) .guide-box .con {
	margin-top: 120px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(1) .guide-box .con {
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(1) .guide-box .con {
		margin-top: 90px;
	}
}

.intro-here-guide-list ul li:nth-child(2) .guide-box .con {
	margin-top: 90px;
	margin-right: 93px;
	text-align: right;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(2) .guide-box .con {
		margin-top: 30px;
		margin-right: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(2) .guide-box .con {
		margin-top: 90px;
	}
}

.intro-here-guide-list ul li:nth-child(3) .guide-box .con {
	margin-top: 90px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(3) .guide-box .con {
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list ul li:nth-child(3) .guide-box .con {
		margin-top: 90px;
	}
}

.intro-here-guide-list ul li:last-child {
	margin-bottom: 0;
}

.intro-here-guide-list ul li:last-child .guide-box .pic {
	float: right;
}

.intro-here-guide-list ul li:last-child .guide-box .con {
	float: left;
	margin-left: 0;
	margin-top: 48px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list ul li:last-child .guide-box .con {
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list ul li:last-child .guide-box .con {
		margin-top: 48px;
	}
}

.intro-here-guide-list .guide-box:before, .intro-here-guide-list .guide-box:after {
	content: "";
	display: table;
}

.intro-here-guide-list .guide-box:after {
	clear: both;
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box {
		max-width: 980px;
		margin: 0 auto;
	}
}

.intro-here-guide-list .guide-box .pic {
	float: right;
	width: 558px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .pic {
		float: none;
		width: auto;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .pic {
		float: right;
		width: 50%;
	}
}

.intro-here-guide-list .guide-box .pic span {
	transition: .8s ease-in-out;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	transform: scale(0.7);
}

.intro-here-guide-list .guide-box .pic span img {
	width: 100%;
}

.intro-here-guide-list .guide-box .pic.aos-animate span {
	border-radius: 0;
	transform: scale(1);
}

.intro-here-guide-list .guide-box .con {
	float: left;
	margin-left: 105px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con {
		float: none;
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con {
		float: left;
		width: 50%;
		margin-left: 0;
	}
}

.intro-here-guide-list .guide-box .con strong {
	display: block;
	font-size: 70px;
	font-weight: 600;
	color: #000;
	line-height: 1.31;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con strong {
		font-size: 36px;
		line-height: 1.44;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con strong br {
		display: none;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con strong br {
		display: block;
	}
}

.intro-here-guide-list .guide-box .con p {
	margin-top: 30px;
	font-size: 26px;
	font-weight: 500;
	color: #000;
	line-height: 1.46;
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.63;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con p br {
		display: none;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.intro-here-guide-list .guide-box .con p br {
		display: block;
	}
}

.board-title-banner-box {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../images/event-title-banner-img.jpg");
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-title-banner-box {
		height: 260px;
		background-image: url("../images/event-title-banner-mob-img.jpg");
	}
}

.board-title-banner-box .tt-banner-inner {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-title-banner-box .tt-banner-inner {
		width: auto;
	}
}

.board-title-banner-box .tt-banner-con {
	position: absolute;
	top: 201px;
	left: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-title-banner-box .tt-banner-con {
		padding: 0 20px;
		top: 113px;
	}
}

.board-title-banner-box .tt-banner-con .sub-tt {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-title-banner-box .tt-banner-con .sub-tt {
		font-size: 14px;
		line-height: 1.43;
	}
}

.board-title-banner-box .tt-banner-con strong {
	display: block;
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	line-height: 1.31;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-title-banner-box .tt-banner-con strong {
		font-size: 36px;
		line-height: 1.33;
	}
}

.board-news-list {
	padding-top: 100px;
	width: 1440px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list {
		padding: 20px 20px 0;
		width: auto;
	}
}

.board-news-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list ul {
		margin: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.board-news-list ul {
		margin: -40px -15px;
	}
}

.board-news-list ul li {
	box-sizing: border-box;
	width: 33.33333%;
	padding: 40px 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list ul li {
		width: 100%;
		padding: 20px 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.board-news-list ul li {
		width: 50%;
		padding: 40px 15px;
	}
}

.board-news-list .conbox:before, .board-news-list .conbox:after {
	content: "";
	display: table;
}

.board-news-list .conbox:after {
	clear: both;
}

.board-news-list .conbox a {
	display: block;
	text-decoration: none;
	color: #000;
}

.board-news-list .conbox a:hover .title {
	text-decoration: underline;
}

.board-news-list .conbox .pic {
	overflow: hidden;
	border-radius: 21px;
	border: 1px solid #ddd;
}

.board-news-list .conbox .pic img {
	width: 100%;
}

.board-news-list .conbox .category {
	margin-top: 30px;
}

.board-news-list .conbox .category:before, .board-news-list .conbox .category:after {
	content: "";
	display: table;
}

.board-news-list .conbox .category:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .category {
		margin-top: 21px;
	}
}

.board-news-list .conbox .category span {
	float: left;
	display: block;
}

.board-news-list .conbox .category .day {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-right: 42px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .category .day {
		font-size: 15px;
		margin-right: 25px;
	}
}

.board-news-list .conbox .category .day:after {
	position: absolute;
	top: 4px;
	right: -23px;
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	background-color: #d9d9d9;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .category .day:after {
		top: 3px;
		right: -13px;
		height: 12px;
	}
}

.board-news-list .conbox .category .cate {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .category .cate {
		font-size: 15px;
	}
}

.board-news-list .conbox .category .cate.kor {
	font-family: 'Noto Sans', sans-serif;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .category .cate.kor {
		font-size: 14px;
	}
}

.board-news-list .conbox .title {
	margin-top: 10px;
	font-size: 32px;
	font-weight: 600;
	color: #000;
	line-height: 1.44;
	height: 2.72em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .title {
		font-size: 18px;
		margin-top: 12px;
		height: auto;
	}
}

.board-news-list .conbox .tag {
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .tag {
		margin-top: 10px;
	}
}

.board-news-list .conbox .tag span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin-right: 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-news-list .conbox .tag span {
		font-size: 13px;
	}
}

.board-read-wrap .title-box {
	text-align: center;
	padding: 72px 0 30px;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .title-box {
		padding: 30px 20px 30px;
	}
}

.board-read-wrap .title-box .cate {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #25b3d8;
	line-height: 1.75;
	margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .title-box .cate {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

.board-read-wrap .title-box .tt {
	font-size: 42px;
	font-weight: 600;
	color: #212121;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .title-box .tt {
		font-size: 18px;
		line-height: 1.56;
	}
}

.board-read-wrap .title-box .day {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 2.29;
	margin-top: 12px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .title-box .day {
		font-size: 13px;
		margin-top: 15px;
	}
}

.board-read-wrap .title-box .sns-zone {
	margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .title-box .sns-zone {
		margin-top: 20px;
	}
}

.board-read-wrap .title-box .sns-zone ul {
	font-size: 0;
}

.board-read-wrap .title-box .sns-zone ul:before, .board-read-wrap .title-box .sns-zone ul:after {
	content: "";
	display: table;
}

.board-read-wrap .title-box .sns-zone ul:after {
	clear: both;
}

.board-read-wrap .title-box .sns-zone ul li {
	display: inline-block;
	padding: 0 5px;
}

.board-read-wrap .title-box .sns-zone ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px;
}

.board-read-wrap .title-box .sns-zone ul li a.blog {
	background-image: url("../images/ft-menu-icon-blog.svg");
}

.board-read-wrap .title-box .sns-zone ul li a.fac {
	background-image: url("../images/ft-menu-icon-fac.svg");
}

.board-read-wrap .title-box .sns-zone ul li a.ins {
	background-image: url("../images/ft-menu-icon-ins.svg");
}

.board-read-wrap .read-con {
	padding: 80px 135px 40px;
	font-size: 18px;
	font-weight: 400;
	color: #222;
	line-height: 1.78;
	text-align: center;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .read-con {
		padding: 40px 20px 25px;
		font-size: 14px;
		line-height: 1.71;
	}
}

.board-read-wrap .read-con img {
	max-width: 100%;
	margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .read-con img {
		margin-bottom: 20px;
	}
}

.board-read-wrap .tag-con {
	text-align: center;
	font-size: 0;
}

.board-read-wrap .tag-con span {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 17px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 5px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .tag-con span {
		font-size: 12px;
		height: 30px;
		padding: 0 10px;
		line-height: 28px;
	}
}

.board-read-wrap .read-control {
	margin-top: 80px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .read-control {
		margin-top: 50px;
		padding: 0 20px;
	}
}

.board-read-wrap .read-control .read-control-inner {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.board-read-wrap .read-control .cont-btn a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 23px 0;
	text-decoration: none;
}

.board-read-wrap .read-control .cont-btn a:hover p {
	text-decoration: underline;
}

.board-read-wrap .read-control .cont-btn a strong {
	position: relative;
	display: block;
	width: 161px;
	font-weight: 500;
	padding-left: 20px;
	box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .read-control .cont-btn a strong {
		width: 100px;
	}
}

.board-read-wrap .read-control .cont-btn a strong:after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 58px;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 800px) {
	.board-read-wrap .read-control .cont-btn a strong:after {
		right: 14px;
	}
}

.board-read-wrap .read-control .cont-btn a p {
	flex: 1;
	font-weight: 400;
	color: #222;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.board-read-wrap .read-control .cont-btn.prev a {
	border-bottom: 1px solid #ddd;
}

.board-read-wrap .read-control .cont-btn.prev strong:after {
	background-image: url("../images/read-control-icon-prev.png");
}

.board-read-wrap .read-control .cont-btn.next strong:after {
	background-image: url("../images/read-control-icon-next.png");
}

.write-table-box {
	padding: 60px 40px 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box {
		padding: 30px 20px 0;
	}
}

.write-table-box .tb-row {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tb-row {
		display: block;
		padding: 28px 0 24px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .tb-row {
		display: flex;
		padding: 20px 0;
	}
}

.write-table-box .tb-row:first-child {
	border-top: 1px solid #ddd;
}

.write-table-box .tb-row:last-child {
	border-bottom: 1px solid #000;
}

.write-table-box .tb-row .tb-col.title {
	width: 179px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding-top: 6px;
	padding-left: 30px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tb-row .tb-col.title {
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .tb-row .tb-col.title {
		width: 115px;
		font-size: 16px;
		font-weight: 600;
		color: #000;
		padding-top: 6px;
		padding-left: 15px;
		margin-bottom: 0;
	}
}

.write-table-box .tb-row .tb-col.form {
	position: relative;
	flex: 1;
	padding-right: 30px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tb-row .tb-col.form {
		padding-right: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .tb-row .tb-col.form {
		padding-right: 30px;
	}
}

.write-table-box .write-title-fm {
	width: 851px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .write-title-fm {
		width: auto;
	}
}

.write-table-box .write-textarea-fm {
	height: 400px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .write-textarea-fm {
		height: 150px;
	}
}

.write-table-box .write-password-fm {
	width: 508px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .write-password-fm {
		width: auto;
	}
}

.write-table-box .impor-star {
	color: #d10000;
}

.write-table-box .tb-impor-guide {
	font-size: 0;
	margin-top: 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tb-impor-guide {
		position: absolute;
		top: 40px;
		left: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .tb-impor-guide {
		position: static;
	}
}

.write-table-box .tb-impor-guide .icon, .write-table-box .tb-impor-guide .text {
	display: inline-block;
	vertical-align: middle;
}

.write-table-box .tb-impor-guide .icon {
	width: 3px;
	height: 12px;
	background: url("../images/tb-exclamation-icon.png") 0 0 no-repeat;
	margin-right: 8px;
}

.write-table-box .tb-impor-guide .text {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tb-impor-guide .text {
		font-size: 12px;
	}
}

.write-table-box .form-box.file {
	width: 632px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.file {
		width: auto;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.file .formcon-area {
		float: none;
		padding-right: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .form-box.file .formcon-area {
		float: left;
		padding-right: 130px;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.file .formcon-area input {
		float: none;
	}
}

.write-table-box .form-box.file .mk-fromfile {
	width: 120px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.file .mk-fromfile {
		position: relative;
		display: block;
		margin: 52px auto 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .form-box.file .mk-fromfile {
		position: absolute;
		width: 120px;
		margin: 0;
	}
}

.write-table-box .form-box.id {
	width: 632px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.id {
		width: auto;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.id .postal-code-box .formcon-area {
		padding-right: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .form-box.id .postal-code-box .formcon-area {
		padding-right: 130px;
	}
}

.write-table-box .form-box.id .postal-code-box .btn {
	width: 120px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .form-box.id .postal-code-box .btn {
		position: static;
		margin: 20px auto 0;
		display: block;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .form-box.id .postal-code-box .btn {
		position: absolute;
		width: 120px;
		margin: 0;
	}
}

.write-table-box .mail-form-area {
	position: relative;
	width: 579px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .mail-form-area {
		width: auto;
	}
}

.write-table-box .mail-form-area .form-box {
	padding-right: 190px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .mail-form-area .form-box {
		padding-right: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .mail-form-area .form-box {
		padding-right: 190px;
	}
}

.write-table-box .mail-form-area .mk-select {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .mail-form-area .mk-select {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.write-table-box .mail-form-area .mk-select {
		position: absolute;
		top: 0;
		right: 0;
		width: 180px;
		margin-top: 0;
	}
}

.write-table-box .tel-form-area {
	position: relative;
	width: 389px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.write-table-box .tel-form-area {
		width: auto;
	}
}

.save-word-login-box {
	margin-top: 72px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.save-word-login-box {
		margin-top: 40px;
	}
}

.save-word-login-box .login-inner {
	width: 335px;
	margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 800px) {
	.save-word-login-box .login-inner {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.save-word-login-box .login-inner {
		width: 335px;
	}
}

.save-word-login-box .login-inner .login-form.pw {
	margin-top: 15px;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area {
	position: relative;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input {
	padding-left: 41px;
	padding-right: 10px;
	height: 55px;
	background-color: #f2f2f2;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input::-webkit-input-placeholder {
	color: #a5a5a5;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input::-moz-placeholder {
	color: #a5a5a5;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:-moz-placeholder {
	color: #a5a5a5;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:-ms-input-placeholder {
	color: #a5a5a5;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:valid {
	border: 1px solid #000;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:placeholder-shown {
	border-color: #eeeeee;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:-ms-input-placeholder {
	border-color: #eeeeee;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:focus {
	outline: 0;
	border-color: #111;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:focus + .icon.id {
	background-image: url("../images/save-word-login-icon-id-focus.png");
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area input:focus + .icon.pw {
	background-image: url("../images/save-word-login-icon-pw-focus.png");
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area .icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translate(0, -50%);
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area .icon.id {
	background-image: url("../images/save-word-login-icon-id.png");
	width: 16px;
	height: 17px;
	background-size: 16px 17px;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area .icon.id.val-true {
	background-image: url("../images/save-word-login-icon-id-focus.png");
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area .icon.pw {
	background-image: url("../images/save-word-login-icon-pw.png");
	width: 15px;
	height: 18px;
	background-size: 15px 18px;
}

.save-word-login-box .login-inner .login-form .form-box .formcon-area .icon.pw.val-true {
	background-image: url("../images/save-word-login-icon-pw-focus.png");
}

.save-word-login-box .login-inner .submit-btn {
	margin-top: 28px;
}

.save-word-login-box .login-inner .submit-btn .button-box .btn-area .btn {
	width: 100%;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box {
		padding: 0 20px;
	}
}

.read-table-box .read-title-box {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding: 22px 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box {
		padding: 20px 0;
	}
}

.read-table-box .read-title-box .title {
	font-size: 24px;
	font-weight: 500;
	color: #212121;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .title {
		font-size: 20px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-title-box .title {
		font-size: 24px;
	}
}

.read-table-box .read-title-box .detail {
	margin-top: 4px;
}

.read-table-box .read-title-box .detail:before, .read-table-box .read-title-box .detail:after {
	content: "";
	display: table;
}

.read-table-box .read-title-box .detail:after {
	clear: both;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail {
		margin-top: 8px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail {
		margin-top: 4px;
	}
}

.read-table-box .read-title-box .detail .dt-txt {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #999;
	float: left;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail .dt-txt {
		font-size: 12px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail .dt-txt {
		font-size: 14px;
	}
}

.read-table-box .read-title-box .detail .dt-txt.number {
	margin-right: 31px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail .dt-txt.number {
		margin-right: 21px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail .dt-txt.number {
		margin-right: 31px;
	}
}

.read-table-box .read-title-box .detail .dt-txt.number:after {
	content: "";
	display: block;
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: -17px;
	width: 1px;
	height: 14px;
	background-color: #d9d9d9;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .detail .dt-txt.number:after {
		right: -11px;
	}
}

.read-table-box .read-title-box .day {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	position: absolute;
	top: 42px;
	right: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-title-box .day {
		font-size: 12px;
		top: auto;
		bottom: 20px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.read-table-box .read-title-box .day {
		position: static;
		margin-top: 5px;
		display: block;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-title-box .day {
		font-size: 14px;
		top: 42px;
		right: 0;
		bottom: auto;
	}
}

.read-table-box .read-con-box {
	padding: 30px 0 40px;
	border-bottom: 1px solid #000;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-con-box {
		padding: 30px 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-con-box {
		padding: 30px 0 40px;
	}
}

.read-table-box .read-con-box .request-word-area {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 0 0 40px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-con-box .request-word-area {
		padding: 0 0 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-con-box .request-word-area {
		padding: 0 0 40px;
	}
}

.read-table-box .read-con-box .answer-word-area .aw-write-tt {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 14px;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box {
	background-color: #fafafa;
	padding: 16px 52px 30px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box {
		padding: 16px 20px 30px 52px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box {
		padding: 16px 52px 30px;
	}
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-tt {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-tt i {
	position: absolute;
	top: -2px;
	left: -40px;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	font-style: normal;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #25b3d8;
	border-radius: 100%;
	text-align: center;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-tt span {
	font-size: 14px;
	font-weight: 500;
	color: #25b3d8;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-con {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.71;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-con .textarea {
	width: 100%;
	height: 200px;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-day {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn {
	text-align: right;
	margin-top: 25px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn {
		margin-top: 18px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn {
		margin-top: 25px;
	}
}

.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn .btn {
	width: 160px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn .btn {
		font-size: 14px;
		width: 90px;
		height: 40px;
		line-height: 38px;
		padding: 0;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.read-table-box .read-con-box .answer-word-area .aw-gray-box .aw-write-btn .btn {
		font-size: 16px;
		width: 160px;
		height: 50px;
		line-height: 48px;
		padding: 0 20px;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-table-box {
		padding: 0 20px;
	}
}

.list-table-box .table-style .table colgroup col.col-01 {
	width: 185px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-table-box .table-style .table colgroup col.col-01 {
		width: 70px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.list-table-box .table-style .table colgroup col.col-01 {
		width: 60px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-table-box .table-style .table colgroup col.col-01 {
		width: 185px;
	}
}

.list-table-box .table-style .table colgroup col.col-02 {
	width: auto;
}

.list-table-box .table-style .table colgroup col.col-03 {
	width: 225px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-table-box .table-style .table colgroup col.col-03 {
		width: 85px;
	}
}

@media (min-width: 0px) and (max-width: 319px) {
	.list-table-box .table-style .table colgroup col.col-03 {
		width: 72px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-table-box .table-style .table colgroup col.col-03 {
		width: 225px;
	}
}

.list-table-box .link-a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-table-box .link-a {
		font-size: 12px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-table-box .link-a {
		font-size: 16px;
	}
}

.list-table-box .link-a:hover {
	text-decoration: underline;
}

.list-table-box .list-paging-wrap {
	margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.list-table-box .list-paging-wrap {
		margin-top: 30px;
	}
}

@media (min-width: 680px) and (max-width: 800px) {
	.list-table-box .list-paging-wrap {
		margin-top: 40px;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.policy-wrap {
		padding: 0 20px;
	}
}

.policy-wrap h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.45px;
}

.policy-wrap h3 + h4 {
	margin-top: 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
	.policy-wrap h3 {
		font-size: 16px;
	}
}

.policy-wrap h4 {
	margin-top: 50px;
	font-weight: normal;
	font-size: 16px;
	font-weight: 500;
}

.policy-wrap .m10 {
	margin-top: 10px;
}

.policy-wrap .m15 {
	margin-top: 15px;
}

.policy-wrap .m30 {
	margin-top: 30px;
}

.policy-wrap .m60 {
	margin-top: 60px;
}

.policy-wrap .cont {
	margin-top: 15px;
	line-height: 1.88;
	letter-spacing: -0.4px;
}

.policy-wrap .cont .sub li {
	margin-bottom: 30px;
}

.policy-wrap .cont .sub li + li {
	margin-bottom: 30px;
}

.policy-wrap .cont .sub li ol li {
	margin-bottom: 0;
}

.policy-wrap .cont a {
	-webkit-font-smoothing: antialiased;
	text-decoration: underline;
	color: #000;
}

.policy-wrap ul ol {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.policy-wrap .policy-table {
	margin-top: 15px;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #eeeeee;
}

.policy-wrap .policy-table thead th {
	background-color: #fafafa;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.policy-wrap .policy-table th, .policy-wrap .policy-table td {
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	word-break: break-word;
}

.policy-wrap .policy-table tbody td {
	font-size: 14px;
	font-weight: 400;
}

@media (min-width: 0px) and (max-width: 800px) {
	.policy-wrap h4 {
		font-size: 14px;
		margin-top: 30px;
	}
	.policy-wrap .cont {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.35px;
	}
	.policy-wrap .cont .sub li {
		margin-bottom: 20px;
	}
	.policy-wrap .cont .sub li + li {
		margin-bottom: 20px;
	}
	.policy-wrap .m60 {
		margin-top: 50px;
	}
}

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