@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 메뉴 전체에 사용되는 폰트 설정 */
.UX_TYPE_NAVI{
	text-align: center;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 1.0em;
	margin : 0;
	padding: 0;
}
/* 주 메뉴에 사용되는 폰트 설정 */
.MenuMain a {
	font-size: 0.8em;
	font-weight: 600;
}

/* 서브 메뉴에 사용되는 폰트 설정 */
.MenuSub a {
	font-size: 0.8em;
	font-weight: 400;
}