@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Noto+Sans+TC:wght@100;300;400;500;700&family=Noto+Serif+TC:wght@600;700;900&family=Noto+Serif+SC:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
  background-color: #141b33;
  color: #eaf1f9;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  color: #fff;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: 0;
}

mark {
  background: none;
  color: #69d57b;
}
mark.main {
  color: #f5b95c;
}

ul li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wow {
  visibility: hidden;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 80px;
}
.container.container-narrow {
  max-width: 860px;
}
@media (max-width: 520px) {
  .container {
    padding: 0 30px;
  }
}

.wrapper {
  width: 100%;
}
.wrapper section {
  position: relative;
  padding: 92px 0;
}
@media (max-width: 520px) {
  .wrapper section {
    padding: 66px 0;
  }
}

.sec_head {
  margin-bottom: 48px;
}
.sec_head h2 {
  margin-top: 14px;
  font-size: clamp(1.96rem, 4vw, 2.94rem);
}
.sec_head p {
  margin-top: 16px;
  color: #fff;
  font-size: 1.12rem;
}

.brand_name {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.eyebrow {
  display: inline-block;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #69d57b;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #69d57b;
  box-shadow: 0 0 8px rgb(11, 249, 51);
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 2px;
  animation: eyebrowShine 0.6s infinite ease-in-out alternate;
}
.eyebrow.eyebrow-sm {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  border: solid 1px #3a4578;
  padding: 3px 15px;
  border-radius: 30px;
}
.eyebrow.eyebrow-sm::before {
  display: none;
}
.eyebrow.eyebrow-logo img {
  width: auto;
  height: 24px;
  display: inline-block;
}
.eyebrow .eyebrow-logo-word {
  letter-spacing: 0.03em;
}

@keyframes eyebrowShine {
  from {
    box-shadow: 0 0 8px rgb(11, 249, 51);
    opacity: 1;
  }
  to {
    box-shadow: 0 0 8px rgba(11, 249, 51, 0.3);
    opacity: 0.5;
  }
}
.card_title {
  margin: 18px 0 15px;
  font-size: 1.31rem;
  color: #69d57b;
}

.card {
  background-color: #192140;
  border: 1px solid rgba(233, 241, 248, 0.1);
  border-radius: 10px;
}

.table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table_wrap::-webkit-scrollbar {
  display: none;
}

.data_table {
  width: 100%;
  border-collapse: collapse;
}
.data_table th,
.data_table td {
  padding: 13px 16px;
  border: 1px solid rgba(233, 241, 248, 0.1);
  text-align: left;
  vertical-align: middle;
}
.data_table thead th {
  background-color: #232d54;
  font-weight: 700;
  color: #eaf1f9;
}
.data_table tbody th {
  color: #eaf1f9;
}
.data_table tbody td {
  color: #a4b5cc;
}
.data_table tbody tr:nth-child(even) {
  background-color: rgba(233, 241, 248, 0.03);
}

.card_acts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card_en {
  margin-bottom: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: #a4b5cc;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn.btn-primary {
  background-color: #69d57b;
  color: #0c1428;
}
.btn.btn-primary::after {
  content: "↗";
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.22s ease;
}
@media (hover: hover) {
  .btn.btn-primary:hover {
    background-color: #94eaa4;
  }
  .btn.btn-primary:hover::after {
    transform: translate(3px, -3px);
  }
}
.btn.btn-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #eaf1f9;
}
@media (hover: hover) {
  .btn.btn-ghost:hover {
    border-color: #69d57b;
    color: #69d57b;
  }
}

.svg_sprite {
  position: absolute;
  width: 0;
  height: 0;
}

.cboe_logo {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.cboe_logo.cboe_logo-partner {
  height: 24px;
  margin-bottom: 11px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background-color: rgba(8, 12, 24, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s 0.2s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

.modal_box {
  position: relative;
  width: min(980px, 100%);
}
.modal_box.modal_box-wide {
  width: min(1240px, 100%);
}
.modal_box {
  max-height: 88vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal_box::-webkit-scrollbar {
  display: none;
}
.modal_box {
  padding: 34px;
  background-color: #192140;
  border: 1px solid rgba(233, 241, 248, 0.16);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: translateY(14px);
  transition: transform 0.24s ease;
}
.modal.is-open .modal_box {
  transform: none;
}
@media (max-width: 520px) {
  .modal_box {
    padding: 50px 20px;
  }
}

.modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(233, 241, 248, 0.16);
  border-radius: 3px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 1.2rem;
  color: #a4b5cc;
  cursor: pointer;
  transition: 0.15s;
}
@media (hover: hover) {
  .modal_close:hover {
    border-color: #69d57b;
    color: #69d57b;
  }
}

.modal_title {
  margin: 10px 0 24px;
  font-size: 1.7rem;
}
@media (max-width: 520px) {
  .modal_title {
    font-size: 1.35rem;
  }
}

.modal_foot {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(233, 241, 248, 0.1);
  font-size: 0.82rem;
  color: #6e819c;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 768px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
.steps.steps-stack {
  grid-template-columns: 1fr;
}

.steps_nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.steps_item {
  border: 1px solid rgba(233, 241, 248, 0.1);
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s;
}
.steps_item[aria-expanded=true] {
  background-color: #232d54;
  border-color: #69d57b;
}
@media (hover: hover) {
  .steps_item[aria-expanded=false]:hover {
    border-color: rgba(233, 241, 248, 0.16);
  }
}

.steps_head {
  display: grid;
  grid-template-columns: 30px 1fr 18px;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  text-align: left;
  cursor: pointer;
}
.steps_head::after {
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #69d57b;
}
.steps_item[aria-expanded=true] .steps_head::after {
  content: "−";
}

.steps_no {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background-color: #232d54;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.86rem;
  color: #a4b5cc;
  transition: 0.15s;
}
.steps_item[aria-expanded=true] .steps_no {
  background-color: #69d57b;
  color: #0c1428;
}

.steps_name {
  font-weight: 500;
  color: #eaf1f9;
  font-size: 1.2em;
}

.steps_panel {
  display: none;
}

.steps_panel_in {
  padding: 0 16px 16px 58px;
  font-size: 0.9rem;
  color: #a4b5cc;
}
@media (max-width: 768px) {
  .steps_panel_in {
    padding: 0 16px 16px;
  }
}

.steps_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.steps_list li {
  position: relative;
  padding-left: 16px;
}
.steps_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #69d57b;
  border-radius: 1px;
}

.steps_map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 14px;
}
@media (max-width: 960px) {
  .steps_map {
    grid-template-columns: 1fr;
  }
}

.steps_map_item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 9px 12px;
  background-color: #141b33;
  border-left: 2px solid #69d57b;
  border-radius: 2px;
}
.steps_map_item b {
  flex: none;
  font-weight: 500;
  color: #69d57b;
}
.steps_map_item b::after {
  content: "→";
  margin-left: 6px;
  color: #6e819c;
}
.steps_map_item span {
  color: #eaf1f9;
}
.steps_map_item em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  color: #6e819c;
}

.steps_link {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
  color: #69d57b;
}

.steps_shot {
  position: sticky;
  top: 0;
  padding: 6px;
  background-color: #2c3768;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.steps_shot img {
  width: 100%;
  aspect-ratio: 9/19.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .steps_shot {
    position: static;
    max-width: 400px;
    margin: 0 auto;
  }
}
.steps-stack .steps_shot {
  position: static;
  max-width: none;
  margin: 0;
  border-radius: 8px;
}
.steps-stack .steps_shot img {
  aspect-ratio: auto;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 5px;
}

:focus-visible {
  outline: 2px solid #69d57b;
  outline-offset: 3px;
}

header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: rgba(20, 27, 51, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(233, 241, 248, 0.1);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  gap: 10px;
}

.header_brand {
  flex: none;
  display: flex;
  align-items: center;
  transition: opacity 0.15s;
}
@media (hover: hover) {
  .header_brand:hover {
    opacity: 0.8;
  }
}

.header_logo {
  width: auto;
  height: 28px;
}
@media (max-width: 1100px) {
  .header_logo {
    height: 25px;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .header_nav {
    gap: 20px;
  }
}

.header_nav_link {
  position: relative;
  padding: 4px 0;
  font-size: 0.98rem;
  color: #fff;
  transition: 0.15s;
}
.header_nav_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background-color: #69d57b;
  transition: right 0.22s ease;
}
@media (hover: hover) {
  .header_nav_link:hover {
    color: #eaf1f9;
  }
  .header_nav_link:hover::after {
    right: 0;
  }
}

.header_nav_cta {
  flex: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header_nav_cta .btn {
  padding: 3px 15px;
  font-size: 0.98rem;
}

.header_toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: rgba(105, 213, 123, 0.14);
  border: 1px solid #69d57b;
  border-radius: 3px;
  cursor: pointer;
}

.header_toggle_bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
}
.header_toggle_bars span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #69d57b;
  transition: 0.25s ease;
}

.header_toggle[aria-expanded=true] .header_toggle_bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header_toggle[aria-expanded=true] .header_toggle_bars span:nth-child(2) {
  opacity: 0;
}
.header_toggle[aria-expanded=true] .header_toggle_bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu_backdrop {
  display: none;
  position: fixed;
  inset: 66px 0 0 0;
  z-index: 58;
  background-color: rgba(8, 12, 24, 0.5);
}
.menu_backdrop.is-open {
  display: block;
}

@media (max-width: 960px) {
  .header_toggle {
    display: flex;
  }
  .header_nav {
    position: fixed;
    inset: 66px 0 auto 0;
    z-index: 59;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 28px 22px;
    background-color: #192140;
    border-bottom: 1px solid rgba(233, 241, 248, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }
  .header_nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header_nav.is-resizing {
    transition: none;
  }
}
@media (max-width: 960px) and (max-width: 520px) {
  .header_nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .header_nav_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 2px;
    border-bottom: 1px solid rgba(233, 241, 248, 0.1);
    font-size: 1.12rem;
    font-weight: 500;
    color: #eaf1f9;
  }
  .header_nav_link::after {
    display: none;
  }
}
@media (max-width: 960px) and (hover: hover) {
  .header_nav_link:hover {
    color: #69d57b;
  }
}
@media (max-width: 960px) {
  .header_nav_cta {
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
  }
  .header_nav_cta .btn {
    flex: 1;
    justify-content: center;
  }
}
footer {
  padding: 70px 0 40px;
  background-color: #192140;
  border-top: 1px solid rgba(233, 241, 248, 0.1);
}
footer p {
  color: #757a8d;
}
footer span {
  color: #757a8d;
}

.footer_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(233, 241, 248, 0.1);
}
.footer_cta h3 {
  font-size: clamp(1.54rem, 3vw, 2.24rem);
}
.footer_cta p {
  margin-top: 8px;
  color: #a4b5cc;
}

.footer_risk {
  margin-top: 36px;
  font-size: 0.81rem;
  line-height: 1.7;
}
.footer_risk b {
  color: #a4b5cc;
  font-weight: 500;
}

.footer_corp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 22px;
  color: #6e819c;
  font-size: 0.81rem;
  line-height: 1.6;
}
.footer_corp b {
  color: #a4b5cc;
  font-weight: 700;
}

.footer_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  color: #6e819c;
  font-size: 0.84rem;
}

.footer_logo {
  flex: none;
  width: auto;
  height: 23px;
  opacity: 0.4;
  margin-bottom: 3px;
}

.index .hero_section {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 67px);
  min-height: calc(100dvh - 67px);
  overflow: hidden;
  padding: 96px 0 0;
  background-color: #141b33;
  background-image: radial-gradient(circle 60vw at 80% 25%, rgba(13, 58, 102, 0.3) 0%, rgba(13, 58, 102, 0) 100%), linear-gradient(to bottom right, #0a1a33, #02060f);
}
.index .hero_section #heroStage {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index .hero_section #heroStage canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #121b33;
}
.index .hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(14, 21, 45) 0%, rgba(14, 21, 45, 0.92) 30%, rgba(14, 21, 45, 0.56) 52%, rgba(14, 21, 45, 0.1) 65%, rgba(14, 21, 45, 0) 100%), linear-gradient(180deg, rgba(20, 27, 51, 0.5) 0%, transparent 22%, transparent 78%, #192140 100%);
}
.index .hero_section .hero_grid {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .index .hero_section .hero_grid {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 420px) {
  .index .hero_section .hero_grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.index .hero_section .hero_logo {
  width: min(34%, 12rem);
  margin-bottom: 28px;
}
.index .hero_section .hero_title {
  margin-top: 18px;
  font-size: clamp(2.4rem, 6.4vw, 5.18rem);
  font-weight: 900;
  letter-spacing: 0.005em;
  font-family: "Noto Serif SC", serif;
}
.index .hero_section .hero_title_row {
  display: block;
}
.index .hero_section .hero_title_row:not(.hero_title_row-accent) {
  font-size: 1.2em;
  color: #fff;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5), 0 0 19px rgba(233, 241, 248, 0.32), 0 0 42px rgba(154, 186, 228, 0.22);
}
.index .hero_section .hero_title_row.hero_title_row-accent {
  color: #69d57b;
}
.index .hero_section h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em;
  margin-top: 22px;
  font-size: clamp(1.4rem, 2.88vw, 2.24rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
}
.index .hero_section h2 i {
  flex: none;
  width: 0.32em;
  height: 0.32em;
  margin: 0 0.35em;
  background-color: #69d57b;
  transform: rotate(45deg);
}
@media (max-width: 520px) {
  .index .hero_section h2 {
    gap: 0.3em;
  }
  .index .hero_section h2 i {
    margin: 0 0.15em;
  }
}
.index .hero_section h3 {
  display: inline-block;
  align-self: flex-start;
  margin-top: 25px;
  padding: 0.5em 1em;
  border: 1px solid #69d57b;
  border-radius: 100px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  letter-spacing: 0.06em;
  color: #69d57b;
}
@media (max-width: 520px) {
  .index .hero_section h3 {
    padding: 0.45em 1.1em;
  }
}
.index .hero_section .hero_lede {
  max-width: 30em;
  margin: 24px 0 8px;
  font-size: clamp(1.12rem, 2vw, 1.33rem);
  color: #eaf1f9;
  opacity: 0.82;
}
.index .hero_section .hero_cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.index .hero_section .hero_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 40px;
}
.index .hero_section .hero_badge {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.index .hero_section .hero_badge_num {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 1.82rem;
  font-weight: 600;
  line-height: 1;
  color: #eaf1f9;
}
.index .hero_section .hero_badge_txt {
  font-size: 0.875rem;
  color: #a4b5cc;
}
.index .hero_section .tape {
  position: relative;
  z-index: 2;
  margin-top: 70px;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #69d57b;
  border-bottom: 1px solid #69d57b;
  background: linear-gradient(180deg, rgba(105, 213, 123, 0.06), #192140 60%);
}
.index .hero_section .tape_track {
  display: inline-flex;
  animation: marq 38s linear infinite;
}
.index .hero_section .tape_track .tape_item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px 13px 0px;
}
.index .hero_section .tape_track .tape_item::after {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  margin-left: 15px;
  background-color: #69d57b;
  transform: rotate(45deg);
  opacity: 0.7;
}
.index .hero_section .tape_track .tape_sym {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  color: #69d57b;
}
.index .hero_section .tape_track .tape_nm {
  font-size: 0.875rem;
  color: #a4b5cc;
}
@media (max-width: 960px) {
  .index .hero_section {
    min-height: 0;
    padding: 50px 0 0;
    background-image: none;
  }
  .index .hero_section::before {
    display: none;
  }
  .index .hero_section .hero_grid {
    order: 1;
    flex: none;
  }
  .index .hero_section #heroStage {
    order: 2;
    position: relative;
    inset: auto;
    margin-top: -150px;
    width: 100%;
    height: 340px;
    height: min(46svh, 380px);
    mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 96%, transparent 100%);
  }
  .index .hero_section .tape {
    order: 3;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .index .hero_section .hero_grid {
    width: auto;
  }
}
.index .partner_section {
  background: linear-gradient(180deg, #141b33 0%, #192140 100%);
}
.index .partner_section .stat_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.index .partner_section .stat_card {
  padding: 26px 24px;
  background-color: #232d54;
}
.index .partner_section .stat_card_num {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
  color: #69d57b;
}
.index .partner_section .stat_card_desc {
  display: block;
  margin-top: 10px;
  color: #a4b5cc;
  font-size: 0.94rem;
}
.index .partner_section .stat_card_desc span {
  display: block;
}
.index .partner_section .stat_note {
  margin: 18px 0 10px;
  color: #a4b5cc;
  font-size: 0.8rem;
}
.index .partner_section .quote_box {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 65px 38px 45px 38px;
  background-color: #232d54;
  border: 1px solid rgba(233, 241, 248, 0.1);
  border-left: 3px solid #69d57b;
  border-radius: 4px;
}
@media (max-width: 520px) {
  .index .partner_section .quote_box {
    padding: 50px 24px 26px;
  }
}
.index .partner_section .quote_mark {
  position: absolute;
  top: 8px;
  right: 24px;
  font-family: "Noto Serif TC", serif;
  font-size: 8.4rem;
  font-weight: 900;
  line-height: 1;
  color: #69d57b;
  opacity: 0.12;
}
.index .partner_section .quote_txt {
  position: relative;
  z-index: 1;
  max-width: 52em;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: clamp(1.19rem, 2.1vw, 1.47rem);
  line-height: 1.7;
  color: #eaf1f9;
}
.index .partner_section .quote_attrib {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .index .partner_section .quote_attrib {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 10px;
  }
  .index .partner_section .quote_attrib .quote_avatar {
    grid-row: 1/span 2;
  }
  .index .partner_section .quote_attrib .quote_who,
  .index .partner_section .quote_attrib .quote_tag {
    grid-column: 2;
  }
  .index .partner_section .quote_attrib .quote_tag {
    margin-left: 0;
    justify-self: start;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 420px) {
  .index .partner_section .quote_attrib {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }
  .index .partner_section .quote_attrib .quote_avatar {
    grid-row: auto;
  }
  .index .partner_section .quote_attrib .quote_who,
  .index .partner_section .quote_attrib .quote_tag {
    grid-column: 1;
  }
}
.index .partner_section .quote_avatar {
  flex: none;
  width: 85px;
  aspect-ratio: 1;
  background-color: #141b33;
  border: 1px solid #69d57b;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .partner_section .quote_who b {
  display: block;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #eaf1f9;
}
.index .partner_section .quote_who span {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #a4b5cc;
}
.index .partner_section .quote_tag {
  margin-left: auto;
  padding: 6px 11px;
  background-color: rgba(105, 213, 123, 0.14);
  border: 1px solid rgba(105, 213, 123, 0.14);
  border-radius: 2px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.77rem;
  letter-spacing: 0.14em;
  color: #69d57b;
}
@media (max-width: 960px) {
  .index .partner_section .stat_card_num {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .index .partner_section .stat_row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .index .partner_section .quote_mark {
    font-size: 7rem;
    right: -40px;
  }
}
@media (max-width: 420px) {
  .index .partner_section .stat_card {
    padding: 22px 18px;
  }
  .index .partner_section .stat_card_num {
    font-size: 1.3rem;
  }
}
.index .product_section .product_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.index .product_section .product_tab {
  padding: 11px 22px;
  border: 1px solid rgba(233, 241, 248, 0.1);
  border-radius: 2px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #a4b5cc;
  cursor: pointer;
  transition: 0.15s;
}
.index .product_section .product_tab[aria-selected=true] {
  background-color: #69d57b;
  border-color: #69d57b;
  color: #0c1428;
}
.index .product_section .product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 960px) {
  .index .product_section .product_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .index .product_section .product_grid {
    grid-template-columns: 1fr;
  }
}
.index .product_section .product_card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  transition: 0.16s ease;
}
.index .product_section .product_card::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 130%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
@media (hover: hover) {
  .index .product_section .product_card:hover {
    background-color: #232d54;
    border-color: rgba(233, 241, 248, 0.16);
    transform: translateY(-2px);
  }
  .index .product_section .product_card:hover::before {
    opacity: 1;
  }
}
.index .product_section .product_card_sym,
.index .product_section .product_card .card_title,
.index .product_section .product_card_desc {
  position: relative;
  z-index: 1;
}
.index .product_section .product_card_cat {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 14px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #a4b5cc;
}
.index .product_section .product_card_sym {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
}
.index .product_section .product_card-index .card_title {
  color: #69d57b;
}
.index .product_section .product_card-etf .card_title {
  color: #57c7f5;
}
.index .product_section .product_card-stock .card_title {
  color: #f5b95c;
}
.index .product_section .product_card-index::before {
  background: radial-gradient(circle, rgba(76, 242, 104, 0.2) 0%, rgba(76, 242, 104, 0.1) 38%, rgba(76, 242, 104, 0) 68%);
}
.index .product_section .product_card-etf::before {
  background: radial-gradient(circle, rgba(77, 203, 255, 0.2) 0%, rgba(77, 203, 255, 0.1) 38%, rgba(77, 203, 255, 0) 68%);
}
.index .product_section .product_card-stock::before {
  background: radial-gradient(circle, rgba(255, 187, 82, 0.2) 0%, rgba(255, 187, 82, 0.1) 38%, rgba(255, 187, 82, 0) 68%);
}
.index .product_section .product_subhead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0 16px;
}
.index .product_section .product_subhead:first-child {
  margin-top: 0;
}
.index .product_section .product_subhead_ss {
  padding-left: 14px;
  border-left: 3px solid #69d57b;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #eaf1f9;
}
.index .product_section .product_more {
  margin-left: auto;
  padding: 0;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #69d57b;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .index .product_section .product_more:hover {
    filter: brightness(1.2);
  }
}
.index .product_section .product_subhead-index .product_subhead_ss {
  border-left-color: #69d57b;
}
.index .product_section .product_subhead-index .product_more {
  color: #69d57b;
}
.index .product_section .product_subhead-etf .product_subhead_ss {
  border-left-color: #57c7f5;
}
.index .product_section .product_subhead-etf .product_more {
  color: #57c7f5;
}
.index .product_section .product_subhead-stock .product_subhead_ss {
  border-left-color: #f5b95c;
}
.index .product_section .product_subhead-stock .product_more {
  color: #f5b95c;
}
.index .product_section .product_subhead_sn {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #a4b5cc;
}
.index .product_section .product_note {
  margin-top: 22px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.84rem;
  color: #a4b5cc;
}
.index .edge_section .edge_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .index .edge_section .edge_grid {
    grid-template-columns: 1fr;
  }
}
.index .edge_section .edge_card {
  padding: 28px;
}
.index .edge_section .edge_card .edge_card_ic {
  width: 50px;
  aspect-ratio: 1;
}
.index .compare_section {
  background-color: #0f182f;
}
.index .compare_section .compare_box {
  background-color: #192140;
  border: 1px solid rgba(233, 241, 248, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.index .compare_section .compare_tabs {
  display: flex;
  background-color: #0c1428;
  border-bottom: 1px solid rgba(233, 241, 248, 0.1);
}
@media (max-width: 768px) {
  .index .compare_section .compare_tabs {
    flex-direction: column;
  }
}
.index .compare_section .compare_tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 26px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  color: #a4b5cc;
  cursor: pointer;
  transition: 0.18s;
}
.index .compare_section .compare_tab + .compare_tab {
  border-left: 1px solid rgba(233, 241, 248, 0.1);
}
.index .compare_section .compare_tab[aria-selected=true] {
  background-color: #192140;
  color: #eaf1f9;
}
.index .compare_section .compare_tab[aria-selected=true]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #69d57b;
}
.index .compare_section .compare_tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #192140;
}
@media (max-width: 768px) {
  .index .compare_section .compare_tab {
    flex: none;
  }
  .index .compare_section .compare_tab + .compare_tab {
    border-left: 0;
    border-top: 1px solid rgba(233, 241, 248, 0.1);
  }
  .index .compare_section .compare_tab[aria-selected=true]::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: auto;
  }
  .index .compare_section .compare_tab[aria-selected=true]::after {
    display: none;
  }
}
@media (max-width: 520px) {
  .index .compare_section .compare_tab {
    padding: 16px 20px;
    font-size: 0.95rem;
  }
}
@media (hover: hover) {
  .index .compare_section .compare_tab:not([aria-selected=true]):hover {
    background-color: rgba(35, 45, 84, 0.3);
    color: #a4b5cc;
  }
}
.index .compare_section .compare_body {
  padding: 38px 36px 36px;
}
@media (max-width: 520px) {
  .index .compare_section .compare_body {
    padding: 26px 20px 24px;
  }
}
.index .compare_section .compare_panel[hidden] {
  display: none;
}
.index .compare_section .compare_ttl {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 900;
  line-height: 1.4;
}
.index .compare_section .compare_lead {
  margin-top: 40px;
  font-size: 1.15rem;
  padding: 10px 30px;
  background: linear-gradient(90deg, #232d54, rgba(35, 45, 84, 0));
  border-radius: 6px;
}
.index .compare_section .compare_lead_arrow {
  margin: 0 0.2em;
  color: #f5b95c;
}
.index .compare_section .compare_pt {
  margin-top: 10px;
}
.index .compare_section .compare_pt li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-bottom: 1px dashed rgba(233, 241, 248, 0.1);
}
.index .compare_section .compare_pt li:last-child {
  border-bottom: 0;
}
.index .compare_section .compare_pt li::before {
  content: "";
  position: absolute;
  top: 1.15em;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #69d57b;
  transform: rotate(45deg);
}
.index .compare_section .table_wrap {
  margin-top: 35px;
}
.index .compare_section .compare_table {
  min-width: 640px;
  table-layout: fixed;
}
.index .compare_section .compare_table thead th {
  font-size: 1.2em;
}
.index .compare_section .compare_table thead th:first-child {
  width: 9em;
}
.index .compare_section .compare_table tbody th {
  font-weight: 500;
}
.index .compare_section .compare_ln {
  display: block;
}
.index .compare_section .compare_both {
  color: #a4b5cc;
  text-align: center;
}
.index .compare_section .compare_note {
  margin-top: 18px;
  font-size: 0.8rem;
  line-height: 1.75;
  color: #6e819c;
}
@media (max-width: 920px) {
  .index .compare_section .compare_lead {
    font-size: 1rem;
  }
  .index .compare_section .compare_both {
    text-align: left;
  }
}
.index .strategy_section {
  background: linear-gradient(180deg, #192140 0%, #141b33 100%);
}
.index .strategy_section .strategy_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 768px) {
  .index .strategy_section .strategy_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.index .strategy_section .strategy_card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #141b33;
  border-color: rgba(233, 241, 248, 0.16);
}
.index .strategy_section .card_title {
  margin-bottom: 2px;
}
.index .strategy_section .strategy_chart {
  padding: 20px 20px 6px;
  background-color: #232d54;
}
.index .strategy_section .strategy_chart svg {
  display: block;
  width: 100%;
  height: 120px;
}
.index .strategy_section .strategy_chart.strategy_chart-img {
  padding: 0;
}
.index .strategy_section .strategy_chart img {
  display: block;
  width: 100%;
  aspect-ratio: 700/500;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .strategy_section .strategy_chart_axis {
  stroke: rgba(233, 241, 248, 0.2);
  stroke-dasharray: 2 4;
}
.index .strategy_section .strategy_chart_line {
  stroke: #69d57b;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.index .strategy_section .strategy_chart_ref {
  stroke: #eaf1f9;
  stroke-width: 1.4;
  stroke-dasharray: 3 3;
  opacity: 0.35;
}
.index .strategy_section .strategy_chart_vline {
  stroke: #eaf1f9;
  stroke-width: 1.2;
  stroke-dasharray: 2 4;
}
.index .strategy_section .strategy_chart_dot {
  fill: #eaf1f9;
}
.index .strategy_section .strategy_chart_label {
  fill: #a4b5cc;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 10px;
}
.index .strategy_section .strategy_card_body {
  padding: 24px;
}
.index .strategy_section .strategy_card_note {
  margin-top: 14px;
  font-size: 0.84rem;
  color: #a4b5cc;
}
.index .platform_section {
  background-color: #192140;
}
.index .platform_section .platform_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.index .platform_section .platform_grid .platform_card:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .index .platform_section .platform_grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .index .platform_section .platform_grid .platform_card:nth-child(2) {
    margin-top: 0;
  }
}
.index .platform_section .platform_card {
  overflow: hidden;
  background-color: #141b33;
  border-radius: 8px;
}
.index .platform_section .platform_mock {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #283462;
  background: linear-gradient(90deg, #141b33 0%, #283462 30%, #283462 70%, #141b33 100%);
  background: url(../images/index/platform_bg.png) no-repeat center/cover;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.index .platform_section .platform_mock::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(8, 11, 24, 0.55);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.index .platform_section .platform_mock:focus-visible {
  outline: 2px solid #69d57b;
  outline-offset: -4px;
}
@media (hover: hover) {
  .index .platform_section .platform_mock:hover::after, .index .platform_section .platform_mock:focus-visible::after {
    opacity: 1;
  }
  .index .platform_section .platform_mock:hover .platform_mock_hint, .index .platform_section .platform_mock:focus-visible .platform_mock_hint {
    border-color: #fff;
    background-color: #fff;
    color: #141b33;
  }
}
.index .platform_section .platform_mock.platform_mock-pc .platform_video {
  height: 80%;
}
.index .platform_section .platform_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 0.5px #686d7a;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(8, 11, 24, 0.55);
}
.index .platform_section .platform_mock_hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  background-color: rgba(8, 11, 24, 0.72);
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  transition: 0.25s;
}
.index .platform_section .platform_mock_hint::after {
  content: "↗";
  font-size: 1.05em;
  line-height: 1;
}
.index .platform_section .platform_mock_hint:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(8, 11, 24, 0.55);
}
.index .platform_section .platform_mock_ph {
  padding: 8px 14px;
  border: 1px dashed rgba(233, 241, 248, 0.16);
  border-radius: 2px;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 0.84rem;
  color: #6e819c;
}
.index .platform_section .platform_card_body {
  padding: 30px;
}
.index .platform_section .card_acts {
  align-items: center;
  margin-top: 20px;
}
.index .platform_section .platform_card_note {
  margin-top: 14px;
  font-size: 0.8rem;
  color: #6e819c;
}
.index .platform_section .platform_card_list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.index .platform_section .platform_card_list li {
  position: relative;
  padding-left: 18px;
}
.index .platform_section .platform_card_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #69d57b;
  border-radius: 1px;
}
.index .faq_section .faq_list {
  border-top: 1px solid rgba(233, 241, 248, 0.1);
}
.index .faq_section .faq_item {
  border-bottom: 1px solid rgba(233, 241, 248, 0.1);
}
.index .faq_section .faq_btn {
  position: relative;
  width: 100%;
  padding: 24px 44px 24px 0;
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.19rem;
  text-align: left;
  color: #eaf1f9;
  cursor: pointer;
}
.index .faq_section .faq_btn::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: 1.68rem;
  color: #69d57b;
  transition: 0.2s;
}
.index .faq_section .faq_btn[aria-expanded=true]::after {
  content: "–";
}
.index .faq_section .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.index .faq_section .faq_answer_inner {
  padding: 0 40px 26px 0;
  font-size: 1.05rem;
  line-height: 1.75;
}
.index .faq_section .faq_answer_inner p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.index .faq_section .faq_answer_inner b {
  color: #69d57b;
  font-weight: 700;
}
.index .faq_section .faq_answer_inner p + p,
.index .faq_section .faq_answer_inner ol + p,
.index .faq_section .faq_answer_inner ul + p,
.index .faq_section .faq_answer_inner p + ol,
.index .faq_section .faq_answer_inner p + ul {
  margin-top: 1em;
}
.index .faq_section .faq_steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0.6em;
  padding-left: 1.4em;
  list-style: decimal;
}
.index .faq_section .faq_points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0.6em;
}
.index .faq_section .faq_points li {
  position: relative;
  padding-left: 18px;
}
.index .faq_section .faq_points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 1px;
}
.index .faq_section .table_wrap {
  margin-top: 6px;
}
.index .faq_section .faq_table {
  min-width: 570px;
}
.index .faq_section .faq_table tbody th {
  white-space: nowrap;
}

@keyframes marq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateY(-5.5px);
  }
  to {
    transform: rotate(360deg) translateY(-5.5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index .tape_track {
    animation: none;
  }
  .index .faq_answer {
    transition: none;
  }
}
