header.site-header {
  max-width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  header.site-header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
header.site-header > div {
    width:83.33%;
    max-width: 100%;
}
@media (max-width: 768px) {
  header.site-header > div {
    padding: 15px;
  }
}
header.site-header > div .logo img {
  height: 32px;
}
@media (max-width: 768px) {
  header.site-header > div .logo img {
    width: 162px;
  }
}
header.site-header > div button {
  background: transparent;
  outline: none;
  border: none;
}
header.site-header > div button .bi-x {
  display: none;
}
header.site-header > div .site-header-menu ul li {
  position: relative;
  padding: 26px 0 26px 0;
  visibility:hidden;
}
header.site-header > div .site-header-menu ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000;
  gap: 4px;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
}
header.site-header > div .site-header-menu ul li a .menu-subtitle {
  color: #000;
  /* body-en */
  font-family: "Noto Serif TC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
}
header.site-header > div .site-header-menu ul li:hover a {
  color: #65afc5;
}
header.site-header > div .site-header-menu ul li button {
  background-color: transparent;
  border: none;
  outline: none;
}
header.site-header > div .site-header-menu ul li > .sub-menu {
  list-style: none;
  position: absolute;
  display: none;
  background: #fff;
  z-index: 99999;
  display: none;
  top: 99px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  min-width: 100%;
  padding: 0.5rem 0;
}
header.site-header > div .site-header-menu ul li > .sub-menu > li {
  padding: 0.25rem 1.5rem;
}
header.site-header > div .site-header-menu ul li > .sub-menu > li a {
  font-family: "Noto Serif TC";
  font-weight: 400;
  font-size: 13px;
}
header.site-header > div .site-header-menu ul li > .sub-menu > li:hover {
  text-decoration: underline;
  color: #94c8cb;
}
header.site-header > div .site-header-menu ul li > .sub-menu > li:hover a {
  color: #94c8cb;
}
header.site-header > div .site-header-menu ul li:hover .sub-menu {
  display: block;
}
@media (max-width: 768px) {
  header.site-header > div .site-header-menu {
    display: none;
  }
}

footer.site-footer > div .social-container {
  border-bottom: 1px solid #AAD2D4;
}
footer.site-footer > div .social-container > ul {
  gap: 28px;
  padding: 24px 0;
}
footer.site-footer > div .social-container > ul li img{
  width:46px;
  height:46px;
}
footer.site-footer > div .bands-container {
  padding: 24px 0;
}
footer.site-footer > div .bands-container .items-container .title {
  padding-bottom: 28px;
  color: #000;
  text-align: center;
  /* headline-en/4 */
  font-family: "Cormorant Garamond";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}
footer.site-footer > div .bands-container .items-container .image-container {
  gap: 28px;
}
footer.site-footer > div .copyright-container {
  padding: 24px 0;
  border-top: 1px solid #AAD2D4;
}
footer.site-footer > div .copyright-container > div {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.72px;
}
footer.site-footer > div .copyright-container > div a {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.72px;
  text-decoration: none;
}

.menu-mobile-container {
  position: fixed;
  background: #DFEBEC;
  left: -999px;
  top: 0;
  width: 100%;
  height: 100%;
  transition: left 0.3s ease-in-out;
  display: none;
  z-index: 100;
}
@media (max-width: 768px) {
  .menu-mobile-container {
    display: block;
  }
}
.menu-mobile-container header.menu-mobile-header {
  padding: 1.2rem;
}
.menu-mobile-container header.menu-mobile-header button.toggle-primary-menu {
  border: none;
  border: 0;
  background: transparent;
}
.menu-mobile-container.active {
  left: 0;
}
.menu-mobile-container .menu-container ul.primary-menu {
  width: 100%;
  display: flex;
  overflow: auto;
  height: 100vh;
}
.menu-mobile-container .menu-container ul.primary-menu li a {
  color: #000;
  padding: 1.2rem;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  display: block;
  text-decoration: none;
}
.menu-mobile-container .menu-container ul.primary-menu li a .menu-subtitle {
  display: none;
}
.menu-mobile-container .menu-container ul.primary-menu li a .menu-title {
  display: flex;
  justify-content: space-between;
}
.menu-mobile-container .menu-container ul.primary-menu li a .submenu-toggle {
  background: transparent;
  border: none;
  outline: none;
}
.menu-mobile-container .menu-container ul.primary-menu li > .sub-menu {
  list-style: none;
  flex-direction: column;
  display: none;
}
.menu-mobile-container .menu-container ul.primary-menu li > .sub-menu.active {
  display: block;
}
.menu-mobile-container .menu-container ul.primary-menu li > .sub-menu li a {
  color: #000;
  text-decoration: none;
  padding: 1.5rem;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  display: block;
}

[data-animate] {
  opacity: 0;
}

#load-wrapper {
  background-color: #fff;
  z-index: 200;
  display: none;
}
#load-wrapper .loader {
  height: 3px;
  width: 100px;
  --c: no-repeat linear-gradient(#65afc5 0 0);
  background: var(--c), var(--c), #DFEBEC;
  background-size: 60% 100%;
  animation: l16 5s infinite;
}
#load-wrapper.loading {
  display: flex;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
