@charset "utf-8";
/* 기본 설정 */

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

body {
	margin:0;
	padding:0;
	font-family: "Apple SD Gothic Neo", "KoddiUDOnGothic-Regular", "Noto Sans KR", "Dotum", "돋움", Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	letter-spacing:-0.05em;
	background: #ffffff;
	color:#000;
	text-align:center;
	line-height: 1.0em;
	min-height: 100%;
	width: 100%;
}
body.app-front {
	background: #f5efe8;
	overflow-x: hidden;
}
body.app-front.no-animate {
	background: #cceee9;
}

#header-container {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	height: 142px;
	background: #fff;
	text-align: left;
	transition: transform 0.3s linear;
	}
	#header-container .header-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		}
		#header-container .header-wrapper .logo-wrapper {
			height: 132px;
			border: 5px solid #0a0082;
		}

.app-front #header-container,
#header-container.hide {
	transform: translateY(-100%);
}
#header-container.fixed {
	transform: translateY(0);
}
#header-container h1.logo {
	display: inline-block;
	font-family: "KoddiUDOnGothic-ExtraBold";
	font-size: 2.125em;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-align: left;
	margin: 0 280px 0 0;
	padding: 58px 0 44px 3.4%;
}
#header-container h1.logo a {
	color: #0a0082;
	text-decoration: none;
}
#header-container .header-wrapper menu.site-menu {
	position: absolute;
	margin: 0;
	padding: 64px 3% 0 0;
	right: 0;
	top: 0;
}
#header-container menu.site-menu li {
	list-style: none;
	display: inline-block;
	padding: 0 10px 0 5px;
	margin: 0;
	border-right: 1px solid #0a0082;
	}
	#header-container menu.site-menu li:last-child {
		padding-right: 5px;
		border-right: 0;
	}
	#header-container menu.site-menu li a {
		text-decoration: none;
		color: #5469b0;
		}
		#header-container menu.site-menu li.search a,
		#header-container menu.site-menu li.chronology a {
			color: #0a0082;
		}

#main-container {
	padding-top: 142px;
}
.app-front #main-container {
	padding-top: 0;
}
#main-content {
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}

#footer-container {
	position: relative;
	z-index: 1;
	background: #fff;
	min-height: 320px;
	width: 100%; }
	.app-front #footer-container {
		display: none;
	}
	.app-front #footer-container.show {
		display: block;
	}
	#footer-container .footer-rail {
		position: absolute;
		z-index: 3;
		left: 0;
		top: 0;
		width: 100%;
		overflow: hidden;
		}
		#footer-container .footer-rail .rail-container {
			position: relative;
			z-index: 4;
			width:100%;
			aspect-ratio: 2304 / 311;
			}
			#footer-container .footer-rail .rail-container img {
				position: absolute;
				z-index: 5;
				width: 120%;
				left: -10%;
				bottom: 0;
			}
	#footer-container img.blue {
		width: 80%;
		margin: 0 auto;
	}
	#footer-container .footer-info {
		position: absolute;
		z-index: 100;
		left: 0;
		bottom: 0;
		padding: 35px 0 25px 0;
		width: 100%;
		background: #99ddd3;
		}
		#footer-container .footer-info:after {
			clear: both;
			content: ' ';
			display: block;
		}
		#footer-container .footer-info .footer-info-wrapper {
			position: relative;
			z-index: 101;
			padding: 0 0 0 320px;
			margin: 0;
			text-align: right;
			}
			#footer-container .footer-info .footer-info-wrapper:after {
				clear: both;
				content: ' ';
				display: block;
			}
			#footer-container .footer-info .footer-info-wrapper h2 {
				position: absolute;
				z-index: 102;
				width: 240px;
				height: 38px;
				left: 70px;
				top: -18px;
				background: url('../images/white-logo-full.svg') no-repeat left top;
				background-size: 100%;
				text-align: left;
				}
				#footer-container .footer-info .footer-info-wrapper h2 a {
					text-decoration: none;
					display: inline-block;
					text-indent: -10000em;
					width: 100%;
					height: 100%;
				}
			#footer-container .footer-info .footer-info-wrapper .krwu-info {
				float: right;
				margin: 0 70px 0 0;
				color: #fff;
				}
				#footer-container .footer-info .footer-info-wrapper .krwu-info p {
					margin: 0;
					padding: 0 0 8px 0;
					text-align: left;
				}

#loading {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	transform: translateX(-50%),translateY(-50%);
	display: block;
}
.lds-roller {
	/* change color here */
	color: #1c4c5b
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
	box-sizing: border-box;
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	}
	.lds-roller div {
		animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 40px 40px;
		}
		.lds-roller div:after {
			content: " ";
			display: block;
			position: absolute;
			width: 7.2px;
			height: 7.2px;
			border-radius: 50%;
			background: currentColor;
			margin: -3.6px 0 0 -3.6px;
			}
		.lds-roller div:nth-child(1) {
			animation-delay: -0.036s;
			}
			.lds-roller div:nth-child(1):after {
				top: 62.62742px;
				left: 62.62742px;
			}
		.lds-roller div:nth-child(2) {
			animation-delay: -0.072s;
			}
			.lds-roller div:nth-child(2):after {
				top: 67.71281px;
				left: 56px;
			}
		.lds-roller div:nth-child(3) {
			animation-delay: -0.108s;
			}
			.lds-roller div:nth-child(3):after {
				top: 70.90963px;
				left: 48.28221px;
			}
		.lds-roller div:nth-child(4) {
			animation-delay: -0.144s;
			}
			.lds-roller div:nth-child(4):after {
				top: 72px;
				left: 40px;
			}
			.lds-roller div:nth-child(5) {
				animation-delay: -0.18s;
				}
				.lds-roller div:nth-child(5):after {
					top: 70.90963px;
					left: 31.71779px;
				}
			.lds-roller div:nth-child(6) {
				animation-delay: -0.216s;
				}
				.lds-roller div:nth-child(6):after {
					top: 67.71281px;
					left: 24px;
				}
			.lds-roller div:nth-child(7) {
				animation-delay: -0.252s;
				}
				.lds-roller div:nth-child(7):after {
					top: 62.62742px;
					left: 17.37258px;
				}
			.lds-roller div:nth-child(8) {
				animation-delay: -0.288s;
				}
				.lds-roller div:nth-child(8):after {
					top: 56px;
					left: 12.28719px;
					}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#searching {
	position: fixed;
	z-index: 10000000;
	left: 0;
	top: 142px;
	width: 100%;
	height: calc( 100% - 142px);
	display: none;
	}
	#searching.show {
		display: block;
	}
	#searching .search-box-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		}
		#searching .search-box-wrap .search-box {
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
			height: 0;
			transition: height 0.3s ease, opacity 0.3s ease;
			background: #fff;
			opacity: 0;
			overflow: hidden;
			}
			#searching.show .search-box-wrap .search-box.show {
				height: 100%;
				opacity: 1;
				overflow: visible;
			}
			#searching .search-box-wrap .search-box form.site-search-form {
				position: relative;
				z-index: 10000001;
				width: 100%;
				height: 100%;
				border: 0;
				}
				#searching .search-box-wrap .search-box form.site-search-form button.close {
					position: absolute;
					z-index: 10000002;
					right: 0;
					top: 0;
					border: 0;
					display: inline-block;
					font-size: 2.0em;
					color: #0a0082;
					background: #fff;
					cursor: pointer;
				}
				#searching .search-box-wrap .search-box form.site-search-form input#search-q {
					position: absolute;
					z-index: 10000003;
					left: 20%;
					width: 60%;
					top: 50%;
					transform: translateY(-50%);
					font-size: 3.0em;
					padding: 2%;
					color: #fff;
					border: 2px solid #ffffff;
					transition: color 0.5s ease, border-color 0.5s ease;
				}
				#searching .search-box-wrap .search-box.show form.site-search-form input#search-q {
					color: #000;
					border-color: #0a0082;
				}
				#searching .search-box-wrap .search-box form.site-search-form button.submit {
					display: none;
				}

@media (max-width:1023px) {
	#footer-container .footer-info .footer-info-wrapper {
		padding: 0 0 0 33%;
	}
	#footer-container .footer-info .footer-info-wrapper h2 {
		left: 5%;
	}
	#footer-container .footer-info .footer-info-wrapper .krwu-info {
		margin: 0 5% 0 0;
	}
}

@media (max-width:939px) {
	#footer-container .footer-info .footer-info-wrapper h2 {
		left: 3%;
	}
}

@media (max-width:839px) {
	#header-container h1.logo {
		letter-spacing: 0.12em;
	}
}

@media (max-width:799px) {
	#header-container h1.logo {
		letter-spacing: 0.08em;
	}
	#header-container .header-wrapper menu.site-menu {
		letter-spacing: -0.1em;
	}
	#footer-container .footer-info {
		font-size: 0.95em;
	}
	#footer-container .footer-info .footer-info-wrapper {
		padding: 0 0 0 38%;
	}
	#footer-container .footer-info .footer-info-wrapper {
		padding: 0 0 0 33%;
	}
}

@media (max-width:744px) {
	#header-container h1.logo {
		letter-spacing: -0.05em;
		margin: 0 240px 0 0;
	}
}

@media (max-width:719px) {
	#header-container {
		height: auto;
	}
	#header-container .header-wrapper .logo-wrapper {
		height: auto;
	}
	#header-container h1.logo {
		font-size: 1.8em;
		letter-spacing: 0.15em;
		line-height: 1.25em;
		text-align: center;
		padding: 25px 5% 20px 5%;
		margin-right: 0;
	}
	.app-admin #header-container h1.logo {
		padding: 15px 5% 30px 5%;
	}
	#header-container .header-wrapper menu.site-menu {
		position: static;
		padding: 10px;
		margin: 0;
		background: #e4eaf9;
		text-align: center;
		letter-spacing: -0.05em;
	}
	#footer-container {
		min-height: 320px;
	}
	#footer-container .footer-info {
		padding: 5px 0 15px 0;
	}
	#footer-container .footer-info .footer-info-wrapper {
		padding: 0 5%;
	}
	#footer-container .footer-info .footer-info-wrapper h2 {
		position: static;
		display: block;
	}
	#footer-container .footer-info .footer-info-wrapper .krwu-info {
		float: none;
		text-align: left;
		margin: 0;
	}
	#searching .search-box-wrap .search-box form.site-search-form input#search-q {
		font-size: 1.2em;
	}
}
@media (max-width:480px) {
}
