footer {
}

footer .wrap-inner {
}

.footer__top {
  padding: 14px 0;
  border-top: 1px solid #e8e8e8;
}

.footer__top ul {
  display: flex;
  align-items: center;
}

.footer__top li {
  width: 25%;
  margin: 0 5px;
}
.footer__top li:first-child {
  width: 35%;
}
.footer__top li:nth-child(2) {
  width: 30%;
}

.footer__top li p {
  flex-grow: 1;
}

.footer__top fieldset {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.footer__top select {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 13px;
  border: 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/resource/img/main/icon-select-arrow.svg') no-repeat 93%
    center / 12px;
}

.footer__top li button {
  height: 100%;
  padding: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  background: #e8e8e8;
}

.footer__mid {
  padding: 24px 0;
  background: #363639;
}

footer .link--list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .link--list li {
}

footer .link--list li + li::before {
  content: '';
  width: 1px;
  height: 9px;
  display: inline-block;
  margin: 0 19px;
  background: rgba(255, 255, 255, 0.3);
}

footer .privacy a:not(.link--list) {
  color: #f6b10e;
  font-weight: 500;
}

footer .link--list a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom {
  padding: 32px 0 83px;
  background: #3f3f43;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom .wrap-inner {
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  width: 194px;
  margin-right: 7%;
}
.footer-logo img {
  width: 100%;
}

.footer-adress {
  flex-grow: 1;
}
.footer-adress p {
  line-height: 1.7;
  margin: 0;
}

.footer-adress .copyright {
  padding: 30px 0 0;
}

.awards-icon {
  margin-left: 10px;
}
.awards-icon img {
}

@media all and (max-width: 1220px) {
  .footer__top ul {
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
  }

  .footer__top li,
  .footer__top li:first-child,
  .footer__top li:nth-child(2) {
    width: calc(50% - 5px);
    margin: 0;
    box-sizing: border-box;
  }
}

@media all and (max-width: 860px) {
  .footer__top ul {
    max-width: 478px;
    margin: 0 auto;
    flex-direction: column;
    gap: 9px;
  }

  .footer__top li {
    width: 100% !important;
    margin: 0;
  }

  footer .link--list {
    justify-content: flex-start;
    row-gap: 9px;
    column-gap: 12px;
  }

  footer .link--list li + li::before {
    display: none;
  }
  footer .link--list a {
    letter-spacing: -0.84px;
    font-size: 14px;
  }

  .footer__bottom {
    padding: 25px 0;
  }

  .footer-logo {
    display: none;
  }

  .footer__bottom .wrap-inner {
    flex-direction: column;
    font-size: 13px;
  }

  .footer-adress .copyright {
    word-break: keep-all;
  }

  .awards-icon {
    margin-top: 15px;
  }
}
