/* * for supported in all modern browsers * Copyright inpleworks, Co. * https://xetemplate.com */
.xet-layout .layout-footer {
  background-color: var(--xet-theme-footer-bg-color);
  color: var(--xet-theme-dark-text-base-color);
}
.xet-layout .layout-footer .layout-footer__inner {
  display: flex;
  flex-direction: column;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__nav {
  display: none;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__nav ul > li a {
  display: inline-flex;
  align-items: center;
  height: 3rem;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .h4 {
  margin-bottom: 2rem;
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .layout-footer__about .h1 {
  margin-bottom: 1rem;
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .layout-footer__contact ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .layout-footer__contact ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .layout-footer__contact ul > li > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 solid var(--xet-theme-dark-border-color);
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__body .layout-footer__contact ul > li > span:last-child {
  display: flex;
  flex-direction: column;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 1rem 0;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright .layout-footer__sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright .layout-footer__sns-list > li a {
  width: var(--xet-theme-button-height);
  color: inherit;
}
.xet-layout .layout-footer .layout-footer__inner > div + div {
  border-top: 0.5px solid var(--xet-theme-dark-border-color);
}
@media (min-width: 1024px) {
  .xet-layout .layout-footer a:hover {
    color: var(--xet-theme-dark-text-strong-color);
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__nav {
    display: block;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__body {
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 0;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__body > div {
    flex: 1;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__body > div + div {
    margin-top: 0;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright .layout-footer__sns-list {
    order: 2;
  }
  .xet-layout .layout-footer .layout-footer__inner .layout-footer__copyright .layout-footer__sns-list > li a:hover {
    color: var(--xet-theme-dark-text-strong-color);
  }
}
/*# sourceMappingURL=5e1438fff520a50751153947ee5499f356600f0e.footer.scss.map */
