@charset "euc-kr";

/************* global css *************/
* {
	padding:0px;
	margin:0px;		
}

html, body {
	width:100%;
	scrollbar-face-color:#FFFFFF;        /* scrollbar-face-color: ½ºÅ©·Ñ¹Ù¿¡¼­ Ç¥¸é »ö»ó */
	scrollbar-highlight-color:#FFFFFF;   /* scrollbar-highlight-color: Ç¥¸é ¿ÞÂÊºÎºÐ °Ñ»ö»ó */
	scrollbar-3dlight-color:#ACACAC;     /* scrollbar-3dlight-color: Ç¥¸é ¿ÞÂÊ ºÎºÐ ÀÔÃ¼°¨ »ö»ó */
	scrollbar-shadow-color:#FFFFFF;      /* scrollbar-shadow-color: Ç¥¸é ¿À¸¥ÂÊ ºÎºÐ ±×¸²ÀÚ °Ñ»ö»ó */
	scrollbar-darkshadow-color:#ACACAC;  /* scrollbar-darkshadow-color: Ç¥¸é ¹ØºÎºÐ ±×¸²ÀÚ »ö»ó */
	scrollbar-track-color:#FFFFFF;       /* scrollbar-track-color: ½ºÅ©·Ñ¹Ù°¡ ¹Ø¿¡ ·¹ÀÏ Æ®·º »ö»ó */
	scrollbar-arrow-color:#333333;        /* scrollbar-arrow-color: ½ºÅ©·Ñ¹Ù¿¡¼­ Á¶±×¸¸ »ï°¢ÇüÀÖÁÒ ±×°Å »ö»ó */		
	overflow-x:hidden;
}

body {	
	text-align:center;
	color:#666666;
	font-size:12px;
	font-family:µ¸¿ò;
	line-height:18px;
	/*background:url('/image/bg_body.gif') repeat-x top;*/
}

img {border:0px;}

table{border-collapse:collapse;}
ul {list-style:none;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a, img, form {selector-dummy: expression(this.hideFocus=true);}

input {
	font-size:11px;
	height:expression((this.type=='radio'||this.type=='checkbox')?'20px':'17px');
	border:expression((this.type=='radio'||this.type=='checkbox')?'none':'1px solid #DDDDDD');
}
textarea {border:1px solid #DDDDDD;}
select {height:18px; font-size:11px;}

.ht10 {height:10px;}
.ht15 {height:15px;}
.ht20 {height:20px;}
.ht25 {height:25px;}
.ht30 {height:30px;}
.ht35 {height:35px;}
.ht40 {height:40px;}

/* ÇÃ·ÎÆ®°ü·Ã */
.l {float:left;} .r {float:right;}

/* Å¬¸®¾î */
.cl {clear:left;}		.cr {clear:right;}		.cb {clear:both;}

/* ÄÁÅÙÃ÷Á¤·Ä°ü·Ã */
#txt_l {text-align:left;}
#txt_r {text-align:right;}
#txt_c {text-align:center;}

#tot_subbody {
	width:1048px;
	text-align:left;
	margin:0px auto;
}

.layout {
	width:1018px;
	height:430px;	
	margin:0px 15px;
}
.layout .left {width:194px;}
.layout .center {
	width:591px;
	text-align:left;
	vertical-align:top;
	padding:0px 33px 0px 0px;
}
.layout .main_center  {
	width:591px;
	text-align:left;
	vertical-align:top;
	padding:40px 33px 0px 0px;
}
.layout .right {
	width:202px;
	text-align:left;
}

#top_flash {position:relative; z-index:10; margin:0px 15px;}

#left_menu {width:149px; position:absolute; top:140px; z-index:20;}
#left_menu p {margin:0px 0px 0px 0px;}

.footer {
	width:940px;
	height:81px;
	background:url('/image/bg_footer.gif') no-repeat;
	margin:115px 0px 0px 5px;
}

#quick {position:absolute;}

.title {
	width:590px;
	margin:0px 0px 30px 0px;
}

#search01 {width:100%;}
#search01 th {
	text-align:left;
	font-weight:normal;
}
#search01 td {text-align:right;}

#paging td {
	color:#8C8C8C;
	font-weight:normal;
	padding:0px 10px 0px 0px;
}
#paging td a {
	color:#8C8C8C;
	font-weight:normal;
}

.button1 {margin:0px 0px -3px 0px;}

.btn_r01 {
	text-align:right;
	margin:15px 0px 0px 0px;
}