layout/neat/css/layout.css

70번째줄 font 변경 'Nanum Gothic' → 'Malgun Gothic'으로

74번째줄 font size 15px → 15.2px


70번째줄 : #sf-menu a{position:relative; display:block; zoom:1; white-space:nowrap; *white-space:normal; font-family:'Malgun Gothic',돋움,sans-serif; font-size:13px; font-weight:700; text-decoration:none; outline:none}
#sf-menu a:hover{text-decoration:none}
/* 1st */
#sf-menu > li{float:left}


74번째줄 : #sf-menu a.nav1st{height:16px; padding:15px 22px 19px; text-align:center; font-size:15.2px; color:#fff; border-right:1px solid rgba(0,0,0,.16); box-shadow:1px 0 0 0 rgba(255,255,255,.16)}