@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;
}

header {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
}
header img {
  width: 50px;
}

footer {
  width: 100%;
  background: #3C5296;
  text-align: center;
  /* 탑버튼 서식 */
}
footer .t_btn {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  color: #3C5296;
  font-size: 1.125rem;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2039215686);
  z-index: 9999;
}
footer .t_btn i.fas {
  display: block;
  color: #3C5296;
}
footer address {
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 30px 0;
}/*# sourceMappingURL=common.css.map */