@charset "utf-8";
.footer__wrap {
  padding-top: 88px;
  position: relative;
}
.footer__otherLink {
  width: 92%;
  max-width: 896px;
  padding: 70px 0 57px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #e4e4e4;
}
.footer__otherFlex {
  width: 92%;
  max-width: 613px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__otherBtn {
  font-size: 13px;
  text-align: center;
  width: 48.5%;
  max-width: 261px;
  padding-top: 20px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.footer__box {
  padding-top: 189px;
  padding-bottom: 23px;
  background-color: #232223;
}
.footer__logo {
  width: 100%;
  max-width: 82px;
  margin: 0 auto 35px;
}
.footer__logo a {
  display: block;
}
.footer__address {
  color: #e4e4e4;
  font-size: 10px;
  text-align: center;
  margin-bottom: 26px;
  line-height: 2.7;
}
.footer__link {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 34px;
  display: flex;
  justify-content: center;
  gap: 0 34px;
}
.footer__linkBtn {
  color: #e4e4e4;
  font-size: 12px;
  display: block;
  line-height: 1.75;
}
.footer__copy {
  color: #4a4a4a;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 500px) {
  .footer__wrap {
    padding-top: 111px;
  }
  .footer__otherLink {
    padding: 50px 0 47px;
  }
  .footer__otherFlex {
    flex-direction: column;
    gap: 10px 0;
  }
  .footer__otherBtn {
    width: 100%;
  }
}
