@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Apple SD Gothic Neo", "KoddiUDOnGothic-Regular", "Noto Sans KR", "Dotum", "돋움", Arial, sans-serif;
	font-weight: 400;
    font-size:100%;
	color:#000;
	background: #f5efe8;
	text-align:center;
    line-height: 1.0em;
    width: 100%;
    min-height: 100vh;
	margin: 0;
	padding: 0;
}
#header-container {
	height: 45vh;
	margin: 0;
	padding: 0;
}
#header-container .header-wrapper {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header-container .header-wrapper h1 {
	position: absolute;
	z-index: 100;
	bottom: 86px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 396px;
	display: inline-block;
	margin: 0 auto;
	padding: 25px 20px;
	font-family: "KoddiUDOnGothic-ExtraBold";
	font-size: 3.0em;
	letter-spacing: 0.15em;
	background: #f5efe8;
}
#header-container .header-wrapper .header-background {
	position: absolute;
	z-index: 2;
	bottom: 5%;
	left: 0;
	width:100%;
}
#header-container .header-wrapper .header-background .rail-wrap {
	position: relative;
	z-index: 2;
}
#header-container .header-wrapper .header-background .rail-wrap img {
	position: absolute;
	z-index: 5;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
}
#header-container .header-wrapper h1 a {
	display: inline-block;
	color: #0a0082;
	width: 100%;
	text-decoration: none;
}

#main-container {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 100%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
}
#main-container .main-menu {
	display: flex;
	max-width: 890px;
	margin:0 auto;
	padding: 0;
}
#main-container .main-menu .menu-item {
	width: 33.3%;
	text-align: center;
	margin:0;
	padding:0;
}
#main-container .main-menu .menu-item .button-container {
	padding: 10px 6px;
}
#main-container .main-menu .menu-item .button-container a {
	text-decoration: none;
}

/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
	width: 100%;
	background: #0a0082;
	color: white;
	font-family: inherit;
	padding: 0.35em;
	padding-left: 1.2em;
	font-size: 17px;
	font-weight: 600;
	border: none;
	letter-spacing: 0.25em;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 1.6em -0.6em #714da6;
	overflow: hidden;
	position: relative;
	height: 3.3em;
	padding-right: 3.3em;
	cursor: pointer;
}

.cssbuttons-io-button .button-title {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cssbuttons-io-button .icon {
	background: white;
	margin-left: 1em;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.2em;
	width: 2.2em;
	box-shadow: 0.1em 0.1em 0.6em 0.2em ##0a0082;
	right: 0.5em;
	transition: all 0.3s;
}

.cssbuttons-io-button.hover .icon {
	width: calc(100% - 1.0em);
}

.cssbuttons-io-button .icon svg {
	width: 1.1em;
	transition: transform 0.3s;
	color: #0a0082;
}

.cssbuttons-io-button.hover .icon svg {
	transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
	transform: scale(0.95);
}


#footer-container {
    position: fixed;
    z-index: 1;
	left: 0;
	bottom: 0;
	display: block;
	text-align: center;
    background: #99ddd3;
	padding: 35px 0 35px 0;
	margin: 0 auto;
    width: 100%; }
	#footer-container h2 {
	    width: 240px;
		height: 38px;
		margin: 0 auto;
		padding: 0;
		background: url(../images/white-logo-full.svg) no-repeat left top;
		background-size: 100%;
		text-align: left;
		}
		#footer-container h2 a {
			text-decoration: none;
			display: inline-block;
			text-indent: -10000em;
			width: 100%;
			height: 100%;
		}

@media (max-width:779px) {
	#header-container {
		height: 30vh;
	}
	#header-container .header-wrapper h1 {
		bottom: 0;
	}
	#main-container .main-menu {
		display: block;
	}
	#main-container .main-menu .menu-item {
		width: 60%;
		margin: 0 auto;
	}
}
@media (max-width:649px) {
	#header-container {
		height: 23vh;
	}
	#header-container .header-wrapper h1 {
		font-size: 2.0em;
	}
	#main-container .main-menu .menu-item {
		width: 70%;
	}
	#footer-container {
		padding: 25px 0 25px 0;
	}
}
@media (max-height: 480px) {
	#header-container {
		height: 30vh;
	}
	#header-container .header-wrapper h1 {
		bottom: 20px;
	}
	#header-container .header-wrapper .header-background .rail-wrap img {
		bottom: 15px;
	}
	#main-container {
		position: relative;
		left: 50%;
		top: 0;
		display: block;
		width: 100%;
		transform: translate(-50%,0);
		margin: 0 0 5% 0;
		padding: 0;
	}
	#footer-container {
		position: static;
	}
}
