@font-face {
  font-family: 'Renner';
  src: url("/fonts/Jost-Book.woff") format("woff"), url("/fonts/Jost-400-Book.otf") format("open-type"), url("/fonts/Jost-400-Book.ttf") format("true-type");
  font-weight: 400;
}

html, body {
  font-size: 10px;
  font-family: 'Spoqa Han Sans', 'Sans-serif';
  font-weight: 400;
}

a {
  text-decoration: none;
}

.wrap {
  min-width: 120rem;
  background: #2b2b2b;
}

header {
  width: 100%;
  min-width: 120rem;
  padding: 3rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header-container {
  width: 100%;
  max-width: 168rem;
  color: #b9b9b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 400;
}

.header-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-container ul li {
  margin-right: 1.8rem;
}

.header-container ul li:last-child {
  margin-right: 0;
}

.header-container ul li a {
  padding: 1.6rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header-container ul li a:hover {
  color: #ffffff;
}

.gnb-active {
  color: #ffa600;
}

footer {
  padding: 3rem 0 2.5rem 0;
  color: #b9b9b9;
  background: #0f0f0f;
}

footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer div p {
  margin-top: 2rem;
  font-size: 1.8rem;
}
