:root{--brand-small: #00D2FF;--brand-small-shadow: 0 2px 4px #00D2FF4D;--brand-big: #0055B7;--gap: 10px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR","Apple SD Gothic Neo","Helvetica Neue",Arial,"Malgun Gothic",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.splash{max-width:450px;margin:0 auto;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,40px);text-align:center;background-color:#f2f4f6}.title{display:flex;flex-direction:column;align-items:center;gap:var(--gap);line-height:1;margin:0;background-image:url(/img/default/splash-brand.png);background-repeat:no-repeat;background-size:contain;width:164.019px;height:113.21px;opacity:1}.title .small{font-weight:700;font-size:clamp(42px,6.2vw,48px);letter-spacing:-0.02em;color:var(--brand-small);text-shadow:var(--brand-small-shadow);opacity:0}.title .big{font-weight:bolder;font-size:clamp(72px,20vw,120px);letter-spacing:-0.02em;color:var(--brand-big);opacity:0}@media(prefers-color-scheme: dark){body{background:#000}}