html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container {
    font-size: 0.9rem; /* Bootstrap ±âº»ÀÌ 1rem, ÀÌº¸´Ù ÀÛ°Ô */
}

/* ¹öÆ° µîÀº µû·Î Å°¿öµµ µË´Ï´Ù */
.btn {
    font-size: 0.95rem;
}

.form-control, .form-select {
    font-size: 0.9rem;
}

label {
    font-size: 0.85rem;
}

.modal-content {
    font-size: 0.95rem;
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px; /* ÀûÀýÇÑ ³Êºñ ¼³Á¤ */
}