:root {
  --primary: #ee7836;
  --secondary: #80746a;
  --gray-1: #595757;
  --gray-2: #8b8a89;
  --gray-3: #c0b9b5;
  --gray-4: #f5f4f2;
  --gray-5: #494949;
  --gray-6: #5c5c5c;
  --gray-7: #8f8f8f;
  --white: #ffffff;
  --black: #000000;
  --red: #e40316;
  --plyr-color-main: #ee7836;
}

.site-footer {
  background: var(--secondary);
}
.site-footer > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 27px 0;
}
.site-footer > div h3 {
  color: var(--white);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 21px;
}
.site-footer > div .items-container ul {
  gap: 10px;
}
.site-footer > div .items-container ul li {
  gap: 8px;
}
.site-footer > div .items-container ul li * {
  color: var(--white);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
}
.site-footer > div .site-footer-items {
  gap: 100px;
}
@media (max-width: 767px) {
  .site-footer > div .site-footer-items {
    gap: 30px;
  }
}
.site-footer > div .share-container {
  gap: 24px;
  padding: 40px 0;
}
.site-footer > div .footer-copyright {
  border-top: 1px solid var(--gray-3);
  color: var(--gray-3);
  text-align: right;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .site-footer > div .footer-copyright {
    text-align: start;
  }
}
.site-footer > div .footer-copyright a {
  color: var(--gray-3);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}
.site-footer > div #to-top-button {
  position: absolute;
  right: 90px;
  bottom: 40px;
  background-color: #80746a;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-footer > div #to-top-button {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer > div #to-top-button {
    right: 10px;
  }
}
.site-footer > div #to-top-button svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .blockUI.blockMsg.blockPage {
    width: 80% !important;
    font-size: 1rem;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}/*# sourceMappingURL=footer.css.map */