html {
  /* font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    sans-serif; */
  font-size: calc(100vw / 72);
  color: #222;
}
@import url(../utilities_css/font.css);
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body > * {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  box-sizing: border-box;
}
#header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header-inner.header--img {
  display: flex;
  justify-content: space-between;
  height: 10.6rem;
  padding: 0 2rem;
}
.wrap_logo {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  align-items: center;
}
.hd-left {
  display: inline-flex;
  align-items: center;
}
.hd-menu-img {
  height: 3.2rem;
  width: auto;
  display: block;
}

.hd-center {
  margin: 0;
  line-height: 0;
  justify-self: center;
}
.hd-center .hd-logo-link img {
  width: 31.6rem;
  height: 5.5rem;
}
.hd-logo-link {
  display: inline-block;
}
.hd-logo-img {
  height: 4rem;
  width: auto;
  display: block;
}

.hd-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.hd-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hd-act-img {
  width: 6rem;
  height: 6rem;
  display: block;
}

.header-divider {
  border: none;
  height: 0.2rem;
  background: #e5e5e5;
  margin: 0;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  text-decoration: none;
}

.header-divider {
  border: none;
  height: 0.1rem;
  background: #ddd;
  margin: 0;
}

/*  */
#footer {
  background-color: #252525;
  padding: 55px 0 75px;
  font-family: "Noto Sans CJK KR";
}
#footer {
  padding: 3.3333rem 0;
}

#footer .container {
  padding: 0 2rem;
}

.footer_left img {
  width: 35.6rem;
}

.footer_right {
  opacity: 0.6;
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  color: #757575;
  font-family: "NotoSansCJKkr";
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
.footer_right {
  line-height: 1.4;
}

.footer_right span {
  display: inline-block;
  position: relative;
}

.footer_right span ~ span {
  margin-left: 0;
  padding-left: 0;
}

.footer_right span ~ span::after {
  display: none;
}

.footer_right span.barnone {
  margin-left: 0;
  padding-left: 0;
}
.footer_right span.barnone::after {
  width: 0;
}

.footer_right_bot {
  margin-top: 1.2667rem;
}

@media screen and (min-width: 721px) {
  html {
    font-size: 10px;
  }
  body {
    justify-content: center;
  }
}
