@charset "euc-kr";
/* CSS Document */

.png24 {
   tmp:expression(setPng24(this));
}
body {
	margin:0 0 0 0;
}
table {
	font: 12px  Tahoma;
	color: #333333;
}
/* ¹è°æÈ­¸é */
.background_main {
	background-image:url(/home/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
.background_sub {
	background-image:url(/home/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
/* ÀÌ¹ÌÁö */
img {
	border: none;
}
/* ·¹µå */
.font_red_12px {
	font: 12px  Tahoma;
	color: #FF0000;
}
.font_red_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF0000;
}
.font_red_uline_12px {
	font: 12px  Tahoma;
	color: #FF0000;
	text-decoration: underline;
}
.font_red_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
/* ºí·ç */
.font_blue_12px {
	font: 12px  Tahoma;
	color: #007EFF;
}
.font_blue_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #007EFF;
}
.font_blue_uline_11px {
	font: 11px  'µ¸¿ò';
	color: #007EFF;
	text-decoration: underline;
	letter-spacing:-1.5;
}
.font_blue_uline_12px {
	font: 12px  Tahoma;
	color: #007EFF;
	text-decoration: underline;
}
.font_blue_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #007EFF;
	text-decoration: underline;
}
/* ±×¸° */
.font_green_12px {
	font: 12px  Tahoma;
	color: #109A09;
}
.font_green_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #109A09;
}
.font_green_uline_12px {
	font: 12px  Tahoma;
	color: #109A09;
	text-decoration: underline;
}
.font_green_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #109A09;
	text-decoration: underline;
}
/* ¿À·»Áö */
.font_orange_12px {
	font: 12px  Tahoma;
	color: #FF8A00;
}
.font_orange_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF8A00;
}
.font_orange_uline_12px {
	font: 12px  Tahoma;
	color: #FF8A00;
	text-decoration: underline;
}
.font_orange_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: underline;
}
/* ºí·¢ */
.font_black_11px {
	font: 12px  'µ¸¿ò';
	color: #333333;
}
.font_black_11px_num {
	font: 11px  Tahoma;
	color: #333333;
}
.font_black_12px {
	font: 12px  Tahoma;
	color: #000000;
}
.font_black_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #000000;
}
.font_black_uline_12px {
	font: 12px  Tahoma;
	color: #000000;
	text-decoration: underline;
}
.font_black_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* È­ÀÌÆ® */
.font_white_12px {
	font: 12px  Tahoma;
	color: #ffffff;
}
.font_white_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #ffffff;
}
.font_white_uline_12px {
	font: 12px  Tahoma;
	color: #ffffff;
	text-decoration: underline;
}
.font_white_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
/* ¸µÅ© */
a:link {
	font: 12px  Tahoma;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font: 12px  Tahoma;
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	font: 12px  Tahoma;
	color: #663366;
	text-decoration: none;
}
/* ÀÎÇ²¹Ú½º */
.inputbox_single {
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #F9FAF2;
	height: 18px;
	font-family:  Tahoma;
}
.inputbox_multi {
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #F9FAF2;
	font-family:  Tahoma;
}
.inputbox_border_none {
	border: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 16px;
	font-family:  Tahoma;
}
/* Å×ÀÌºí */
.td_left_pd10px {
	padding:10px 10px 10px 10px;
	text-align:left;
}
.td_left_pd5px {
	padding:5px 5px 5px 5px;
	text-align:left;
}
.td_center_pd10px {
	padding:10px 10px 10px 10px;
	text-align:center;
}
.td_center_pd5px {
	padding:5px 5px 5px 5px;
	text-align:center;
}
.td_right_pd10px {
	padding:10px 10px 10px 10px;
	text-align:right;
}
.td_right_pd5px {
	padding:5px 5px 5px 5px;
	text-align:right;
}.td_line_rb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FEC27A;
}
}.td_line_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEC27A;
}
