ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { /* *+height:1%;*/width:640px; height:130px;
}

#top_menu {
  list-style: none;
  position: relative;
  z-index:999999;
   text-align:center;
   font-family: 'Nanum Gothic', sans-serif;
}

#top_menu a {
  font-size: 17px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight:bold;
}

#top_menu a:hover { text-decoration: none; }

#top_menu li.main-item {/*width:calc(625px / 7);*/ height:65px; float: left; background-color:#fff;}

#top_menu>li>a {font-size:15px; }

#top_menu>li:nth-child(1) {width:120px;}
#top_menu>li:nth-child(2) {width:120px;}
#top_menu>li:nth-child(3) {width:120px;}
#top_menu>li:nth-child(4) {width:90px}
#top_menu>li:nth-child(5) {width:180px;}
#top_menu>li:nth-child(6) {width:180px;}
#top_menu>li:nth-child(7) {width:120px;}
#top_menu>li:nth-child(8) {width:120px;}
#top_menu>li:nth-child(9) {width:90px;}

#top_menu li.main-item a { height:100%; display:block; color: #333; line-height:65px; }

#top_menu li.main-item ul li.sub-item a {
  color: #4E3320;
  border-bottom:1px solid #F3F3F3;
  line-height:18px;
	background:#fff;
}

/* 상단 부모 메뉴 hover 색상 */
#top_menu li.main-item a:hover, #top_menu li.main-item.hover a {height:100%; color: #fff; background:#034faf; 

 }
#top_menu li.hover { color: #fff;  }

/* 상단 부모 메뉴 hover 색상 (해당 페이지 선택되었을 때) */
#top_menu li.m_selected a {  color: #fff; background:#034faf;}

#top_menu li div {
	font-size:11px;
	color:#C9C9C9;
}


#top_menu li ul {
  width:100%;
  display:none;
  position: absolute;
  background: #fff;
  border-top:1px solid #D7D7D7;
  border-left:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  border-bottom:1px solid #D7D7D7;
/*margin-top:28px;*/
}

#top_menu li ul.menu-sub-ul1 { width:120px;margin-left:0;}
#top_menu li ul.menu-sub-ul2 { width:120px;margin-left:0; }
#top_menu li ul.menu-sub-ul3 { width:120px;margin-left:0; }
#top_menu li ul.menu-sub-ul4 { width:120px;margin-left:0; }
#top_menu li ul.menu-sub-ul5 { width:120px;margin-left:0; }

#top_menu li.m_selected ul li{
}

#top_menu li.m_selected ul li a{
}

#top_menu li.m_selected ul li a:hover{
	color:#fff;
}


#top_menu li ul li {
	width:100%;
	padding:0;
	margin: 0;
}
#top_menu li ul a {
  font-size:13px;
  padding:5px 0;
  display:block;
 }

/* 상단 메뉴 자식 메뉴 */
#top_menu li ul .sub-item a {
	padding:13px 0;
	color:#000;
	background:#fff;
	text-shadow:none;
}

/* 상단 메뉴 자식 메뉴 hover 백그라운드 */
#top_menu li ul li.hover {
	color:#000;
	background:#eee;
	text-shadow:none;
}

/* 상단 메뉴 자식 메뉴 hover 폰트 칼라 */
#top_menu li ul li.hover a:hover {
	color:#000;
	background:#eee;
	text-shadow:none;
}





/*
#top_menu li ul li:last-child {
	padding-bottom:5px;
}

#top_menu li ul li.separator {
  line-height: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  background: none;
}
*/

/*
#top_menu li.main-item ul li.sub-item.has-child { background: url(arrow.gif) no-repeat right center #edf2f7; }
#top_menu li ul li.has-child.hover { border: 1px solid #aecff7; }
*/
