@charset "utf-8";
.footer {
  padding-top: 105px;
  padding-bottom: 85px;
  background-color: #6d6c66;
}
.footer__inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__lft {
  width: 250px;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 100%;
  max-width: 188px;
}
.footer__logo a {
  display: block;
}
.footer__address {
  margin-top: auto;
}
.footer__addressText1 {
  color: #fff;
  font-size: 17px;
  line-height: 1.73;
}
.footer__addressText2 {
  color: #fff;
  font-size: 14px;
  /* line-height: 2.1; */
  line-height: 1.8;
}
.footer__rgt {
  width: calc(100% - 250px);
  max-width: 570px;
  padding-top: 12px;
}
.footer__navWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 45px;
}
.footer__nav:nth-child(1) {
  /* width: 48%; */
  width: 36%;
}
.footer__nav:nth-child(2) {
  /* width: 34%; */
  width: 25%;
}
.footer__nav:nth-child(3) {
  /* width: 18%; */
  width: 39%;
}
.footer__navItem:not(:last-child) {
  margin-bottom: 16px;
}
.footer__navItem a {
  color: #fff;
  font-size: 14px;
  display: inline;
  padding: 3px 0;
  line-height: 1.75;
}
.footer__subNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.footer__subNav-item:not(:last-child) {
  padding-right: 36px;
  margin-right: 36px;
  position: relative;
}
.footer__subNav-item a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: block;
  line-height: 1.73;
  position: relative;
}
.footer__subNav-item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 51%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #929292;
}
.copy__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.copy__text {
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}
.copy__text:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 880px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 55px;
  }
  .footer__navWrap {
    width: 100%;
    max-width: 535px;
    margin: 0 0 35px auto;
  }
  .footer__nav:nth-child(1) {
    width: 205px;
  }
  .footer__nav:nth-child(2) {
    width: 155px;
  }
  .footer__nav:nth-child(3) {
    width: 96px;
  }
  .footer__navItem a {
    font-size: 13px;
  }
  .footer__subNav {
    margin-bottom: 30px;
  }
  .footer__subNav-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .footer__subNav-item a {
    font-size: 15px;
  }
  .footer__logo {
    max-width: 140px;
  }
  .footer__addressText1 {
    font-size: 15px;
  }
  .footer__addressText2 {
    font-size: 13px;
    line-height: 1.8;
  }
  .copy__text {
    font-size: 12px;
  }
  .copy__text:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .footer__inner {
    display: block;
  }
  .footer__lft {
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer__logo {
    max-width: 120px;
    margin: 0 auto 25px;
  }
  .footer__rgt {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .footer__navWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px;
    display: block;
    text-align: center;
  }
  .footer__nav:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__nav:nth-child(2) {
    width: 100%;
    margin-bottom:40px;
  }
  .footer__nav:nth-child(3) {
    width: 100%;
  }
  .footer__navItem:not(:last-child) {
    margin-bottom: 13px;
  }
  .footer__subNav {
    justify-content: center;
    gap: 10px 0;
  }
  .copy__wrap{
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .footer__navWrap {
    max-width: 140px;
    flex-direction: column;
    gap: 13px 0;
  }
  .footer__nav:nth-child(1),
  .footer__nav:nth-child(2),
  .footer__nav:nth-child(3) {
    width: 100%;
  }
}
