@charset "euc-kr";

* {
	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%;
	height: 60px;
}
#header .inner {
	height: 60px;
}
#header .inner img {
	width: 100%;
}
#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: #1554b0;
}
#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 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer a {
	padding: 6px 0;
	display: block;
	font-weight: bold;
	color: #eee;
	text-align: center;
	text-decoration: none;
	border-top: #1554b0;
	background-color: #1554b0;
}
#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;
}
