@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);



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

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

.clearfix {  *+height:1%;
}

#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;
  padding:0 0;
  text-decoration: none;

}

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

#top_menu li.main-item { float: left;}

#top_menu li.main-item:last-child {margin-right:0;}
#top_menu li.main-item:first-child {margin-left:0;}

#top_menu li.main-item a { color: #fff; padding:35px 0 25px 0;  line-height:18px; font-family: 'Noto Sans KR', sans-serif; font-weight:normal; }

#top_menu>li:first-child>a {width:123px;}
#top_menu>li:nth-child(2)>a {width:180px;}
#top_menu>li:nth-child(3)>a {width:180px;}
#top_menu>li:nth-child(4)>a {width:123px;}
#top_menu>li:nth-child(5)>a {width:141px;}
#top_menu>li:nth-child(6)>a {width:123px;}


#top_menu>li>a {font-size:19px; position:relative;}
/*
#top_menu>li>a:after{content:""; width:1px; height:13px; background-color:#747373;  display:block; position:absolute; bottom:4px; left:-22px;}

#top_menu>li:first-child>a:after{display:none;}
*/
#top_menu li.main-item ul li.sub-item a {
padding:10px 0;
  border-bottom:1px solid #231f1e;
  line-height:18px;
	color:#fff; background:#050101;font-family: 'Noto Sans KR', sans-serif; font-weight:400; 
}

/* 상단 부모 메뉴 hover 색상 */
#top_menu li.main-item a:hover, #top_menu li.main-item.hover a { color:#df2b60; font-weight:500}
#top_menu li.hover { color:#df2b60; }

/* 상단 부모 메뉴 hover 색상 (해당 페이지 선택되었을 때) */
#top_menu li.m_selected a { color:#df2b60; font-weight:500}

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


#top_menu li ul {
  width:100%;
  display:none;
  position: absolute;
  border-top:1px solid #e32c62
}

#top_menu li ul.menu-sub-ul1 { width:170px;margin-left:-20px;}
#top_menu li ul.menu-sub-ul2 { width:170px;margin-left:5px; }
#top_menu li ul.menu-sub-ul3 { width:170px;margin-left:10px}
#top_menu li ul.menu-sub-ul4 { width:170px;margin-left:-17px;}
#top_menu li ul.menu-sub-ul5 { width:170px;margin-left:-10px; }
#top_menu li ul.menu-sub-ul6 { width:170px;margin-left:-17px }
#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:15px;
  padding:2px 0;
  display:block;
 }

/* 상단 메뉴 자식 메뉴 */
#top_menu li ul .sub-item a {
	padding:6px 0;
	color:#111111; 
	text-align:center;
	text-indent:0 ;
}

/*#top_menu li ul .sub-item a:after {content:""; width:4px; height:1px; background-color:#282828; display:block; float:left; margin-left:20px; margin-top:10px;}*/

/* 상단 메뉴 자식 메뉴 hover 백그라운드 */
#top_menu li ul li.hover {
	color:#df2b60; font-weight:bold
	 

}

/* 상단 메뉴 자식 메뉴 hover 폰트 칼라 */
#top_menu li ul li.hover a:hover {
	color:#df2b60;font-weight:bold
	
}




