@charset "UTF-8";
@media (width >= 64rem) {
  .static-52 .w-lg-12\.5rem {
    width: 12.5rem;
  }
}
@media (width >= 64rem) {
  .static-52 .px-lg-3rem {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (width >= 64rem) {
  .static-52 .max-w-lg-40\.5rem {
    max-width: 40.5rem;
  }
}
@media (width >= 64rem) {
  .static-52 .gap-lg-10 {
    gap: calc(var(--tw-spacing) * 10);
  }
}
@media (width >= 64rem) {
  .static-52 .gap-lg-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
}
.static-52 .border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.static-52 .mt-8 {
  margin-top: calc(var(--tw-spacing) * 8);
}
.static-52 .mr-2 {
  margin-right: calc(var(--tw-spacing) * 2);
}
@media (width >= 64rem) {
  .static-52 .mt-lg-0 {
    margin-top: 0;
  }
}
@media (width >= 64rem) {
  .static-52 .pt-lg-6\.75rem {
    padding-top: 6rem;
  }
}
.static-52 .btn-primary-sm {
  height: 48px;
  width: 129px;
  min-width: 129px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 2%;
  padding: 0.75rem 0.625rem;
}
@media (width >= 64rem) {
  .static-52 .text-neutral-100\:lg\:hover:hover {
    color: var(--tw-color-neutral-100);
  }
}
.static-52 .text-neutral-100\:active:active {
  color: var(--tw-color-neutral-100);
}
@media (width >= 64rem) {
  .static-52 .text-brand-1000\:lg\:hover:hover {
    color: var(--tw-color-brand-1000);
  }
}
.static-52 .text-brand-1000\:active:active {
  color: var(--tw-color-brand-1000);
}
@media (width >= 64rem) {
  .static-52 .bg-brand-900\:lg\:hover:hover {
    background-color: var(--tw-color-brand-900);
  }
}
.static-52 .bg-brand-900\:active:active {
  background-color: var(--tw-color-brand-900);
}
@media (width >= 64rem) {
  .static-52 .bg-brand-500\:lg\:hover:hover {
    background-color: var(--tw-color-brand-500);
  }
}
.static-52 .bg-brand-700\:active:active {
  background-color: var(--tw-color-brand-700);
}
.static-52 .flex-basis-60px {
  flex-basis: 60px;
}
.static-52 .top\:lg-138px {
  top: 138px;
}
.static-52 .tab--small {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--tw-color-brand-700);
  background-color: var(--tw-color-neutral-100);
  color: var(--tw-color-brand-800);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  border-radius: 60px;
  padding: 0.25rem 1rem;
  height: calc(var(--tw-spacing) * 9);
  transition: all ease-in-out 0.2s;
}
.static-52 .tab--small[aria-selected=true] {
  background-color: var(--tw-color-brand-700);
  color: var(--tw-color-neutral-100);
  border-color: var(--tw-color-brand-700);
}
@media (hover: hover) {
  .static-52 .tab--small:hover {
    background-color: var(--tw-color-brand-900);
  }
}
@media (hover: hover) {
  .static-52 .tab--small:hover {
    color: var(--tw-color-white);
  }
}
@media (hover: hover) {
  .static-52 .tab--small:hover {
    --tw-ring-color: var(--tw-color-brand-900);
  }
}
.static-52 .tab--small:active {
  background-color: var(--tw-color-brand-900);
}
.static-52 .tab--small:active {
  color: var(--tw-color-white);
}
.static-52 .tab--small:active {
  --tw-ring-color: var(--tw-color-brand-900);
}
.static-52 .catalog__list a {
  display: flex;
  align-items: flex-start;
  color: var(--tw-color-neutral-900);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  transition: all ease-in-out 0.2s;
}
@media (width >= 64rem) {
  .static-52 .catalog__list a:hover {
    color: var(--tw-color-brand-800);
    cursor: pointer;
  }
  .static-52 .catalog__list a:hover::before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    flex-shrink: 0;
    background-color: var(--tw-color-brand-800);
    margin-right: 0.25rem;
    margin-top: 0.25rem;
  }
}
.static-52 .catalog__list--active a {
  color: var(--tw-color-brand-800);
}
.static-52 .catalog__list--active a::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: var(--tw-color-brand-800);
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.static-52 .catalog__list--disabled a {
  color: var(--tw-color-neutral-700);
  opacity: 50%;
}
@media (width >= 64rem) {
  .static-52 .catalog__list--disabled a:hover {
    color: var(--tw-color-neutral-700);
    opacity: 50%;
    font-weight: 400;
    cursor: default;
  }
  .static-52 .catalog__list--disabled a:hover::before {
    display: none;
  }
}
.static-52 .catalog__list--disabled a::before {
  display: none;
}
.static-52 .btn-account {
  height: 48px;
  width: 129px;
  font-size: 1rem;
  margin: 0 auto;
}
.static-52 .article-function__list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tw-color-brand-200);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--tw-color-brand-200);
  transition: all ease-in-out 0.2s;
}
.static-52 .article-function__list svg {
  display: block;
  width: 20px;
  height: 20px;
}
@media (width >= 64rem) {
  .static-52 .article-function__list:hover {
    border: 2px solid var(--tw-color-brand-800);
    box-shadow: 0 3px 3px rgba(0, 81, 84, 0.15);
    transform: scale(120%);
  }
}
.static-52 .article-function__list:active {
  border: 2px solid var(--tw-color-brand-800);
  box-shadow: 0 3px 3px rgba(0, 81, 84, 0.15);
  transform: scale(120%);
}
.static-52 .article-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color ease-in-out 0.2s;
  line-height: 1.75;
}
@media (width >= 64rem) {
  .static-52 .article-list:hover .article-list__title {
    color: var(--tw-color-brand-800);
  }
}
.static-52 .article-list:active .article-list__title {
  color: var(--tw-color-brand-800);
}
.static-52 .article-list__date {
  display: flex;
  align-items: center;
  position: relative;
}
.static-52 .article-list__date:not(:only-child) {
  padding: 0 4px;
}
.static-52 .article-list__date:has(+ div)::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: var(--tw-color-neutral-500);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.static-52 .article-list__type {
  flex-shrink: 0;
}
.static-52 .article-list__type + .article-list__date::before, .static-52 .article-list__link + .article-list__date::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: var(--tw-color-neutral-500);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.static-52 .card-marketing {
  position: relative;
  padding: 0.875rem 10px;
  border-radius: 10px;
  overflow: hidden;
}
.static-52 .card-marketing__banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.static-52 .card-marketing__banner img {
  width: 100%;
  height: auto;
}
.static-52 .article-topic-img {
  max-width: 100%;
  aspect-ratio: 648/365;
  border-radius: 0.5rem;
  overflow: hidden;
}
.static-52 .article-topic-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.static-52 .summary-box {
  position: relative;
  margin-top: 14px;
}
.static-52 .summary-title {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  background-color: var(--tw-color-brand-100);
}
.static-52 .summary-title::before, .static-52 .summary-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--tw-color-brand-400);
}
.static-52 .summary-title::before {
  left: -1px;
}
.static-52 .summary-title::after {
  right: -1px;
}
.static-52 hr {
  border: 0;
  border-top: 2px solid var(--tw-color-neutral-500);
}
.static-52 .detailItem {
  color: #434343;
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.static-52 .detailItem .full-bleed-style {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* border: 1px solid red; */
}
.static-52 .detailItem strong,
.static-52 .detailItem .strong {
  font-weight: 500;
}
.static-52 .detailItem h2,
.static-52 .detailItem .h2 {
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 2%;
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-brand-1000);
}
.static-52 .detailItem h3,
.static-52 .detailItem .h3 {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2%;
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-neutral-900);
}
.static-52 .detailItem h4,
.static-52 .detailItem .h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2%;
  margin: 0;
}
.static-52 .detailItem p {
  margin: 0;
  color: #434343;
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.static-52 .detailItem a:not(.tw\:link-pink) {
  color: #00a19b;
  text-decoration: underline;
  font-weight: var(--tw-font-weight-medium);
}
.static-52 .detailItem b {
  color: #00a19b;
}
.static-52 .detailItem a:hover {
  color: #007a7a;
}
.static-52 .detailItem ol {
  list-style: decimal;
  padding-left: 1.5em;
  font-weight: var(--tw-font-weight-medium);
  margin-left: 1.25rem;
}
.static-52 .detailItem ul {
  /* list-style: disc; */
  /* padding-left: calc(24em / 16); */
  margin: 0;
}
.static-52 .detailItem ul {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
  font-weight: var(--tw-font-weight-medium);
}
.static-52 .detailItem ul > li {
  position: relative;
  padding-left: 1rem;
}
.static-52 .detailItem ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  background-color: #434343;
}
.static-52 .detailItem ul > li:has(a)::before {
  background-color: #00a19b;
}
.static-52 .detailItem img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
}
.static-52 .detailItem > * + * {
  margin-top: 0;
  /* reset 所有預設間距 */
}
.static-52 .detailItem .more-reading {
  color: var(--tw-color-brand-1000);
}
.static-52 .detailItem .more-reading__title {
  display: flex;
  align-items: center;
  padding: 2px 0;
  font-size: 1.25rem;
  font-weight: var(--tw-font-weight-medium);
  line-height: 28px;
}
.static-52 .detailItem .more-reading__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--tw-color-brand-800);
  margin-right: 0.5rem;
}
.static-52 .detailItem .more-reading__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1rem;
  line-height: 28px;
  font-weight: var(--tw-font-weight-medium);
  padding: 0;
}
.static-52 .detailItem .more-reading__list li a {
  color: var(--tw-color-brand-1000);
}
.static-52 .detailItem .more-reading__list li a:active {
  color: #007a7a;
}
@media (min-width: 720px) {
  .static-52 .detailItem .more-reading__list li a:hover {
    color: #007a7a;
  }
}
.static-52 .detailItem .more-reading__list > li:has(a)::before {
  background-color: var(--tw-color-brand-1000) !important;
}
.static-52 {
  /* p 開頭後接其他 */
}
.static-52 .detailItem > p + p,
.static-52 .detailItem > p + ol,
.static-52 .detailItem > p + ul,
.static-52 .detailItem > p + blockquote,
.static-52 .detailItem > p + img,
.static-52 .detailItem > p + hr,
.static-52 .detailItem > p + div {
  margin-top: 2.5rem;
}
.static-52 .detailItem > p + h1,
.static-52 .detailItem > p + h2,
.static-52 .detailItem > p + h3,
.static-52 .detailItem > p + h4 {
  margin-top: 2.5rem;
}
.static-52 .detailItem > div + div {
  margin-top: 2.5rem;
}
.static-52 .detailItem > div + p {
  margin-top: 1rem;
}
.static-52 .detailItem > p + table,
.static-52 .detailItem > table + p,
.static-52 .detailItem > ul + table,
.static-52 .detailItem > table + ul,
.static-52 .detailItem > ol + table,
.static-52 .detailItem > table + ol,
.static-52 .detailItem > h2 + table,
.static-52 .detailItem > table + h2,
.static-52 .detailItem > h3 + table,
.static-52 .detailItem > table + h3 {
  margin-top: 2.5rem;
}
.static-52 .detailItem > p + .table-wrap {
  margin-top: 1rem;
}
.static-52 .detailItem > ul + .table-wrap,
.static-52 .detailItem > ol + .table-wrap,
.static-52 .detailItem > h2 + .table-wrap,
.static-52 .detailItem > h3 + .table-wrap,
.static-52 .detailItem > h4 + .table-wrap,
.static-52 .detailItem > h4 + div {
  margin-top: 2.5rem;
}
.static-52 .detailItem > ul + .scroll-wrap,
.static-52 .detailItem > ol + .scroll-wrap,
.static-52 .detailItem > h2 + .scroll-wrap,
.static-52 .detailItem > h3 + .scroll-wrap,
.static-52 .detailItem > h4 + .scroll-wrap {
  margin-top: 1rem;
}
.static-52 .detailItem > .table-wrap + p,
.static-52 .detailItem > .table-wrap + ul,
.static-52 .detailItem > .table-wrap + ol,
.static-52 .detailItem > .table-wrap + h2,
.static-52 .detailItem > .table-wrap + h3,
.static-52 .detailItem > .table-wrap + h4 {
  margin-top: 2.5rem;
}
.static-52 {
  /* 任何元件 + h4 */
}
.static-52 .detailItem > * + h4 {
  margin-top: 2.5rem;
}
.static-52 {
  /* h1~h4 開頭後接其他 */
}
.static-52 .detailItem > h1 + p,
.static-52 .detailItem > h2 + p,
.static-52 .detailItem > h3 + p,
.static-52 .detailItem > h4 + p,
.static-52 .detailItem > h1 + ul,
.static-52 .detailItem > h2 + ul,
.static-52 .detailItem > h3 + ul,
.static-52 .detailItem > h4 + ul,
.static-52 .detailItem > h1 + ol,
.static-52 .detailItem > h2 + ol,
.static-52 .detailItem > h3 + ol,
.static-52 .detailItem > h4 + ol,
.static-52 .detailItem > h1 + h2,
.static-52 .detailItem > h2 + h3,
.static-52 .detailItem > h3 + h4 {
  margin-top: 1rem;
}
.static-52 {
  /* list 後接標題或段落 */
}
.static-52 .detailItem > ul + p,
.static-52 .detailItem > ul + h2,
.static-52 .detailItem > ul + h3,
.static-52 .detailItem > ul + h4,
.static-52 .detailItem > ol + p,
.static-52 .detailItem > ol + h2,
.static-52 .detailItem > ol + h3,
.static-52 .detailItem > ol + h4 {
  margin-top: 2.5rem;
}
.static-52 {
  /* list 後接其他 list */
}
.static-52 .detailItem > ul + ul,
.static-52 .detailItem > ul + ol,
.static-52 .detailItem > ol + ul,
.static-52 .detailItem > ol + ol {
  margin-top: 2.5rem;
}
.static-52 {
  /* blockquote 後 */
}
.static-52 .detailItem > blockquote + p,
.static-52 .detailItem > blockquote + h2,
.static-52 .detailItem > blockquote + ul {
  margin-top: 2.5rem;
}
.static-52 .detailItem > p + hr,
.static-52 .detailItem > h2 + hr,
.static-52 .detailItem > h3 + hr,
.static-52 .detailItem > ul + hr,
.static-52 .detailItem > ol + hr {
  margin-top: 2.5rem;
}
.static-52 .detailItem > hr + p,
.static-52 .detailItem > hr + h2,
.static-52 .detailItem > hr + h3,
.static-52 .detailItem > hr + ul,
.static-52 .detailItem > hr + ol {
  margin-top: 2.5rem;
}
.static-52 .detailItem > h4 + img,
.static-52 .detailItem > h4 + div {
  margin-top: 1rem;
}
.static-52 {
  /* img 單獨處理 */
}
.static-52 .detailItem > img {
  /* margin: 20px auto; */
  border-radius: 1.25rem;
}
.static-52 .detailItem > img + p {
  margin-top: 16px;
}
.static-52 .detailItem > hr {
  border: 0;
  border-top: 1px solid #bfc8cc;
}
.static-52 .detailItem a {
  word-break: break-all;
}
.static-52 .detailItem .tw\:font-bold {
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
}
.static-52 .detailItem .tw\:font-medium {
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
}
.static-52 .detailItem .tw\:font-normal {
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
}
.static-52 .detailItem .tw\:font-semibold {
  --tw-font-weight: var(--tw-font-weight-semibold);
  font-weight: var(--tw-font-weight-semibold);
}
.static-52 {
  /* === Base 樣式：桌機版（預設）=== */
  /* ✅ 外層包裹，僅處理圓角與裁切 */
}
.static-52 .scroll-wrap {
  margin-left: -16px;
  margin-right: -16px;
  /* padding-left: 16px;
  padding-right: 16px; */
  display: flex;
  max-width: 100vw;
  overflow-x: auto;
  /* ✅ 關鍵：橫向可滾動 */
  -webkit-overflow-scrolling: touch;
  /* ✅ iOS 平滑滾動 */
}
@media (min-width: 768px) {
  .static-52 .scroll-wrap {
    margin-left: -32px;
    margin-right: -32px;
    max-width: 100vw;
  }
}
@media (min-width: 1024px) {
  .static-52 .scroll-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.static-52 .scroll-wrap .table-wrap {
  min-width: 872px;
  width: 100%;
}
@media (min-width: 1024px) {
  .static-52 .scroll-wrap .table-wrap {
    min-width: 100%;
  }
}
.static-52 .table-wrap {
  border-radius: 1rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
  border: 1px solid #87d4c7;
  background-color: #fff;
}
.static-52 {
  /* ✅ table 的樣式全歸 .detailItem 控制 */
}
.static-52 .detailItem table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  color: #434343;
  text-align: left;
  /* border: 1px solid #d8e1e5; */
  /* neutral-800 */
}
.static-52 .detailItem table.scroll {
  min-width: 872px;
}
@media (min-width: 1024px) {
  .static-52 .detailItem table.scroll {
    min-width: 0;
  }
}
.static-52 {
  /* ✅ 表頭與儲存格通用樣式 */
}
.static-52 .detailItem th,
.static-52 .detailItem td {
  /* border: 1px solid #87d4c7; */
  padding: 16px;
  vertical-align: top;
  /* min-width: 70px; */
}
.static-52 .detailItem td {
  /* border: 1px solid #87d4c7; */
  /* border-bottom: 1px solid #d9d9d9; */
  background-color: #fff;
  position: relative;
}
.static-52 .detailItem td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.static-52 .detailItem td:first-child::after {
  left: 16px;
  width: calc(100% - 16px);
}
.static-52 .detailItem td:last-child::after {
  width: calc(100% - 16px);
}
.static-52 .detailItem th:first-child {
  padding-left: 32px;
}
.static-52 .detailItem th:last-child {
  padding-right: 32px;
}
.static-52 .detailItem td:first-child {
  padding-left: 32px;
}
.static-52 .detailItem td:last-child {
  padding-right: 32px;
}
.static-52 .detailItem tr:last-child td::after {
  display: none;
}
.static-52 .detailItem td ul {
  padding-left: 20px;
}
.static-52 .detailItem .scroll-wrap img {
  width: 80%;
  margin-right: 16px;
}
.static-52 .detailItem .scroll-wrap img:first-child {
  /* margin-left: 16px; */
}
@media (min-width: 768px) {
  .static-52 .detailItem .scroll-wrap img {
    width: 100%;
  }
}
.static-52 {
  /* ✅ 表頭專屬樣式 */
}
.static-52 .detailItem thead {
  background-color: #bde3e2;
  font-weight: 700;
}
@media (min-width: 720px) {
  .static-52 .detailItem th,
  .static-52 .detailItem td {
    padding: 16px;
    min-width: 86px;
  }
  .static-52 .detailItem td ul {
    padding-left: 16px;
  }
  .static-52 .detailItem h2,
  .static-52 .detailItem .h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .static-52 .detailItem h3,
  .static-52 .detailItem .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .static-52 {
    /* p 開頭後接其他 */
  }
  .static-52 .detailItem > p + p,
  .static-52 .detailItem > p + ol,
  .static-52 .detailItem > p + ul,
  .static-52 .detailItem > p + blockquote,
  .static-52 .detailItem > p + img {
    margin-top: 2.5rem;
  }
  .static-52 .detailItem > p + h1,
  .static-52 .detailItem > p + h2,
  .static-52 .detailItem > p + h3,
  .static-52 .detailItem > p + h4 {
    margin-top: 2.5rem;
  }
  .static-52 .detailItem > p + table,
  .static-52 .detailItem > table + p,
  .static-52 .detailItem > ul + table,
  .static-52 .detailItem > table + ul,
  .static-52 .detailItem > ol + table,
  .static-52 .detailItem > table + ol,
  .static-52 .detailItem > h2 + table,
  .static-52 .detailItem > table + h2,
  .static-52 .detailItem > h3 + table,
  .static-52 .detailItem > table + h3 {
    margin-top: 2.5rem;
  }
  .static-52 .detailItem > p + .table-wrap,
  .static-52 .detailItem > .table-wrap + p,
  .static-52 .detailItem > ul + .table-wrap,
  .static-52 .detailItem > .table-wrap + ul,
  .static-52 .detailItem > ol + .table-wrap,
  .static-52 .detailItem > .table-wrap + ol,
  .static-52 .detailItem > h2 + .table-wrap,
  .static-52 .detailItem > .table-wrap + h2,
  .static-52 .detailItem > h3 + .table-wrap,
  .static-52 .detailItem > .table-wrap + h3 {
    margin-top: 1rem;
  }
  .static-52 .detailItem > .table-wrap + img {
    margin-top: 2.5rem;
  }
  .static-52 {
    /* 任何元件 + h4 */
  }
  .static-52 .detailItem > * + h4 {
    margin-top: 2.5rem;
  }
  .static-52 {
    /* h1~h4 開頭後接其他 */
  }
  .static-52 .detailItem > h1 + p,
  .static-52 .detailItem > h2 + p,
  .static-52 .detailItem > h3 + p,
  .static-52 .detailItem > h4 + p,
  .static-52 .detailItem > h1 + ul,
  .static-52 .detailItem > h2 + ul,
  .static-52 .detailItem > h3 + ul,
  .static-52 .detailItem > h4 + ul,
  .static-52 .detailItem > h1 + ol,
  .static-52 .detailItem > h2 + ol,
  .static-52 .detailItem > h3 + ol,
  .static-52 .detailItem > h4 + ol,
  .static-52 .detailItem > h1 + h2,
  .static-52 .detailItem > h2 + h3,
  .static-52 .detailItem > h3 + h4 {
    margin-top: 2.5rem;
  }
  .static-52 {
    /* list 後接標題或段落 */
  }
  .static-52 .detailItem > ul + p,
  .static-52 .detailItem > ul + h2,
  .static-52 .detailItem > ul + h3,
  .static-52 .detailItem > ul + h4,
  .static-52 .detailItem > ol + p,
  .static-52 .detailItem > ol + h2,
  .static-52 .detailItem > ol + h3,
  .static-52 .detailItem > ol + h4 {
    margin-top: 2.5rem;
  }
  .static-52 {
    /* list 後接其他 list */
  }
  .static-52 .detailItem > ul + ul,
  .static-52 .detailItem > ul + ol,
  .static-52 .detailItem > ol + ul,
  .static-52 .detailItem > ol + ol {
    margin-top: 2.5rem;
  }
  .static-52 {
    /* blockquote 後 */
  }
  .static-52 .detailItem > blockquote + p,
  .static-52 .detailItem > blockquote + h2,
  .static-52 .detailItem > blockquote + ul {
    margin-top: 2.5rem;
  }
  .static-52 .detailItem > h1 + .table-wrap,
  .static-52 .detailItem > h2 + .table-wrap,
  .static-52 .detailItem > h3 + .table-wrap,
  .static-52 .detailItem > h4 + .table-wrap,
  .static-52 .detailItem > p + .table-wrap {
    margin-top: 1rem;
  }
  .static-52 .detailItem > h1 + p,
  .static-52 .detailItem > h2 + p,
  .static-52 .detailItem > h3 + p,
  .static-52 .detailItem > h4 + p,
  .static-52 .detailItem > p + p {
    margin-top: 1rem;
  }
  .static-52 .detailItem > p + ul,
  .static-52 .detailItem > p + ul,
  .static-52 .detailItem > p + ul,
  .static-52 .detailItem > p + ul,
  .static-52 .detailItem > p + ul {
    margin-top: 0.25rem;
  }
  .static-52 .detailItem > p + ol,
  .static-52 .detailItem > p + ol,
  .static-52 .detailItem > p + ol,
  .static-52 .detailItem > p + ol,
  .static-52 .detailItem > p + ol {
    margin-top: 0.25rem;
  }
  .static-52 .detailItem > h1 + .scroll-wrap,
  .static-52 .detailItem > h2 + .scroll-wrap,
  .static-52 .detailItem > h3 + .scroll-wrap,
  .static-52 .detailItem > h4 + .scroll-wrap,
  .static-52 .detailItem > p + .scroll-wrap {
    margin-top: 1rem;
  }
  .static-52 .detailItem > img {
    /* margin: 2.5rem auto; */
    border-radius: 1.25rem;
  }
  .static-52 .detailItem > img + p {
    margin-top: 24px;
  }
}
.static-52 .back-to-top {
  position: fixed;
  right: 24px;
  bottom: 120px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .static-52 .back-to-top {
    right: 40px;
    bottom: 44px;
  }
}
.static-52 .back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.static-52 .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.static-52 .back-to-top__icon {
  display: block;
  width: 48px;
  height: 48px;
}
.static-52 .back-to-top__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.static-52 .back-to-top__icon--default {
  display: block;
  transition: all ease-in-out 0.2s;
}
.static-52 .back-to-top__icon--hover {
  display: none;
  transition: all ease-in-out 0.2s;
}
.static-52 .back-to-top__text {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--tw-color-brand-800);
  transition: all ease-in-out 0.2s;
}
.static-52 .back-to-top:active .back-to-top__icon--default {
  display: none;
}
.static-52 .back-to-top:active .back-to-top__icon--hover {
  display: block;
}
.static-52 .back-to-top:active .back-to-top__text {
  color: var(--tw-color-brand-1000);
}
@media (min-width: 1024px) {
  .static-52 .back-to-top:hover .back-to-top__icon--default {
    display: none;
  }
  .static-52 .back-to-top:hover .back-to-top__icon--hover {
    display: block;
  }
  .static-52 .back-to-top:hover .back-to-top__text {
    color: var(--tw-color-brand-1000);
  }
}
.static-52 .copy-toast {
  position: fixed;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%) translateY(20px);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  background: var(--tw-color-brand-800);
  border-radius: 8px;
  box-shadow: 2px 2px 20px rgba(0, 81, 84, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.static-52 .copy-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.static-52 .copy-toast svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.static-52 .copy-toast span {
  font-size: 20px;
  font-weight: var(--tw-font-weight-bold);
  color: #fff;
  line-height: 28px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .static-52 .copy-toast {
    width: 424px;
  }
}
.static-52 .mobile-reader-function {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  padding: 8px 20px;
  background-color: #fff;
  box-shadow: 0 -4px 8px rgba(0, 84, 81, 0.28);
}
.static-52 .mobile-reader-function button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 25%;
  flex-grow: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.static-52 .mobile-reader-function button img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.static-52 .mobile-reader-function button span {
  font-size: 0.875rem;
  font-weight: var(--tw-font-weight-medium);
  text-align: center;
  color: var(--tw-color-neutral-900);
}
.static-52 .mobile-reader-function button .reader-icon-active {
  display: none;
}
.static-52 .mobile-reader-function button:active .reader-icon-default, .static-52 .mobile-reader-function button.is-active .reader-icon-default {
  display: none;
}
.static-52 .mobile-reader-function button:active .reader-icon-active, .static-52 .mobile-reader-function button.is-active .reader-icon-active {
  display: block;
  transform: scale(1.2);
}
.static-52 .mobile-reader-function button:active span, .static-52 .mobile-reader-function button.is-active span {
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-brand-1000);
}
@media (min-width: 1024px) {
  .static-52 .mobile-reader-function {
    display: none;
  }
}
.static-52 .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999998;
  background-color: #262626;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.static-52 .drawer-overlay.is-visible {
  opacity: 0.8;
  visibility: visible;
}
@media (min-width: 1024px) {
  .static-52 .drawer-overlay {
    display: none;
  }
}
.static-52 .mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 0 16px 0 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 374px) {
  .static-52 .mobile-drawer {
    max-width: 100%;
    border-radius: 0;
  }
}
.static-52 .mobile-drawer.is-open {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .static-52 .mobile-drawer {
    display: none;
  }
}
.static-52 .mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  flex-shrink: 0;
  gap: 1rem;
}
.static-52 .mobile-drawer__title {
  font-size: 1.25rem;
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-neutral-900);
  line-height: 32px;
}
.static-52 .drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.static-52 .drawer-close svg {
  width: 24px;
  height: 24px;
}
.static-52 .mobile-drawer__content {
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px 20px 20px;
  -webkit-overflow-scrolling: touch;
}
.static-52 .mobile-catalog-drawer .catalog__list a {
  display: block;
  font-size: 1rem;
  padding: 8px 12px;
  color: var(--tw-color-neutral-900);
  text-decoration: none;
  line-height: 28px;
  transition: color 0.2s ease;
}
.static-52 .mobile-catalog-drawer .catalog__list.catalog__list--active a, .static-52 .mobile-catalog-drawer .catalog__list:active a {
  color: var(--tw-color-brand-900);
  font-weight: var(--tw-font-weight-medium);
}
.static-52 .mobile-catalog-drawer .catalog__list.catalog__list--active a::before, .static-52 .mobile-catalog-drawer .catalog__list:active a::before {
  display: none;
}
.static-52 .mobile-catalog-drawer .catalog__list.catalog__list--disabled a {
  color: var(--tw-color-neutral-700);
  opacity: 50%;
}
.static-52 .mobile-related-drawer .related-article__list a {
  display: block;
  font-size: 1rem;
  padding: 8px 12px;
  color: var(--tw-color-neutral-900);
  text-decoration: none;
  line-height: 28px;
  transition: color 0.2s ease;
}
.static-52 .mobile-related-drawer .related-article__list:active a {
  color: var(--tw-color-brand-900);
  font-weight: var(--tw-font-weight-medium);
}
.static-52 .mobile-related-drawer .related-article__list:active a::before {
  display: none;
}
.static-52 .mobile-related-drawer .related-article__list--disabled a {
  color: var(--tw-color-neutral-700);
  opacity: 50%;
}
.static-52 .link-img-card {
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
}
.static-52 .link-img-card-masked {
  height: auto;
  width: 156px;
  clip-path: circle(156px at 100% 50%);
}
@media (width >= 64rem) {
  .static-52 .link-img-card-masked {
    width: 188px;
    clip-path: circle(188px at 100% 50%);
  }
}
.static-52 .article-container--locked {
  position: relative;
}
.static-52 .article-container--locked__range {
  max-height: 200vh;
  overflow: hidden;
}
.static-52 .article-container--locked .article-title {
  position: relative;
  text-indent: 90px;
}
.static-52 .article-container--locked .article-title:not(:has(.article-title__tag)) {
  text-indent: 0;
}
.static-52 .article-container--locked .article-title__tag {
  position: absolute;
  left: 0;
  top: 0.5rem;
  text-indent: 0;
  width: 82px;
  text-align: center;
}
@media (width >= 64rem) {
  .static-52 .article-container--locked .article-title__tag {
    top: 1rem;
  }
}
.static-52 .article-locked {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  z-index: 40;
  background-color: var(--tw-color-brand-100);
}
@media (width >= 64rem) {
  .static-52 .article-locked {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.static-52 .article-locked__wrapper {
  position: relative;
}
@media (width >= 64rem) {
  .static-52 .article-locked__wrapper {
    width: auto;
  }
}
.static-52 .article-locked__wrapper::before {
  position: absolute;
  content: "";
  top: -39vh;
  left: 0;
  height: 40vh;
  width: 100%;
  background: linear-gradient(to bottom, rgba(244, 248, 250, 0) 0%, rgb(244, 248, 250) 90%);
  pointer-events: none;
}
.static-52 .article-locked__wrapper .article-locked__bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1.25rem;
}
.static-52 .article-locked__wrapper .locked__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.static-52 .article-locked__wrapper .locked__img img {
  width: 100%;
  height: 100%;
}
@media (width >= 64rem) {
  .static-52 .article-locked__wrapper .locked__title {
    white-space: nowrap;
  }
}
@media (width >= 64rem) {
  .static-52 .article-locked__wrapper .locked__content {
    text-align: center;
  }
}
@media (width >= 64rem) {
  .static-52 .article-locked__wrapper .content__box {
    min-width: 240px;
  }
}
.static-52 .article-locked__wrapper .content__box img {
  width: 48px;
  height: auto;
}
@media (width >= 64rem) {
  .static-52 .article-locked__wrapper .content__box img {
    width: 120px;
    height: auto;
  }
}
.static-52 .article-video {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.static-52 .article-video .video__box {
  position: relative;
  width: 100%;
  height: 100%;
}
.static-52 .article-video .video__box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.5);
  z-index: 10;
  transition: opacity 0.3s ease;
}
.static-52 .article-video .video__box.is-playing::before {
  opacity: 0;
  pointer-events: none;
}
.static-52 .article-video .video__box.is-playing .play__btn {
  opacity: 0;
  pointer-events: none;
}
.static-52 .article-video .video__box .yt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.static-52 .article-video .video__box .play__btn {
  position: absolute;
  z-index: 11;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (width >= 64rem) {
  .static-52 .article-video .video__box .play__btn:hover {
    box-shadow: 0 0 12px #007a7a;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.static-52 .article-video .video__box .play__btn:active {
  box-shadow: 0 0 12px #007a7a;
  transform: translate(-50%, -50%) scale(1.2);
}
.static-52 .related-article .pr-1 {
  padding-right: calc(var(--tw-spacing) * 1);
}
.static-52 .related-article .pr-3 {
  padding-right: calc(var(--tw-spacing) * 3);
}
.static-52 .related-article .text-yellow-100 {
  color: var(--tw-color-yellow-100);
}
.static-52 .related-article .border-yellow-100 {
  border-color: var(--tw-color-yellow-100);
}
.static-52 .related-article .border-brand-1000 {
  border-color: var(--tw-color-brand-1000);
}
.static-52 .related-article .border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.static-52 .related-article .mt-5 {
  margin-top: calc(var(--tw-spacing) * 5);
}
.static-52 .related-article .mb-5 {
  margin-bottom: calc(var(--tw-spacing) * 5);
}
@media (width >= 64rem) {
  .static-52 .related-article .pl-lg-0 {
    padding-left: calc(var(--tw-spacing) * 0);
  }
}
.static-52 .related-article .mt-8 {
  margin-top: calc(var(--tw-spacing) * 8);
}
@media (width >= 64rem) {
  .static-52 .related-article .mt-lg-8 {
    margin-top: calc(var(--tw-spacing) * 8);
  }
}
@media (width >= 64rem) {
  .static-52 .related-article .mb-lg-10 {
    margin-bottom: calc(var(--tw-spacing) * 10);
  }
}
@media (width >= 64rem) {
  .static-52 .related-article .btn\:hover\:text-brand-400:hover {
    color: var(--tw-color-brand-400);
  }
}
.static-52 .related-article .btn\:active\:text-brand-400:active {
  color: var(--tw-color-brand-400);
}
@media (width >= 64rem) {
  .static-52 .related-article .btn\:hover\:text-brand-900:hover {
    color: var(--tw-color-brand-900);
  }
}
.static-52 .related-article .btn\:active\:text-brand-900:active {
  color: var(--tw-color-brand-900);
}
@media (width >= 64rem) and (hover: hover) {
  .static-52 .related-article .card-group\:hover\:text-brand-400:is(:where(.card-group):hover *) {
    color: var(--tw-color-brand-400);
  }
}
.static-52 .related-article .card-group\:hover\:text-brand-400:is(:where(.card-group):active *) {
  color: var(--tw-color-brand-400);
}
@media (width >= 64rem) and (hover: hover) {
  .static-52 .related-article .card-group\:hover\:text-brand-900:is(:where(.card-group):hover *) {
    color: var(--tw-color-brand-900);
  }
}
.static-52 .related-article .card-group\:hover\:text-brand-900:is(:where(.card-group):active *) {
  color: var(--tw-color-brand-900);
}
.static-52 .related-article .article__bg {
  width: 100%;
}
.static-52 .related-article .article__bg--dark {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/static53/column-bg-dark.png"), linear-gradient(to right, rgb(0, 122, 122), rgb(0, 79, 82));
  background-position: right bottom;
}
.static-52 .related-article .article__bg--light {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/static53/column-bg-light.png"), linear-gradient(to right, rgb(171, 229, 219), rgb(198, 227, 222), rgb(201, 226, 221));
  background-position: left top;
}
.static-52 .related-article .article__info .article__child {
  display: none;
}
.static-52 .related-article .article__info:has(.article__main) p.article__child {
  display: block;
}
.static-52 .related-article .article__img {
  max-width: 132px;
  aspect-ratio: 4/3;
}
.static-52 .related-article {
  /* 手機版 < 1024px */
}
@media (max-width: 1023.98px) {
  .static-52 .related-article .article__bg {
    width: 100%;
  }
  .static-52 .related-article .article__bg--dark {
    background-repeat: no-repeat;
    background-image: url("../img/static53/column-bg-dark-M.png"), linear-gradient(to right, rgb(0, 122, 122), rgb(0, 79, 82));
    background-position: right bottom;
    background-size: 100% auto;
  }
  .static-52 .related-article .article__bg--light {
    background-repeat: no-repeat;
    background-image: url("../img/static53/column-bg-light-M.png"), linear-gradient(to right, rgb(171, 229, 219), rgb(198, 227, 222), rgb(201, 226, 221));
    background-position: right top;
    background-size: 100% auto;
  }
  .static-52 .related-article .article__title {
    align-items: end;
  }
  .static-52 .related-article .article__img {
    max-width: 120px;
  }
}