.cento-header .logo,
.cento-header .logo a,
.wsite-menu-default a,
.wsite-form-label,
.wsite-form-input,
.wsite-button .wsite-button-inner,
.wsite-editor .wsite-button .wsite-button-inner,
body,
input,
textarea,
button {
  font-family: "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif !important;
}

h2,
.banner-wrap .banner h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif !important;
}

.desktop-nav .wsite-menu-item-wrap,
.desktop-nav .wsite-menu-subitem-wrap {
  position: relative;
}

.desktop-nav .wsite-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 220px;
  padding-top: 8px;
}

.desktop-nav .wsite-menu-item-wrap:hover > .wsite-menu-wrap,
.desktop-nav .wsite-menu-subitem-wrap:hover > .wsite-menu-wrap {
  display: block !important;
}

.desktop-nav .wsite-menu {
  display: block;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.desktop-nav .wsite-menu li {
  display: block;
  padding: 0;
}

.desktop-nav .wsite-menu a {
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}

.desktop-nav .wsite-menu .wsite-menu-wrap {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-left: 8px;
}

.wsite-youtube-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #111;
}

.wsite-youtube-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cf-form-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid #333333;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 1.6;
}

.cf-form-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: #eef7ef;
  border-left: 4px solid #4a8f56;
  color: #23462b;
}

body.form-success .cf-form-status {
  display: block;
}

.cf-form-actions {
  margin-top: 14px;
}

.cf-form-actions button {
  cursor: pointer;
}

.cf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.local-slideshow {
  margin: 20px 0;
}

.local-slideshow-frame {
  position: relative;
  background: #111;
  overflow: hidden;
}

.local-slideshow-link,
.local-slideshow-link:hover {
  display: block;
  color: inherit;
}

.local-slideshow-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  margin: 0 auto;
  object-fit: contain;
}

.local-slideshow-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.local-slideshow-button:hover {
  background: rgba(0, 0, 0, 0.75);
}

.local-slideshow-button.prev {
  left: 12px;
}

.local-slideshow-button.next {
  right: 12px;
}

.local-slideshow-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0 0;
}

.local-slideshow-thumb {
  flex: 0 0 auto;
  width: 74px;
  height: 54px;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  opacity: 0.7;
}

.local-slideshow-thumb.active {
  border-color: #333333;
  opacity: 1;
}

.local-slideshow-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox-modal.open {
  display: flex;
}

.lightbox-stage {
  position: relative;
  width: min(1200px, 100%);
  max-height: 100%;
  text-align: center;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  cursor: pointer;
}

.lightbox-close {
  top: -8px;
  right: -8px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
}

.lightbox-nav.prev {
  left: 12px;
}

.lightbox-nav.next {
  right: 12px;
}

.lightbox-caption {
  margin-top: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .desktop-nav .wsite-menu-wrap {
    position: static;
    min-width: 0;
    padding-top: 0;
    box-shadow: none;
  }

  .desktop-nav .wsite-menu-item-wrap:hover > .wsite-menu-wrap,
  .desktop-nav .wsite-menu-subitem-wrap:hover > .wsite-menu-wrap {
    display: none !important;
  }

  .local-slideshow-thumb {
    width: 62px;
    height: 46px;
  }

  .lightbox-modal {
    padding: 12px;
  }
}
