h1 {
  color: var(--secondary);
  font-feature-settings: "liga" off, "clig" off;
  /* headline 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 1320px) {
  h1 {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  h1 {
    padding: 0 12px;
  }
}

@media (min-width: 768px) and (max-width: 1320px) {
  .category-container {
    padding: 0 24px;
  }
}
.category-container > div {
  padding-top: 24px;
  padding-bottom: 41.5px;
}
.category-container > div ul {
  gap: 24px;
}
@media (max-width: 767px) {
  .category-container > div ul {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
}
.category-container > div ul li a {
  padding: 13.5px 24px;
  border-radius: 48px;
  border: 1px solid var(--secondary);
  display: inline-flex;
  min-width: 104px;
  justify-content: center;
  color: var(--secondary);
  /* body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.category-container > div ul li:hover a, .category-container > div ul li.active a {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.news-header-container > div .news-header .img-thumbnail {
  border: 0;
  border-radius: 0;
  aspect-ratio: 3/1;
  padding: 0;
}
.news-header-container > div .news-header .img-thumbnail .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.news-header-container > div .news-header .img-thumbnail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1320px) {
  .breadcrumbs-container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-container {
    padding: 0 24px;
  }
}
.breadcrumbs-container > div {
  padding: 24px 0;
}

.container-fluid > div {
  margin: 0 auto;
  max-width: 1200px;
}
.container-fluid > div .post-items {
  gap: 40px;
}
@media (max-width: 767px) {
  .container-fluid > div .post-items ul.category-list {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .container-fluid > div .post-items {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container-fluid > div .post-items {
    padding: 0 12px;
    gap: 16px;
  }
}
.container-fluid > div .post-items .col {
  background: var(--gray-4);
  padding: 0;
  border: 0;
}
.container-fluid > div .post-items .col .img-thumbnail {
  position: relative;
  aspect-ratio: 600/240;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.container-fluid > div .post-items .col .img-thumbnail .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .container-fluid > div .post-items .col .img-thumbnail .img {
    height: unset;
    aspect-ratio: 7/3;
  }
}
.container-fluid > div .post-items .col .img-thumbnail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-fluid > div .post-items .col .img-thumbnail .thumbnail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 87, 87, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.container-fluid > div .post-items .col .img-thumbnail .thumbnail-wrapper .category {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white, #FFF);
  opacity: 0;
  transition: all 1s ease-in-out;
  /* body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 8px;
}
.container-fluid > div .post-items .col .img-thumbnail:hover .thumbnail-wrapper {
  opacity: 1;
}
.container-fluid > div .post-items .col .img-thumbnail:hover .thumbnail-wrapper .category {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.container-fluid > div .post-items .content-container {
  padding: 24px;
}
@media (max-width: 767px) {
  .container-fluid > div .post-items .content-container {
    padding: 16px;
    height: 200px;
  }
}
.container-fluid > div .post-items .content-container h2 {
  color: var(--gray-1);
  /* headline 2 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .container-fluid > div .post-items .content-container h2 {
    padding-bottom: 16px;
  }
}
.container-fluid > div .post-items .content-container time {
  color: var(--gray-2);
  /* small 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .container-fluid > div .post-items .content-container time {
    font-size: 15px;
  }
}
.container-fluid > div .post-items .content-container div {
  overflow: hidden;
  color: #8B8A89;
  text-overflow: ellipsis;
  /* body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .container-fluid > div .post-items .content-container div {
    height: auto;
  }
}
.container-fluid > div .post-items .content-container div p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 940px) and (max-width: 1320px) {
  .container-fluid > div .post-items .content-container div p {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .container-fluid > div .post-items .content-container div p {
    display: none;
  }
}
@media (max-width: 767px) {
  .container-fluid > div .post-items .content-container div p {
    line-height: 160%;
    letter-spacing: 2px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .container-fluid > div .post-items a {
    display: block;
  }
}

.pagination-container > div {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pagination-container > div nav.case-pagination {
  gap: 20px;
}
.pagination-container > div nav.case-pagination .page-numbers {
  padding: 10px;
  color: var(--secondary);
  /* english body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
}
.pagination-container > div nav.case-pagination .current {
  color: var(--primary);
}

@media (max-width: 767px) {
  .category-container > div ul {
    gap: 16px;
    padding-top: 16px;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow: scroll;
  }
  .category-container > div ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .category-container > div ul li a {
    background-color: transparent;
    padding: 8px 12px;
    display: block;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
    color: var(--gray-1, #595757);
    border-radius: 50px;
    white-space: nowrap;
  }
}/*# sourceMappingURL=archive-news.css.map */