/* HERO CSS */
/* HERO PLATFORM RESET + PRESENTATION */
.ys-blog-hero-sec {
  width: 100%;
  padding: 0 !important;
  position: relative;
}
.ys-blog-hero-sec > .module-container {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}
.ys-blog-hero-sec > .module-container > .main {
  margin: 0 !important;
  position: relative;
  display: block !important;
}
.ys-blog-hero-sec .header-title {
  display: none !important;
}
.ys-blog-hero-sec > .module-container > .main > .hero-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.ys-blog-hero-sec .hero-content > .module-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.ys-blog-hero-sec .hero-content > .module-container > .main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.ys-blog-hero-sec .bgfixed.fixed {
  position: relative !important;
  display: block !important;
  width: 100%;
  min-height: 520px;
  background-size: cover !important;
  background-position: center !important;
}
.ys-blog-hero-sec .bgfixed.fixed::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 35, 49, 0.48);
  pointer-events: none;
}
.ys-blog-hero-sec .bgfixed.fixed > div {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: inherit;
}
.ys-blog-hero-header {
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: 70px 0 0;
  color: #fff;
}
.ys-blog-hero-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font:
    400 16px/1.6 "Noto Sans TC",
    "Microsoft JhengHei",
    sans-serif;
  letter-spacing: 1px;
}
.ys-blog-hero-breadcrumbs__item {
  display: flex;
  gap: 8px;
}
.ys-blog-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.2s,
    opacity 0.2s;
}
.ys-blog-hero-breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ys-blog-hero-breadcrumbs a:focus-visible {
  color: #fff;
  outline: 2px solid #f39500;
  outline-offset: 4px;
}
.ys-blog-hero-breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.54);
}
.ys-blog-hero-breadcrumbs__item--current {
  color: #fff;
}
.ys-blog-hero-title {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #fff;
  font:
    500 40px/1.4 "Noto Serif TC",
    "PMingLiU",
    serif;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}
.ys-blog-hero-title::after {
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  margin: 26px 0 24px;
  background: #f39500;
}
.ys-blog-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font:
    400 14px/1.6 "Noto Sans TC",
    "Microsoft JhengHei",
    sans-serif;
  list-style: none;
}
.ys-blog-hero-meta__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.ys-blog-hero-meta__item + .ys-blog-hero-meta__item::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 2px;
  border-radius: 50%;
  background: #f39500;
}
.ys-blog-hero-meta time {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .ys-blog-hero-sec .bgfixed.fixed {
    min-height: 440px;
  }
  .ys-blog-hero-sec .bgfixed.fixed::before {
    background: rgba(0, 35, 49, 0.62);
  }
  .ys-blog-hero-header {
    width: calc(100% - 40px);
    padding: 54px 0 48px;
    box-sizing: border-box;
  }
  .ys-blog-hero-title {
    font-size: 28px;
    line-height: 1.45;
  }
  .ys-blog-hero-title::after {
    width: 68px;
    height: 2px;
    margin: 20px 0;
  }
  .ys-blog-hero-breadcrumbs {
    gap: 5px;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .ys-blog-hero-breadcrumbs__item {
    gap: 5px;
  }
  .ys-blog-hero-meta {
    gap: 8px 16px;
    font-size: 13px;
  }
  .row[data-position="center"] > .block-item:has(.ys-blog-content-sec) {
    order: 1 !important;
  }
  .row[data-position="center"] > .block-item:has(.ys-blog-meta-sec) {
    order: 2 !important;
  }
  .ys-blog-meta {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-inline: auto;
  }
  .ys-blog-meta__section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* META CSS */
.row[data-position="center"]
  > .block-item:has(.ys-blog-meta-sec)
  > .module-container
  > .main
  > .header-title.dp-tbl {
  display: none !important;
}
.row[data-position="center"] > .block-item:has(.ys-blog-meta-sec) {
  flex: 0 1 330px;
  max-width: 330px;
  margin: 80px auto 80px 18px;
  order: 2;
}
.ys-blog-meta {
  min-width: 0;
  color: #4b4843;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ys-blog-meta__section {
  padding: 22px;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}
.ys-blog-meta__section + .ys-blog-meta__section {
  margin-top: 20px;
}
.ys-blog-meta__kicker {
  display: block;
  margin-bottom: 4px;
  color: #046a75;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.ys-blog-meta h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #a0d8de;
  color: #03555e;
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.ys-blog-meta p {
  margin: 0;
  white-space: pre-line;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.ys-blog-meta > .ys-blog-meta__section:first-child > p {
  margin-bottom: 16px;
}
.ys-blog-meta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.ys-blog-meta__tags span {
  padding: 5px 8px;
  border: 1px solid #a0d8de;
  border-radius: 3px;
  background: #ebf7f8;
  color: #03555e;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .row[data-position="center"] > .block-item:has(.ys-blog-meta-sec) {
    flex: 0 0 calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 32px auto !important;
    order: 2 !important;
  }
  .ys-blog-meta {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-inline: auto;
  }
  .ys-blog-meta__section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* CONTENT CSS */
body
  > div.web-page-frame.container-fluid.lock
  > div:nth-child(2)
  > div
  > div
  > div
  > div.col-lg-12
  > div {
  background-color: #f5f5f5;
}
.row[data-position="center"]
  > .block-item:has(.ys-blog-content-sec)
  > .module-container
  > .main
  > .header-title.dp-tbl {
  display: none !important;
}
.row[data-position="center"] > .block-item:has(.ys-blog-content-sec) {
  flex: 0 1 759px;
  max-width: 759px;
  margin: 80px 18px 80px auto;
  order: 1;
}
.row[data-position="center"]
  > .block-item.ys-blog-meta-sec:not(:has(.ys-blog-meta)) {
  display: none !important;
}
.row[data-position="center"]:is(
    :not(:has(> .block-item.ys-blog-meta-sec)),
    :has(> .block-item.ys-blog-meta-sec.d-none-important),
    :has(> .block-item.ys-blog-meta-sec[hidden]),
    :has(> .block-item.ys-blog-meta-sec[style*="display:none"]),
    :has(> .block-item.ys-blog-meta-sec[style*="display: none"]),
    :has(> .block-item.ys-blog-meta-sec:not(:has(.ys-blog-meta)))
  )
  > .block-item.ys-blog-content-sec {
  flex: 0 1 1125px;
  max-width: 1125px;
  margin: 80px auto;
}
.ys-blog-layout {
  width: calc(100% - 32px);
  max-width: 1125px;
  margin: 0 auto;
}
.ys-blog-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
  box-sizing: border-box;
  color: #2b2926;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.ys-blog-content__summary,
.ys-blog-content__paragraph {
  color: #2b2926;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.035em;
  white-space: pre-line;
}
.ys-blog-content__summary {
  margin-bottom: 44px;
}
.ys-blog-content__summary::first-letter {
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: inherit;
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 0.9;
}
.ys-blog-content__paragraph {
  margin: 0 0 1.45em;
}
.ys-blog-content__heading {
  margin: 2.5em 0 1em;
}
.ys-blog-content__heading h2 {
  margin: 0;
  color: #1d1c1a;
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
}
.ys-blog-content__subtitle {
  margin: 3px 0 22px;
  color: #4b4843;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
.ys-blog-content__heading-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  background: #f39500;
}
.ys-blog-content__figure {
  margin: 38px 0;
}
.ys-blog-content__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ys-blog-content__figure--angled img {
  clip-path: polygon(
    0 0,
    calc(100% - clamp(28px, 6vw, 73px)) 0,
    100% clamp(28px, 6vw, 73px),
    100% 100%,
    0 100%
  );
}
.ys-blog-content__figure--rounded img {
  border-radius: 14px;
}
.ys-blog-content__figure figcaption {
  margin-top: 10px;
  color: #77736d;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
.ys-blog-content__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 16px;
  margin: 38px 0;
}
.ys-blog-content__gallery figure {
  min-width: 0;
  margin: 0;
}
.ys-blog-content__gallery.gallery-count-3 figure,
.ys-blog-content__gallery.gallery-count-6 figure {
  flex: 0 1 calc((100% - 32px) / 3);
}
.ys-blog-content__gallery.gallery-count-4 figure,
.ys-blog-content__gallery.gallery-count-7 figure,
.ys-blog-content__gallery.gallery-count-8 figure {
  flex: 0 1 calc((100% - 48px) / 4);
}
.ys-blog-content__gallery.gallery-count-5 figure,
.ys-blog-content__gallery.gallery-count-9 figure,
.ys-blog-content__gallery.gallery-count-10 figure {
  flex: 0 1 calc((100% - 64px) / 5);
}
.ys-blog-content__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}
.ys-blog-content__gallery.gallery-shape-square img {
  aspect-ratio: 1/1;
}
.ys-blog-content__gallery.gallery-shape-landscape img {
  aspect-ratio: 3/2;
}
.ys-blog-content__gallery figcaption {
  margin-top: 10px;
  padding-left: 9px;
  border-left: 3px solid #a0d8de;
  color: #4b4843;
  font:
    14px/1.5 "Noto Sans TC",
    sans-serif;
  overflow-wrap: anywhere;
}
.ys-blog-content__double-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
  margin: 38px 0;
}
.ys-blog-content__double-image figure {
  min-width: 0;
  margin: 0;
}
.ys-blog-content__double-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}
.ys-blog-content__double-image figcaption {
  margin-top: 10px;
  color: #4b4843;
  font:
    14px/1.5 "Noto Sans TC",
    sans-serif;
  overflow-wrap: anywhere;
}
.ys-blog-content__intro {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
  margin: 45px 0;
  padding: 44px 88px;
  box-sizing: border-box;
  border: 0;
  background: #f4f4f2;
  color: #636059;
  text-align: center;
}
.ys-blog-content__intro::before,
.ys-blog-content__intro::after {
  position: absolute;
  color: #636059;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.ys-blog-content__intro::before {
  content: "“";
  top: 18px;
  left: 28px;
}
.ys-blog-content__intro::after {
  content: "”";
  right: 28px;
  bottom: 4px;
}
.ys-blog-content__intro p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.ys-blog-content__quote {
  margin: 45px 0;
  padding: 24px 28px;
  border: 0;
  border-left: 4px solid #a0b0b2;
  background: #eeedec;
  color: #034046;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}
.ys-blog-content__quote p {
  margin: 0;
}
.ys-blog-content ul,
.ys-blog-content ol {
  margin: 1em 0 1.5em;
  padding-left: 1.5em;
}
.ys-blog-content li {
  margin-bottom: 0.45em;
}
.ys-blog-content__cta {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 48px;
  padding: 28px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  overflow-wrap: anywhere;
}
.ys-blog-content__cta p {
  max-width: 100%;
  margin: 0 0 16px;
  color: #034046;
  font-size: 18px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.ys-blog-content__cta a {
  display: inline-block;
  width: auto;
  min-width: 180px;
  max-width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #046a75;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ys-blog-content__cta a:hover {
  background: #03555e;
  color: #fff;
}
.ys-blog-content__cta a:active {
  background: #034046;
  color: #fff;
}
.ys-blog-content__cta a:focus-visible {
  outline: 2px solid #f39500;
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .row[data-position="center"] > .block-item:has(.ys-blog-content-sec) {
    flex: 0 0 calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 32px auto !important;
    order: 1 !important;
  }
}
@media (max-width: 600px) {
  .ys-blog-layout {
    width: calc(100% - 40px);
  }
  .ys-blog-content {
    padding: 20px 0 40px;
  }
  .ys-blog-content__heading h2 {
    font-size: 27px;
  }
  .ys-blog-content__subtitle {
    font-size: 19px;
  }
  .ys-blog-content__gallery {
    gap: 20px 16px;
  }
  .ys-blog-content__gallery[class*="gallery-count-"] figure {
    flex-basis: calc((100% - 16px) / 2);
  }
  .ys-blog-content__double-image {
    gap: 20px 12px;
  }
  .ys-blog-content__intro {
    min-height: 130px;
    padding: 38px 52px;
  }
  .ys-blog-content__intro::before,
  .ys-blog-content__intro::after {
    font-size: 48px;
  }
  .ys-blog-content__intro::before {
    top: 16px;
    left: 18px;
  }
  .ys-blog-content__intro::after {
    right: 18px;
    bottom: 2px;
  }
  .ys-blog-content__intro p {
    font-size: 17px;
  }
  .ys-blog-content__quote,
  .ys-blog-content__cta {
    padding: 22px 20px;
  }
}
@media (max-width: 360px) {
  .ys-blog-content__cta {
    padding: 18px 12px;
  }
  .ys-blog-content__cta a {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
  }
}
