:root {
  --bg: #013d8a;
  --white: white;
  --transparent: #fff0;
  --steel-blue: #3583c9;
  --dark-slate-blue: #003781;
  --dark-slate-grey: #3c3c3c;
  --royal-blue: #326295;
  --0093b2: black;
  --cadet-blue: #0093b2;
  --chocolate: #e8610c;
  --brown: #861f41;
  --orange: #f7a919;
  --016191: #016191;
  --f86201: #f86201;
  --f9b500: #f9b500;
  --666666: #666;
  --e1f3f9: #e1f3f9;
  --013781: #013781;
  --007ab3: #007ab3;
  --14a0d3: #14a0d3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--bg);
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.kv-container {
  flex-flow: column;
  max-width: 1080px;
  margin-top: 80px;
  padding-top: 60px;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.kv-section {
  background-image: url('../images/pc-bg-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 560px;
  overflow: hidden;
}

.introduction {
  background-image: url('../images/pc-bg-2.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 360px;
}

.link-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.video-block {
  flex-flow: column;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer {
  background-color: #e5e5e5;
}

.footer-note {
  color: #444;
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
}

.footer-container {
  max-width: 1080px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-info {
  font-size: 13px;
  font-weight: 400;
}

.section {
  padding-top: 40px;
}

.div-block {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.fixed-btn {
  z-index: 999;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fixed-btn.hide {
  display: none;
}

.admaster {
  text-align: right;
  font-size: 13px;
}

.chart-img-mb {
  display: none;
}

.chart-img-pc {
  border-radius: 25px;
}

.video {
  background-image: url('../images/pc-bg-3.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 650px;
  padding-top: 20px;
  display: none;
}

.fund-name {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  width: 482px;
  padding-top: 60px;
  font-size: 36px;
  font-weight: 700;
  display: inline-flex;
}

.fund-name-note {
  color: #b0b0b0;
  letter-spacing: -1px;
}

.fund-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.fund-kv-image {
  position: absolute;
  inset: -5% -6% 0% auto;
}

.slogan {
  text-align: center;
  margin-left: 50px;
  position: relative;
}

.sub-slogan-1 {
  text-align: center;
  position: relative;
}

.sub-slogan-2 {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.intro-container {
  max-width: 960px;
  position: relative;
}

.intro-note {
  color: var(--white);
  text-align: justify;
  font-size: 8px;
}

.blue-note {
  color: #003d8b;
  font-weight: 700;
}

.chart-slider-1 {
  background-color: var(--transparent);
  height: 820px;
  position: relative;
}

.slider-note {
  color: var(--white);
  text-align: justify;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 300;
}

.blod-note {
  font-size: 16px;
  font-weight: 700;
}

.chart-slider-nav {
  display: none;
}

.slider-title {
  height: 260px;
}

.slider-la {
  top: -55%;
  left: -80px;
}

.slider-la.va {
  position: absolute;
  top: 0%;
}

.slider-ra {
  top: -55%;
  right: -70px;
}

.slider-ra.va {
  top: 0%;
}

.left-arrow-icon {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #0000 40%, #7dd5f0 66%, #7dd5f0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 90px;
  font-weight: 500;
}

.left-arrow-icon:hover {
  background-image: linear-gradient(270deg, #0000 40%, #999 66%, #999);
}

.right-arrow-icon {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0000 40%, #7dd5f0 66%, #7dd5f0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 90px;
  font-weight: 500;
  transition: all .2s;
}

.right-arrow-icon:hover {
  background-image: linear-gradient(90deg, #0000 40%, #999 66%, #999);
}

.chart-a {
  background-image: url('../images/pc-bg-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 40px;
}

.chart-slider-2 {
  background-color: var(--transparent);
  height: 720px;
  position: relative;
}

.chart-slider-3 {
  background-color: var(--transparent);
  height: 830px;
  position: relative;
}

.divider {
  background-image: linear-gradient(270deg, var(--bg), white 30%, white 70%, var(--bg));
  max-width: 1400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.chart-b {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.chart-note {
  color: var(--white);
  text-align: justify;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 300;
}

.sales {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sales.hide {
  display: flex;
}

.sales-btn {
  background-image: url('../images/sales-btn.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 918px;
  width: 920px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.sales-btn:hover {
  background-position: 50% 0;
}

.video-slider {
  background-color: var(--transparent);
  width: 900px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-yt {
  border-radius: 25px;
  width: 900px;
  overflow: hidden;
}

.slider-yt.short {
  width: 500px;
  margin-left: 200px;
  margin-right: 200px;
}

.kv-btn-1, .kv-btn-2, .kv-btn-3, .kv-btn-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.btn-icon-1 {
  background-image: url('../images/kv-btn-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.btn-icon-1:hover {
  background-position: 50% 100%;
}

.btn-icon-2 {
  background-image: url('../images/kv-btn-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.btn-icon-2:hover {
  background-position: 50% 100%;
}

.btn-icon-3 {
  background-image: url('../images/kv-btn-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.btn-icon-3:hover {
  background-position: 50% 100%;
}

.btn-icon-4 {
  background-image: url('../images/kv-btn-4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.btn-icon-4:hover {
  background-position: 50% 100%;
}

.fixed-img {
  background-image: url('../images/fixed-btn-mega.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 665px;
  width: 333px;
  height: 401px;
}

.fixed-img:hover {
  background-position: 100% 0;
}

.shadow {
  background-image: url('../images/video-shadow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 856px;
  height: 66px;
  position: relative;
  top: -30px;
}

.td {
  color: var(--bg);
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
}

.td.bg-g {
  background-color: var(--bg);
  color: #fff;
}

.cover-block-content {
  background-color: #f1f9ff;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding-top: 1em;
  padding-bottom: 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px 5px #0003;
}

.sales-bank-block {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #013d8acc;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.table {
  background-color: #a7afad;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 1px;
  font-size: 17px;
  display: flex;
}

.close-btn-2 {
  cursor: pointer;
  background-image: url('../images/Group-1435.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 46px;
  height: 46px;
  position: absolute;
  inset: -15px -15px auto auto;
}

.close-btn-2.bank {
  transition: transform .2s;
  top: -50px;
  right: 0;
}

.close-btn-2.bank:hover {
  transform: rotate(90deg);
}

.tr {
  justify-content: space-between;
  padding-top: 1px;
  padding-left: 1px;
  display: flex;
  overflow: hidden;
}

.cover-bank-head {
  color: var(--bg);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.title-img-mb, .chart-mb {
  display: none;
}

.text-span {
  color: #8dd7f7;
  font-weight: 700;
}

.sales-links {
  color: var(--bg);
  text-decoration: none;
}

.sales-links:hover {
  text-decoration: underline;
}

.text-block {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
}

.brand-logo {
  background-image: url('../images/mega-logo.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  width: 200px;
  height: 80px;
  display: block;
  position: relative;
}

.nav-block {
  background-color: #fff;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-item:hover, .nav-item.w--current {
  color: #e11b3a;
}

.nav-item.nav-ask {
  color: #fff;
  background-color: #ef5a40;
  background-image: linear-gradient(90deg, #f37956, #ef5a40);
  border-radius: 99px;
  padding: 4px 30px;
  font-weight: 700;
  line-height: 1.9rem;
}

.nav-item.nav-ask:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f84646;
}

.nav-item.hide {
  display: none;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.navbar.header {
  z-index: 8;
  background-color: #0000;
  height: 80px;
  display: block;
  position: fixed;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  font-size: 18px;
  display: flex;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.brand {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .kv-container {
    max-width: 768px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .kv-section {
    background-position: 50%;
    background-size: auto;
    height: 430px;
  }

  .video-block {
    flex-direction: column;
    width: 768px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    max-width: 710px;
  }

  .fixed-btn {
    top: auto;
  }

  .chart-img-pc {
    max-width: 100%;
  }

  .video {
    padding-top: 60px;
  }

  .code {
    max-width: 54%;
  }

  .fund-name {
    width: 410px;
    padding-top: 20px;
    font-size: 30px;
  }

  .fund-menu {
    z-index: 2;
    position: relative;
  }

  .fund-kv-image {
    z-index: 1;
    top: 5%;
    right: -30%;
  }

  .slogan {
    margin-left: 0;
  }

  .sub-slogan-1 {
    max-width: 98%;
  }

  .intro-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
    display: flex;
    overflow: hidden;
  }

  .intro-note {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .chart-slider-1 {
    height: 620px;
  }

  .slider-note {
    font-size: 15px;
  }

  .blod-note {
    font-size: 16px;
  }

  .slider-title {
    height: 170px;
  }

  .slider-la {
    left: -40px;
  }

  .slider-ra {
    right: -30px;
  }

  .chart-slider-2 {
    height: 520px;
  }

  .chart-slider-3 {
    height: 560px;
  }

  .divider {
    max-width: 100%;
  }

  .chart-b {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chart-note {
    font-size: 15px;
  }

  .sales {
    max-width: 768px;
  }

  .sales-btn {
    background-size: cover;
    width: 100%;
    height: 280px;
  }

  .video-slider {
    width: 700px;
    height: auto;
  }

  .slider-yt {
    width: 700px;
  }

  .slider-yt.short {
    margin-left: 100px;
    margin-right: 100px;
  }

  .fixed-img {
    background-size: cover;
    width: 220px;
    height: 280px;
  }

  .kv-img-pc {
    max-width: 66%;
  }

  .brand-logo {
    background-position: 0 0;
    flex: 1;
    height: 70px;
  }

  .nav-btn {
    background-color: #053074;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: #004397;
    width: 80px;
    height: 80px;
  }

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-item {
    color: #f5f3ef;
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: flex;
  }

  .nav-item:hover {
    color: #f5f3ef;
  }

  .nav-item.w--current {
    color: #ffc800;
  }

  .nav-item.nav-ask {
    width: 250px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item.nav-ask:hover {
    color: #facd7e;
    background-color: #e73828;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .nav-menu {
    background-color: #004397;
    width: 50vw;
    margin-top: 80px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .ham-icon {
    opacity: 1;
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .brand {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .kv-container {
    max-width: none;
    padding: 20px 10px;
  }

  .kv-section {
    background-position: -277px 66px;
    background-size: cover;
    height: auto;
  }

  .introduction {
    height: auto;
  }

  .video-block {
    width: 90%;
  }

  .footer-note {
    font-size: 15px;
    line-height: 1.3;
  }

  .contact-info {
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .section {
    padding-top: 20px;
  }

  .div-block {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .fixed-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0 0% auto;
  }

  .admaster {
    font-size: 12px;
  }

  .chart-img-mb {
    display: inline-block;
  }

  .chart-img-pc {
    display: none;
  }

  .video {
    height: auto;
    padding-top: 20px;
    overflow: hidden;
  }

  .code {
    max-width: 70%;
  }

  .fund-name {
    text-shadow: 1px 1px #00093ab0;
    width: 65%;
    padding-top: 10px;
    font-size: 4.32vw;
  }

  .fund-name-note {
    color: #bbb;
  }

  .fund-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .fund-kv-image {
    width: 55%;
    height: 170px;
    position: absolute;
    inset: 0% -10% auto auto;
  }

  .slogan {
    z-index: 3;
    top: -10px;
  }

  .sub-slogan-2 {
    margin-top: 10px;
  }

  .intro-container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .intro-note {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.4svw;
  }

  .chart-slider-1 {
    display: none;
  }

  .slider-note {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .blod-note {
    font-size: 13px;
  }

  .slider-title {
    height: 80px;
  }

  .chart-a {
    padding-bottom: 20px;
  }

  .chart-slider-2, .chart-slider-3 {
    display: none;
  }

  .chart-b {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .chart-note {
    font-size: 12px;
  }

  .sales-btn {
    height: 140px;
  }

  .video-slider {
    width: 100%;
  }

  .slider-yt {
    border-radius: 15px;
    width: 100%;
    height: auto;
  }

  .slider-yt.short {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .fixed-img {
    width: 130px;
    height: 200px;
  }

  .fixed-img:hover {
    background-position: 0 0;
  }

  .fixed-img.w--current {
    width: 120px;
    height: 180px;
  }

  .title-img-pc, .shadow {
    display: none;
  }

  .kv-img-pc {
    max-width: 100%;
  }

  .td {
    width: 100%;
    font-size: 14px;
  }

  .cover-block-content {
    width: 95%;
  }

  .title-img-mb {
    display: inline-block;
  }

  .chart-mb {
    background-color: var(--white);
    border-radius: 0 0 15px 15px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .note-mb {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 3.3vw;
  }

  .tabs-menu {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--bg);
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    display: flex;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    width: 34%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--bg);
    color: var(--white);
    font-weight: 700;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--bg);
    color: var(--white);
    font-weight: 700;
  }

  .tabs {
    margin-top: 20px;
  }

  .chart-tab-block {
    padding-top: 10px;
  }

  .text-span {
    font-size: 13px;
  }

  .code-embed {
    width: 100%;
  }

  .brand-logo {
    background-position: 0%;
    background-size: auto 60px;
    height: 70px;
  }

  .nav-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 17px 0 0 17px;
  }

  .nav-btn.w--open {
    width: 70px;
    height: 70px;
  }

  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-block {
    height: 70px;
  }

  .nav-item {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item.nav-ask {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar.header {
    z-index: 20;
    height: 70px;
  }

  .nav-menu {
    width: 100vw;
    margin-top: 70px;
    overflow: hidden;
  }

  .ham-icon {
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .nav-container {
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}


