@charset "euc-kr";
/***** common *****/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}
body, input, textarea, select, button, table, a, span, div {
	font-family: "¸¼Àº °íµñ", Malgun Gothic, AppleGothic, sans-serif;
	font-size: 12px;
	color: #505050;
}
html, body {
	height: 100%;
}
textarea {
	line-height: 160%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	clear: both
}
/* td °ø¹é½Ã¿¡µµ ½ºÅ¸ÀÏ(border..) Àû¿ë */
img, fieldset {
	border: 0
}
legend, caption, .blind {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}
ul, ol, li {
	list-style: none
}
address {
	font-style: normal
}
a, a:link, a:visited {
	outline: 0;
	color: #505050;
	text-decoration: none;
}
a:hover {
	color: #df2428;
	text-decoration: none !important;
}
/***** popup *****/
.pop_warp {
	clear: both;
	float: left;
	width: 100%;
 *width: 700px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 60px;
}
.pop_heder {
	display: block;
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	background: url(../../images/popup/bg_pop_top.gif) 0 100% repeat-x;
	border-bottom: 1px solid #fff;
	z-index: 998;
}
.pop_heder span {
	display: block;
	width: auto;
	height: 40px;
	padding-left: 32px;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	font-weight: normal;
	background: url(../../images/popup/bul_pop_h1.png) 20px 16px no-repeat;
}
.pop_close {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background: url(../../images/popup/icon_x.png) 50% 50% no-repeat;
	z-index: 999;
}
.pop_close:hover {
	background-color: rgba(255,255,255,0.1) !important;
}
.pop_close:active {
	background-color: rgba(0,0,0,0.2) !important;
}
/* ÇÏ´ÜÆË¾÷ÄÁÅÙÃ÷ */
.subs_box .basic_list th, .subs_box .basic_list td {
	overflow: visible;
	white-space: normal;
}
.subs_box .basic_list td {
}
.subs_box {
	height: 150px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 10px 15px;
	padding-bottom: 0;
	overflow-y: auto;
 *overflow: hidden;
	line-height: 160%;
}
.subs_box.subs_full {
	height: auto;
	margin-bottom: 0;
}
.subs_box .subs_box_last, .subs_cnts {
	margin-bottom: 10px;
}
.subs_box h3 {
	display: block;
	position: static;
	width: 100%;
	height: auto;
	line-height: normal;
	border-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	background: url(../../images/popup/bul_dot.gif) 0 50% no-repeat;
}
.subs_box h3, .subs_box h4 {
	line-height: 145%;
}
.subs_box h4 {
	padding-top: 6px;
}
.subs_box h4:first-child {
	padding-top: 2px;
}
.subs_box a {
	color: #555;
}
.subs_box a:hover {
	text-decoration: underline !important;
}
/* ÆË¾÷Å×ÀÌºí */
.basic_list_area {
	clear: both;
	width: 100%;
	margin: 5px 0;
}
.basic_list {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-left: 0;
	table-layout: fixed;
	background-color: #fff;
}
.basic_list th {
	min-height: 18px;
	padding: 3px 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c5c5c5;
	font-weight: normal;
	background: url(/popup/images/bg_blist_th.gif) 0 0 repeat-x #e3e4e6;
	overflow: visible;
	white-space: normal;
}
.basic_list th.basic_list_top {
	background-image: none;
}
.basic_list td {
	height: auto;
	padding: 3px 5px;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c4c4c4;
	text-align: center;
	overflow: visible;
	white-space: normal;
}
.basic_list tr:first-child td {
	border-top: 0;
}
.notice_box {
	clear: both;
	width: 100%;
 *width: 668px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	line-height: 160%;
}
.t_align_l {
	text-align: left !important;
}
