* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body { font-family: Arial, 'Pretendard', sans-serif; background: #f5f6f8; color: #111827; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
