@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #333;
}

img {
	border:none;
}

@font-face { font-family:"맑은 고딕", 돋움;     
           /*src:url("../images/segoeui.eot");            
	       src:local("☺"), url("../images/segoeui.woff")  format("woff"), 
             url("../images/segoeui.ttf") format("truetype"); */  
}

@font-face {font-family:"맑은 고딕", 돋움; 
             /*src:url("../images/nanum.eot");
			 src:local("☺"), url("../images/nanum.woff")  format("woff"),
			 url("../images/nanum.ttf") format("truetype"); */  
}

#wrap {
	width:970px;
	text-align:left;
	margin:0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.png); 
	background-repeat: repeat-y;
	min-height:780px;
	
}

header {
	height:155px;
	margin:0;
	padding:0;	
}
.clear {
	clear:both;
}

#logo {
	float:left;
	width:165px;
	margin:40px 0 0 20px;
	

}


/*#login {
	float:right;
	margin:20px 64px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 5px;
	
}

#login a {
	text-decoration:none;
	color: #333;
}

#login a:hover {
	color: #F90;	
}*/



nav#top_menu {
	width:572px;
	margin:50px 12px 0 0;	
	float:right;
	}
	
nav#top_menu ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	color: #333;	
	
}

nav#top_menu ul li {
	float:left;	
	margin:0 5px;

}

nav#top_menu a {
	display:block;
	height:10px;
	padding:12px;
	text-decoration:none;
	color: #333;
	

}

nav#top_menu a:hover {
	background-image: url(../images/blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}




footer {
	margin:50px 0 0 0;
	height:120px;
	background-repeat: no-repeat;
	background-position: 770px center;
}

footer hr {
	width:900px;
	margin:0 0 0 15px; !important;
	margin:0 0 0 35px; 
}

footer #copy {
	font-family: "맑은 고딕", Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:450px;
	margin:20px 0 0 60px;
	float:left;	
	
}

footer #social {
	width:130px;
	margin:20px 20px 0 0 ;
	float:right;	
}
footer #social img {
	margin:0 7px;

}

