@charset "utf-8";
/* CSS Document */

.png24 {
   tmp:expression(setPng24(this));
}
body {
	margin:0 0 0 0;
}
table {
	font: 12px  Tahoma;
	color: #333333;
}
/* 배경화면 */
.background_main {
	background-image:url(/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
.background_sub {
	background-image:url(/images/bg_sub.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
/* 이미지 */
img {
	border: none;
}
/* 점선 */
.dot_line {
	background-image:url(/images/icon/dot_line_bg.gif);
	background-repeat:repeat-x;
	background-position:0% 100%;
}
/* 레드 */
.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_b_14px {
	font: 14px  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 {
	color: #333333;
	text-decoration:none;
}
A:visited {
	color: #a11d1d;
	text-decoration:none;
}
A:active {
	text-decoration:none;
}
A:hover {
	color: #a11d1d;
	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;
}


.fc_main { background: #DDDDDD; border: 1px solid #000000; font-family: Verdana; font-size: 10px; }
.fc_date { font-family: tahoma; border: 1px solid #D9D9D9;  cursor:pointer; font-size: 8pt; text-align: center;}
.fc_dateHover, TD.fc_date:hover { font-family: tahoma;cursor:pointer; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #999999; border-bottom: 1px solid #999999; background: #E7E7E7; font-size: 8pt; text-align: center; }
.fc_wk {font-family: Verdana; font-size: 11px; text-align: center;}
.fc_wknd { color: #FF0000; font-weight: bold; font-size: 11px; text-align: center;}
.fc_wknd1 { color: blue; font-weight: bold; font-size: 11px; text-align: center;}
.fc_head { background: #000066; color: #FFFFFF; font-weight:bold; text-align: left;  font-size: 11px; }


.board_top_bg {
	background-color:#2AA3AF;
}
.list_title {
	color: #2AA3AF;
	text-align:center;
	font: bold 12px "굴림";
}
.list_star {
	color: #FF9900;
	text-align:center;
	font: 12px "굴림";
}
.list_title_head {
	color: #339933;
	text-align:center;
	font: bold 12px "굴림";
}
.list_loop_center {
	color: #555555;
	text-align:center;
	font: 12px "굴림";
}
.list_loop_center_num {
	color: #555555;
	text-align:center;
	font: 11px "굴림";
}
.list_loop_left {
	color: #555555;
	text-align:left;
	font: 12px "굴림";
	padding:0 0 0 5px;
}
.list_loop_left {
	color: #555555;
	text-align:left;
	font: 12px "굴림";
	padding:0 0 0 5px;
}
.view_title {
	color: #2AA3AF;
	text-align:right;
	font: bold 12px "굴림";
	padding:0 10px 0 0;
}
.view_title2 {
	text-align:right;
	font: 12px "굴림";
	padding:0 10px 0 0;
}
.view_content {
	color: #555555;
	text-align:left;
	font: 12px "굴림";
	padding:10px 10px 10px 10px;
}

a.n:link  {color:#000000; font-weight:bold; font:12px;  'Tahoma'; letter-spacing:0;}
a.n:visited	{color:#000000;font-weight:bold;  font:12px;  'Tahoma'; letter-spacing:0;}
a.n:hover 	{color:#ffffff; font-weight:bold; font:12px;  'Tahoma'; letter-spacing:0;}

a.n2:link  {color:#000000; text-decoration:none; font:12px;  'Tahoma'; letter-spacing:0;}
a.n2:visited	{color:#000000; text-decoration:none;  font:12px;  'Tahoma'; letter-spacing:0;}
a.n2:hover 	{color:#156acd; text-decoration:none; font:12px;  'Tahoma'; letter-spacing:0;}