@charset "utf-8";
/* head_Layout (상단인클루드 영역) */

/* 스킵네비게이션 */
#skipnavigation { 
	text-indent: -2000px; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow:hidden; 
}


/* 전체외곽박스 */
#wrapper {width:100%;}

/***************************** 상단영역 ******************************/
#head_bg {width:100%;}
#head {position:relative; z-index:99999; margin:0 auto; width:1050px; height:99px;}
#logo {float:left; width:220px; height:52px; padding:30px 24px 0 0;}
#logo a {text-decoration:none;}
#logo a:hover {color:#000;}
#top_default_menu {float:right; padding:15px 0 10px 0;}
#top_default_menu a:hover {color:#024f65;text-decoration:none;}
#top_default_menu span {color:#ddd; padding:0 10px;}

/* 상단메뉴 */
#top_menu{ float:right; width:783px;}
#top_menu li{display:inline; float:left; padding:10px 25px;}
#top_menu li .topMenu {}
#top_menu li .topMenu_over {}
#top_menu li a {text-decoration:none;}
#top_menu li a:hover {/* color:#fff; */}
#top_menu li.end{ padding-right:0;}

