@charset "UTF-8";
.blog-archive .banner-container .banner-wrapper {
  aspect-ratio: 1440/400;
  background-size: cover;
  background-position: center;
}

.blog-archive .banner-container .banner-title {
  position: absolute;
  bottom: 0;
  height: 114px;
  left: 8%;
  color: var(--Gray-07, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h1 */
  font-family: "Noto Serif TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 54px */
  letter-spacing: 5px;
  padding: 0 50px 60px 50px;
  border-left: 1px solid #fff;
  margin: 0;
}

.blog-archive .category-container ul li {
  flex: 1;
  background: var(--Gray-06, #f0f0f0);
}

.blog-archive .category-container ul li a {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  padding: 24px;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 3px;
  text-decoration: none;
}

.blog-archive .category-container ul li.active {
  background: var(--Gray-01, #1a1a1a);
}

.blog-archive .category-container ul li.active a {
  color: var(--Gray-07, #fff);
}

.blog-container > div {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}

.blog-container > div .blog-card-image {
  width: 384px;
  aspect-ratio: 384/256;
}

.blog-container > div .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-container > div .blog-card-category {
  padding: 2px 8px;
  border: 1px solid var(--Gray-01, #1a1a1a);
}

.blog-container > div .blog-card-category span {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 1px;
}

.blog-container > div time {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Cochin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1px;
}

.blog-container > div .blog-card-content {
  width: calc(100% - 384px);
  padding-left: 32px;
}

.blog-container > div .blog-card-content h2.blog-card-title {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h3 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 3px;
  padding: 12px 0;
  margin: 0;
}

.blog-container > div .blog-card-content p {
  overflow: hidden;
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
}

.blog-container > div .blog-card-content a {
  color: var(--Gray-01, #1a1a1a);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/BTN */
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 3px;
  text-decoration: none;
}

.blog-container > div .blog-card-content a > span {
  position: relative;
  display: inline-flex;
  padding-bottom: 12px;
  overflow: hidden;
  height: 30px;
  width: 85px;
  opacity: 1;
  transition: all 1s ease;
}

.blog-container > div .blog-card-content a > span::after {
  position: absolute;
  bottom: 0px;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #1a1a1a;
  transition: all 3.5s ease;
}

.blog-container > div .blog-card-content a > span::before {
  position: absolute;
  bottom: 12px;
  content: "閱讀更多";
  display: block;
  width: 100%;
  white-space: nowrap;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  left: -99px;
}

.blog-container > div .blog-card-content a > span:hover > span {
  opacity: 0;
}

.blog-container > div .blog-card-content a > span:hover::after {
  left: 99px;
}

.blog-container > div .blog-card-content a > span:hover::before {
  left: 0;
  transform: rotate(0deg);
  transition: all 1s ease;
}

.blog-container > div .article-container {
  width: 792px;
}

.blog-container > div .article-sidebar {
  width: 300px;
}

.blog-container > div .article-sidebar .category-title {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 3px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Gray-01, #d6cdc6);
  margin-bottom: 40px;
}

.blog-container > div .article-sidebar .sidebar-post a {
  text-decoration: none;
}

.blog-container > div .article-sidebar .sidebar-post a .sidebar-post-image {
  aspect-ratio: 300/200;
}

.blog-container > div .article-sidebar .sidebar-post a .sidebar-post-image img {
  aspect-ratio: 300/200;
}

.blog-container > div .article-sidebar .sidebar-post a h5 {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 3px;
  padding: 24px 0;
  margin: 0;
}

.blog-container > div .article-sidebar .sidebar-post a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Gray-03, #5c5c5c);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 28.8px */
  letter-spacing: 2px;
}

nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

nav.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

nav.pagination ul li a,
nav.pagination ul li span {
  color: var(--Gray-04, #8f8f8f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h3 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 3px;
  text-decoration: none;
}

nav.pagination ul li span {
  color: var(--Gray-01, #1a1a1a);
}

nav.pagination ul li .page-numbers.next,
nav.pagination ul li .page-numbers.prev {
  border: 1px solid var(--Gray-04, #8f8f8f);
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.pagination ul li .page-numbers.next::before,
nav.pagination ul li .page-numbers.prev::before {
  font-size: 20px;
}

@media (max-width: 768px) {
  .blog-archive .banner-container .banner-title {
    height: auto;
    padding: 10px 24px;
  }
  .blog-container > div {
    padding: 24px;
  }
  .blog-container > div .blog-card-image {
    width: 100%;
    aspect-ratio: 2/1;
  }
  .blog-container > div .blog-card-content {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 0;
  }
  .blog-container > div .article-sidebar {
    width: 100%;
  }
  .category-container ul {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=archive-blog.css.map */