*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #c9c9c9 #f4f4f4; }
body { margin: 0; font-family: "Pretendard", -apple-system, sans-serif; color: #111111; background: #ffffff; -webkit-font-smoothing: antialiased; }
a { color: #111111; text-decoration: none; }
a:hover { color: #444444; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #e6e6e6; }
html::-webkit-scrollbar { width: 11px; }
html::-webkit-scrollbar-track { background: #f4f4f4; }
html::-webkit-scrollbar-thumb { background: #cfcfcf; border-radius: 999px; border: 3px solid #f4f4f4; }
html::-webkit-scrollbar-thumb:hover { background: #111111; }

