:root {
  --cardinal: #b81c2c;
  --white: white;
  --black: black;
  --color-2: #b17a40;
  --laser: #c6a770;
  --color-4: #cbcbcb;
  --tundora: #4a4949;
  --transparent: rgba(255, 255, 255, 0);
  --color: #001c5c;
  --santas-gray: #9f9fa0;
  --pale-slate: #d4d3d4;
  --color-3: #e6191a;
  --color-5: #01051d;
  --color-6: #002c66;
  --color-7: #28b5bb;
  --color-8: #c8e8fa;
  --color-9: #7eb9c7;
}

.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer-2 {
  background-color: var(--cardinal);
}

.kv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-1 {
  background-image: url('../images/section-1-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 900px;
  padding-top: 60px;
}

.section-2 {
  padding-bottom: 100px;
}

.title-block {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-1-container {
  max-width: 1200px;
}

.footer-2-container {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-note {
  color: var(--white);
  width: 100%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-info {
  color: var(--black);
  width: 100%;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.footer-contact {
  padding-bottom: 20px;
  font-size: 14px;
}

.footer-contact.footer-cube {
  background-image: url('../images/footer-cube-icon.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-top: 0;
  padding-left: 15px;
  line-height: 140%;
}

.footer-logo-companyname {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.navbar-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.fixed-menu-block {
  z-index: 999;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-2) var(--color-2) var(--laser);
  color: #f1d5cc;
  text-align: center;
  background-color: #70191a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-right: 20px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.nav-link {
  border-right: 1px solid #ccc;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  transition: color 1s ease-out;
}

.nav-link:hover {
  color: var(--cardinal);
}

.nav-link.w--current {
  color: var(--cardinal);
  transition: color .5s ease-out;
}

.fixed-menu-block-mb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fixed-button-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--laser);
  color: #f6e5d3;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.social-menu {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-left: 25px;
  display: flex;
}

.social-link {
  width: 40px;
  margin-right: 10px;
}

.sc-main-btn-bg-animation {
  z-index: 2;
  background-color: var(--color);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sc-btn-icon {
  z-index: 5;
  width: 35px;
  height: 40px;
  font-size: 3.6em;
  position: relative;
}

.text-block-2 {
  text-align: center;
}

.footer-1 {
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
}

.footer-1-container {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-logo-img {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 200px;
  max-height: 200px;
  display: flex;
}

.section-title-light {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.fixed-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--color-4);
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 120px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.fixed-button-2.hide {
  color: #f6e5d3;
  border-bottom-style: none;
  width: 100px;
  height: 145px;
  display: flex;
}

.requset-main-button {
  z-index: 20;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  background-color: #5b2c35;
  border: 3px solid #cba766;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-top: -35px;
  padding: 20px 8px 20px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 5;
  color: var(--white);
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.request-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: right;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.request-button-block-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 340px;
  display: flex;
}

.page-top {
  background-color: #a01328;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  display: flex;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
}

.scoical-link-menu-mb {
  display: none;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.footer-fund-note-title {
  background-color: #a01328;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
}

.footer-fund-note {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-gotop-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-contact-us {
  display: flex;
}

.footer-contact-block {
  width: 33%;
}

.section-3 {
  background-image: url('../images/section-3-bg-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}

.request {
  background-image: url('../images/request-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.request-container {
  max-width: 1050px;
  padding-top: 70px;
  position: relative;
}

.qa {
  padding-top: 60px;
  padding-bottom: 100px;
}

.allstar-3feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.qa-title {
  color: #70191a;
  text-align: center;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.how-buy-articles {
  color: #fff;
  background-color: #f6e9d3;
  border: 1px solid #cba766;
  border-right-color: #c7b299;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  font-size: 20px;
  display: flex;
}

.toggle-icon-2 {
  color: #8a5151;
  margin-right: 30px;
}

.how-buy-articles-title {
  color: #42210b;
  font-weight: 700;
  display: flex;
}

.how-buy-items {
  color: #231814;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.popup-agency-p {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

.popup-agency-p.preorder {
  border-top-style: none;
  padding-top: 0;
  font-size: 18px;
}

.accordion-open-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 20px;
  display: block;
  position: static;
}

.interest-container {
  padding-left: 20px;
  padding-right: 20px;
}

.qa-number {
  color: #998675;
  padding-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.request-note {
  color: #70191a;
  text-align: justify;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

._4-key {
  background-color: #fff;
  border: 1px solid #ece5ae;
  border-right-color: #c7b299;
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

._4-key-block {
  border-right: 1px solid #c7b299;
  width: 25%;
  padding: 15px 10px 15px 15px;
}

._4-key-block.no-boder {
  border-right-style: none;
}

._4-key-title-block {
  color: #913b43;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 700;
}

._4-key-text-block {
  text-align: justify;
  padding: 15px 10px 5px;
  font-size: 17px;
}

.key {
  color: #fff;
  background-image: url('../images/section-3-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.key-title-1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 125%;
}

.key-title-2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 125%;
}

.key-contect {
  color: #f5d6c9;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.section-title-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.section-title-bold.red-color {
  background-image: linear-gradient(180deg, var(--cardinal), #720606);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-title-40 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.contaioner-a {
  color: var(--white);
  background-image: url('../images/section-2-1-bg2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.contaioner-b {
  color: var(--white);
  background-image: url('../images/section-2-2-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-block-content {
  background-color: #fff;
  border: 2px solid #cba766;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
}

.allstar-block-popup-1 {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.allstar-popup-btn {
  z-index: 20;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  background-color: var(--cardinal);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-bottom: -30px;
  padding: 20px 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.allstar-link-btn {
  z-index: 20;
  grid-column-gap: .9em;
  grid-row-gap: 0px;
  background-color: var(--cardinal);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-bottom: -30px;
  padding: 20px 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.portfolio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.fund-introduce {
  background-image: url('../images/section-2-tabs-block-bg.png');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1360px;
  min-height: 940px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.fund-introduce-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-taiwan {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 472px;
  display: flex;
}

.portfolio-taiwan-btn {
  z-index: 20;
  grid-column-gap: 1.2em;
  grid-row-gap: 0px;
  background-color: #a01328;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-bottom: -30px;
  padding: 20px 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  bottom: 30px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.portfolio-global {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 472px;
  display: flex;
}

.portfolio-global-btn {
  z-index: 20;
  grid-column-gap: 1.2em;
  grid-row-gap: 0px;
  background-color: #002c66;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-bottom: -30px;
  padding: 20px 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  bottom: 30px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.allstar-3feature-block {
  background-color: var(--white);
  border: 1px solid #cba766;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  display: flex;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.allstar-3feature-note {
  text-align: center;
  padding-top: 100px;
  font-size: 18px;
  font-weight: 700;
}

.fund-introduce-tabs {
  background-color: var(--transparent);
  color: #f5d6c9;
  text-align: center;
  flex-flow: row;
  width: 50%;
  min-height: 80px;
  padding-top: 37px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.fund-introduce-tabs.w--current {
  color: #42210b;
  background-image: url('../images/section-2-tabs-menu-bg.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 50%;
  padding-top: 25px;
}

.allstar-block-popup-2 {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.allstar-3feature-block-title {
  color: #a01328;
  padding-top: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.allstar-3feature-block-list-1 {
  background-image: url('../images/list-icon.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 21px;
  border-bottom: 1px dashed #cfc8c8;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 500;
}

.allstar-3feature-block-list-2 {
  text-align: left;
  background-image: url('../images/list-icon.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-top: 5px;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 500;
}

.allstar-3feature-illustrate {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.allstar-popup-close-btn {
  z-index: 20;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  background-color: var(--cardinal);
  background-image: linear-gradient(90deg, var(--cardinal), #e6191a);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-bottom: -30px;
  padding: 20px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.key-loop-card {
  min-height: 500px;
  padding-top: 20px;
}

.key-content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-title-block {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.qa-container {
  max-width: 1000px;
}

.allstar-icon {
  margin-top: -60px;
}

._4-key-block-title-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sc-main-btn-bg-animation-y {
  z-index: 2;
  background-color: var(--laser);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-block-icon {
  position: absolute;
  top: -20px;
  left: 200px;
}

.request-img {
  position: absolute;
  top: -50px;
  left: 0;
}

.section-a-content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 190px;
}

.key-loop-card-img {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.request-button-text {
  z-index: 5;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.allstar-title-block {
  text-align: center;
  padding-top: 0;
  padding-bottom: 60px;
}

.tabs-content {
  text-align: center;
  padding-top: 55px;
}

.banner-left {
  background-image: url('../images/banner-content-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 660px;
  padding-left: 130px;
  display: flex;
}

.banner-right {
  width: 50%;
  min-height: 660px;
}

.top-slider {
  width: 100%;
  min-height: 660px;
}

.slide-1 {
  width: 100%;
}

.banner {
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1920px;
  height: 660px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-dot {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 200px;
  left: 225px;
  right: auto;
}

.request-sc-btn-icon {
  z-index: 5;
  width: 24px;
  height: 40px;
  font-size: 3.6em;
  position: relative;
}

.request-button-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 340px;
  display: flex;
}

.banner-copy {
  max-width: 500px;
}

.banner-copy-title {
  color: #ece5ae;
  max-width: 448px;
  padding-bottom: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 50px;
}

.banner-copy-text {
  color: #fff;
  padding-bottom: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.banner-copy-text-intro {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.intro-text {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
}

.intro-link-btn {
  z-index: 20;
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  background-color: var(--cardinal);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  height: 40px;
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.intro-link-sc-btn-icon {
  z-index: 5;
  width: 25px;
  height: 16px;
  font-size: 3.6em;
  position: relative;
}

.here {
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.banner-block-1 {
  text-align: left;
  background-image: url('../images/banner-img-1-2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-block-2 {
  text-align: left;
  background-image: url('../images/banner-img-2-2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-block-3 {
  text-align: left;
  background-image: url('../images/banner-img-3-2x.jpg');
  background-position: 50% 0;
  background-size: 1920px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-block-4 {
  text-align: left;
  background-image: url('../images/banner-img-4-2x.jpg');
  background-position: 50% 0;
  background-size: 1920px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mobile-img, .border {
  display: none;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: static;
}

.font-black {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .kv {
    background-size: cover;
    height: auto;
    padding-bottom: 0;
  }

  .section-1 {
    background-size: auto;
    min-height: 860px;
    padding-top: 100px;
    overflow: hidden;
  }

  .section-2 {
    background-image: url('../images/bg-04.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .title-block {
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-1-container {
    background-position: 50%;
    max-width: 768px;
    overflow: visible;
  }

  .footer-2-container {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-note {
    font-size: 18px;
  }

  .footer-info {
    width: 75%;
  }

  .top-line {
    background-color: #000;
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 28px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .middle-line {
    background-color: #000;
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 38px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bottom-line {
    background-color: var(--black);
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 48px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    width: 80px;
    height: 80px;
  }

  .navbar {
    border-radius: 0;
    margin-top: 0;
  }

  .navbar-container {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-menu {
    z-index: 1000;
    position: relative;
  }

  .fixed-menu-block {
    display: none;
  }

  .navbar-menu {
    border: 3px solid var(--cardinal);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .95);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 280px;
    margin: 15px 15px 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
  }

  .nav-link {
    border-bottom: 1px solid var(--color-4);
    color: var(--tundora);
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: color 1s ease-out;
    display: flex;
  }

  .fixed-menu-block-mb {
    z-index: 1000;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .2);
  }

  .social-menu {
    background-color: var(--transparent);
    border-left-style: none;
    height: 100vh;
    display: none;
  }

  .social-link {
    color: var(--white);
    border-bottom: 1px solid #cb6855;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .sc-btn-icon {
    width: .8em;
  }

  .footer-1-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-logo-img {
    width: 35%;
  }

  .section-title-light {
    font-size: 50px;
  }

  .requset-main-button {
    width: 185px;
  }

  .request-block {
    background-size: contain;
    width: 96%;
  }

  .request-button-block-1 {
    margin-top: -128px;
  }

  .fixed-button-1-mb {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top: 1px none var(--color-4);
    border-right: 1px solid var(--color-4);
    color: var(--tundora);
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 50px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .fixed-button-2-mb {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top: 1px none var(--color-4);
    border-right: 1px solid var(--color-4);
    color: var(--tundora);
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 50px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .fixed-button-2-mb.hide {
    border-right-style: none;
    display: flex;
  }

  .scoical-fb-link-mb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-right: 1px solid var(--color-4);
    color: var(--tundora);
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .scoical-line-link-mb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--tundora);
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .scoical-link-menu-mb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-contact-us {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-3 {
    background-image: url('../images/bg-04.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .allstar-3feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-agency-p.preorder {
    font-size: 1em;
    line-height: 24px;
  }

  .accordion-open-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .interest-container {
    z-index: 999;
    position: relative;
  }

  .request-note {
    max-width: 730px;
    font-size: 16px;
  }

  ._4-key {
    border-radius: 0;
  }

  ._4-key-title-block {
    padding-left: 10px;
    font-size: 26px;
    line-height: 115%;
  }

  ._4-key-text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 135%;
  }

  .key {
    padding-left: 20px;
  }

  .key-title-1 {
    font-size: 42px;
  }

  .key-title-2 {
    font-size: 40px;
  }

  .key-contect {
    font-size: 18px;
  }

  .section-title-bold {
    font-size: 43px;
  }

  .section-title-bold.red-color {
    font-size: 50px;
  }

  .section-title-40 {
    font-size: 43px;
  }

  .portfolio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fund-introduce {
    min-height: 650px;
    margin-top: 0;
  }

  .allstar-3feature-block {
    justify-content: space-between;
    align-items: center;
    height: 300px;
  }

  .allstar-3feature-note {
    padding-top: 75px;
  }

  .fund-introduce-tabs.w--current {
    background-position: 50% 0;
  }

  .allstar-3feature-block-title {
    font-size: 32px;
  }

  .allstar-3feature-block-list-1, .allstar-3feature-block-list-2 {
    font-size: 16px;
  }

  .allstar-3feature-illustrate {
    width: 90%;
  }

  .key-loop-card {
    min-height: 450px;
  }

  .portfolio-title-block {
    margin-bottom: auto;
  }

  ._4-key-block-icon {
    width: 50px;
  }

  .portfolio-block-icon {
    left: 40px;
  }

  .request-img {
    top: -125px;
    left: -30px;
  }

  .section-a-content {
    padding-bottom: 230px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .allstar-title-block {
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .banner-left {
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    padding-left: 120px;
    padding-right: 10px;
  }

  .banner-right {
    width: 45%;
  }

  .banner {
    overflow: hidden;
  }

  .slide-dot {
    bottom: 160px;
    left: 180px;
  }

  .request-sc-btn-icon {
    width: .8em;
  }

  .request-button-block-2 {
    margin-top: -128px;
  }

  .banner-copy-title {
    font-size: 36px;
  }

  .banner-copy-text {
    font-size: 20px;
  }

  .banner-copy-text-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
  }

  .intro-text {
    font-size: 18px;
  }

  .intro-link-btn {
    width: 165px;
    margin-top: 10px;
    margin-left: 0;
  }

  .intro-link-sc-btn-icon {
    width: .8em;
  }

  .fund-portfolio-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .fund-portfolio-2 {
    padding-bottom: 40px;
  }

  .banner-block-1 {
    background-image: url('../images/banner-img-1-2x-p.jpg');
    background-position: 38% 0;
    background-size: 991px;
    overflow: hidden;
  }

  .banner-block-2 {
    background-image: url('../images/banner-img-2-2x-p.jpg');
    background-position: 38% 0;
    background-size: 991px;
    overflow: hidden;
  }

  .banner-block-3 {
    background-image: url('../images/banner-img-3-2x-p.jpg');
    background-position: 38% 0;
    background-size: 991px;
    overflow: hidden;
  }

  .banner-block-4 {
    background-image: url('../images/banner-img-4-2x-p.jpg');
    background-position: 38% 0;
    background-size: 991px;
    overflow: hidden;
  }

  .fixed-menu-mobile {
    z-index: 1000;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .kv {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    width: 100%;
    min-height: 691px;
    margin-top: 0;
    overflow: hidden;
  }

  .section-1 {
    background-color: #e2e8f0;
    background-image: url('../images/section-1-bg-m.jpg');
    background-position: 50% -10px;
    background-size: cover;
    height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .section-2 {
    overflow: visible;
  }

  .title-block {
    padding-top: 10px;
  }

  .section-1-container {
    background-position: 50% 77%;
  }

  .footer-2-container {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .footer-note {
    border-left-style: none;
    padding-top: 20px;
  }

  .footer-info {
    width: 100%;
    max-width: none;
  }

  .navbar {
    background-color: #fff;
  }

  .footer-contact {
    padding-bottom: 10px;
    display: block;
  }

  .footer-contact.footer-cube {
    border-bottom: 1px solid #bbb;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .footer-logo-companyname {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .sc-btn-icon {
    width: 35px;
  }

  .footer-1-container {
    flex-flow: column;
    padding: 20px 10px 10px;
  }

  .footer-logo-img {
    width: 50%;
    height: auto;
  }

  .section-title-light {
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .requset-main-button {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    justify-content: flex-end;
    align-items: center;
  }

  .request-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 410px;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .request-button-block-1 {
    background-image: url('../images/request-bg-1.png');
    background-repeat: no-repeat;
    background-size: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-button-1-mb, .fixed-button-2-mb.hide {
    width: 50%;
  }

  .footer-contact-us {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .footer-contact-block {
    width: 100%;
  }

  .section-3 {
    background-image: url('../images/bg-04.png');
    background-repeat: repeat-x;
    background-size: auto;
  }

  .request {
    background-image: url('../images/request-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .request-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .qa {
    padding-top: 50px;
  }

  .allstar-3feature {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .how-buy-articles {
    white-space: normal;
    flex-flow: row;
    width: 95%;
    padding: 15px 25px 15px 13px;
    line-height: 18px;
  }

  .toggle-icon-2 {
    margin-right: 15px;
  }

  .how-buy-articles-title {
    width: 95%;
    font-size: 16px;
    display: flex;
  }

  .how-buy-items {
    font-size: 16px;
    line-height: 26px;
  }

  .popup-agency-p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .popup-agency-p.preorder {
    margin-bottom: 0;
    padding: 0 5px 10px;
    font-size: 1em;
    line-height: 20px;
  }

  .accordion-open-2 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .interest-container {
    padding-left: 0;
    padding-right: 0;
  }

  .qa-number {
    justify-content: flex-start;
    align-items: center;
    padding-right: 5px;
    display: flex;
  }

  .request-note {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 135%;
  }

  ._4-key {
    border-bottom-color: #c7b299;
    border-radius: 15px;
    flex-flow: column;
    width: 360px;
    margin-top: -50px;
  }

  ._4-key-block {
    border-bottom: 1px solid #c7b299;
    border-right-style: none;
    width: 100%;
  }

  ._4-key-block.no-boder {
    border-bottom-style: none;
  }

  .key {
    background-image: url('../images/section-3-bg-m2.jpg');
    background-position: 50% 100%;
    padding: 60px 10px 230px;
  }

  .key-title-1, .key-title-2 {
    font-size: 33px;
  }

  .key-contect {
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-title-bold {
    font-size: 33px;
    line-height: 43px;
  }

  .section-title-bold.red-color {
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .section-title-40 {
    text-align: center;
    font-size: 32px;
    line-height: 43px;
  }

  .contaioner-a {
    background-image: url('../images/section-2-1-bg2-m.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 480px;
  }

  .contaioner-b {
    position: relative;
  }

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

  .allstar-popup-btn {
    grid-column-gap: 1.1em;
  }

  .allstar-link-btn {
    grid-column-gap: .8em;
  }

  .portfolio {
    flex-flow: column;
  }

  .fund-introduce {
    background-image: url('../images/section-2-tabs-block-bg-m.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    min-height: auto;
    padding-bottom: 60px;
    position: relative;
  }

  .portfolio-taiwan {
    width: auto;
  }

  .portfolio-taiwan-btn {
    grid-column-gap: 1.1em;
    justify-content: flex-end;
    align-items: center;
  }

  .portfolio-global {
    width: auto;
  }

  .portfolio-global-btn {
    grid-column-gap: 1.1em;
  }

  .allstar-3feature-block {
    width: 350px;
    height: 230px;
  }

  .allstar-3feature-note {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .fund-introduce-tabs {
    font-size: 20px;
  }

  .fund-introduce-tabs.w--current {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 30px;
    font-size: 20px;
  }

  .allstar-3feature-block-title {
    padding-top: 0;
  }

  .allstar-3feature-illustrate {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .key-loop-card {
    min-height: auto;
  }

  .portfolio-title-block {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .allstar-icon {
    width: 90px;
    margin-top: -45px;
  }

  .portfolio-block-icon {
    top: -55px;
    left: 10px;
  }

  .request-img {
    top: -55px;
  }

  .section-a-content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 265px;
  }

  .allstar-title-block {
    padding-top: 10px;
  }

  .banner-left {
    background-image: url('../images/banner-content-bg-m5.jpg');
    background-position: 50% 0;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 350px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-right {
    width: 100%;
    min-height: 360px;
  }

  .top-slider {
    min-height: 710px;
  }

  .banner {
    flex-flow: column;
    max-width: none;
    height: 710px;
  }

  .slide-dot {
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 80px;
    left: auto;
  }

  .request-sc-btn-icon {
    width: 24px;
  }

  .request-button-block-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-copy-title {
    text-align: center;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    padding-bottom: 10px;
    font-style: normal;
    line-height: 46px;
  }

  .banner-copy-text {
    text-align: center;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
  }

  .banner-copy-text-intro {
    justify-content: flex-start;
    align-items: center;
  }

  .intro-link-btn {
    grid-column-gap: .5em;
    justify-content: flex-end;
    align-items: center;
    width: 140px;
    padding-left: 0;
    padding-right: 15px;
  }

  .intro-link-sc-btn-icon {
    width: 15px;
    height: 20px;
  }

  .banner-block-1 {
    background-image: url('../images/banner-img-1-2x-m.jpg');
    background-position: 50% 0;
    background-size: 480px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 710px;
  }

  .banner-block-2 {
    background-image: url('../images/banner-img-2-2x-m.jpg');
    background-position: 50% 0;
    background-size: 480px;
    flex-flow: column;
    max-width: none;
    height: 710px;
    padding-top: 0;
  }

  .banner-block-3 {
    background-image: url('../images/banner-img-3-2x-m.jpg');
    background-position: 50% 0;
    background-size: 480px;
    flex-flow: column;
    max-width: none;
    height: 710px;
    padding-top: 0;
  }

  .banner-block-4 {
    background-image: url('../images/banner-img-4-2x-m.jpg');
    background-position: 50% 0;
    background-size: 480px;
    flex-flow: column;
    max-width: none;
    height: 710px;
    padding-top: 0;
  }

  .pc-img {
    display: none;
  }

  .mobile-img {
    display: inline-block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .border {
    border-top: 2px solid #ece5ae;
    width: 40px;
    height: 1px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .tabs-menu {
    z-index: 66;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}


