.news-single {
  background-image: url(../images/bg-2.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.news-single > div {
  width: 69.17%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-single > div {
    width: 80%;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .news-single > div {
    width: 90%;
    padding: 16px 0;
  }
}
.news-single > div .image-container {
  aspect-ratio: 1410/790;
}
.news-single > div .news-title {
  text-align: center;
  /* headline-CN/h1 */
  font-family: "Noto Sans TC";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 69px */
  letter-spacing: 0.92px;
  padding: 80px 0 60px 0;
  color: #25B6A0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-single > div .news-title {
    padding: 30px 0 30px 0;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .news-single > div .news-title {
    padding: 20px 0 20px 0;
    font-size: 24px;
  }
}
.news-single > div .news-meta {
  padding: 16px 0;
  border-top: 1px solid var(--Gary-05, #e2e2e2);
  border-bottom: 1px solid var(--Gary-05, #e2e2e2);
}
.news-single > div .news-meta .news-meta-item {
  gap: 60px;
}
.news-single > div .news-meta .time-container {
  gap: 8px;
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/Small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1px;
}
.news-single > div .news-meta .category a {
  color: var(--Primary-01, #25B6A0);
  /* headline-CN/Small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1px;
}
.news-single > div .news-content {
  padding: 80px 0 60px 0;
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-single > div .news-content {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-single > div .news-content {
    padding: 30px 0 0 0;
  }
}
.news-single > div .news-content .imagewrapper-wrapper {
  gap: 24px;
}
.news-single > div .news-content .imagewrapper-wrapper img {
  aspect-ratio: 486/324;
  flex: 1;
}
@media (max-width: 767px) {
  .news-single > div .news-content .imagewrapper-wrapper img {
    flex: auto;
    object-fit: cover;
  }
}
.news-single > div .news-content a {
  color: var(--Secondary-01, #008cd6);
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.16px;
  text-decoration: underline;
  text-decoration-color: var(--Gary-01, #008cd6);
  text-underline-offset: 4px;
}
.news-single > div .button-container a {
  cursor: pointer;
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
.news-single > div .button-container a.active::after {
  content: attr(data-text);
  color: #595959;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #333;
  z-index: 999;
  border-radius: 4px;
  color: #fff;
}
.news-single > div .button-container a.active::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  width: 0;
  height: 0;
  z-index: 999;
}
.news-single > div .about-container {
  background-color: #e6edf6;
  padding: 40px;
  margin: 80px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-single > div .about-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .news-single > div .about-container {
    padding: 24px;
    margin: 40px 0;
  }
}
.news-single > div .about-container .about-title {
  margin-bottom: 24px;
}
.news-single > div .about-container .about-title h2 {
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/h3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.48px;
}
.news-single > div .about-container .about-content {
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-single > div .about-container .about-content {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .news-single > div .about-container .about-content {
    gap: 24px;
    flex-direction: column !important;
  }
}
.news-single > div .about-container .about-content .content {
  flex: 1;
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
.news-single > div .about-container .about-content .content a {
  color: var(--Secondary-01, #008cd6);
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.16px;
  text-decoration: underline;
  text-decoration-color: var(--Gary-01, #008cd6);
  text-underline-offset: 4px;
}
.news-single > div .about-container .about-content .button-container {
  white-space: nowrap;
}
.news-single > div .about-container .about-content .button-container a {
  padding: 12px 32px;
  color: var(--Primary-01, #004ea2);
  text-align: center;
  /* headline-CN/h4 */
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  border-radius: 100px;
  border: 1px solid var(--Primary-01, #004ea2);
}
