<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  width: 100%;
  background-color: #F8F8F8;
}
.footer .footer_content {
  display: flex;
  padding: 5rem 0 3rem;
  justify-content: space-between;
  border-bottom: 1px solid #e2e4e66c;
}
.footer .logo_thirdParty {
  display: flex;
  width: calc(52px + 4.5rem);
  flex-direction: column;
  justify-content: space-between;
}
.footer .logo_thirdParty .thirdparty {
  display: flex;
  justify-content: space-between;
}
.footer .logo_thirdParty .thirdparty img {
  width: calc(10px + 0.7rem);
}
.footer .footer_nav h5 {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #333;
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
  position: relative;
}
.footer .footer_nav h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(10px + 0.7rem);
  height: 2px;
  background-color: #046AC4;
}
.footer .footer_nav ul li {
  font-size: calc(10px + 0.4rem);
  font-family: FuturaBT, FuturaBT;
  font-weight: normal;
  color: #777;
}
.footer .footer_nav .foot_nav_item {
  margin-bottom: 1rem;
}
.footer .footer_nav.foot_link li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_nav.foot_cont {
  width: calc(157px + 10rem);
}
.footer .footer_nav.foot_cont li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}
.footer .footer_nav.foot_cont li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_nav.foot_cont li .cont_img {
  display: flex;
  width: 25%;
  max-width: 50px;
  align-items: center;
}
.footer .footer_nav.foot_cont li .cont_img img {
  width: calc(10px + 0.4rem);
  vertical-align: baseline;
  margin-right: 10%;
}
.footer .footer_nav.foot_cont li .cont_img span {
  white-space: nowrap;
}
.footer .footer_nav.foot_cont li .cont_content {
  width: 75%;
}
.footer .footer_nav.foot_cont li .cont_content span {
  display: block;
  width: 100%;
}
.footer .footer_nav.foot_qrImg {
  width: calc(140px + 5rem);
}
.footer .footer_end {
  background-color: #2D2D2D;
}
.footer .footer_end .public_w {
  height: calc(80px + 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 0.3rem);
  font-family: FuturaBT;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer_end a {
  margin: 0 calc(3px + 0.25rem);
}
.footer .foot_qrImg img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer .footer_content {
    flex-wrap: wrap;
  }
  .footer .logo_thirdParty {
    width: 20%;
  }
  .footer .logo_thirdParty .logo_img {
    margin-bottom: 3rem;
  }
  .footer .logo_thirdParty .thirdparty img {
    width: calc(16px + 0.5rem);
  }
  .footer .foot_link {
    width: 50%;
  }
  .footer .foot_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .foot_link .foot_nav_item {
    width: 45%;
  }
  .footer .foot_cont.footer_nav {
    width: 90%;
    margin-top: 5rem;
  }
  .footer .foot_cont.footer_nav li {
    margin-bottom: 3.5rem;
    justify-content: start;
  }
  .footer .foot_cont.footer_nav li .cont_img {
    margin-right: 2%;
  }
  .footer .footer_nav.foot_qrImg {
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_nav.foot_qrImg .foor_qr {
    margin: 0 auto;
  }
}
</pre></body></html>