@charset "UTF-8";
* {
  --brand-color1: #50C7E7;
  --brand-color2: #0078C4;
  --brand-color3: #005489;
  --brand-color4: #FFC226;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
}

Nav ul.layer1 li:nth-child(3) span.nav-button,
Nav ul.layer1 li:nth-child(3) a {
  color: var(--brand-color2);
}
Nav ul.layer1 li:nth-child(3) span.nav-button img,
Nav ul.layer1 li:nth-child(3) a img {
  filter: none;
}
Nav ul.layer1 li:nth-child(3) span.nav-button img.lang-icon, Nav ul.layer1 li:nth-child(3) span.nav-button img.hamburger-icon,
Nav ul.layer1 li:nth-child(3) a img.lang-icon,
Nav ul.layer1 li:nth-child(3) a img.hamburger-icon {
  filter: brightness(0.7);
}
Nav ul.layer1 li:nth-child(3)::after {
  width: 100%;
}
Nav ul.layer1 li ul.layer2 li::after {
  display: none;
}

.banner {
  --pc-bg: url("../images/banners/banner-新聞中心.jpg");
  --mobile-bg: url("../images/banners/phone-banner-新聞中心.jpg");
}

.new-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.new-wrapper .between-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: var(--page-h2-pc-margin-bottom);
}
@media (max-width: 990px) {
  .new-wrapper .between-box {
    margin-bottom: var(--page-gap);
  }
}
@media (max-width: 768px) {
  .new-wrapper .between-box {
    max-width: 460px;
    margin: 0 auto var(--page-gap);
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.new-wrapper .pagination {
  margin-top: auto;
}

.new-detail-wrapper {
  width: 100%;
}
.new-detail-wrapper h2.news-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--brand-color2);
  text-align: start;
}
@media (max-width: 768px) {
  .new-detail-wrapper h2.news-title {
    font-size: 28px;
    font-weight: 900;
  }
}
.new-detail-wrapper span.date {
  display: block;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .new-detail-wrapper span.date {
    margin-bottom: 20px;
  }
}
.new-detail-wrapper .htmlBox {
  width: 100%;
}
.new-detail-wrapper .htmlBox img {
  max-width: 100%;
}
.new-detail-wrapper .htmlBox p {
  color: black;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}
.new-detail-wrapper .htmlBox .img-box {
  width: 100%;
  --img-gap: 36px;
  gap: var(--img-gap);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: var(--img-gap) 0;
}
.new-detail-wrapper .htmlBox .img-box .img-box-item {
  width: calc(50% - var(--img-gap) / 2);
  aspect-ratio: 1/0.7;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.new-detail-wrapper .htmlBox .img-box .img-box-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .new-detail-wrapper .htmlBox .img-box .img-box-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new-detail-wrapper .htmlBox .img-box {
    --img-gap: 22px;
    flex-direction: column;
  }
}
.new-detail-wrapper .bottom-btn-box {
  width: 100%;
  margin-top: 92px;
  border-top: 1px solid #9C9C9C;
  padding: 24px 0 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .new-detail-wrapper .bottom-btn-box {
    padding: 16px 0 86px;
    margin-top: 70px;
  }
}
.new-detail-wrapper .bottom-btn-box button.prev,
.new-detail-wrapper .bottom-btn-box button.next {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 15px 14px;
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-color2);
  cursor: pointer;
}
@media (max-width: 768px) {
  .new-detail-wrapper .bottom-btn-box button.prev,
  .new-detail-wrapper .bottom-btn-box button.next {
    font-size: 16px;
    padding: 10px;
  }
}
.new-detail-wrapper .bottom-btn-box button.prev img,
.new-detail-wrapper .bottom-btn-box button.next img {
  width: 9px;
}
@media (max-width: 768px) {
  .new-detail-wrapper .bottom-btn-box button.prev img,
  .new-detail-wrapper .bottom-btn-box button.next img {
    width: 7.2px;
  }
}
.new-detail-wrapper .bottom-btn-box button.prev:hover,
.new-detail-wrapper .bottom-btn-box button.next:hover {
  filter: brightness(0.5);
}
.new-detail-wrapper .bottom-btn-box button.prev.disabled,
.new-detail-wrapper .bottom-btn-box button.next.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}/*# sourceMappingURL=news.css.map */