.newsDetail .header-detail .logo-group {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.newsDetail .header-detail.white .logo-group {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.newsDetail main {
  z-index: 0;
}
.newsDetail-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1100px) {
  .newsDetail-banner {
    height: auto;
    padding: 140px 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsDetail-banner {
    padding: 140px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .newsDetail-banner {
    height: 100%;
    padding: 0;
  }
}
.newsDetail .banner-wrap {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDetail .banner-wrap .img-blazy {
  max-width: 770px;
  width: 100%;
  -webkit-box-shadow: 5.4px 8.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
          box-shadow: 5.4px 8.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
}
.newsDetail .banner-wrap .img-blazy .img {
  padding-bottom: 60%;
  overflow: hidden;
}
.newsDetail .banner-wrap .img-blazy.waypoint {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.newsDetail .banner-wrap .img-blazy.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.newsDetail .banner-wrap .title-type {
  width: 100%;
  max-width: 530px;
}
.newsDetail .banner-wrap .title-type .content {
  max-width: none;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .newsDetail .banner-wrap .img-blazy {
    max-width: none;
    width: 48%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .newsDetail .banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .newsDetail .banner-wrap .img-blazy {
    width: 100%;
  }
  .newsDetail .banner-wrap .title-type {
    padding: 20px 60px 20px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .newsDetail .banner-wrap {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .newsDetail .banner-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 90%;
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .newsDetail .banner-wrap .title-type .title {
    margin-bottom: 10px;
  }
  .newsDetail .banner-wrap .title-type {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 350px) {
  .newsDetail .banner-wrap {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.newsDetail .btn-scroll {
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (max-width: 1100px) {
  .newsDetail .btn-scroll {
    right: 27%;
    bottom: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .newsDetail .btn-scroll {
    right: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .newsDetail .btn-scroll {
    right: 10%;
    bottom: 5%;
  }
}
.newsDetail-content {
  background-color: #f3f3f3;
}
.newsDetail .tags {
  padding: 100px 0;
  text-align: center;
  background-color: #202121;
}
.newsDetail .tags > span {
  display: block;
  color: #fff;
  padding-bottom: 25px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  font-size: 1.25rem;
}
.newsDetail .tags .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsDetail .tags a {
  position: relative;
  padding-bottom: 3px;
  margin-right: 5px;
  color: #fff;
  font-family: "QUESTION", "CenturyGothic";
  font-size: 0.9375rem;
  line-height: 1.7;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.newsDetail .tags a::after {
  content: ",";
}
.newsDetail .tags a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.newsDetail .tags a:hover {
  opacity: 0.8;
}
.newsDetail .tags a:hover::before {
  opacity: 0.8;
  width: 100%;
}
.newsDetail .tags a:last-child::after {
  content: "";
}
.newsDetail .tags.waypoint > span, .newsDetail .tags.waypoint a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.newsDetail .tags.show > span, .newsDetail .tags.show a {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width: 767px) {
  .newsDetail .tags {
    padding: 60px 0;
  }
  .newsDetail .tags .text {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 350px) {
  .newsDetail .tags {
    padding: 40px 0;
  }
}
.newsDetail .swiper-button {
  z-index: 0;
}
/*# sourceMappingURL=newsDetail.css.map */