@charset "euc-kr";
/* CSS Document */
 
@import url("/common/style.css") ;

body {
	margin:0px ; padding:0px ;
	font-size: 11px ;
	line-height: 130%;
	font-family:µ¸¿ò,Verdana,  sans-serif;
	background-color:#ffffff ;	  
	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: 11px;
}

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:11px ;
	color:#656565;
}

textarea {
	font-size: 11px ;
	font-family:µ¸¿ò,Verdana,  sans-serif;	
	
	border:1px solid #e4e4e4 ;
	padding:3px 2px 1px 2px ;
	line-height:150% ;
	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:11px ;
	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:#656565;
}




/*  -LAYOUT-------------------------------------------------------------------------------------------------------- */
#body {
	background-image:url('/images/frame_bg.gif');
	background-repeat:repeat-y ; 
}

#top {
	height:262px ; width:100% ; overflow:hidden ;
}

h1 {text-indent :-1000px ; position:absolute ; width:100% }

h2 {text-indent :-1000px ; position:absolute ;  width:700px  }

h3 {margin-bottom:30px}

#frame {
	width:985px ; 
	margin-top:-63px ;  
}

#left {  
	z-index:100 ;
	float:left ;
	width: 207px; height:485px ;  
}

#main {
	float:left ; 
	width:762px  ;
	margin-left:13px ;
	background-color:white ;
}

			#location {
				height:30px ;
			}
			#location p {
				text-align:right ; 
				vertical-align:middle ;
				font-size:11px ;
				padding:14px 30px 0 0 ;
			}
			
			#location a {
				color:#ACACAC ; 
			}
			#location a.hover {
				text-decoration :underline ;
			}
			#location span {	 
				color:#D27818 ;  
			}

	#contents {
		margin-left:30px ; 
		width:702px ;
	}
			

#footer {
	clear:both ; 
	height:114px ;
}
 
 
#go_top {
	position:absolute ;
	left:985px ; top:277px ;
}