@font-face {
  font-family: "SUIT-Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "SUIT Variable", sans-serif;
}
html {
  font-size: 10px;
  font-size: 62.5%;
}
/* =10px */
body, table, input, textarea, select, button {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "SUIT Variable", "Noto Sans KR", sans-serif;
}
/* =10px */
.inner {
  width: 128rem;
  margin: 0 auto;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.inner.sm {
  width: 80rem;
}
html, body {
  margin: 0;
  padding: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.header-wrap .logo-wrap {
  background: #221e1f;
  height: 4rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.header-wrap .logo-wrap .logo {
  display: flex;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -1px;
  gap: 0.4rem;
}
.header-wrap .logo-wrap a {
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.header-wrap .logo-wrap .inner {
  display: flex;
  justify-content: space-between;
}
.header-wrap .sign-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap .gnb-wrap {
  height: 5rem;
  display: flex;
  align-items: center;
}
.header-wrap .gnb-wrap .inner {
  display: flex;
  justify-content: space-around;
}
.header-wrap .gnb-wrap .inner a {
  flex: 1;
  color: #221e1f;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 0;
}
.footer-wrap {
  margin-top: 4rem;
  font-size: 1.1rem;
  color: #939598;
  line-height: 120%;
}
.footer-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-wrap .copyright_desc {
  white-space: pre-line;
}
.footer-wrap .copyright {
  color: #bcbec0;
}
.footer-wrap .fnb-wrap a {
  color: inherit;
}
.footer-wrap .fnb-wrap a:before {
  content: "";
  color: #eee;
  border-left: 1px solid #ddd;
  margin-left: 0.3rem;
  margin-right: 0.5rem;
}
.footer-wrap .fnb-wrap a:first-child:before {
  content: "";
  border-left: 0;
}
@media (max-width: 932px) {
  .inner {
    width: 100%;
  }
  .inner.sm {
    width: 100%;
  }
}
/*# sourceMappingURL=16322716f62efc6b916650d75a4f04850bde217f.style.scss.map */
