@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: '맑은 고딕','Malgun Gothic', dotum, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: -0.7px;
	color: #333;
}
body {
	background-color: #fff;
}
#wrap_pop {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

/* header */
#header {
	position: relative;
	width: 100%;
	padding: 0;
	border-top: 3px solid #0c3c92;
	border-bottom: 1px solid #b7cbe4;
	background: #f0f4f9 url(/images/logo/logo_kra.png) 20px 5px no-repeat;
}
	#header .inner {
		height: 73px;
	}
	#header h1 {
		position: absolute;
		left: 15px;
		top: 10px;
	}
		#header h1 img {
			width: 60px;
		}

/* container */
#container {
	padding: 20px;
	min-height: 150px;
}
#container.info {
	height: 700px;
	padding: 20px;
	overflow-y: scroll;
}
	#container h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
		#container h2 span {
			display: inline-block;
			*display: inline;
			zoom: 1;
			width: 5px;
			height: 13px;
			margin: 0 7px 0 0;
			background-color: #555;
		}
		#container p {
			text-align: justify;
		}
		#container .highlight {
			font-weight: bold;
			color: #1b4976;
		}
		#container .tb_info {
			width: 100%;
			border-collapse: collapse;
		}
			#container .tb_info th {
				padding: 8px 10px;
				text-align: center;
				border: 1px solid #ccc;
				background-color: #f0f0f0;
			}
			#container .tb_info td {
				padding: 8px 10px;
				text-align: center;
				border: 1px solid #ccc;
			}
			#old_info {
				position: relative;
				display: none;
				margin: 10px 0;
				padding: 15px;
				border: 1px solid #ccc;
				background-color: #f7f7f7;
			}
				#old_info a.btn_close {
					font-size: 20px;
					color: #767676;
					position: absolute;
					right: 10px;
					top: 10px;
					font-family: "맑은 고딕";
				}
				#old_info a.btn_close:hover {
					color: #767676;
					text-decoration: none;
				}

/* footer */
#footer a {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #eee;
	text-align: center;
	text-decoration: none;
	background-color: #0c3f8f
}
	#footer a:hover {
		color: #fff;
}

/* common */
#container .mg_b15 {
	margin-bottom: 15px !important;
}
#container .mg_b30 {
	margin-bottom: 30px !important;
}
#container .mg_b50 {
	margin-bottom: 50px !important;
}

#container .ta_left {
	text-align: left !important;
}

#container a {
	color: #33f;
	text-decoration: none;
}
#container a:hover {
	color: #00f;
	text-decoration: underline;
}
