.footer {
  position: relative;
  z-index: 3;
  padding: 40px 0;
  background-color: #555;
}
.footer__inner .logo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.footer__inner .logo img {
  width: 100%;
}
.footer__inner .address {
  margin-top: 16px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.footer__inner .copyright {
  margin-top: 16px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  display: block;
}
.footer__inner .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.footer__inner .btns a {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 64px;
  padding: 8px 8px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__inner .btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
  height: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f105";
  display: block;
  position: absolute;
}
.footer__inner .btns a i {
  width: 24px;
  height: 24px;
}
.footer__inner .btns a .txt-gr {
  text-align: left;
  display: block;
}
.footer__inner .btns a .txt-gr .upper {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.footer__inner .btns a .txt-gr .main {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}
.footer__inner .btns a.mail {
  border: 3px solid #DD111C;
}
.footer__inner .btns a.mail::after {
  color: #DD111C;
}
.footer__inner .btns a.mail i {
  width: 24px;
  height: 18px;
}
.footer__inner .btns a.mail .txt-gr .upper {
  color: #000;
}
.footer__inner .btns a.mail .txt-gr .main {
  color: #DD111C;
}
.footer__inner .btns a.line {
  border: 3px solid #1dba00;
}
.footer__inner .btns a.line::after {
  color: #1dba00;
}
.footer__inner .btns a.line i {
  width: 24px;
  height: 18px;
}
.footer__inner .btns a.line .txt-gr .upper {
  color: #000;
}
.footer__inner .btns a.line .txt-gr .main {
  color: #1dba00;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 0;
  }
  .footer__inner .logo {
    width: 160px;
  }
  .footer__inner .address {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .footer__inner .copyright {
    margin-top: 8px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */