@charset "UTF-8";
body {
  background: #FDF9EE;
}

.site-main > div {
  width: 100%;
  max-width: 1200px;
  padding: 100px 0 180px 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-main > div {
    padding: 60px 0;
  }
}
.site-main > div .entry-header img {
  width: 100%;
  height: auto;
}
.site-main > div main {
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
}
.site-main > div main .post-meta__date {
  padding-top: 20px;
  color: var(--Gray-02, #333);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.site-main > div main .post-meta__tags {
  padding-bottom: 20px;
}
.site-main > div main .post-meta__tags ul li {
  transition: all 0.3s ease-in-out;
}
.site-main > div main .post-meta__tags ul li:hover {
  background: #212529 !important;
}
.site-main > div main .post-meta__tags ul li:hover a {
  color: #fff !important;
}
.site-main > div main a, .site-main > div main div, .site-main > div main nav, .site-main > div main li, .site-main > div main h1, .site-main > div main h2, .site-main > div main h3, .site-main > div main h4, .site-main > div main h5, .site-main > div main h6 {
  color: var(--Gray-02, #333);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-style: normal;
  letter-spacing: 1px;
}
.site-main > div main table {
  background: #fff;
}
.site-main > div main a {
  text-underline-offset: 3px;
}
.site-main > div main .entry-title {
  padding-top: 60px;
  color: var(--Gray-02, #333);
  font-feature-settings: "liga" off, "clig" off;
  padding-bottom: 20px;
  /* Headline/h1 */
  font-family: "Noto Sans TC";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .site-main > div main .entry-title {
    font-size: 30px;
  }
}

footer {
  padding-top: 60px;
}
footer .more-container {
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  footer .more-container {
    padding: 0;
  }
}
footer .more-container > div {
  gap: 24px;
}
footer .more-container > div h3 {
  color: var(--Gray-02, #333);
  /* headline/2 */
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: 2.88px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  footer .more-container > div h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
footer .more-container > div .text_content ul {
  gap: 24px;
}
footer .more-container > div .text_content ul li a {
  color: var(--Gray-02, #333);
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  text-decoration: none;
}
footer .more-container > div .image_content ul {
  gap: 24px;
}
@media (max-width: 768px) {
  footer .related-container {
    padding: 30px 0 0 0;
  }
}
footer .related-container .related-posts__title {
  color: var(--Gray-02, #333);
  text-align: center;
  /* headline/2 */
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: 2.88px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  footer .related-container .related-posts__title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
footer .related-container .related-posts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .related-container .related-posts__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  footer .related-container .related-posts__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
footer .related-container .related-post__thumb {
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
}
footer .related-container .related-post__thumb img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background-color: #fff;
  aspect-ratio: 282/188;
}
@media (max-width: 768px) {
  footer .related-container .related-post__thumb img {
    border-radius: 20px;
  }
}
footer .related-container .post-meta {
  margin-top: 24px;
}
footer .related-container .post-meta a {
  color: var(--Secondary-1, #F9BD67);
  /* btn */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  padding: 12px 28px;
  border-radius: 100px;
  border: 1px solid var(--Secondary-1, #F9BD67);
}
footer .related-container h3 {
  color: var(--gray-2, #565656);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  margin: 12px 0;
}
footer .related-container .excerpt-container {
  overflow: hidden;
  color: var(--gray-3, #7A7A7A);
  text-overflow: ellipsis;
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
