:root {
  --white: white;
  --cathay-r1: #ca1213;
  --red: #c01e19;
  --light-grey: #d1d1d1;
  --1d2940: #1d2940;
  --khaki: #ffe790;
  --fff3a6: #fff3a6;
  --transparent: #fff0;
  --white-smoke: #f8f6f2;
  --crimson-3: #c9383c;
  --cathay-o: #ef5011;
  --80px: 80px;
  --120px: 120px;
  --_100px---100px: var(--80px);
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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(--white);
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-menu {
  align-items: center;
  height: 80px;
  display: flex;
}

.nav-item {
  color: #3c3c3c;
  padding: 0 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover {
  color: var(--cathay-r1);
}

.nav-item.w--current {
  color: var(--red);
}

.brand {
  background-image: url('../images/cathay-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 219px;
  width: 220px;
  height: 36px;
  margin-right: auto;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  width: 100%;
  position: fixed;
}

.navbar.header {
  z-index: 99;
  height: 80px;
  position: fixed;
  top: 0;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container.nav-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.footer {
  background-color: #1b2532;
  position: relative;
}

.nav-social-links {
  justify-content: space-around;
  width: 150px;
  display: none;
}

.nav-social-links.mb-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.nav-link-item {
  width: 30px;
}

.fixed-bar {
  z-index: 11;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.fix-item {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.fixed-item-icon {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.fixed-text {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.kv {
  background-image: url('../images/intro-bg-01.png'), url('../images/kv-img.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 80px;
}

.kv-div {
  height: 800px;
  display: flex;
  position: relative;
}

.kv-content-1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 100px;
  display: flex;
}

.kv-cont {
  max-width: 1280px;
}

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

.media-content {
  max-width: 1100px;
  position: relative;
}

.media-content.block-hide {
  display: none;
}

.footer-cont {
  max-width: 1100px;
}

.footer-content {
  background-color: #2c3b4e;
}

.footer-text-18 {
  color: #fff;
  width: 50%;
  font-weight: 700;
}

.footer-contact-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer-text-13 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.footer-note-block {
  border-top: 1px solid #696c70;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-note {
  color: var(--white);
  text-align: justify;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

.note-title-lock {
  border: 1px solid var(--white);
  width: 90px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  display: flex;
}

.close-btn {
  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.bank {
  border: 2px solid var(--1d2940);
  background-image: url('../images/close-icon_1close-icon.png');
  border-radius: 30px;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  top: 5px;
  right: 5px;
  box-shadow: 0 4px 8px #0003;
}

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

.fixed-block {
  background-color: #030a0e;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 400px;
  display: flex;
}

.media-popup-01 {
  z-index: 9999;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.media-popupblock {
  position: relative;
}

.media-popup-div {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 50px #000a24b3;
}

.footer-text-18-tel {
  color: #fff;
  text-align: right;
  width: 50%;
  font-weight: 700;
}

.kv-slogan {
  padding-bottom: 35px;
}

.footer-contact-bloc-1 {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  display: flex;
}

.footer-contact-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.footer-contact-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-contact-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.line {
  color: #a5bad3;
  padding-left: 5px;
  padding-right: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--1d2940);
  border-radius: 10px;
  width: 300px;
  height: 50px;
  font-size: 23px;
  font-weight: 700;
}

.note-div {
  border-bottom: 1px solid var(--1d2940);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.error-message {
  border-radius: 10px;
}

.success-message {
  background-color: #d7e9ff;
  border-radius: 10px;
}

.popup-note {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.popup-note-title {
  width: 70%;
  height: auto;
  color: var(--1d2940);
  text-align: center;
  border-radius: 17px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 130%;
}

.popup-note-16 {
  text-align: justify;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 120%;
}

.popup-note-18 {
  color: #0d3b86;
  text-align: justify;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
}

.popup-note-14n {
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.popup-note-13 {
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.popup-note-16b {
  color: #184a9b;
  text-align: justify;
  width: 100%;
  text-decoration: underline;
}

.popup-ask-div {
  border: 5px solid var(--red);
  background-color: var(--white);
  border-radius: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin: auto;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.note-date {
  background-color: var(--red);
  color: #fff;
  border: 1px #ccb091;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.red-block {
  background-color: var(--1d2940);
  width: 100px;
  height: 28px;
  color: var(--white);
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
  position: absolute;
  bottom: -15px;
}

.kv-listing {
  position: absolute;
  inset: auto 0 0% auto;
}

.kv-starlight {
  mix-blend-mode: screen;
  position: absolute;
  bottom: 125px;
  left: -60px;
}

.fund-link-cont {
  max-width: 1110px;
  margin-top: 20px;
}

.fund-link-div {
  display: flex;
  position: relative;
  top: 40px;
}

.media-items {
  width: 476px;
}

.media-img {
  background-image: url('../images/media-frame.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 476px;
  height: 315px;
  display: flex;
  position: relative;
}

.media-title {
  background-image: url('../images/rec-icon.png');
  background-position: 5px 1px;
  background-repeat: no-repeat;
  background-size: 54px;
  margin-top: 10px;
  padding-left: 65px;
  font-weight: 500;
  text-decoration: none;
}

.media-items-div {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.1);
}

.media-popup-02, .media-popup-03, .media-popup-04 {
  z-index: 9999;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-ask {
  z-index: 9999;
  opacity: 1;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.checkbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.form-checkbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.form {
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  background-image: url('../images/sub-icon_1sub-icon.png');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.form-btn {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ask-title-block {
  color: #1d2940;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.form-text-field {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-checkbox-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ask-block {
  margin-left: auto;
  margin-right: auto;
}

.email-field {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.afa {
  z-index: 99;
  background-color: #fff;
  border-radius: 15px;
  width: 450px;
  height: 600px;
  display: none;
  position: absolute;
  inset: auto 120% 5% auto;
  overflow: hidden;
  box-shadow: 0 10px 20px #00022c99;
}

.afa-iframe {
  width: 100%;
  height: 100%;
}

.afa-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.afa-icon {
  position: relative;
}

.hide-icon {
  position: absolute;
  top: 8px;
}

.close-yt {
  width: 120px;
  height: 50px;
  color: var(--1d2940);
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/menu-close.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -60px 0 auto auto;
}

.close-yt:hover {
  background-color: var(--khaki);
}

.open-popup-button-1 {
  border-radius: 50px;
  transition: all .2s;
  position: absolute;
  box-shadow: 0 10px 10px #00000080;
}

.open-popup-button-1:hover {
  transform: scale(1.3);
}

.open-popup-button-2 {
  border-radius: 50px;
  transition: all .2s;
  position: absolute;
  box-shadow: 0 10px 10px #00000080;
}

.open-popup-button-2:hover {
  transform: scale(1.3);
}

.open-popup-button-3 {
  border-radius: 50px;
  transition: all .2s;
  position: absolute;
  box-shadow: 0 10px 10px #00000080;
}

.open-popup-button-3:hover {
  transform: scale(1.3);
}

.open-popup-button-4 {
  border-radius: 50px;
  transition: all .2s;
  position: absolute;
  box-shadow: 0 10px 10px #00000080;
}

.open-popup-button-4:hover {
  transform: scale(1.3);
}

.youtube-mbed {
  height: 500px;
}

.footer-note-17b {
  color: var(--fff3a6);
  text-align: justify;
  font-size: 17px;
  font-weight: 700;
}

.note-19b {
  color: #bdd9fc;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.fixed-text-2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.fix-item-2 {
  text-align: center;
  border-top: 1px solid #b1b1b1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.main-nav-item {
  color: #3c3c3c;
  background-image: url('../images/rec-icon.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 54px;
  padding: 0 20px 0 60px;
  font-size: 1em;
  font-weight: 700;
  line-height: 2.4rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.main-nav-item:hover {
  color: var(--cathay-r1);
}

.main-nav-item.w--current {
  color: var(--red);
}

.items-cont {
  background-image: url('../images/sub-icon_1sub-icon.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 130%;
}

.sub-red {
  color: #c01e19;
  font-weight: 700;
}

.sub-red.ss15 {
  font-size: 15px;
}

.title-description {
  background-image: url('../images/sub-icon_1sub-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}

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

.subscription-cont {
  max-width: 1110px;
}

.sub-btn-2 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-1_1btn-icon-1.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-2:hover {
  background-color: #1d2940;
}

.sub-btn-1 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-4_1btn-icon-4.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-1:hover {
  background-color: #1d2940;
}

.tabpane-cont-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-cell-2 {
  background-color: #fff;
  border-bottom: 1px solid #1d2940;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  line-height: 120%;
}

.sub-cell-2.no-boder {
  border-bottom-style: none;
}

.sub-tabpane {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

.tabs-content {
  background-color: #fff;
  border: 2px solid #001d3a;
  border-radius: 15px;
  padding-top: 70px;
  padding-bottom: 40px;
  top: -30px;
}

.tabpane-title-block {
  padding-left: 20px;
}

.sub-links {
  color: #c01e19;
  font-weight: 700;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d2940;
  border: 1px solid #000;
  border-bottom-color: #1d2940;
  border-radius: 10px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}

.purchase-process {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}

.items-cont-list {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 130%;
}

.subscription-title-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.tabpane-cont-items {
  padding-bottom: 30px;
}

.sub-tabmenu {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-tabmenu-btn {
  color: #fff;
  background-color: #1d2940;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.sub-tabmenu-btn.w--current {
  background-color: #c01e19;
  width: 250px;
  box-shadow: 0 3px 33px #c01e194d;
}

.sub-cell {
  background-color: #fff5e0;
  border-bottom: 1px solid #1d2940;
  border-right: 1px solid #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.sub-cell.no-boder {
  border-bottom-style: none;
}

.items-title {
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-radius: 60px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  font-size: 20px;
  font-weight: 700;
}

.subscription {
  padding-top: 100px;
  padding-bottom: 140px;
}

.sub-btn-3 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-5_1btn-icon-5.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-btn-3:hover {
  background-color: #1d2940;
}

.tabpane-btn-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.afa-content {
  background-color: #f3fff8;
  border: 3px solid #00b14d;
  border-radius: 20px;
  padding: 20px 40px 60px;
  box-shadow: 0 5px 20px #0003;
}

.afa-items {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.afa-btn-1 {
  color: #fff;
  background-color: #00b14d;
  background-image: url('../images/btn-icon-6_1btn-icon-6.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #0003;
}

.afa-btn-1:hover {
  background-color: #1d2940;
}

.afa-text-2 {
  text-align: center;
  padding-top: 10px;
}

.afa-section {
  background-color: #fff;
}

.afa-btn-2 {
  color: #fff;
  background-color: #ffbb02;
  background-image: url('../images/btn-icon-6_1btn-icon-6.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #0003;
}

.afa-btn-2:hover {
  background-color: #1d2940;
}

.afa-cont {
  max-width: 1100px;
  position: relative;
  top: -70px;
}

.afa-text-1 {
  color: #f7931e;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.afa-btn-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -35px;
}

.bold-green {
  color: #048f6b;
}

.afa-blaok-title {
  background-image: url('../images/afa-icon_1afa-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
}

.follow {
  background-color: #f8f6df;
}

.follow-cont {
  max-width: 1100px;
}

.follow-block {
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  display: flex;
}

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

.follow-text-1 {
  color: #f7931e;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.follow-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.section-titlefont {
  text-shadow: 2px 2px 2px #000a3d33;
  font-size: 50px;
  font-weight: 700;
  line-height: 125%;
}

.sales-organization {
  max-width: 1110px;
  padding-top: 60px;
}

.sales-organization.block-hide {
  display: none;
}

.sales-organization-block {
  border: 2px solid #001d3a;
  border-radius: 15px;
  padding: 20px;
}

.so-title-block {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 230px;
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gs-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 100px;
  display: flex;
}

.gs-intro-block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.gs-intro-title {
  color: #fffce4;
  text-align: right;
  text-shadow: 3px 3px 4px #0000004d;
  border-right: 1px solid #fffce480;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: relative;
}

.gs-intro-describe {
  color: #fffce4;
  text-align: justify;
  width: 50%;
  font-size: 21px;
  line-height: 130%;
}

.image {
  position: absolute;
  bottom: 10px;
  left: -20px;
}

.gs-kv-div {
  height: 800px;
  display: flex;
  position: relative;
}

.gs-kv {
  background-image: url('../images/kv-img.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}

.gr-kv {
  background-image: url('../images/kv-img.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}

.gr-kv-div {
  height: 800px;
  display: flex;
  position: relative;
}

.gr-intro {
  max-width: 1200px;
  padding-top: 100px;
}

.gr-kv-content-1, .gs-kv-content-1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding-bottom: 50px;
  display: flex;
}

.g-kv-starlight {
  mix-blend-mode: screen;
  position: absolute;
  bottom: 160px;
}

.gr-kv-starlight {
  mix-blend-mode: screen;
  max-width: 100%;
  position: absolute;
  bottom: 220px;
}

.gr-kv-slogan {
  padding-bottom: 35px;
}

.gs-kv-slogan {
  padding-bottom: 40px;
}

.gr-intro-describe {
  color: #eadbbc;
  text-shadow: 0 3px 3px #0000004d;
  font-size: 21px;
  line-height: 120%;
}

.gr-intro-title {
  color: var(--white);
  text-shadow: 0 3px 3px #0000004d;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.gr-intro-2026 {
  position: absolute;
  top: 100px;
  left: -130px;
}

.gr-intro-star {
  position: absolute;
  top: 110px;
  left: 90px;
}

.gr-intro-note {
  color: #c9c1b3;
  background-image: url('../images/cube-icon.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
  font-size: 13px;
  position: absolute;
  inset: auto auto 7% 0%;
}

.gs-intro-block-2 {
  max-width: 1100px;
  padding-top: 100px;
}

.block-title {
  color: #1b2532;
  text-align: center;
  text-shadow: 0 2px 3px #0003;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.block-describe {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}

.note {
  color: #3e6bc1;
  text-align: justify;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

._13n-source {
  max-width: 1000px;
  color: var(--1d2940);
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 400;
}

._13n-source.gr {
  max-width: 1050px;
  padding-top: 15px;
}

.gs-intro-section {
  background-image: url('../images/gs-s1-bg2.png'), url('../images/intro-bg-02.png'), url('../images/gs-s1-bg1.png');
  background-position: 50% 100%, 50% 0, 50% 730px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  margin-top: -315px;
  padding-top: 450px;
}

.chart-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.gs-intro-block-3 {
  max-width: 1100px;
  padding-top: 100px;
}

.big5-section {
  background-image: url('../images/big5-bg.png'), linear-gradient(180deg, var(--white), #f0e6d0 70%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 100px;
}

.profile-section {
  background-image: linear-gradient(#f0e6d0, #fff0 50%);
  padding-top: 100px;
}

.profile-section.gr {
  background-image: none;
}

.gr-intro-section {
  background-image: url('../images/intro-bg-03.png'), url('../images/gr-intro-bg-2.png');
  background-position: 50% 0, 50% 900px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -315px;
  padding-top: 245px;
}

.gr-intro-block-1 {
  height: 520px;
  padding-top: 150px;
  padding-left: 220px;
  position: relative;
}

.gr-intro-block-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-chart-pc {
  position: absolute;
  inset: 0 auto auto 0;
}

.intro-tab-block {
  background-image: url('../images/gr-intro-tab-menu-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
}

.tab-link-tab-2, .tab-link-tab-3 {
  color: #fff;
  text-align: center;
  background-color: #1b2532;
  width: 250px;
  font-size: 21px;
  font-weight: 700;
}

.gr-intro-tab-link {
  background-color: var(--transparent);
  width: 250px;
  height: 95px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.gr-intro-tab-link.w--current {
  background-color: var(--transparent);
  width: 250px;
  height: 95px;
  color: var(--1d2940);
  text-align: center;
  background-image: url('../images/gr-intro-tab-menu-glodbg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: flex-start;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

._14b-note {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
}

.intro-tab-pane {
  max-width: 1100px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.big5 {
  max-width: 1200px;
}

.big5-block-2 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
}

.gs-profile {
  max-width: 1100px;
}

.gs-profile-block-2 {
  padding-top: 50px;
}

.block-title-36 {
  color: #1b2532;
  text-align: center;
  text-shadow: 0 2px 3px #0003;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.gs-profile-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.gs-profile-block-12 {
  width: 480px;
}

.gs-profile-block-21 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.big5-chart-note {
  color: #fff3a6;
  text-align: justify;
  padding-top: 80px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

._13nw-source {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}

.big5-tab-menu {
  background-image: url('../images/gs-s2-tabmenu-bg2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 990px;
  justify-content: center;
  align-items: center;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  padding-bottom: 10px;
  display: flex;
}

.big5-tab-link {
  background-color: var(--transparent);
  color: #c7deeb;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.big5-tab-link.w--current {
  color: #010202;
  background-image: url('../images/gs-s2-tabmenu-glod-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 176px;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-2-2 {
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.star-section {
  background-image: url('../images/star-section-bg.png');
  background-position: 50% 100px;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 100px;
}

.gr-star, .gr-profile {
  max-width: 1200px;
}

.gr-star-block-2 {
  padding-top: 50px;
  position: relative;
}

.star-tab-block {
  z-index: 2;
  background-image: url('../images/star-tab-menu-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 5px;
  display: flex;
}

.rising-star {
  text-align: justify;
  background-image: linear-gradient(315deg, #ffedcc, #fffce4);
  border: 1px solid #c9c1b3;
  border-radius: 15px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-size: 16px;
  position: relative;
}

.bold-text {
  text-align: justify;
}

.gr-profile-block-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.gr-profile-block-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.block-describe-20 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.star-tab-pane {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gr-profile-block-21 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.gr-profile-block-22 {
  text-align: center;
  width: 50%;
}

.big5-tab-pane {
  max-width: 1000px;
  min-height: 555px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fund-btn-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.fund-btn-1 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-2_1btn-icon-2.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 60px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

.fund-btn-1:hover {
  background-color: #1d2940;
}

.fund-btn-2 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-7_1btn-icon-7.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 60px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

.fund-btn-2:hover {
  background-color: #1d2940;
  border-radius: 11px;
}

.fund-btn-3 {
  color: #fff;
  background-color: #c01e19;
  background-image: url('../images/btn-icon-1_1btn-icon-1.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 60px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 20px #00000054;
}

.fund-btn-3:hover {
  background-color: #1d2940;
}

.star-tab-link1 {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-1b.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-tab-link1.w--current {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-1a.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 120px;
}

.popup-note-16bred {
  width: 100%;
  color: var(--red);
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.popup-note-red {
  color: var(--red);
}

._14n-footernote {
  font-size: 14px;
  font-weight: 400;
}

._15b-red {
  color: #ffdc46;
  font-weight: 700;
}

._16by-footernote {
  color: #fff3bc;
  font-size: 16px;
}

._15bb-footermote {
  color: #ff9e00;
  text-decoration: underline;
}

._15nor-footernote {
  font-weight: 400;
}

.pp15b-red {
  color: #b30000;
  font-weight: 700;
}

.pp15bbb {
  color: #4a58a8;
  font-size: 16px;
}

.pp15nor {
  font-weight: 400;
}

.pp15bbh {
  color: #1b834f;
  text-decoration: underline;
}

._14nw-footernote {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.pp16b-red {
  color: #b30000;
  font-size: 16px;
}

.big5-tabs-content {
  background-image: url('../images/gs-s2-tabpane-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1130px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
}

.big5-globe {
  position: absolute;
  inset: -30px auto auto -20px;
}

.gs-profile-subtitle {
  padding-bottom: 20px;
}

.psa-long-bg {
  background-image: url('../images/psa-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

._3point {
  position: absolute;
  inset: auto auto -8px;
}

.other-sales {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
}

.cell-3 {
  color: #1d2940;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.cell-4 {
  color: #1d2940;
  border-bottom: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.list-of-institutions {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gr-chart-block {
  text-align: center;
  max-width: 1100px;
  padding: 20px 0;
}

.gr-chart-block.p3 {
  margin-top: -50px;
}

.image-2 {
  position: absolute;
  inset: -50px auto auto -49px;
}

.div-block {
  padding-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.text-block-9 {
  background-color: var(--1d2940);
  color: #eadbbc;
  border-radius: 50px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.div-block-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  padding-left: 10px;
  font-weight: 700;
}

.star-tab-link2 {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-2b.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-tab-link2.w--current {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-2a.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 120px;
}

.star-tab-link3 {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-3b.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-tab-link3.w--current {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-3a.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 120px;
}

.star-tab-link4 {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-4b.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-tab-link4.w--current {
  background-color: var(--transparent);
  background-image: url('../images/star-tab-menu-4a.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 120px;
}

.star-chart-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gr-profile-block-31, .gr-profile-block-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.star-tab-content {
  background-image: url('../images/star-tab-pane-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1110px;
  margin-top: -60px;
  padding-top: 60px;
}

.separator-line {
  border-right: 1px solid #b5cbcf;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
}

.mrm {
  position: absolute;
  inset: auto auto 14% -5%;
}

.mask-block-left, .mask-block-right, .chart-img-mb, .chart-img-mb.hide, .top-frame, .below-frame, .below-frame.gss3 {
  display: none;
}

.gr-profile-block-32 {
  padding-top: 0;
  padding-bottom: 20px;
}

.fundprofile-note {
  color: #3e6bc1;
  text-align: justify;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.intro-chart-mb {
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
}

.gr-separator-line {
  border-right: 1px solid #b5cbcf;
  width: 1px;
  height: 30px;
  display: none;
  position: absolute;
  right: 0;
}

._00990b-code {
  display: none;
}

.anchor-big5-tab {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.anchor-intro-tab {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -100px auto auto 0%;
}

.anchor-star-tab {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -25px auto auto 0%;
}

.aiopeirpot {
  font-size: 15px;
}

.div-block-5 {
  width: 33%;
}

._333block {
  width: 33%;
  padding: 5px 5px 5px 10px;
  font-size: 15px;
}

._333block.typea {
  background-color: #fff2f2;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

._333block.typeb {
  background-color: #ffe0e0;
  border-left: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

._333block.typec {
  background-color: #ffcfcf;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.sub-cell-333 {
  background-color: #fff;
  border-bottom: 1px dashed #1d2940;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  line-height: 120%;
}

.sub-cell-333.no-boder {
  border-bottom-style: none;
}

.sub-cell-222 {
  background-color: #fff5e0;
  border-bottom: 1px solid #1d2940;
  border-right: 1px solid #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.sub-cell-222.no-boder {
  border-bottom-style: none;
}

.text-span-4 {
  font-size: 13px;
  line-height: 15px;
}

.text-span-6 {
  font-size: 13px;
  line-height: 16px;
}

.fix-item-3 {
  text-align: center;
  border-top: 1px solid #b1b1b1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.main-fixed-block {
  background-color: #030a0e;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 286px;
  display: flex;
}

.div-block-6 {
  font-size: 13px;
  line-height: 15px;
}

.sub-cell-444 {
  background-color: #fff;
  border-bottom: 1px solid #1d2940;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  line-height: 120%;
}

.sub-cell-444.no-boder {
  border-bottom-style: none;
}

.nav-item-f {
  color: #3c3c3c;
  text-align: justify;
  width: 30%;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.nav-item-f:hover {
  color: var(--cathay-r1);
}

.nav-item-f.w--current, .nav-redblod, .text-span-7 {
  color: var(--red);
}

.main-nav-menu {
  align-items: center;
  width: 840px;
  height: 80px;
  display: flex;
}

.field-label-t2 {
  background-image: url('../images/sub-icon_1sub-icon.png');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.field-label-t1 {
  background-image: url('../images/sub-icon_1sub-icon.png');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ham-icon {
    opacity: 1;
    background-image: url('../images/menu.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;
  }

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/menu-close.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-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    margin-right: 0%;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-btn {
    width: 78px;
    height: 78px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: #dddddd80;
  }

  .nav-item {
    text-align: center;
    background-position: 41%;
    border-bottom: 1px solid #e1e1e1;
    border-left-width: 0;
    width: 80%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    display: block;
  }

  .brand {
    order: 0;
    margin-left: 10px;
    margin-right: auto;
  }

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

  .container.nav-container {
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    padding-bottom: 80px;
  }

  .nav-social-links {
    display: none;
  }

  .nav-social-links.mb-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-left-style: none;
    width: 300px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-item {
    width: 50px;
  }

  .fixed-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    inset: auto 0% 1%;
  }

  .fix-item {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-right: 1px none var(--light-grey);
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    display: flex;
  }

  .fix-item.first {
    border: 1px #2c3b4e;
    border-right-style: solid;
  }

  .fixed-item-icon {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .fixed-text {
    flex-flow: row;
  }

  .kv {
    background-image: url('../images/kv-backguard-001.png'), url('../images/kv-img-pad.jpg');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .kv-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
    padding-bottom: 120px;
    padding-left: 50px;
    position: relative;
  }

  .media-content {
    width: 768px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-cont {
    max-width: 96%;
  }

  .footer-text-18 {
    width: 75%;
  }

  .fixed-block {
    background-color: #111922;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #2c3b4e;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    height: 60px;
  }

  .media-popup-div {
    width: 700px;
  }

  .footer-text-18-tel {
    width: 30%;
  }

  .kv-listing {
    position: absolute;
    inset: auto 20px -40px auto;
  }

  .kv-starlight {
    bottom: 145px;
    left: 55px;
  }

  .media-items {
    width: 50%;
  }

  .media-img {
    background-position: 50% 10px;
    background-size: contain;
    width: auto;
    height: 260px;
  }

  .media-items-div {
    grid-column-gap: 0px;
  }

  .afa {
    display: none;
    bottom: 120%;
    right: 5%;
  }

  .media-image {
    max-width: 80%;
  }

  .fixed-text-2 {
    flex-flow: row;
  }

  .fix-item-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top-style: none;
    border-left: 1px solid #2c3b4e;
    border-right: 1px solid #2c3b4e;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    display: flex;
  }

  .fix-item-2.first {
    border: 1px #2c3b4e;
    border-right-style: solid;
  }

  .main-nav-item {
    text-align: center;
    background-position: 41%;
    border-bottom: 1px solid #e1e1e1;
    border-left-width: 0;
    width: 80%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    display: block;
  }

  .items-cont {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .sub-cell-2 {
    font-size: 16px;
  }

  .sub-tabpane {
    width: 100%;
  }

  .tabs-content {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .items-cont-list {
    font-size: 16px;
  }

  .tabpane-cont-items {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .sub-tabmenu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-tabmenu-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .sub-tabmenu-btn.w--current {
    font-size: 21px;
  }

  .sub-cell {
    font-size: 16px;
  }

  .items-title {
    font-size: 18px;
  }

  .afa-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .afa-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .afa-cont, .follow-cont {
    max-width: 98%;
  }

  .follow-block-1 {
    width: 60%;
  }

  .follow-block-2 {
    padding-left: 20px;
  }

  .sales-organization {
    max-width: 720px;
  }

  .gs-intro-block-1 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-intro-title {
    flex-flow: wrap;
  }

  .gs-intro-describe {
    font-size: 18px;
  }

  .image {
    max-width: 30%;
    bottom: 39px;
    left: -30px;
  }

  .gs-kv, .gr-kv {
    background-image: url('../images/kv-img-pad.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .gr-kv-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
    padding-bottom: 120px;
    padding-left: 50px;
    position: relative;
  }

  .gs-kv-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    padding-bottom: 120px;
    padding-left: 50px;
    position: relative;
  }

  .g-kv-starlight {
    bottom: 230px;
  }

  .gr-kv-starlight {
    bottom: 290px;
  }

  .gr-intro-title {
    font-size: 42px;
  }

  .gr-intro-2026 {
    top: 54px;
    left: 461px;
  }

  .gr-intro-star {
    top: 160px;
    left: 25px;
  }

  .gr-intro-note {
    bottom: 3%;
    left: 10%;
  }

  .gs-intro-block-2 {
    max-width: 98%;
  }

  ._13n-source {
    font-size: 1.5svw;
    line-height: 2svw;
  }

  .gs-intro-section {
    margin-top: -420px;
  }

  .gs-intro-block-3 {
    max-width: 98%;
  }

  .gr-intro-section {
    margin-top: -420px;
  }

  .gr-intro-block-1 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-left: 146px;
  }

  .intro-chart-pc {
    inset: auto 0% -5%;
  }

  ._14b-note {
    font-size: 1.6svw;
  }

  .intro-tab-pane {
    max-width: 98%;
    min-height: 400px;
  }

  .big5-block-1 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .big5-block-2 {
    padding-top: 25px;
  }

  .gs-profile-block-1, .gs-profile-block-2 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .big5-chart-note {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .star-section {
    background-position: 50% 180%;
  }

  .gr-star-block-1 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .gr-star-block-2 {
    padding-top: 0;
  }

  .star-tab-block {
    background-size: contain;
    max-width: 760px;
    padding-top: 36px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .gr-profile-block-1 {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .gr-profile-block-2, .gr-profile-block-3 {
    max-width: 96%;
  }

  .star-tab-pane {
    min-height: 480px;
  }

  .gr-profile-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .big5-tab-pane {
    min-height: auto;
  }

  .fund-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .star-tab-link1, .star-tab-link1.w--current {
    background-size: contain;
    width: 25%;
  }

  .big5-tabs-content {
    background-size: 940px;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .big5-globe {
    max-width: 17%;
    left: -5px;
  }

  ._3point {
    display: none;
  }

  .div-block-2 {
    max-width: 98%;
  }

  .star-tab-link2, .star-tab-link2.w--current, .star-tab-link3, .star-tab-link3.w--current, .star-tab-link4, .star-tab-link4.w--current {
    background-size: contain;
    width: 25%;
  }

  .star-tab-content {
    margin-top: -105px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mrm {
    bottom: 18%;
    left: -3%;
  }

  .intro-chart-mb {
    inset: auto 0% -5%;
  }

  .sub-cell-333, .sub-cell-222 {
    font-size: 16px;
  }

  .fix-item-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top-style: none;
    border-right: 1px #d1d1d1;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    display: flex;
  }

  .fix-item-3.first {
    border: 1px #2c3b4e;
    border-right-style: solid;
  }

  .main-fixed-block {
    background-color: #111922;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #2c3b4e;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    height: 60px;
  }

  .sub-cell-444 {
    font-size: 16px;
  }

  .nav-item-f {
    text-align: center;
    background-image: none;
    border-bottom: 1px solid #e1e1e1;
    border-left-width: 0;
    width: 80%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .main-nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    margin-right: 0%;
    padding: 5vh 0 0;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .ham-icon {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .ham-close-icon {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    padding-bottom: 5vh;
  }

  .nav-btn {
    padding: 21px;
  }

  .nav-item {
    background-position: 32% 53%;
  }

  .brand {
    background-size: contain;
    width: 160px;
  }

  .container {
    flex-flow: column;
    align-items: flex-start;
    padding-left: .9em;
    padding-right: .9em;
  }

  .footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 80px;
  }

  .fixed-bar {
    padding-right: 20px;
    bottom: 5px;
  }

  .fix-item {
    height: 40px;
    padding-top: 0;
  }

  .fixed-item-icon {
    width: 8vw;
    max-width: 15%;
    display: none;
  }

  .fixed-text {
    padding-top: 0;
    font-size: 3.8vw;
  }

  .kv {
    background-image: linear-gradient(#0000 55%, #fff 70%, #fff), url('../images/kv-backguard-001.png'), url('../images/kv-img-mb.jpg');
    background-position: 0 0, 50% 55%, 50% 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: auto;
    overflow: hidden;
  }

  .kv-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 360px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .kv-content-1 {
    justify-content: center;
    align-items: center;
    width: 94%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 0;
    position: relative;
  }

  .media-content {
    width: auto;
  }

  .footer-text-18 {
    width: 100%;
  }

  .footer-contact-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .footer-text-13 {
    width: 100%;
    padding-bottom: 6px;
  }

  .close-btn.bank {
    top: 10px;
    right: 10px;
  }

  .fixed-block {
    border-color: #65686b;
    height: 45px;
    box-shadow: 0 5px 10px #01003566;
  }

  .media-popup-div {
    width: 100svw;
  }

  .footer-text-18-tel {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
  }

  .kv-slogan {
    max-width: 98%;
  }

  .footer-contact-bloc-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 10px;
  }

  .footer-contact-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-contact-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-contact-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .popup-note {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .popup-note-title {
    text-align: center;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 120%;
    display: inline-flex;
  }

  .popup-note-16 {
    font-size: 14px;
  }

  .popup-note-18 {
    font-size: 1.1rem;
  }

  .popup-note-14n {
    font-size: 13px;
  }

  .popup-note-13 {
    font-size: 12px;
  }

  .popup-ask-div {
    border-width: 3px;
    width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px;
  }

  .note-red-bllod {
    color: var(--red);
    font-weight: 700;
  }

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

  .kv-listing {
    max-width: 64%;
    inset: auto 0% 0% auto;
  }

  .kv-starlight {
    max-width: 105%;
    bottom: 130px;
    left: 30px;
  }

  .fund-link-div {
    flex-flow: column;
    top: auto;
  }

  .media-items {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-img {
    background-position: 50% 6px;
    background-size: cover;
    max-width: 390px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-title {
    width: 360px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .media-items-div {
    flex-flow: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block:hover {
    transform: none;
  }

  .media-popup-02, .media-popup-03, .media-popup-04 {
    display: none;
  }

  .popup-ask {
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    overflow: scroll;
  }

  .checkbox {
    font-size: 18px;
  }

  .form-checkbox {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .field-label {
    font-size: 18px;
  }

  .form-text-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-checkbox-list {
    grid-column-gap: 25px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ask-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .afa {
    width: 100%;
    height: 480px;
    display: none;
    right: 0%;
  }

  .afa-btn {
    width: 66px;
    height: 72px;
  }

  .close-yt {
    right: 10px;
  }

  .youtube-mbed {
    height: 400px;
  }

  .fixed-text-2 {
    padding-top: 0;
    font-size: 3.8vw;
  }

  .fix-item-2 {
    height: 40px;
    padding-top: 0;
  }

  .main-nav-item {
    background-position: 32% 53%;
  }

  .sub-chart-mb {
    display: inline-flex;
  }

  .sub-cell-2 {
    font-size: 15px;
  }

  .tabs-content {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .sub-tabmenu-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: inline-flex;
  }

  .sub-tabmenu-btn.w--current {
    font-size: 16px;
  }

  .sub-tab-title-img {
    max-width: 66%;
  }

  .sub-cell {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .items-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .subscription {
    padding-top: 20px;
  }

  .tabpane-btn-block {
    flex-flow: column;
  }

  .afa-content {
    position: relative;
  }

  .afa-btn-1 {
    background-size: 30px;
    padding-left: 10px;
    font-size: 20px;
  }

  .afa-text-2 {
    font-size: 15px;
  }

  .afa-section {
    overflow: hidden;
  }

  .afa-btn-2 {
    background-size: 30px;
    padding-left: 10px;
    font-size: 20px;
  }

  .afa-cont {
    max-width: 94%;
    padding-top: 40px;
    padding-bottom: 20px;
    top: 0;
  }

  .afa-text-1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 21px;
    line-height: 120%;
    display: inline-flex;
  }

  .afa-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .afa-title-img {
    max-width: 120%;
    position: relative;
    top: 18px;
    left: -40px;
  }

  .follow-cont {
    padding: 20px 10px;
  }

  .follow-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .follow-block-1 {
    width: 100%;
    padding-bottom: 20px;
  }

  .section-titlefont {
    font-size: 9svw;
  }

  .sales-organization {
    max-width: 96%;
  }

  .sales-organization-block {
    padding-left: 0;
    padding-right: 0;
  }

  .so-title-block {
    width: 190px;
  }

  .gs-intro {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
  }

  .gs-intro-block-1 {
    flex-flow: column;
    position: relative;
  }

  .gs-intro-title {
    text-align: right;
    border-right-style: none;
    width: auto;
    padding-right: 0;
    font-size: 9.5svw;
    display: block;
  }

  .gs-intro-describe {
    border-top: 1px solid #fff6;
    width: auto;
    padding-top: 20px;
    font-size: 4svw;
  }

  .image {
    max-width: 25%;
    top: 0;
    bottom: auto;
    left: 0;
  }

  .gs-kv-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 360px;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .gs-kv {
    background-image: url('../images/kv-img-mb.jpg');
    background-position: 50% 0;
    background-size: auto;
    height: auto;
    overflow: hidden;
  }

  .gr-kv {
    background-image: url('../images/kv-img-mb.jpg');
    background-position: 50% 0;
    height: auto;
    margin-bottom: -450px;
    overflow: hidden;
  }

  .gr-kv-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 360px;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .gr-intro {
    padding-top: 0;
  }

  .gr-kv-content-1, .gs-kv-content-1 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 0;
    position: relative;
  }

  .g-kv-starlight {
    bottom: 180px;
    left: 2px;
  }

  .gr-kv-starlight {
    bottom: 226px;
    left: 0;
  }

  .gr-kv-slogan, .gs-kv-slogan {
    max-width: 98%;
  }

  .gr-intro-title-block, .gr-intro-2026, .gr-intro-star {
    display: none;
  }

  .gr-intro-note {
    bottom: 10px;
    left: 10px;
  }

  .gs-intro-block-2 {
    max-width: 100%;
    position: relative;
  }

  .block-title {
    text-shadow: 0 2px 3px #0003;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 9.5svw;
    display: flex;
  }

  .block-describe {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .note {
    max-width: 96%;
    font-size: 3.1svw;
    line-height: 4svw;
  }

  .note.gss1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .note.p1 {
    background-image: linear-gradient(0deg, #fff1c9, #fff 60%);
    max-width: 100%;
    padding: 10px;
  }

  ._13n-source {
    font-size: 2.9svw;
    line-height: 4svw;
  }

  ._13n-source.gr, ._13n-source.grpn01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gs-intro-section {
    background-image: url('../images/gs-s1-bg2.png'), url('../images/intro-bg-02.png'), url('../images/gs-s1-bg1.png');
    background-position: 50% 100%, 50% 0, 50% 600px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
    margin-top: -450px;
    padding-top: 400px;
    padding-bottom: 80px;
  }

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

  .chart-block {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .chart-block.p2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .chart-block.p3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gs-intro-block-3 {
    max-width: 100%;
    padding-top: 100px;
    overflow: hidden;
  }

  .big5-section {
    padding-top: 20px;
  }

  .profile-section {
    padding-bottom: 80px;
  }

  .profile-section.gr {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .gr-intro-section {
    margin-top: 0;
    padding-top: 350px;
    padding-bottom: 80px;
  }

  .gr-intro-block-1 {
    background-image: linear-gradient(#bb021500 60%, #c0141f 70%);
    height: 680px;
    padding-left: 30px;
  }

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

  .intro-tab-block {
    z-index: 1;
    background-image: url('../images/gr-intro-tab-menu-bg-mb.png');
    background-repeat: repeat-x;
    padding-top: 4px;
    position: sticky;
    top: 77px;
  }

  .gr-intro-tab-link {
    width: 33.3%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gr-intro-tab-link.w--current {
    background-image: url('../images/gr-intro-tab-menu-glodbg-mb.png');
    background-size: cover;
    border-radius: 0;
    width: 33.3%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._14b-note {
    font-size: 3.1svw;
  }

  .big5-block-1 {
    max-width: 100%;
    overflow: hidden;
  }

  .big5-block-2 {
    position: relative;
  }

  .block-title-36 {
    font-size: 8svw;
  }

  .gs-profile-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .gs-profile-block-12 {
    width: 100%;
  }

  .big5-chart-note {
    padding: 10px 0;
    font-size: 3.1svw;
    line-height: 4svw;
  }

  ._13nw-source {
    font-size: 2.9svw;
  }

  .big5-tab-menu {
    z-index: 9;
    background-image: url('../images/gs-s2-tabmenu-bg2.png');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    box-shadow: 0 5px 10px #00114e40;
  }

  .big5-tab-link, .big5-tab-link.w--current {
    padding: 0;
    font-size: 4svw;
  }

  .star-section {
    background-image: url('../images/star-section-bg-mb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 80px;
    overflow: visible;
  }

  .gr-profile {
    max-width: none;
  }

  .gr-star-block-1 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .gr-star-block-2 {
    position: relative;
  }

  .star-tab-block {
    background-image: linear-gradient(#ffe3a700 5%, #d1c5a7 45%, #ffe7c700 95%);
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 45px;
  }

  .rising-star {
    border-color: #ad8d55;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-profile-block-1 {
    max-width: 100%;
  }

  .block-describe-20 {
    line-height: 26px;
  }

  .gr-profile-block-21 {
    flex-flow: column;
  }

  .gr-profile-block-22 {
    width: 100%;
  }

  .fund-btn-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .star-tab-link1 {
    background-image: url('../images/star-tab-menu-1b-mb.png');
    background-repeat: repeat-x;
    background-size: 90px;
  }

  .star-tab-link1.w--current {
    background-image: url('../images/star-tab-menu-1a-mb.png');
    background-repeat: repeat-x;
    background-size: 120px;
  }

  .popup-note-16bred {
    font-size: 15px;
  }

  .big5-tabs-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .big5-globe {
    display: none;
  }

  ._3point {
    flex: 0 auto;
    display: none;
  }

  .other-sales {
    width: 94%;
  }

  .cell-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .cell-4 {
    text-align: center;
    font-size: 15px;
  }

  .text-span-3 {
    display: inline-flex;
  }

  .list-of-institutions {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gr-chart-block {
    padding-bottom: 0;
  }

  .gr-chart-block.p3 {
    margin-top: -20px;
  }

  .div-block-2 {
    max-width: 96%;
    padding-top: 20px;
  }

  .star-tab-link2 {
    background-image: url('../images/star-tab-menu-2b-mb.png');
    background-repeat: repeat-x;
    background-size: 90px;
  }

  .star-tab-link2.w--current {
    background-image: url('../images/star-tab-menu-2a-mb.png');
    background-size: 120px;
  }

  .star-tab-link3 {
    background-image: url('../images/star-tab-menu-3b-mb.png');
    background-repeat: repeat-x;
    background-size: 90px;
  }

  .star-tab-link3.w--current {
    background-image: url('../images/star-tab-menu-3a-mb.png');
    background-size: 120px;
  }

  .star-tab-link4 {
    background-image: url('../images/star-tab-menu-4b-mb.png');
    background-repeat: repeat-x;
    background-size: 90px;
  }

  .star-tab-link4.w--current {
    background-image: url('../images/star-tab-menu-4a-mb.png');
    background-size: 120px;
  }

  .gr-profile-block-11 {
    padding-bottom: 10px;
  }

  .star-tab-content {
    background-image: linear-gradient(#fff7e800, #fff);
    margin-top: -90px;
  }

  .hide {
    display: none;
  }

  .mrm {
    max-width: 8%;
    display: none;
    bottom: 15%;
    left: 2%;
  }

  .mobile-horizontal-scroll {
    position: relative;
    overflow: scroll;
  }

  .mask-block-left {
    background-image: linear-gradient(90deg, #15164b, #fff0);
    width: 25px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .mask-block-left.white {
    background-image: linear-gradient(90deg, #fff, #fff0);
    width: 30px;
  }

  .mask {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .mask.gss2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mask-block-right {
    background-image: linear-gradient(270deg, #15164b, #fff0);
    width: 25px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .mask-block-right.white {
    background-image: linear-gradient(270deg, #fff, #fff0);
    width: 30px;
  }

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

  .div-block-3 {
    z-index: 10;
    background-image: url('../images/gs-s2-tabpane-bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    max-width: 100%;
    height: 50px;
    position: sticky;
    inset: 47% 0% auto;
  }

  .top-frame {
    z-index: 10;
    background-image: url('../images/frame-top.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 70px;
    display: block;
    position: relative;
  }

  .tabs {
    margin-top: -60px;
  }

  .below-frame {
    z-index: 10;
    background-image: url('../images/frame-below.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 90px;
    display: flex;
  }

  .below-frame.gss3 {
    margin-bottom: -90px;
    display: block;
  }

  .fundprofile-note {
    max-width: 96%;
    font-size: 3.1svw;
    line-height: 4svw;
  }

  .fundprofile-note.gss1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro-chart-mb {
    display: inline-block;
    bottom: -2%;
  }

  .gr-separator-line {
    height: 24px;
    display: block;
  }

  .image-3 {
    text-align: center;
    max-width: 100%;
  }

  ._00990b-code {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 15px;
  }

  .div-block-4 {
    z-index: 99;
    filter: blur(15px);
    width: 666px;
    height: 300px;
    position: sticky;
    inset: 5% auto auto 0%;
  }

  .anchor-big5-tab {
    position: absolute;
    inset: 30px auto auto 0%;
  }

  .anchor-intro-tab {
    top: -65px;
  }

  .anchor-star-tab {
    top: -35px;
  }

  .bold-text-2 {
    font-size: 3svw;
  }

  ._333block.typea {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 30%;
    font-size: 3.5svw;
    display: inline-flex;
  }

  ._333block.typeb {
    width: 30%;
    font-size: 3.5svw;
  }

  ._333block.typec {
    width: 40%;
    font-size: 3.5svw;
  }

  .sub-cell-333 {
    font-size: 15px;
  }

  .sub-cell-222 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .text-span-4 {
    width: 57%;
  }

  .text-block-11 {
    width: 100%;
  }

  .text-span-5 {
    display: inline-block;
  }

  .fix-item-3 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-top: 0;
    display: flex;
  }

  .main-fixed-block {
    height: 45px;
    box-shadow: 0 5px 10px #01003566;
  }

  .div-block-6 {
    padding-top: 5px;
    font-size: 2.9svw;
    line-height: 3svw;
  }

  .sub-cell-444 {
    font-size: 15px;
  }

  .nav-item-f {
    background-image: linear-gradient(#0000, #0000);
  }

  .main-nav-menu {
    width: 100vw;
    height: 100vh;
    padding-bottom: 5vh;
  }

  .field-label-t2 {
    font-size: 18px;
  }

  .field-label-t1 {
    width: 200px;
    font-size: 18px;
  }
}

#w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce499-5775337c {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce4cf-5775337c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce4f3-5775337c {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_1c8332e9-1592-a116-6b44-8d46a2c21ace-5775337c {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce5ac-5775337c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce5ce-5775337c {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-deebb78b-fbe8-3448-1d0c-4196c21a46af-5775337c {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943dd2-dbe35fe3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943e07-dbe35fe3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943e2b-dbe35fe3 {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943eae-dbe35fe3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943ee3-dbe35fe3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-ba867e25-0d30-0f8b-5192-26679e943f05-dbe35fe3 {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

#w-node-af1565d4-1a7e-cc68-d28c-71c8b43923c1-dbe35fe3 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce499-5775337c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 15% 85%;
  }

  #w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce4cf-5775337c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce4f3-5775337c {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_1c8332e9-1592-a116-6b44-8d46a2c21ace-5775337c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 15% 85%;
  }

  #w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce5ac-5775337c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_5c9e4cc4-5829-a480-feb7-90c24a2ce5ce-5775337c {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943dd2-dbe35fe3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943e07-dbe35fe3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943e2b-dbe35fe3 {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943eae-dbe35fe3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943ee3-dbe35fe3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-ba867e25-0d30-0f8b-5192-26679e943f05-dbe35fe3 {
    grid-template-rows: auto;
    grid-template-columns: 80px 1fr;
  }
}


