.noto-sans-light {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}

.noto-sans-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-semiBold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.noto-sans-bold {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.noto-serif-extraBold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 800;
}

.noto-serif-black {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 900;
}

.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fade {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.fade:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes blinker {
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pic-inner {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pic-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/index/btn-zoom.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.not-touchable .pic-inner:hover::after {
  opacity: 1;
}

.lg-container .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}
.lg-container .lg-toolbar .lg-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.lg-container .lg-toolbar .lg-icon::after {
  display: none;
}
.lg-container .lg-toolbar .lg-download {
  display: none;
}
.lg-container .lg-toolbar .lg-close {
  background-image: url(../images/index/icon-cross.svg);
}
.lg-container .lg-toolbar .lg-autoplay-button {
  background-image: url(../images/index/icon-play.svg);
}
.lg-container .lg-toolbar .lg-zoom-in {
  background-image: url(../images/index/icon-zoom-in.svg);
}
.lg-container .lg-toolbar .lg-zoom-out {
  background-image: url(../images/index/icon-zoom-out.svg);
}
.lg-container .lg-show-autoplay .lg-autoplay-button {
  background-image: url(../images/index/icon-pause.svg);
}
.lg-container .lg-prev, .lg-container .lg-next {
  padding: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
}
.lg-container .lg-next {
  background-image: url(../images/index/btn-arrow.svg);
}
.lg-container .lg-next::before {
  display: none;
}
.lg-container .lg-prev {
  background-image: url(../images/index/btn-arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lg-container .lg-prev::after {
  display: none;
}
.lg-container .lg-backdrop.in {
  opacity: 0.9;
}
.lg-container .lg-outer .lg-thumb-item {
  border: none;
  opacity: 0.4;
}
.lg-container .lg-outer .lg-thumb-item:hover, .lg-container .lg-outer .lg-thumb-item.active {
  opacity: 1;
}
.lg-container .lg-sub-html {
  letter-spacing: 1px;
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .lg-container .lg-toolbar {
    padding: 0;
  }
}
.feature-block {
  padding-top: var(--feature-block-pt);
  padding-bottom: var(--feature-block-pb);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.feature-block.justify-center .swiper-wrapper-custom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-swiper {
  overflow: initial;
}

.feature-swiper-btn.swiper-pagination {
  position: relative;
  margin-top: 3vh;
}

.swiper-wrapper-custom > .swiper-slide {
  display: block;
  color: #fff;
}
.swiper-wrapper-custom > .swiper-slide .img-box {
  height: var(--feature-slider-w);
}
.swiper-wrapper-custom > .swiper-slide:nth-of-type(2n) {
  padding-top: 5vh;
}

.feature-block .block-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 3vh;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 550px) {
  .swiper-wrapper-custom > .swiper-slide:nth-of-type(2n) {
    padding-top: 0;
  }
}