html,body{max-width:100vw;height:100%;overflow-x:hidden}body{scroll-behavior:smooth;font-family:var(--font-pretendard);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden scroll}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::selection{color:#fff;background-color:#b81c7e}::-webkit-scrollbar{background-color:#fff;width:16px;height:16px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#babac0;border:4px solid #fff;border-radius:16px}::-webkit-scrollbar-button{display:none}:root{--header-height:130px;--footer-height:200px}@media (max-width:1200px){:root{--header-height:52px}}article{min-height:calc(100vh - 200px - var(--header-height))}
