상단 메뉴, 풀사이즈 메뉴, 전체 메뉴, 가로 네비게이션, 중복실행 방지
* {margin: 0; padding: 0; } li {list-style: none; } body {font-family: 'Nanum Gothic', sans-serif; width: 1200px; margin: 0 auto; } .logo {margin: 50px 0; font-size: 30px; text-align: center; font-family: 'Nanum Brush Script', cursive; } .topMenu {width: 100%; margin-bottom: 20px; text-align: center; height: 40px; } .topMenu:after {content: ""; display: block; clear: both; } .menu01>li {float: l..