@charset "utf-8";
/* CSS Document */
/* 숨김 요소 */
legend, #header h1, #header h2, #footer h2 {
	position:absolute;
	overflow:hidden;	
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
/* body 스타일 */
body {
	color:#000000;
	font-size:75%;
	line-height:1.2;
	/* font-family: "돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif; */
	font-family:"나눔고딕", "NanumGothic","Daum", "돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif;
	letter-spacing:-0.05em;
	border-width:0;
}
/* 링크 */
a, a:link {
	color:#000000;
	text-decoration:none;
} 
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:focus {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
} 
/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}
label, select, input, textarea {
	vertical-align:middle;
}
/* -------------------------------------------------- */


#wrap {width:100%;}
#main_wrap {margin:0 auto; 	width:1000px;}


#header .top_logo	{position:absolute; padding:51px 0 0 11px; z-index:211;}
#header .top_home	{position:absolute; width:100%; text-align:right; height:25px; vertical-align:middle; z-index:212;}
#header .top_home ul	{position:relative; padding:23px 0 0 950px;}
#header .top_home ul li	{float:left;font-size:12px; text-align:center; font-weight:600;}
#header .top_home ul li a			{display:block;padding:6px;}
#header .top_home ul li a:link 		{color:#333333;text-decoration:none;}
#header .top_home ul li a:visited 	{color:#333333;text-decoration:none;}
#header .top_home ul li a:hover 	{color:#333333;text-decoration:underline;}


#header .top_menu	{position:absolute; padding:86px 0 0 240px;  z-index:210;}
  
/*
background-color:#707070;
*/

#copy_wrap {margin:0 auto; 	width:100%; height:81px; background:url('../img/main/copyright_bg.jpg') repeat-x;}
#copy_wrap #copyright		{margin:0 auto; width:1000px;}
#copy_wrap #copyright .copyright_text	{color:#cccccc;line-height:20px; padding:10px 0 0 16px ;}


#copy_wrap a:link 		{color:#cccccc;text-decoration:none;}
#copy_wrap a:visited 	{color:#cccccc;text-decoration:none;}
#copy_wrap a:hover 		{color:#333333;text-decoration:none;}
#copy_wrap a:focus 		{color:#333333;text-decoration:none;}
#copy_wrap a:active 	{color:#333333;text-decoration:none;} 