@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;
}

html {
    font-size: 14px;
    font-family: 'Pretendard', Arial, sans-serif;
}

html, body {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', Arial, sans-serif !important;
}

body, html {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', Arial, sans-serif;
}

input, button, select, textarea, .form-control, .btn {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', Arial, sans-serif !important;
}

.result-success {
  background-color: #d1e7dd;
  color: #146c43;
  border: 2px solid #146c43;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.result-fail {
  background-color: #f8d7da;
  color: #842029;
  border: 2px solid #842029;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.pretendard-strong {
  font-family: 'Pretendard', '¸¼Àº °íµñ', 'Malgun Gothic', Arial, sans-serif;
  font-weight: 800;      /* ±½±â: bold */
  font-size: 2.2rem;     /* Å©±â: ¿¹½Ã */
  color: #1a73e8;        /* »ö»ó: ¿¹½Ã (ÆÄ¶õ»ö) */
}

.pretendard-light {
  font-family: 'Pretendard', '¸¼Àº °íµñ', 'Malgun Gothic', Arial, sans-serif;
  font-weight: 300;      /* ±½±â: light */
  font-size: 1.2rem;     /* Å©±â: ¿¹½Ã */
  color: #888;           /* »ö»ó: ¿¹½Ã (È¸»ö) */
}









