@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');
h1 {
  font-size: 32px;
  font-weight: 500;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  font-size: 16px;
}
ol li, ul li {
  font-size: 16px;
}
ol li:not(:first-child), ul li:not(:first-child) {
  line-height: 2rem;
}
* {
  font-family: 'Work Sans', 'Noto Sans TC', sans-serif;
}
* a {
  text-decoration: none;
}
* a:hover {
  color: #129d99;
  text-decoration: none;
}
a:not(.wp-element-button) {
  text-decoration: none;
}
body {
  padding-bottom: 0;
}
.wp-block-navigation a {
  font-weight: 400;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 3px;
}
.wp-block-navigation a:hover {
  font-weight: 500;
}
body .is-layout-flow > * + * {
  margin-block-start: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  padding: 1rem 0;
  border: 1px solid #a0aec0;
}
.wp-block-navigation .wp-block-navigation-item__label {
  color: #35bcbc;
}
.wp-block-navigation a:hover {
  text-decoration-color: #35bcbc;
}
@media (min-width: 1000px) {
  .hero-tablet, .hero-mobile {
    display: none;
  }
}
@media (max-width: 999px) {
  .hero-web, .hero-mobile {
    display: none;
  }
  .hero-tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .hero-web, .hero-tablet {
    display: none;
  }
  .hero-mobile {
    display: block;
  }
}
.wp-block-post a {
  text-decoration-line: none;
}
figcaption {
  font-size: 1rem;
}
.wp-block-search .wp-block-search__input {
  border-radius: 1rem;
}
.wp-block-search .wp-block-search__input:focus {
  border: 2px solid #129d99;
}
.wp-block-search__button.has-icon {
  border-radius: 1rem;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1rem;
}
.wp-block-post-title a {
  color: #2d3748;
}
.wp-block-post-title a:hover {
  color: #718096;
}
.wp-block-categories-list {
  padding-left: 0;
}
.wp-block-categories-list li {
  margin-left: 0;
  list-style-type: none;
}
.cat-item {
  margin-bottom: 0.5rem;
}
.wp-block-tag-cloud.is-style-outline a {
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
}
footer .wp-container-13 p a, footer .wp-container-19 p a, footer .wp-container-22 p a, footer .wp-container-24 p a, footer .wp-container-28 p a, footer .wp-container-32 p a, footer .wp-container-33 p a {
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
}
footer .wp-container-13 p a:hover, footer .wp-container-19 p a:hover, footer .wp-container-22 p a:hover, footer .wp-container-24 p a:hover, footer .wp-container-28 p a:hover, footer .wp-container-32 p a:hover, footer .wp-container-33 p a:hover {
  color: #fff;
  background-color: #129d99;
}
