html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	touch-action: pan-y;
}
body {
	overflow-x: hidden;
	margin: 0;
	word-break: keep-all;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
em {
	font-style: normal;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
i {
	font-style: normal;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
figure {
	font-size: 0;
}
img {
	max-width: 100%;
	width: 100%;
	border: 0;
	border-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
select,
textarea,
button {
	-webkit-appearance: none;
	appearance: none;
}
input button {
	overflow: visible;
}
select,
button {
	text-transform: none;
	cursor: pointer;
}
input::-ms-clear,
select::-ms-expand {
	display: none;
}
option {
	color: #000;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
[type="text"]:disabled,
[type="text"]:read-only,
select:disabled {
	color: #000;
	background-color: #f0f0f0;
}
::placeholder {
	color: #c4cad8;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	padding: 0;
	background-color: transparent;
	-webkit-appearance: button;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
label {
	display: inline-block;
	-webkit-tap-highlight-color: transparent;
}
label img {
	pointer-events: none;
	-moz-user-select: -moz-none;
}
[hidden] {
	display: none;
}
@font-face {
	font-family: "SUIT";
	font-weight: 100;
	src: url("../fonts/SUIT-Thin.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 200;
	src: url("../fonts/SUIT-ExtraLight.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 300;
	src: url("../fonts/SUIT-Light.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 400;
	src: url("../fonts/SUIT-Regular.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 500;
	src: url("../fonts/SUIT-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 600;
	src: url("../fonts/SUIT-SemiBold.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 700;
	src: url("../fonts/SUIT-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 800;
	src: url("../fonts/SUIT-ExtraBold.woff2") format("woff2");
}
@font-face {
	font-family: "SUIT";
	font-weight: 900;
	src: url("../fonts/SUIT-Heavy.woff2") format("woff2");
}
.modal-area {
	overflow: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
[class^="modal-wrap__"] {
	overflow: hidden;
	position: relative;
	width: calc(100% - 40px);
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	[class^="modal-wrap__"] {
		width: 21.75rem;
	}
}
.modal-wrap__abs {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-btn__close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	z-index: 1;
}
.modal-btn__closeToday {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 5.75%;
	padding-left: 15px;
	font-size: 0;
	z-index: 1;
}
.modal-btn__closeToday input {
	position: absolute !important;
	display: block;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
}
.modal-btn__closeToday input.focusable:active,
.modal-btn__closeToday input.focusable:focus {
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	clip: auto;
	overflow: visible;
}
.modal-btn__closeToday .box {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 2px;
	border: 1px solid #777;
}
.modal-btn__closeToday .box span {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}
.modal-btn__closeToday input:checked + .box {
	background: #777 url("../images/icon-popup-closetoday.png") no-repeat center;
	background-size: 100%;
}
.modal-btn__closeToday .label {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	color: #666;
}
.modal-cont {
	display: block;
}
html {
	font-size: 75%;
}
@media screen and (min-width: 576px) {
	html {
		font-size: 87.5%;
	}
}
@media screen and (min-width: 768px) {
	html {
		font-size: 100%;
	}
}
@media screen and (min-width: 992px) {
	html {
		font-size: 112.5%;
	}
}
@media screen and (min-width: 1200px) {
	html {
		font-size: 125%;
	}
}
body {
	font-family: "SUIT", "Malgun Gothic", "돋움", "dotum", "AppleGothic",
		Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
}
body.full {
	overflow: hidden;
}
.rsp-tgl-el__pc {
	display: none;
}
@media screen and (min-width: 992px) {
	.rsp-tgl-el__pc {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.rsp-tgl-el__mo {
		display: none;
	}
}
main {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/background-mo.jpg");
	background-size: cover;
}
.bg-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	min-width: 100%;
	height: 105vh;
}
.bg-wrap img {
	min-width: 100%;
	max-width: initial;
	height: 100%;
}
.main-wrap {
	position: relative;
	max-width: 1185px;
	margin: 0 auto;
	z-index: 1;
}
@media screen and (min-width: 992px) {
	.main-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.main-wrap::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #213453;
		opacity: 1;
		-webkit-transition: opacity 1.5s 0.5s linear, z-index 1.5s 0.5s linear;
		transition: opacity 1.5s 0.5s linear, z-index 1.5s 0.5s linear;
		z-index: 100;
	}
	.load .main-wrap::before {
		opacity: 0;
		z-index: 0;
	}
}
.main-title {
	padding-top: 7rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.main-list {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	padding: 40px 20px 0;
	margin: 0 -2.2%;
	width: 102.5%;
	/* justify-content: center; */
}

@media screen and (max-width: 992px) {
	.firstLi {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.main-title {
		padding-left: 2rem;
	}
	.firstLi {
		display: show;
	}
	.main-list {
		/* justify-content: center; */
		padding: 60px 20px 0;
		margin: 0 -1%;
		width: 102%;
	}
}
@media screen and (min-width: 1200px) {
	.main-title {
		padding-left: 0rem;
	}
	.main-list {
		padding: 60px 0 0;
	}
}
.main-list li {
	margin: 10px 2.2%;
	width: 45.6%;
	font-size: 0;
}
@media screen and (min-width: 992px) {
	.main-list li {
		margin: 15px 1%;
		width: 23%;
	}
}
.main-list a {
	display: block;
	position: relative;
	box-shadow: 4px 25px 25px rgba(9, 31, 72, 0.35);
}
@media screen and (min-width: 992px) {
	.main-list a {
		-webkit-transition: transform 0.35s cubic-bezier(0.01, 0.63, 0.45, 1.15);
		transition: transform 0.35s cubic-bezier(0.01, 0.63, 0.45, 1.15);
		box-shadow: none;
	}
	.main-list a:hover {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		box-shadow: 4px 25px 25px rgba(9, 31, 72, 0.75);
	}
}
footer {
	padding: 5.5rem 0 10rem;
	text-align: center;
	/* -webkit-animation: loadLogo 1.5s 0.5s ease; */
	-webkit-animation-fill-mode: forwards;
	animation: loadLogo 1.5s 0.5s ease;
	animation-fill-mode: forwards;
}
@media screen and (min-width: 992px) {
	footer {
		padding: 0;
	}
	.load footer {
		position: absolute;
		top: 60%;
		right: 30%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 101;
	}
}
@media screen and (max-width: 992px) {
	footer {
		animation: moLoadLogo 1.5s 0.5s ease;
	}
}

@-webkit-keyframes loadLogo {
	from {
		top: 60%;
		right: 30%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	to {
		top: 4rem;
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes loadLogo {
	from {
		top: 60%;
		right: 30%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	to {
		top: 4rem;
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(-350%, 0);
	}
}
@keyframes moLoadLogo {
	from {
		top: 60%;
		right: 30%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	to {
		top: 4rem;
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

footer .logo {
	display: inline-block;
	width: 22.8rem;
}
@media screen and (min-width: 992px) {
	footer .logo {
		width: 13.25rem;
	}
}

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