#ft {
  position: relative;
  background: #2e2e2e;
  padding: 25px 0;
  margin: 0 auto;
  min-height: 70px;
  z-index: 1;
  font-family: "Pretendard", sans-serif;
}
@media only screen and (max-width: 480px) {
  #ft {
    font-size: 13px;
  }
}

#ft>div {
  max-width: unset;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.4;
  color: #e4e4e4;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.copyright ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .copyright ul {
    flex-wrap: wrap;
  }
}
.copyright li {
  margin: 0 30px;
}
@media only screen and (max-width: 900px) {
  .copyright li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 5px 0;
  }
}
.copyright li a {
  color: #e4e4e4;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .copyright li a {
    font-size: 13px;
  }
}
.copyright li:hover,
.copyright li:active {
  text-decoration: underline;
}
.copyright .naddic {
  max-width: 277px;
  margin: 30px auto 25px;
}
.copyright address {
  font-size: 14px;
  font-weight: 300;
}
.copyright .copy {
  font-weight: 300;
  margin: 0;
} /*# sourceMappingURL=app.css.map */
