기본 스타일 선언
@charset "utf-8"; /* * default style definition */ body { margin: 0; padding: 0; font-size: 75%; line-height: 1.5em; font-family: "Malgun Gothic", "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif; } form { margin: 0; padding: 0; } hr { display: none; } p, div, th, td, select, input { color: #333; } a:link, a:visited { color: #666; text-decoration: none; } a:active, a:hover { co..