@CHARSET "UTF-8";

BODY {
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-shadow-color: #B4B4B4;
	scrollbar-darkshadow-color: #D2D2D2;
	scrollbar-track-color: #FAFAFA;
	scrollbar-arrow-color: #343434;
	background-color: #FFFFFF;
	color: #727272;
}



A:link			{color: #666666; text-decoration: none}
A:visited		{color: #666666; text-decoration: none}
A:active		{color: #666666; text-decoration: none}
A:hover			{color: #b32734; text-decoration: none}

img{
	border: 0;
	padding: 0;
	margin: 0;
}


body, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	line-height: 16px;
}


/*기본레이아웃*/
#base{
	position:relative;
	width:100%;
}

#page{
	position:relative;
	width:1000px;
	margin:auto;
}

#view{
	position:relative;
	width:1000px;
	margin:auto;
	border:0;
	padding:0; 
}

/*상단*/
#top{
	padding: 0 0 0 10px;
	text-align: left;
	position:relative;
	width:990px;
	height:61px;
}

#top .log_img{
	position:absolute;
	left:0px;
	top:18px;
}

#top_sub{
	text-align: right;
	padding: 0 0 0 0;
}

#top_sub A:link			{color: #D52E01; text-decoration: none}
#top_sub A:visited		{color: #D52E01; text-decoration: none}
#top_sub A:active		{color: #D52E01; text-decoration: none}
#top_sub A:hover		{color: #666666; text-decoration: none}

#top_menu{
	padding: 8px 15px 0 7px;
	text-align: left;
	position:relative;
	width:993px;
	height:38px;
	font-weight:bold;
	background: url(/images/top_menu_bg.jpg) repeat-x;
	color: #FFF;
}

#top_menu .menu A:link 		{color: #FFFFFF; text-decoration: none}
#top_menu .menu A:visited	{color: #FFFFFF; text-decoration: none}
#top_menu .menu A:active	{color: #FFFFFF; text-decoration: none}
#top_menu .menu A:hover		{color: #b32734; text-decoration: none}

#middle_cont{
	width:1000px;
	overflow:auto;
}

/*좌측*/
#left_menu{
	margin:0;
	border:0;
	position:relative;
	padding: 15px 0 0 0;
	width:224px;
	float: left;
	z-index:100;
}

	#left_menu .image{
		padding: 0 5px 0 0;
		border-right: 1px solid #b5a99a;
		float: left;
		width: 40px;
		height: 57px;
		margin: 0;
	}
	
	#left_menu .menu{
		padding: 0 0 39px 0px;
		width: 175px;
		float: left;
		margin: 0;
	}
	
	
	*html .image{
		margin-right: -3px;
	}
	
	*html .menu{
		margin-left: 0;
	}
	
	#left_menu .first{
		padding: 0 3px 3px 3px;
		width: 160px;
		border-bottom: 1px solid #b5a99a;
		font-weight:bold;
	}
	
	#left_menu ul, #left_menu li{
		list-style: none;
		margin:0;
		border:0;
		padding: 0 1px 1px 8px;
		width: 147px;
	}
	
	#left_menu .address{
		margin: 25px 0 0 0;
		padding: 15px 5px 0 5px;
		width: 210px;
		text-align: center;
		float: left;
		border-top: 1px solid #b5a99a;
	}
	
	
	#left_menu .address2{
		margin: 15px 0 0 0;
		padding: 15px 5px 10px 5px;
		width: 210px;
		text-align: center;
		float: left;
		border-top: 1px solid #b5a99a;
		border-bottom: 1px solid #b5a99a;
	}
	
	
	#left_menu h1{
		
		padding: 0;
		font-size: 7.5pt;
		font-weight:bold;
	}
	
	#left_menu p{
		font-size: 7pt;
		line-height: 10px;
	}
	
	



/*중앙*/
#middle{
	margin:0;
	border:0;
	position:relative;
	padding: 15px 0 19px 7px;
	width:526px;
	float:left;
}

*html #left_menu{
	margin-right: -3px;
}

*html #middle{
	margin-left: 0;
}

#main{
	position:relative;
	padding: 0 15px 0 15px;
	width:526px;
	border-left: 1px solid #b5a99a;
	border-right: 1px solid #b5a99a;
}

#main2{
	position:relative;
	padding: 0 15px 0 15px;
	width:726px;
	border-left: 1px solid #b5a99a;
}


/*우측*/
#right{
	position:absolute;
	right:0px;
	top:128px;
	width:200px;
	height:750px;
	z-index:90;
}

	


	#right ul, li{
			list-style: none;
			margin:0;
			border:0;
			padding: 0 0 6px 0;
			width: 198px;
	
	}
	
	#right ul{
		margin: 0 0 10px 0;	
	}

	


/*하단*/
#bottom{
	position:relative;
	width:1000px;
	margin:auto;
	width: 1000px;
	border-top: 1px solid #b5a99a;
	line-height: 25px;
	text-align: center;
	float:left;
}


/**/

.basic{
	padding: 8px 10px 20px 5px;
}

p{
	margin: 0;
	border: 0;
	line-height: 11pt;
	padding: 0 0 10px 20px;
}


h3{
	margin: 0px;
	border: 0;
	padding: 10px 0 25px 0;
	font-family: verdana;
	font-size: 17pt;
	color: #b32734;
	line-height: 18pt;
	font-weight: bold;
	text-align: center;

}


.nones{
	margin: 0px;
	border: 0;
	padding: 50px 0 0 0;
	font-family: verdana;
	font-size: 15pt;
	color: #414141;
	line-height: 18pt;
	font-weight: bold;
	text-align: center;
}
	
h2{
	margin: 0 0 15px 0;
	border: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10pt;
	line-height: 10pt;
	color: #414141;
	font-weight: bold;
}
	
h1{
	margin: 0 0 4px 10px;
	border: 0;
	padding: 0;
	font-size: 8pt;
	line-height: 8pt;
	color: #414141;
	font-family: verdana;
	font-weight: bold;
}

.catch{
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
}

.catch_top{
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	line-height: 12pt;
}


/* sub title */

.sub_title{
		padding: 5px 0 0 20px;
		border: 0;
		margin: 15px 0 0 0;
		width: 506px;
		height: 18px;
		color : #FFF;
		font-size: 10pt;
		line-height: 10pt;
		font-weight: bold;
		text-align: left;
		background-color: #c00000;
	}
	
.top_line{
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0pt;
	line-height: 0pt;
	width: 526px;
	height: 6px;
	background: url(/images/line.jpg);
}
	


.clear{	clear:both;}
