@charset "UTF-8";
.static-42 .py-60px {
  padding-block: 60px;
}
@media (width >= 64rem) {
  .static-42 .lg-py-100px {
    padding-block: 100px;
  }
}
@media (width >= 64rem) {
  .static-42 .pl-lg-6 {
    padding-left: calc(var(--tw-spacing) * 6);
  }
}
.static-42 .faq-content-panel {
  display: none;
  padding-top: 32px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.static-42 .faq-content-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media (width >= 64rem) {
  .static-42 .faq-content-panel {
    padding-top: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.static-42 .faq-content-panel.is-active {
  animation: fadeInUp 0.3s ease forwards;
}
.static-42 .tw\:accordion-trigger[aria-expanded=true] .tw\:accordion-label {
  color: #434343;
}
.static-42 .accordion-sidebar-list .accordion-sidebar-link {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  --tw-leading: calc(var(--tw-spacing) * 7);
  line-height: calc(var(--tw-spacing) * 7);
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
  color: var(--tw-color-neutral-900);
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 1px solid var(--tw-color-neutral-400);
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list .accordion-sidebar-link {
    border-bottom: 0;
  }
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list .accordion-sidebar-link:hover {
    color: var(--tw-color-brand-800);
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
    background-color: var(--tw-color-brand-200);
    border-radius: 0.5rem;
  }
}
.static-42 .accordion-sidebar-list .accordion-sidebar-link.is-active {
  color: var(--tw-color-brand-800);
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list .accordion-sidebar-link.is-active {
    background-color: var(--tw-color-brand-200);
    border-radius: 0.5rem;
  }
}
.static-42 button.accordion-sidebar-link {
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (width >= 64rem) {
  .static-42 button.accordion-sidebar-link:hover .accordion-sidebar-label {
    color: var(--tw-color-brand-800);
  }
}
.static-42 button.accordion-sidebar-link.is-active .accordion-sidebar-label {
  color: var(--tw-color-brand-800);
}
.static-42 {
  /* 手機版 < 1024px */
}
@media (max-width: 1023.98px) {
  .static-42 .accordion-sidebar__group {
    display: block;
    max-height: 80vh;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .static-42 .accordion-sidebar__group::-webkit-scrollbar {
    width: 7px;
  }
  .static-42 .accordion-sidebar__group::-webkit-scrollbar-track {
    background: transparent;
  }
  .static-42 .accordion-sidebar__group::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 26px;
  }
  .static-42 {
    /* Backdrop */
  }
  .static-42 .accordion-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .static-42 .accordion-sidebar-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.static-42 .accordion-sidebar-btn {
  display: flex;
  gap: 8px;
  width: 100%;
  background-color: var(--tw-color-brand-100);
  padding: 12px;
  border-radius: 16px;
  color: var(--tw-color-brand-800);
  --tw-leading: calc(var(--tw-spacing) * 7);
  line-height: calc(var(--tw-spacing) * 7);
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  --tw-tracking: var(--tw-tracking-wide);
  letter-spacing: var(--tw-tracking-wide);
  position: sticky;
  top: var(--header-height);
  z-index: 10;
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-btn {
    display: none;
  }
}
.static-42 .accordion-sidebar-btn svg {
  flex-shrink: 0;
}
.static-42 .accordion-sidebar {
  width: 100%;
  padding: 16px;
  background-color: var(--tw-color-white);
  border-radius: 1rem 1rem 0 0;
  border: 1px solid var(--tw-color-neutral-500);
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar {
    width: 310px;
    padding: 20px;
    background-color: var(--tw-color-brand-100);
    border-radius: 20px;
    border: 0;
    display: block;
    position: inherit;
    z-index: 1;
    flex-shrink: 0;
  }
}
.static-42 .accordion-sidebar.is-open {
  display: block;
}
.static-42 .accordion-sidebar__title {
  padding: 0.25rem 0.25rem 1.25rem 0.25rem;
  display: flex;
  justify-content: space-between;
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar__title {
    display: none;
  }
}
.static-42 .accordion-sidebar-item {
  padding-block: calc(var(--tw-spacing) * 0);
}
.static-42 .accordion-sidebar-item + .accordion-sidebar-item {
  margin-top: 10px;
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-item {
    margin-top: 0;
  }
  .static-42 .accordion-sidebar-item .accordion-sidebar-trigger[aria-expanded=true] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #D9D9D9;
    color: var(--tw-color-brand-800);
  }
}
.static-42 .accordion-sidebar-trigger,
.static-42 .accordion-sidebar-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
}
.static-42 .accordion-sidebar-label {
  text-align: left;
  font-size: 1rem;
  --tw-leading: calc(var(--tw-spacing) * 7);
  line-height: calc(var(--tw-spacing) * 7);
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  --tw-tracking: var(--tw-tracking-wide);
  letter-spacing: var(--tw-tracking-wide);
  color: #434343;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-trigger:hover .accordion-sidebar-label,
  .static-42 .accordion-sidebar-link:hover .accordion-sidebar-label {
    color: var(--tw-color-brand-800);
  }
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-trigger[aria-expanded=true] .accordion-sidebar-label,
  .static-42 .accordion-sidebar-trigger.is-active .accordion-sidebar-label {
    color: var(--tw-color-brand-800);
  }
}
.static-42 .accordion-sidebar-link.is-active .accordion-sidebar-label {
  color: var(--tw-color-brand-800);
}
.static-42 .accordion-sidebar-icons svg {
  display: inline-block;
  vertical-align: middle;
}
.static-42 .accordion-sidebar-trigger[aria-expanded=true] .icon-arrow-down {
  transform: rotate(180deg);
}
.static-42 .accordion-sidebar-trigger[aria-expanded=false] .icon-arrow-down {
  transform: rotate(0deg);
}
.static-42 .accordion-sidebar-trigger .icon-arrow-down {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--tw-ease-in-out);
  transition-timing-function: var(--tw-ease-in-out);
}
.static-42 .accordion-sidebar-panel {
  max-height: calc(var(--tw-spacing) * 0);
  overflow: hidden;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--tw-ease-in-out);
  transition-timing-function: var(--tw-ease-in-out);
}
.static-42 .accordion-sidebar-trigger[aria-expanded=true] + .accordion-sidebar-panel {
  max-height: 9999px !important;
}
.static-42 .accordion-sidebar-trigger[aria-expanded=false] + .accordion-sidebar-panel {
  max-height: 0 !important;
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list {
    padding-top: 0.5rem;
  }
}
.static-42 .accordion-sidebar-list a {
  display: block;
  font-size: 1rem;
  --tw-leading: calc(var(--tw-spacing) * 7);
  line-height: calc(var(--tw-spacing) * 7);
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
  color: var(--tw-color-neutral-900);
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  border-bottom: 1px solid var(--tw-color-neutral-400);
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list a {
    border-bottom: 0;
  }
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list a:hover {
    color: var(--tw-color-brand-800);
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
    background-color: var(--tw-color-brand-200);
    border-radius: 0.5rem;
  }
}
.static-42 .accordion-sidebar-list a.is-active {
  color: var(--tw-color-brand-800);
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
}
@media (width >= 64rem) {
  .static-42 .accordion-sidebar-list a.is-active {
    background-color: var(--tw-color-brand-200);
    border-radius: 0.5rem;
  }
}
.static-42 .textItem {
  color: #434343;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
}
.static-42 .textItem .full-bleed-style {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.static-42 .textItem strong,
.static-42 .textItem .strong {
  font-weight: 500;
}
.static-42 .textItem h2,
.static-42 .textItem .h2 {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.static-42 .textItem p {
  margin: 0;
}
.static-42 .textItem a {
  color: #00a19b;
  text-decoration: underline;
}
.static-42 .textItem b {
  color: #00a19b;
}
.static-42 .textItem a:hover {
  color: #007a7a;
}
.static-42 .textItem ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.static-42 .textItem ul {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 0.5rem;
}
.static-42 .textItem ul > li {
  position: relative;
  padding-left: 1rem;
}
.static-42 .textItem ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  background-color: #434343;
}
.static-42 .textItem ul > li:has(a)::before {
  background-color: #00a19b;
}
.static-42 .textItem img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
}
.static-42 .textItem > * + * {
  margin-top: 0;
}
.static-42 .textItem > p + p,
.static-42 .textItem > p + ol,
.static-42 .textItem > p + ul,
.static-42 .textItem > p + blockquote,
.static-42 .textItem > p + img,
.static-42 .textItem > p + hr,
.static-42 .textItem > p + div {
  margin-top: 0.5rem;
}
.static-42 .textItem > p + h2 {
  margin-top: 0.5rem;
}
.static-42 .textItem > div + div {
  margin-top: 0.5rem;
}
.static-42 .textItem > div + p {
  margin-top: 1rem;
}
.static-42 .textItem > p + table,
.static-42 .textItem > table + p,
.static-42 .textItem > ul + table,
.static-42 .textItem > table + ul,
.static-42 .textItem > ol + table,
.static-42 .textItem > table + ol,
.static-42 .textItem > h2 + table,
.static-42 .textItem > table + h2 {
  margin-top: 2.5rem;
}
.static-42 .textItem > p + .table-wrap {
  margin-top: 1rem;
}
.static-42 .textItem > ul + .table-wrap,
.static-42 .textItem > ol + .table-wrap,
.static-42 .textItem > h2 + .table-wrap {
  margin-top: 2.5rem;
}
.static-42 .textItem > ul + .scroll-wrap,
.static-42 .textItem > ol + .scroll-wrap,
.static-42 .textItem > h2 + .scroll-wrap {
  margin-top: 1rem;
}
.static-42 .textItem > .table-wrap + p,
.static-42 .textItem > .table-wrap + ul,
.static-42 .textItem > .table-wrap + ol,
.static-42 .textItem > .table-wrap + h2 {
  margin-top: 2.5rem;
}
.static-42 .textItem > * + h2 {
  margin-top: 1rem;
}
.static-42 .textItem > h2 + p,
.static-42 .textItem > h2 + ul,
.static-42 .textItem > h2 + ol {
  margin-top: 1rem;
}
.static-42 .textItem > ul + p,
.static-42 .textItem > ul + h2 .textItem > ol + p,
.static-42 .textItem > ol + h2 {
  margin-top: 2.5rem;
}
.static-42 .textItem > ul + ul,
.static-42 .textItem > ul + ol,
.static-42 .textItem > ol + ul,
.static-42 .textItem > ol + ol {
  margin-top: 2.5rem;
}
.static-42 .textItem > blockquote + p,
.static-42 .textItem > blockquote + h2,
.static-42 .textItem > blockquote + ul {
  margin-top: 2.5rem;
}
.static-42 .textItem > p + hr,
.static-42 .textItem > h2 + hr,
.static-42 .textItem > ul + hr,
.static-42 .textItem > ol + hr {
  margin-top: 2.5rem;
}
.static-42 .textItem > hr + p,
.static-42 .textItem > hr + h2,
.static-42 .textItem > hr + ul,
.static-42 .textItem > hr + ol {
  margin-top: 2.5rem;
}
.static-42 .textItem > img {
  border-radius: 1.25rem;
}
.static-42 .textItem > img + p {
  margin-top: 16px;
}
.static-42 .textItem > hr {
  border: 0;
  border-top: 1px solid #bfc8cc;
}
.static-42 .textItem a {
  word-break: break-all;
}
.static-42 .scroll-wrap {
  margin-left: -16px;
  margin-right: -64px;
  display: flex;
  max-width: 100vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .static-42 .scroll-wrap {
    margin-left: -32px;
    margin-right: -80px;
    max-width: 100vw;
  }
}
@media (min-width: 1024px) {
  .static-42 .scroll-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .static-42 .scroll-wrap .table-wrap {
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .static-42 .scroll-wrap .table-wrap {
    min-width: 842px;
  }
  .static-42 .textItem table.scroll {
    min-width: 842px;
  }
}
.static-42 .table-wrap {
  border-radius: 1rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
  border: 1px solid #87d4c7;
  background-color: #fff;
}
.static-42 .textItem 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;
}
@media (min-width: 1024px) {
  .static-42 .textItem table.scroll {
    min-width: 0;
  }
}
.static-42 .textItem th,
.static-42 .textItem td {
  padding: 16px;
  vertical-align: top;
}
.static-42 .textItem td {
  background-color: #fff;
  position: relative;
}
.static-42 .textItem td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.static-42 .textItem td:first-child::after {
  left: 16px;
  width: calc(100% - 16px);
}
.static-42 .textItem td:last-child::after {
  width: calc(100% - 16px);
}
.static-42 .textItem th:first-child {
  padding-left: 32px;
}
.static-42 .textItem th:last-child {
  padding-right: 32px;
}
.static-42 .textItem td:first-child {
  padding-left: 32px;
}
.static-42 .textItem td:last-child {
  padding-right: 32px;
}
.static-42 .textItem tr:last-child td::after {
  display: none;
}
.static-42 .textItem td ul {
  padding-left: 20px;
}
.static-42 .textItem .scroll-wrap img {
  width: 80%;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .static-42 .textItem .scroll-wrap img {
    width: 100%;
  }
}
.static-42 .textItem thead {
  background-color: #bde3e2;
  font-weight: 700;
}
@media (min-width: 720px) {
  .static-42 .textItem th,
  .static-42 .textItem td {
    padding: 16px;
    min-width: 86px;
  }
  .static-42 .textItem td ul {
    padding-left: 16px;
  }
  .static-42 .textItem {
    font-size: 16px;
    line-height: 22px;
  }
  .static-42 .textItem h2,
  .static-42 .textItem .h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .static-42 .textItem > p + p,
  .static-42 .textItem > p + ol,
  .static-42 .textItem > p + ul,
  .static-42 .textItem > p + blockquote,
  .static-42 .textItem > p + img {
    margin-top: 1rem;
  }
  .static-42 .textItem > p + h2 {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > p + table,
  .static-42 .textItem > table + p,
  .static-42 .textItem > ul + table,
  .static-42 .textItem > table + ul,
  .static-42 .textItem > ol + table,
  .static-42 .textItem > table + ol,
  .static-42 .textItem > h2 + table,
  .static-42 .textItem > table + h2 {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > p + .table-wrap,
  .static-42 .textItem > .table-wrap + p,
  .static-42 .textItem > ul + .table-wrap,
  .static-42 .textItem > .table-wrap + ul,
  .static-42 .textItem > ol + .table-wrap,
  .static-42 .textItem > .table-wrap + ol,
  .static-42 .textItem > h2 + .table-wrap,
  .static-42 .textItem > .table-wrap + h2 {
    margin-top: 1rem;
  }
  .static-42 .textItem > .table-wrap + img {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > * + h4 {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > h2 + p,
  .static-42 .textItem > h2 + ul .textItem > h2 + ol {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > ul + p,
  .static-42 .textItem > ul + h2,
  .static-42 .textItem > ol + p,
  .static-42 .textItem > ol + h2 {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > ul + ul,
  .static-42 .textItem > ul + ol,
  .static-42 .textItem > ol + ul,
  .static-42 .textItem > ol + ol {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > blockquote + p,
  .static-42 .textItem > blockquote + h2,
  .static-42 .textItem > blockquote + ul {
    margin-top: 2.5rem;
  }
  .static-42 .textItem > h2 + .table-wrap,
  .static-42 .textItem > p + .table-wrap {
    margin-top: 1rem;
  }
  .static-42 .textItem > h2 + p,
  .static-42 .textItem > p + p {
    margin-top: 1rem;
  }
  .static-42 .textItem > p + ul,
  .static-42 .textItem > p + ol {
    margin-top: 0.25rem;
  }
  .static-42 .textItem > h2 + .scroll-wrap,
  .static-42 .textItem > p + .scroll-wrap {
    margin-top: 1rem;
  }
  .static-42 .textItem > img {
    border-radius: 1.25rem;
  }
  .static-42 .textItem > img + p {
    margin-top: 16px;
  }
  .static-42 .textItem > * + h2 {
    margin-top: 1rem;
  }
  .static-42 .faq-content + div {
    margin-top: 1rem;
  }
  .static-42 .faq-text + div {
    margin-top: 1rem;
  }
  .static-42 .faq-img + div {
    margin-top: 1rem;
  }
  .static-42 .faq-text + .faq-content:has(> h2:first-child),
  .static-42 .faq-text + .faq-content:has(> table:first-child),
  .static-42 .faq-text + .faq-content:has(> h4) {
    margin-top: 2.5rem;
  }
  .static-42 .faq-text + .faq-content:has(> ol:first-child),
  .static-42 .faq-text + .faq-content:has(> ul:first-child) {
    margin-top: 0.25rem;
  }
  .static-42 .faq-content:has(> table:last-child) + .faq-text,
  .static-42 .faq-content:has(> ul:last-child) + .faq-text,
  .static-42 .faq-content:has(> ol:last-child) + .faq-text,
  .static-42 .faq-content:has(> h2:last-child) + .faq-text,
  .static-42 .faq-content:has(> blockquote:last-child) + .faq-text {
    margin-top: 2.5rem;
  }
  .static-42 .faq-img {
    border-radius: 1.25rem;
  }
  .static-42 .faq-content:has(> div.table-wrap:last-child) + .faq-img {
    margin-top: 2.5rem;
  }
  .static-42 .faq-content:has(> h2:last-child) + .faq-content:has(> .scroll-wrap:first-child),
  .static-42 .faq-text + .faq-content:has(> .scroll-wrap:first-child) {
    margin-top: 1rem;
  }
  .static-42 .faq-content:has(> ul:last-child) + .faq-content:has(> ul:first-child),
  .static-42 .faq-content:has(> ul:last-child) + .faq-content:has(> ol:first-child),
  .static-42 .faq-content:has(> ol:last-child) + .faq-content:has(> ul:first-child),
  .static-42 .faq-content:has(> ol:last-child) + .faq-content:has(> ol:first-child) {
    margin-top: 2.5rem;
  }
  .static-42 .faq-content:has(> blockquote:last-child) + .faq-content:has(> h2:first-child),
  .static-42 .faq-content:has(> blockquote:last-child) + .faq-content:has(> ul:first-child) {
    margin-top: 2.5rem;
  }
  .static-42 .faq-content:has(> h2:last-child) + .faq-content:has(> ul:first-child),
  .static-42 .faq-content:has(> h2:last-child) + .faq-content:has(> ol:first-child) {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block + .faq-block {
    margin-top: 1rem;
  }
  .static-42 .faq-block.has-last-h2 + .faq-block:has(> div.faq-text:first-child),
  .static-42 .faq-block.has-last-table + .faq-block:has(> div.faq-text:first-child),
  .static-42 .faq-block.has-last-ul + .faq-block:has(> div.faq-text:first-child),
  .static-42 .faq-block.has-last-ol + .faq-block:has(> div.faq-text:first-child),
  .static-42 .faq-block.has-last-blockquote + .faq-block:has(> div.faq-text:first-child) {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block.has-last-ul + .faq-block.has-first-ul,
  .static-42 .faq-block.has-last-ul + .faq-block.has-first-ol,
  .static-42 .faq-block.has-last-ol + .faq-block.has-first-ul,
  .static-42 .faq-block.has-last-ol + .faq-block.has-first-ol {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block.has-last-blockquote + .faq-block.has-first-h2,
  .static-42 .faq-block.has-last-blockquote + .faq-block.has-first-ul {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block.has-last-h2 + .faq-block.has-first-ul,
  .static-42 .faq-block.has-last-h2 + .faq-block.has-first-ol {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block:has(> div.faq-text:last-child) + .faq-block.has-first-h2,
  .static-42 .faq-block:has(> div.faq-text:last-child) + .faq-block.has-first-table,
  .static-42 .faq-block:has(> div.faq-text:last-child) + .faq-block.has-first-h4 {
    margin-top: 2.5rem;
  }
  .static-42 .faq-block:has(> div.faq-text:last-child) + .faq-block.has-first-ol,
  .static-42 .faq-block:has(> div.faq-text:last-child) + .faq-block.has-first-ul {
    margin-top: 0.25rem;
  }
  .static-42 .faq-block.has-last-tablewrap + .faq-block:has(> div.faq-img:first-child) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .static-42 .panel-overflow {
    overflow: visible !important;
  }
  .static-42 .tw\:accordion-item:has(.tw\:accordion-trigger[aria-expanded=false]) .panel-overflow {
    overflow: hidden !important;
  }
}

/* 禁止頁面滾動 */
@media (max-width: 1023.98px) {
  body.sidebar-open {
    overflow: hidden;
  }
}