@charset "euc-kr";
/* CSS Document */
 
@import url("../common/style.css") ;

html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body { 
	font-size: 0.7em;
	line-height: 130%;
	font-family:µ¸¿ò,Verdana,  sans-serif;
	background-color:#D9E0E6 ;	  
	color:#656565;
	
	
	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;
}


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 { 
	line-height: 130%;
	margin: 0;
	padding: 0;
}
   
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:#656565;
}

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:#656565;
	
	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:#656565 ;
}

ul, li, ol, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration:none ;
	color:#656565;
}

a:hover {
	text-decoration:underline ;
	color:#E9651B;
}



/*  -LAYOUT-------------------------------------------------------------------------------------------------------- */

#frame {
	width:996px ; /*996*/
	margin:0px auto ; 
	background:url('../images/sub_main_bg.jpg') repeat-y;
}

#frame h1 {height:0px ; width:0px ; overflow:hidden}

#left {  
	float:left ;
	width: 173px; 
}

#main {
	float:right ;
	width:823px ;
	
	min-height: 100%;
}

* html #main {
	height: 100%; 
}

#top {
	width:823px ;
}

#stitle {
	margin-left:30px ;
}
	#stitle h2, h3 {
		height:0px ; width:0px ; overflow:hidden ;
	}
#contents {
	padding-left:60px ;
	padding-bottom:60px ;
	width:660px ;  
}

#go_top { 
	text-align:right ; vartical-align:middle ; 
	width:43px ; margin-left:721px ;
}
#go_top p {
	width:43px ;   height:117px ;
	behavior:url('../common/iepngfix.htc') ;  
	background:url('../images/go_top_bg.png') no-repeat;
}


#go_top img {
	margin-top:40px ;
}

#footer {
	clear:both ;
	height:120px ; 
	background:url('../images/sub_footer.jpg') no-repeat;
}












#frame_main {
	width:996px ;
	margin:0px auto ;
}
#footer_main { 
	clear:both ;
	height:93px ; 
	background:url('../images/footer.jpg') bottom no-repeat;
}

/* Print */
@media print { 
#top, #left {display:none} 
}

