body.theme-white.theme-sunset #foot-menu {
  background: #f8f1e4;
}
.foot-menu {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
#foot-menu * {
  -webkit-font-smoothing: auto;
}
.foot-menu a {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.9);
  align-items: center;
}
.foot-menu i {
  font-size: 1.6rem;
}
.foot-menu img {
  max-width: 1.7rem;
}
body.theme-dark .foot-menu img.mode-dark {
  display: block;
}
body.theme-dark .foot-menu img.mode-white {
  display: none;
}
body.theme-white .foot-menu img.mode-dark,
body.theme-sunset .foot-menu img.mode-dark {
  display: none;
}
body.theme-white .foot-menu img.mode-white,
body.theme-sunset .foot-menu img.mode-white {
  display: block;
}
body.theme-dark .contact-link img.mode-dark {
  display: block;
}
body.theme-dark .contact-link img.mode-white {
  display: none;
}
body.theme-white .contact-link img.mode-dark,
body.theme-sunset .contact-link img.mode-dark {
  display: none;
}
body.theme-white .contact-link img.mode-white,
body.theme-sunset .contact-link img.mode-white {
  display: block;
}
.foot-menu span {
  margin-top: 0.3rem;
  font-size: 0.9rem;
}
.footer-desc {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
}
.footer-desc b {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
}
.footer-desc p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  padding: 1rem 0;
  line-height: normal;
}
.footer-link {
  display: flex;
  flex-direction: column;
}
.footer-link a {
  font-size: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.footer-link span {
  color: rgba(0, 0, 0, 0.5);
}
.contact-link {
  padding: 1rem 0 2.5rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-link img {
  max-width: 2rem;
  margin: 0 1rem;
}
.contact-link i {
  font-size: 1.6rem;
  margin: 0 1rem;
}
.line-container {
  width: 100%;
  height: 1px;
  background-color: #aca4a4;
  margin: 2rem 0;
}
body.theme-dark #foot-menu {
  background: #2b2929;
  color: #fff;
}
body.theme-dark #foot-menu .line-container,
body.theme-dark #foot-menu .container.line-container {
  width: min(100% - 2rem, 990px);
  height: 1px;
  margin: 2rem auto;
  background-color: #2b2929;
}
body.theme-dark .foot-menu a {
  color: #fff;
}
body.theme-dark .footer-desc b {
  color: #fff;
}
body.theme-dark .footer-desc p {
  color: rgba(255, 255, 255, 0.72);
}
body.theme-dark .footer-link span {
  color: rgba(255, 255, 255, 0.62);
}
body.theme-dark #foot-menu .footer-desc,
body.theme-dark #foot-menu .footer-link a,
body.theme-dark #foot-menu .contact-link {
  border-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .footer-desc b {
    font-size: 1.2rem;
  }
  .foot-menu img {
    max-width: 1.5rem;
  }
  .footer-desc p {
    padding: 0.5rem 0;
  }
  .contact-link img {
    max-width: 2.25rem;
  }
  .contact-link i {
    margin: 0 0.8rem;
  }
}
