/* 브라우저 기본 스타일 초기화 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; }
body { font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: inherit; }
img { vertical-align: top; border: 0; }
button { border: 0; background: none; cursor: pointer; font: inherit; color: inherit; }
input { font: inherit; border: 0; outline: none; }
em { font-style: normal; }
h1, h2, h3, h4, strong { font-weight: 700; }
figure { margin: 0; }
