@charset "euc-kr";
/* CSS Document */
 
@import url("/common/style.css") ; 
body {
	background: #CFCFCF ;  
	
	margin:0px ; padding:0px ;
	font-size: 0.7em;
	line-height: 130%;
	font-family:µ¸¿ò,Verdana,  sans-serif;
	color:#666666;  
}


table {
	border-collapse:collapse;
	border-spacing:0px;
	font-size: 1em;
}

img { 
	border:none;  
}

form, p, div, th, td, table, address, input  {
	margin: 0;
	padding: 0;	
}
h1, h2, h3, h4, h5, h6 {  
	margin: 0;
	padding: 0;
	line-height:130% ;
}
   
select{ behavior: url('/common/selectBox.htc');  }


 
.iePngFix {behavior:url('/common/iepngfix.htc') ; }

	
input { 
	font-family:µ¸¿ò,Verdana,  sans-serif;	
	vertical-align: middle ;
	font-size: 1em ;  
	color:#666666;
}

textarea {
	font-size: 1em;
	font-family:µ¸¿ò,Verdana,  sans-serif;	
	border-top:1px solid #EBEBEB ; 
	border-bottom:1px solid #B5B5B5 ; 
	border-right:1px solid #B5B5B5 ; 
	border-left:1px solid #B5B5B5 ; 
	padding:2px ; 
	line-height:1.5em ;
	color:#666666;
	
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#f7f7f7;
	scrollbar-shadow-color:#e7e7e7;
	scrollbar-3dlight-color:#e7e7e7;
	scrollbar-arrow-color:#e7e7e7;
	scrollbar-track-color:#f7f7f7;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-base-color:#f7f7f7;
}

th, td {
	font-size:1em ; 
	color:#666666 ;
}

ul, li, ol, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration:none ;
	color:#666666;
}

a:hover {
	text-decoration:underline ; 
}



/*  -LAYOUT-------------------------------------------------------------------------------------------------------- */

#frame { 
	width:1145px ;
	margin:0 auto ;
	background:url('/images/background.gif') #CFCFCF repeat-y;  
}

#frame h1 {height:0px ; width:0px ; overflow:hidden}

#top {
	background:url('/images/background_top.jpg') top left no-repeat;
}

#left {  
	float:left ;
	width: 257px; 
	background:url('/images/background_left.jpg') top left no-repeat;
}


#main {
	float:left ; 
	width:888px ; 
}
 
#stitle {
	background:url('/images/background_stitle.jpg') top left no-repeat;

}
#stitle p {height:0px ; width:0px ; overflow:hidden}

#contents { 
	margin-left:23px ;
	padding:48px 0;
	width:686px ; 
	background:url('/images/background_main.jpg') top right no-repeat; 
}

#contents.notice { _height:200px}

#go_top {
	clear:both ; 
	width:739px ;
	text-align:right ; vartical-align:middle ;  
}
#footer_bg {
	background:url('/images/background_footer.jpg') no-repeat;}
#footer {  
	clear:both ;  width:714px ;
	height:174px ;
	padding-left:280px ; 
}


/* Print */
@media print { 
#top, #left {display:none} 
}
