@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;
	width: 100%;
}
body.app-login {
	background: #f6efe8;
}

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

#header-container.hide {
	transform: translateY(-100%);
}
#header-container.overlay {
	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: #0a0082;
		}

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

#search-box {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #f6efe8;
	padding: 12% 0 10% 0;
	margin-bottom: 6%;
	text-align: center;
	height: 160px;
}
.app-login #search-box,
.app-admin #search-box {
	display: none;
}
#search-box form {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	border: 0;
	width: 740px;
	max-width: 80%;
	margin: 0;
	padding: 0;
}
#search-box form fieldset {
	position: relative;
	z-index: 3;
	border: 3px solid #0a0082;
	margin: 0;
	padding: 0 150px 0 0;
	text-align: left;
	height: 60px;
	background: #f6efe8;
}
#search-box form fieldset input[type="text"] {
	width: calc( 100% - 23px );
	height: calc( 100% - 3px );
	border: 0;
	background: #f6efe8;
	outline: none;
	padding: 0 10px;
	font-size: 1.5em;
	color: #0a0082;
}
#search-box form fieldset input[type="text"]::placeholder {
	color: #0a0082;
}
#search-box form fieldset button.submit {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 0;
	width: 150px;
	height: 100%;
	text-align: center;
	font-family: "KoddiUDOnGothic-ExtraBold";
	font-size: 1.5em;
	color: #fff;
	background: #0a0082;
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	letter-spacing: 0.25em;
	cursor: pointer;
}
#search-box form .help {
	text-align: left;
	font-size: 1.5em;
	padding: 24px 18px;
}
#search-box form .help p {
	margin: 0;
	padding: 0 0 18px 0;
}
#search-box form .help .bold {
	font-family: "KoddiUDOnGothic-ExtraBold";
}

#search-result {
	padding-bottom: 8%;
}

/* common image filter */
.image-container {
	overflow: hidden;
	display: inline-block;
	position: relative;
	line-height: 0;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
.image-container img {
	max-width: 120%;
	max-height: 120%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
}
.image-container:hover img {
	transform: translate(-55%,-55%) scale(1.2);
	-webkit-transform: translate(-55%,-55%) scale(1.2);
}

/* image centerize */
figure.image-container.auto img {
	width: auto;
	height: auto;
}
figure.image-container.vertical img {
	width: auto;
	height: 100%;
}
figure.image-container.horizontal img {
	width: 100%;
	height: auto;
}

span.keyword {
	background:#99ddd3;
}

#footer-container {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 100%; }
	#footer-container.fixed {
		position: fixed;
		left: 0;
		bottom: 0;
	}
	#footer-container img.blue {
		display: none;
        width: 80%;
        margin: 0 auto;
    }
	.app-history #footer-container img.blue {
		display: block;
	}
	#footer-container .footer-info {
		padding: 35px 0 25px 0;
		width: 100%;
		background: #99ddd3;
		}
		.app-history #footer-container .footer-info {
			position: absolute;
			z-index: 100;
			left: 0;
			bottom: 0;
		}
		#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;
				}
.navigation ul li.prev a {
	display: inline-block;
	text-indent: -100000em;
	width: 16px;
	height: 16px;
	background: url('../images/left-icon.svg') no-repeat left top;
}
.navigation ul li.next a {
	display: inline-block;
	text-indent: -100000em;
	width: 16px;
	height: 16px;
	background: url('../images/right-icon.svg') no-repeat left top;
}

#complaint {
	position: fixed;
	right: 0;
	top: 145px;
	width: 400px;
	transition: width 0.2s ease, transform 0.2s ease;
	transform: translateX(100%);
	background: #0a0082;
	z-index: 100000;
	color: #000;
	text-align: left;
}
#complaint p.info {
	padding: 10px;
    margin: 0;
    background: #fff;
}
#complaint.show {
	transform: translateX(0);
}
#complaint form {
	position: relative;
	z-index:100000;
	margin: 0;
	padding: 0;
	border: 3px solid #0a0082;
	background: #f6efe8;
}
#complaint legend {
	border: 0;
	margin: 0;
	padding: 10px 10px 15px 10px;
	background: #0a0082;
	color: #fff;
}
#complaint fieldset {
	position: relative;
	z-index: 100001;
	border: 0;
	padding: 10px 10px 10px 80px;
	margin: 0;
}
#complaint fieldset.button {
	padding: 0 0 10px 0;
	text-align: center;
}
#complaint fieldset label {
	position: absolute;
	z-index: 100002;
	left: 10px;
	top: 14px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #0a0082;
	font-weight: 600;
}
#complaint fieldset p {
	margin: 0;
	padding: 5px 0 0 0;
}
#complaint fieldset input {
	background: #fff;
	color: #333;
	padding: 5px;
	width: 90%;
	font-size: 1.0em;
	border: 2px solid #0a0082;
}
#complaint fieldset textarea {
	background: #fff;
	color: #333;
	width: 90%;
	padding: 5px;
	height: 200px;
	font-size: 1.0em;
	border: 2px solid #0a0082;
}
#complaint fieldset button {
	border: 0;
	padding: 6px 12px 8px 12px;
	cursor: pointer;
}
#complaint fieldset button.submit {
	margin: 0 5px 0 0;
	background: #0a0082;
	color: #fff;
}
#complaint fieldset button.cancel {
	margin: 0 0 0 5px;
	background: #ff0000;
	color: #fff;
}
#complaint form .message {
	position: absolute;
	z-index: 100001;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 60%;
	padding: 15px;
	background: #0a0082;
	text-align: center;
	color: #fff;
	display: none;
}
#complaint form .message.show {
	display: inline-block;
}

#up-arrow {
	position: fixed;
	z-index: 999999;
	bottom: 30px;
	right: 2%;
	width: 71px;
	height: 71px;
	background: url('../images/blue-up-arrow.png') no-repeat left top;
	transition: transform 0.2s ease;
	transform: translateY(101px);
}
#up-arrow.show {
	transform: translateY(0);
}
#up-arrow.footer {
	transform: translateY(-100px);
}
#up-arrow.overlay {
	transform: translateY(101px);
}
#up-arrow a {
	display: inline-block;
	width: 71px;
	height: 71px;
	text-indent: -100000em;
}

#loading {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	transform: translateX(-50%),translateY(-50%);
	display: block;
}
.no-result #loading {
	display: none;
}
.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);
	}
}

@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:719px) {
	#header-container {
		height: auto;
		padding-top: 36px;
		text-align: center;
	}
	#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: 22px 5% 23px 5%;
		margin-right: 0;
	}
	.app-admin #header-container h1.logo {
		padding: 15px 5% 30px 5%;
	}
	#header-container .header-wrapper menu.site-menu {
		position: absolute;
		top: -36px;
		left: 0;
		padding: 10px;
		margin: 0;
		background: #fff;
		text-align: center;
		letter-spacing: -0.05em;
	}
	#search-box {
		margin-bottom: 0;
	}
	#search-box form fieldset {
		padding: 0 126px 0 0;
	}
	#search-box form fieldset button.submit {
		width: 126px;
	}
	#search-box form .help {
		line-height: 1.2em;
	}
	#footer-container {
	}
	#footer-container .footer-info {
		padding: 5px 0 15px 0;
	}
	#footer-container .footer-info.small .krwu-info {
		display: none;
	}
	#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;
	}
}

@media (max-width:480px) {
	#header-container .header-wrapper menu.site-menu {
		padding: 10px 0;
	}
	#search-box form fieldset {
		padding: 0 80px 0 0;
	}
	#search-box form fieldset input[type="text"] {
		font-size: 1.1em;
	}
	#search-box form fieldset button.submit {
		font-size: 1.1em;
		width: 80px;
	}
	#search-box form .help {
		font-size: 1.1em;
	}
	#complaint {
		width: 360px;
	}
}
@media (max-height:768px) {
	#complaint fieldset textarea {
		height: 100px;
	}
}
