@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 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.news-container > div {
  max-width: 1200px;
  color: var(--gray-1);
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray-7);
  /* body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .news-container > div {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .news-container > div {
    padding: 0 24px;
  }
}
.news-container > div h1 {
  color: var(--gray-1);
  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;
}
.news-container > div 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;
  padding: 24px 0;
  display: block;
}
.news-container > div .news-content {
  font-family: "Noto Sans TC", sans-serif;
}
.news-container > div .news-content img.size-full {
  height: auto;
}
.news-container > div .news-content h2,
.news-container > div .news-content h3,
.news-container > div .news-content h4,
.news-container > div .news-content h5,
.news-container > div .news-content h6 {
  color: var(--secondary);
  font-family: "Noto Sans TC", sans-serif;
}
.news-container > div .news-content P {
  color: var(--gray-2, #8b8a89);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-container > div .news-content table.default-table {
  width: auto;
  border-collapse: collapse;
  padding: 8px;
}
.news-container > div .news-content table.default-table tr th {
  border-bottom: 1px solid var(--gray-3);
  padding: 8px;
  text-align: left;
  font-weight: 600;
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.news-container > div .news-content table.default-table tr td {
  border-bottom: 1px solid var(--gray-3);
  padding: 8px;
  text-align: left;
  color: var(--gray-2, #8b8a89);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.news-container > div .news-content .default-button {
  display: inline-flex;
  background: transparent;
  border: 0;
  margin: 40px 0;
}
.news-container > div .news-content .default-button a {
  border-radius: 48px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  height: unset;
  cursor: pointer !important;
}
.news-container > div .news-content .default-button a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.news-container > div .news-content .default-button a:hover svg path {
  stroke: var(--primary);
}

@media (min-width: 768px) and (max-width: 1320px) {
  .sare-container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .sare-container {
    padding: 0 24px;
  }
}
.sare-container > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 60px;
  gap: 8px;
}
.sare-container > div ul {
  gap: 24px;
}
.sare-container > div input {
  position: absolute;
  z-index: -9999;
  opacity: 0;
}

.navigation-container > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  height: unset;
}
.navigation-container > div .post-navigation {
  gap: 40px;
}
.navigation-container > div .post-navigation a {
  color: var(--secondary);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  border: 1px solid var(--secondary);
  padding: 11px 20px;
  border-radius: 50px;
}/*# sourceMappingURL=single-news.css.map */