@charset "UTF-8";
@font-face {
  font-family: "RIDIBatang";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "RIDIBatang", "맑은 고딕", sans-serif;
  font-size: 0.75rem;
  color: #333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 0.75rem;
}

button {
  font-family: "RIDIBatang", "맑은 고딕", sans-serif;
}

.hidden {
  display: none;
}/*# sourceMappingURL=base.css.map */