*{box-sizing:border-box}body{margin:0;font-family:Pretendard,system-ui,-apple-system,sans-serif;color:#1b2733;background:#f4f6fa;-webkit-font-smoothing:antialiased}a{color:#2f6fd6;text-decoration:none}a:hover{color:#12457f;text-decoration:underline}button,input,select,textarea{font-family:inherit}input:focus,select:focus{border-color:#2f6fd6!important;box-shadow:0 0 0 3px rgba(47,111,214,.12)}::placeholder{color:#9aa6b5}table{border-collapse:collapse}th{font-weight:600}button{cursor:pointer}input[type=checkbox]{width:15px;height:15px;accent-color:#12457f;cursor:pointer}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px;border:2px solid #f4f6fa}@keyframes popIn{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.06)}to{transform:scale(1);opacity:1}}@keyframes fadeUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:640px){.grid-2col{grid-template-columns:1fr!important}}