.dot-loading-spinner-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:absolute}.dot-spinner{display:flex;gap:10px}.dot{width:12px;height:12px;background-color:var(--quaternary, #bbbbbb);border-radius:50%;animation:bounce 1.2s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.24s}.dot:nth-child(2){animation-delay:-.12s}.dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 768px){.dot{width:10px;height:10px}}:root{background-color:#242424;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@font-face{font-family:PretendardVariable;src:url(/fonts/PretendardVariable.woff2) format("woff2");font-weight:400;font-style:normal}body{font-family:PretendardVariable;margin:0;padding:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}
