* {
  padding: 0;
  margin: 0;
  color: inherit;
}

html {
  font-size: 16px;
  color: var(--font-color);
}
html body {
  color: inherit;
  font-family: "NanumSquareLight", sans-serif;
}
html body .main-color {
  color: var(--main-color);
}
html body .border-main-color-subtle {
  border-color: rgba(204, 66, 2, 0.5);
}
html body a.none {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
html body a.none:hover,
html body a.none:focus,
html body a.none:active,
html body a.none:visited {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
html body button.none {
  all: unset;
  cursor: pointer;
}
html body .table th {
  font-weight: normal;
}
html body .border-bottom {
  border-bottom: 1px solid var(--bs-gray-400);
}

:root {
  --main-color: #cc4202;
  --font-color: #666666;
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

/*# sourceMappingURL=global.css.map */
