@charset "utf-8";
html { overflow-y: scroll; }
body { margin: 0; padding: 0; font-size: 14px; font-family: 'Pretendard', sans-serif; color: #333; line-height: 1.6; }
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
#hd { background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 1000; }
#wrapper { min-height: 600px; }
