.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #cc0d29;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}

a {
  color: #de4045;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.section-kv {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #00a6dd;
}

.body {
  background-color: #cf3541;
  font-family: 'Noto Sans TC';
  font-size: 16px;
  line-height: 1.4;
}

.body.article-body {
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  padding: 5px 30px;
  border-bottom: 2px solid rgba(255, 245, 0, 0);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.nav-item:hover {
  border-bottom-color: #fff500;
  color: #fff500;
}

.nav-item.w--current {
  border-bottom: 2px solid #fff500;
  color: #fff500;
}

.brand {
  width: 208px;
  height: 78px;
  background-image: url('../images/logo-flip.svg');
  background-position: 50% 0%;
  background-size: 208px 156px;
  background-repeat: no-repeat;
}

.brand.welcome-page {
  margin-right: auto;
  background-color: transparent;
}

.navbar {
  width: 100%;
  height: 78px;
  background-color: transparent;
}

.container {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container.kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.nav-container {
  position: fixed;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #cf3541;
}

.container.prize-container {
  width: 60vw;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e0d4;
  border-radius: 10px;
  background-color: #fff;
}

.container.kv {
  height: 100%;
  padding-top: 78px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.footer-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.kv-btn {
  top: -25px;
}

.kv-text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 408px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-h1 {
  margin-bottom: 20px;
  font-family: 'Noto Sans TC';
  color: #de4045;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}

.section-text-01 {
  padding-top: 0px;
  text-align: center;
}

.note {
  max-width: 1110px;
  margin-top: 20px;
  font-family: 'Noto Sans TC';
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.note.form-note {
  margin-top: 5px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

.footer-info-img {
  min-height: 50px;
  background-image: url('../images/604825baaa3f7f58293e53f0_footer-info-img.svg');
  background-position: 0px 0px;
  background-size: 342px;
  background-repeat: no-repeat;
}

.footer-text {
  margin-top: 40px;
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}

.section-contact {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f6f2;
  text-align: center;
}

.contact-block {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 40px;
  border-radius: 5px;
  background-color: #f8f7f0;
}

.contact-block.open {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-width: 0px;
}

.contact-col-01 {
  display: inline-block;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  text-align: left;
}

.field-label {
  width: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.field-label._02 {
  width: 120px;
  text-align: left;
}

.mail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  text-align: left;
}

.contact-col-02 {
  display: inline-block;
  width: 49%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-field {
  width: 100%;
}

.contact-col-03 {
  width: 100%;
  margin-top: 20px;
}

.gender-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.client-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.client-block.open {
  height: 0px;
  opacity: 0;
}

.time_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-col-04 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.btn-send {
  position: relative;
  top: 0px;
  width: 200px;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #cf3541;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC';
  font-size: 18px;
  font-weight: 700;
}

.btn-send:hover {
  top: 5px;
}

.btn-send.gtm-form-send {
  background-color: #de4045;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.btn-send.gtm-form-send:hover {
  background-color: #c9383c;
}

.btn-send.gtm-form-send {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.btn-send.gtm-form-send:hover {
  background-color: #c9383c;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.tel-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  text-align: left;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.legal-ok {
  color: #de4045;
  text-decoration: underline;
}

.legal-content {
  overflow: hidden;
  height: auto;
  padding: 0px;
  background-color: #fff;
  color: #555;
  font-size: 14px;
}

.legal-paragraph {
  margin-bottom: 0px;
  padding: 10px;
}

.radio-button-field {
  margin-right: 20px;
}

.checkbox {
  margin-right: 7px;
}

.fixed-link-block {
  position: fixed;
  left: auto;
  top: 14%;
  right: 2vw;
  bottom: 0%;
  z-index: 9998;
  max-height: 195px;
  max-width: 100px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #de4045;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.fixed-link-block.thx-fixed-btn {
  display: none;
}

.fixed-link-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 231, 144, 0.19);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Noto Sans TC';
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.fixed-link-item:hover {
  color: #cc0d29;
}

.fixed-link-item.gtm-contact {
  display: none;
}

.fixed-link-item.gtm-open {
  display: none;
  border-bottom-left-radius: 20px;
}

.fixed-link-item.gtm-calc {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
}

.icon-img {
  position: absolute;
  left: auto;
  top: -14px;
  right: 3%;
  bottom: auto;
  width: 34px;
  height: 23px;
  background-image: url('../images/Group-31695.svg');
  background-position: 0% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.icon-img._01 {
  background-image: url('../images/buy-w.svg');
}

.icon-img._02 {
  background-image: url('../images/chat-w.svg');
}

.icon-img._03 {
  background-image: url('../images/open-w.svg');
}

.icon-img._04 {
  background-image: url('../images/Group-31682.svg');
}

.icon-text {
  line-height: 1.3;
}

.html-embed {
  text-align: left;
}

.calc-popup-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(211, 34, 47, 0.9);
  opacity: 1;
  text-align: center;
}

.close-popup-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #de4045;
  background-image: url('../images/times-solid.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.loading-cover-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3222f;
}

.loading-text {
  position: relative;
  margin-top: -3px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #574a43;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: skew(-22deg, 0deg);
  -ms-transform: skew(-22deg, 0deg);
  transform: skew(-22deg, 0deg);
  font-family: 'Noto Sans TC';
  color: #d3222f;
  font-weight: 700;
}

.dog-block {
  position: relative;
  z-index: 3;
  width: 70px;
  height: 60px;
}

.d-head {
  position: absolute;
  top: 0px;
  width: 70px;
  height: 60px;
}

.html-embed-2 {
  width: 70px;
  height: 60px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.contact-popup-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(211, 34, 47, 0.9);
  opacity: 1;
  text-align: center;
}

.contact-popup-block.open-index {
  display: none;
}

.contact-popup-block.open-index.open-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span-35 {
  color: #de4045;
}

.fixed-goto-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #de4045;
  background-image: url('../images/back-img.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thx-u-img {
  width: 80vw;
  height: 80vw;
  max-height: 400px;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/thx-img.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.thx-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #de4045;
  border-radius: 99px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #de4045;
}

.button:hover {
  background-color: #de4045;
  color: #fff;
}

.button.official {
  margin-left: 25px;
}

.botton-block {
  margin-top: 40px;
}

.kv-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/210723-1920x650.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 1920px;
  background-repeat: repeat, no-repeat;
}

.kv-chart-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-q {
  position: relative;
  margin-top: 40px;
  padding-top: 100px;
}

.container-1110 {
  position: relative;
  max-width: 1110px;
  text-align: center;
}

.container-1110.form {
  margin-top: 60px;
}

.container-1110.master-init-page {
  padding-top: 60px;
}

.section-thx-block {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f8f6f2;
}

.fixed-hr {
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #de4045;
}

.fixed-hr.my-10 {
  margin-bottom: 10px;
}

.co-block {
  text-align: left;
}

.footer-left-col {
  padding-right: 0px;
  padding-left: 0px;
}

.co-name {
  font-weight: 700;
}

.co-tel {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cc0d29;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.co-add {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-right-col {
  padding-right: 0px;
  padding-left: 0px;
}

.co-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.co-link {
  display: block;
  margin-right: 9px;
  margin-bottom: 9px;
  margin-left: 9px;
}

.article-page-header {
  background-color: #fff;
  background-image: url('../images/Path-42140.svg');
  background-position: 50% 100px;
  background-size: auto;
  background-repeat: no-repeat;
}

.article-page-header._01 {
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/pattern-01.svg'), url('../images/post-01.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.article-page-header._02 {
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/pattern-01.svg'), url('../images/post-02.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.article-page-header._04 {
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/pattern-01.svg'), url('../images/post-04.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.article-page-header._05 {
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/pattern-01.svg'), url('../images/post-05.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.article-page-header._06 {
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/pattern-01.svg'), url('../images/post-06.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.sub-page-bn {
  overflow: hidden;
  max-height: 382px;
  max-width: 760px;
}

.article-content {
  padding: 30px 60px 60px;
  background-color: #fff;
  text-align: left;
}

.article-content-info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-content-info-date {
  color: #555;
  font-size: 13px;
}

.article-content-info-auther {
  color: #555;
  font-size: 13px;
}

.article-h1 {
  max-width: 68%;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.article-p {
  margin-top: 20px;
  font-family: 'Noto Sans TC';
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.article-p.b {
  font-weight: 700;
}

.article-h3 {
  margin-top: 30px;
  color: #de4045;
  font-size: 21px;
  line-height: 1.5;
  text-align: left;
}

.article-init-img {
  margin-top: 20px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-init-img.mb {
  display: none;
}

.article-init-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #de4045;
}

.article-init-link:hover {
  color: #f32b32;
  text-decoration: underline;
}

.article-init-list {
  margin-bottom: 20px;
  font-family: 'Noto Sans TC';
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  list-style-type: decimal;
}

.time_block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-block-2 {
  padding: 60px 60px 40px;
  background-color: #f8f6f2;
}

.legal-content-2 {
  overflow: hidden;
  height: auto;
  padding: 0px;
  background-color: #fff6f6;
  color: #555;
  font-size: 14px;
}

.note-2 {
  max-width: 920px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.note-2.form-note {
  margin-top: 5px;
}

.kv-pd-name {
  width: 277px;
  height: 34px;
  background-image: url('../images/kv-pd-name.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.kv-slogan {
  position: relative;
  width: 407px;
  height: 202px;
  margin-top: 20px;
  background-image: url('../images/kv-slogan.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.kv-sub-slogan {
  position: relative;
  width: 408px;
  height: 36px;
  margin-top: 20px;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.kv-sub-slogan-text {
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

.kv-chart-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  width: 840px;
  height: 520px;
  background-image: url('../images/Group-32112.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kv-chart-slogan {
  position: absolute;
  left: auto;
  top: auto;
  right: 15.5%;
  bottom: 18%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.kv-link {
  padding: 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3541;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans TC';
  font-weight: 700;
  text-decoration: none;
}

.kv-link:hover {
  border-color: #fff;
  background-color: #cf3541;
  color: #fff;
}

.section-q-bg {
  position: absolute;
  left: auto;
  top: 300px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #fff;
}

.h1 {
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 300;
}

.h1.b {
  font-weight: 700;
}

.h1.red {
  color: #cf3541;
}

.h1.red.pt-40 {
  padding-top: 40px;
}

.h1.left {
  font-weight: 700;
  text-align: left;
}

.h2 {
  margin-top: 10px;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 300;
}

.h2.bk {
  color: #333;
}

.h2.none {
  display: none;
}

.h2.left {
  text-align: left;
}

.question-block {
  margin-top: 60px;
}

.question-card-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.question-card {
  position: relative;
  width: 310px;
  height: 256px;
  background-image: url('../images/q1-top2x.png');
  background-position: 50% 0%;
  background-size: 310px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.question-card._02 {
  background-image: url('../images/q2-top2x.png');
}

.question-card._03 {
  background-image: url('../images/q3-top2x.png');
}

.question-card-tag {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 34px;
  background-image: url('../images/q1-bottom.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.question-card-tag._02 {
  background-image: url('../images/q2-bottom.svg');
}

.question-card-tag._03 {
  background-image: url('../images/q3-bottom.svg');
}

.question-ans-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 292px;
  margin-top: -18px;
}

.question-ans-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  background-color: #cf3541;
  background-image: url('../images/pattern-01.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.question-ans-content._02 {
  background-color: #ffcb57;
  opacity: 0;
}

.question-ans-content._03 {
  background-color: #337e62;
  opacity: 0;
}

.question-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-left: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-left: 4px solid #fff;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}

.question-text.black {
  color: #333;
}

.question-p-img {
  width: 318px;
  height: 268px;
  margin-top: 24px;
}

.performance-block.sec {
  margin-top: 40px;
}

.performance-block._02 {
  width: 1110px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.performance-block.mb {
  display: none;
}

.performance-head {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cf3541;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.text-span-41 {
  font-size: 16px;
}

.performance-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.performance-content.sec {
  background-color: #f7f7f7;
}

.performance-content-item {
  width: 12.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.performance-content-item-6 {
  width: 16.6%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.pd-01 {
  height: 60px;
}

.section-tw-fund {
  position: relative;
  background-color: #fff;
}

.section-tw-fund-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 485px;
  background-image: url('../images/noisy-texture-100x100.png'), url('../images/60febdf30838656bbcec2f69_beautiful-landscape-cityscape-taipei-101-building-architecture-city.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tw-fund-head {
  position: relative;
  top: 0px;
  margin-top: 220px;
}

.tw-fund-bg {
  position: absolute;
  left: -40px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90%;
  background-color: #cf3541;
  background-image: url('../images/pattern-01.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tw-fund-head-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
}

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

.tw-fund-head-text {
  max-width: 630px;
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: left;
}

.tw-head-img {
  width: 417px;
  height: 432px;
  margin-top: -100px;
}

.tw-tabs {
  top: -30px;
}

.tw-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-height: 65px;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3541;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Noto Sans TC';
  color: #cf3541;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 400;
}

.tab-link:hover {
  color: #db1d2c;
}

.tab-link.w--current {
  border-color: #fff;
  background-color: #cf3541;
  color: #fff;
}

.tab-link.master {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.tab-number-icon {
  position: relative;
  top: -10px;
  margin-left: 10px;
}

.tab-item-content {
  margin-top: 60px;
  text-align: left;
}

.tab-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-title-text {
  font-family: 'Noto Sans TC';
  color: #cf3541;
  font-size: 30px;
  line-height: 1.2;
}

.tab-item-text {
  margin-top: 20px;
  font-family: 'Noto Sans TC';
  line-height: 1.4;
}

.tab-item-chart-img {
  height: 400px;
  margin-top: 40px;
  background-image: url('../images/tw-img-01-210910.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #cf3541;
}

.tab-item-chart-img.ask-chart-01 {
  background-image: url('../images/ask-img-01.svg');
}

.tab-item-chart-img._02 {
  background-image: url('../images/tw-img-02.svg');
}

.tab-item-chart-img._03 {
  background-color: #fff;
  background-image: url('../images/tw-img-03_1.jpg');
  background-size: 1110px;
}

.tab-item-chart-img.ask-chart-02 {
  background-color: #fff;
  background-image: url('../images/ask-img-02.svg');
}

.tab-item-chart-img.ask-chart-03 {
  background-color: #fff;
  background-image: url('../images/ask-img-03.svg');
}

.tab-item-chart-img.master-chart-01 {
  border-width: 0px;
  background-image: url('../images/master-img-01.svg');
}

.tab-item-chart-img.master-chart-02 {
  border-width: 0px;
  background-image: url('../images/master-img-02.svg');
}

.tab-item-chart-img.master-chart-03 {
  border-width: 0px;
  background-image: url('../images/master-img-03.svg');
}

.section-tw-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 95%;
  height: 100%;
  background-color: #f7f7f7;
}

.section-guide {
  position: relative;
  background-color: #fff;
}

.guide-head {
  margin-top: 100px;
}

.text-span-43 {
  font-weight: 700;
}

.guide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guide-video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 700px;
  height: 394px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guide-master-img {
  width: 350px;
  height: 560px;
  background-image: url('../images/60fed55fa428d05e7b75324d_Group-319882x.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guide-more-block {
  position: relative;
  top: -80px;
}

.more-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-title-text {
  margin-left: 10px;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}

.guide-article-slider {
  display: none;
  height: auto;
  margin-top: 20px;
  background-color: transparent;
}

.slider-mask {
  height: 260px;
}

.slide {
  height: auto;
  max-width: 350px;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.slide-item-block:hover {
  color: #cf3541;
}

.slide-item-text {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-family: 'Noto Sans TC';
  font-size: 17px;
  line-height: 1.2;
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
}

.slide-left-arrow {
  left: -20px;
  top: -25px;
  width: 50px;
  height: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-32166.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-right-arrow {
  top: -25px;
  right: -20px;
  width: 50px;
  height: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url('../images/Group-32167.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guide-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1710px;
  background-color: #cf3541;
  background-image: url('../images/pattern-01.svg');
  background-position: 100% 100%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.guide-bg.white {
  left: auto;
  top: 320px;
  right: 0%;
  bottom: auto;
  width: 95%;
  height: 560px;
  background-color: #f7f7f7;
  background-image: none;
}

.section-ask {
  position: relative;
  background-color: #fff;
}

.section-ask-bg {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 95%;
  height: 100%;
  background-color: #f7f7f7;
}

.ask-head-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.ask-head {
  position: relative;
  margin-top: 100px;
}

.ask-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ask-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-44 {
  font-weight: 700;
}

.text-span-45 {
  color: #cf3541;
}

.h4 {
  margin-top: 10px;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 300;
}

.h4.bk {
  color: #333;
}

.form-head {
  text-align: center;
}

.pd-02 {
  height: 100px;
}

.free-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.free-img {
  width: 294px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-fund-info {
  position: relative;
  background-image: url('../images/Group-32013.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fun-info-head {
  position: relative;
  margin-top: 100px;
}

.fund-info-head-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.fund-info-block {
  margin-top: 20px;
}

.fund-info-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 15px;
  background-color: #cf3541;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.fund-info-text.none {
  display: none;
}

.high-light {
  color: #fff500;
  font-size: 30px;
}

.fund-info-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fund-info-btn {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 220px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC';
  color: #cf3541;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.fund-info-btn:hover {
  top: 5px;
  color: #d52331;
}

.h-br-bold {
  font-weight: 700;
}

.fund-info-img-mb {
  display: none;
}

.article-section {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #f8f6f2;
}

.text-span-55 {
  color: #cf3541;
}

.more-fund-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.more-fund-content {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 40px 25px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #cf3541;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
}

.more-fund-link {
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 1.7em;
  line-height: 1.4;
  text-decoration: none;
}

.more-fund-text {
  margin-top: 30px;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.more-fund-text.b {
  font-weight: 700;
}

.more-fund-text-content {
  margin-top: 10px;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 1em;
  line-height: 1.3;
  text-decoration: none;
}

.more-fund-img {
  display: block;
  width: 40%;
  background-image: url('../images/611e30e132d316869ec55913_Group-321722x.jpg');
  background-position: 0px 0px;
  background-size: 396px;
  background-repeat: no-repeat;
}

.more-block-high-line {
  color: #fff500;
  font-size: 1.5em;
  font-weight: 700;
}

.more-block-high-line-2 {
  color: #fff500;
  text-decoration: underline;
}

.buy-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-buy-open {
  position: relative;
  top: 0px;
  min-width: 270px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #cf3541;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC';
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.link-buy-open:hover {
  top: 5px;
  color: #fff;
}

.fixed-text {
  padding: 15px;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

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

.text-span-61 {
  color: #cf3541;
  font-weight: 700;
}

.article-img {
  width: 350px;
  height: 196px;
}

.nav-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 78px;
  background-color: #cf3541;
}

.btn-golink {
  position: relative;
  top: 0px;
  width: 200px;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3541;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC';
  color: #cf3541;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn-golink:hover {
  top: 5px;
  color: #cf3541;
}

.btn-golink.last {
  margin-right: auto;
}

.sale-tag {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff500;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  color: #cf3541;
}

.pdf-icon {
  margin-right: 8px;
}

.master-tabs {
  margin-top: -32px;
  margin-bottom: 0px;
}

.master-tab-menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.master-tab-content {
  top: -20px;
}

.master-head {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.master-title-block {
  max-width: 710px;
  margin-top: 30px;
  margin-left: 40px;
  padding-top: 80px;
}

.text-span-64 {
  display: block;
}

.master-img-01 {
  -o-object-fit: cover;
  object-fit: cover;
}

.bonus-link:hover {
  color: #cc0d29;
}

.italic-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}

.italic-link:hover {
  color: #fff500;
}

.table-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #1b74a8;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #e8e8e8;
}

.tr.light {
  background-color: #fafafa;
}

.td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  height: 4vw;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.fixed-master-block {
  position: fixed;
  left: 2vw;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 9998;
  display: block;
  max-width: 120px;
  padding-top: 10px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #de4045;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.fixed-master-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 231, 144, 0.19);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Noto Sans TC';
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.fixed-master-item:hover {
  color: #cc0d29;
}

.master-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.fixed-master-img {
  width: 5em;
}

.br {
  display: block;
}

.more-master-link-init {
  padding-top: 10px;
  padding-bottom: 10px;
}

.more-master-link {
  display: none;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 10px;
  background-color: #cf3541;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.none {
  display: none;
}

.red {
  color: #cf3541;
}

.read-more-block {
  margin-top: 40px;
}

.read-more-h {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #cf3541;
  color: #cf3541;
  font-size: 20px;
  font-weight: 700;
}

.read-more-list {
  margin-top: 20px;
  line-height: 1.6;
}

.read-more-link-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.read-more-link-item:hover {
  color: #cf3541;
}

.article-content-info-auther-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subpage-auther-img {
  margin-top: -55px;
  margin-right: 10px;
}

.guide-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3541;
  background-color: #fff;
}

.guide-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guide-catelog-content {
  margin-left: 20px;
}

.guide-catelog-h3 {
  color: #cf3541;
  font-size: 21px;
  text-align: left;
}

.article-icon {
  margin-right: 10px;
}

.catelog-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.catelog-item-link:hover {
  color: #cf3541;
}

.article-text {
  text-align: left;
}

.article-head {
  margin-top: 40px;
  text-align: left;
}

.article-head-h1 {
  display: inline-block;
  margin-right: 20px;
  color: #cf3541;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}

.article-head-text {
  display: inline-block;
  color: #cf3541;
  text-align: left;
}

.master-quick-nav {
  margin-top: 30px;
  text-align: left;
}

.master-item {
  margin-right: 40px;
}

.master-nav-name {
  display: block;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cf3541;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.master-big-head {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 400px;
  height: 400px;
  background-image: url('../images/master-400x400-1.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.master-big-head._04 {
  background-image: url('../images/master-400x400-4.svg');
}

.master-big-head._02 {
  background-image: url('../images/master-400x400-2.png');
}

.master-big-head._03 {
  background-image: url('../images/master-400x400-3.png');
}

.article-title-block {
  margin-bottom: 60px;
}

.date-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
  font-size: 13px;
}

.date-hr {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.name {
  min-width: 130px;
  text-align: left;
}

.master-section {
  position: relative;
}

.master-bg {
  position: absolute;
  width: 100%;
  height: 500px;
  background-color: #cf3541;
}

.red.bold {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .container.kv {
    max-width: 1440px;
  }

  .container.kv {
    max-width: 1140px;
  }

  .fixed-link-block {
    right: 13vw;
  }

  .kv-chart-block {
    left: 1vw;
    top: -10px;
  }

  .fixed-master-block {
    left: 13vw;
  }
}

@media screen and (max-width: 991px) {
  .section-kv {
    position: relative;
    height: 590px;
    margin-top: 0px;
    background-color: #192900;
    background-image: url('../images/210723-1920x650.png');
    background-position: 100% 100%;
    background-size: 380%;
  }

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

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

  .nav-menu {
    display: block;
    overflow: hidden;
    width: 50vw;
    margin-top: 77px;
    padding: 3vh 0px 0px;
    background-color: rgba(193, 54, 55, 0.95);
  }

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

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

  .nav-item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

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

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

  .brand {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #cc0009;
    background-position: 0% 0%;
  }

  .brand.welcome-page.w--current {
    display: block;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
    margin-top: 0px;
  }

  .container.kv {
    width: 100vw;
    max-width: 100vw;
  }

  .container.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.kv {
    margin-top: 0px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.mb-nav {
    padding-right: 10px;
    padding-left: 0px;
  }

  .kv-text-block {
    width: auto;
    height: auto;
    margin-left: 2vw;
    font-size: 10vw;
    line-height: 11vw;
  }

  .section-h1 {
    font-size: 5vw;
  }

  .contact-block {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-block.open {
    width: 90%;
  }

  .contact-col-01 {
    width: 48%;
    margin-right: 4%;
    text-align: left;
  }

  .field-label {
    width: 9vw;
  }

  .contact-col-02 {
    width: 48%;
  }

  .btn-send {
    width: 150px;
  }

  .fixed-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fixed-link-item {
    width: 20vw;
    height: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-img {
    top: -7px;
    right: 13%;
  }

  .kv-bg {
    height: 100%;
    background-position: 60% 0%;
    background-size: 170%;
  }

  .kv-chart-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .section-q {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .section-thx-block {
    width: 100vw;
  }

  .fixed-hr {
    width: 1px;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .article-page-header {
    height: 350px;
    padding-top: 86px;
  }

  .contact-block-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .kv-pd-name {
    width: 31vw;
    height: 4vw;
  }

  .kv-slogan {
    width: 43vw;
    height: 20vw;
  }

  .kv-sub-slogan {
    font-size: 1em;
  }

  .kv-sub-slogan-text {
    font-size: 1.3rem;
  }

  .kv-chart-img {
    right: 2%;
    bottom: 8%;
    width: 94vw;
    height: 68vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .kv-chart-slogan {
    bottom: 26%;
    font-size: 1.2em;
  }

  .section-q-bg {
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .h1.b {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.2rem;
  }

  .h2.tw-head {
    font-size: 1em;
  }

  .question-card-tag {
    background-position: 50% 0%;
  }

  .question-text {
    margin-left: -39px;
    padding-right: 40px;
    font-size: 16px;
  }

  .performance-block._02 {
    width: 95vw;
  }

  .tw-fund-head-text {
    margin-left: 20px;
  }

  .tab-link {
    font-size: 1.2em;
  }

  .tab-title-text {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .tab-item-chart-img {
    height: 34.5vw;
    background-size: contain;
  }

  .tab-item-chart-img._03 {
    background-size: contain;
  }

  .section-tw-bg {
    width: 100%;
  }

  .guide-video-block {
    width: 660px;
    height: 340px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guide-master-img {
    position: relative;
    bottom: -57px;
    width: 40vw;
    height: 46vw;
  }

  .guide-more-block {
    top: 0px;
  }

  .guide-bg {
    height: 1460px;
  }

  .guide-bg.white {
    top: 299px;
    width: 100%;
    height: 450px;
  }

  .section-ask-bg {
    width: 100%;
  }

  .free-block {
    width: 95vw;
  }

  .free-img {
    width: 30vw;
    height: 20vw;
  }

  .fund-info-text {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .fund-info-btn-block {
    max-width: 100%;
  }

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

  .more-fund-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .more-fund-content {
    width: 100%;
    padding-left: 25px;
  }

  .more-fund-link {
    font-size: 1.6em;
  }

  .more-fund-img {
    width: 100%;
    height: 38vw;
    background-size: contain;
  }

  .link-buy-open {
    min-width: 30vw;
  }

  .fixed-text {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 1.2;
  }

  .btn-golink {
    width: 150px;
  }

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

  .text-span-65 {
    display: block;
  }

  .text-span-66 {
    display: none;
  }

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

  .text-span-67 {
    display: block;
  }

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

  .text-span-68 {
    display: none;
  }

  .text-span-69 {
    display: block;
  }

  .text-span-70 {
    display: none;
  }

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

  .table-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-col {
    width: 100%;
  }

  .td {
    width: 12vw;
    height: 7vw;
    font-size: 0.9em;
  }

  .fixed-master-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 19px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fixed-master-item {
    width: 20vw;
    height: 70px;
  }

  .br.pad-inline {
    display: inline;
  }

  .none {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .section-kv {
    bottom: 0px;
    height: 520px;
    max-height: 667px;
    background-image: none;
  }

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

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

  .nav-menu {
    position: fixed;
    width: 100vw;
  }

  .nav-btn {
    padding: 21px;
  }

  .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    background-color: #cc0009;
  }

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

  .container.kv {
    position: absolute;
    top: 20.3vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.kv {
    position: relative;
    top: 0vw;
    height: 95%;
    margin-top: 0px;
  }

  .container.sub-page {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.kv-btn {
    position: absolute;
    left: 10px;
    top: 65vw;
    width: 95vw;
    max-width: 95vw;
  }

  .kv-text-block {
    width: 100%;
    height: 51vw;
    min-width: auto;
    margin-top: 2vw;
    margin-bottom: 0px;
    margin-left: 0vw;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 15vw;
    line-height: 1.2;
  }

  .section-h1 {
    font-size: 7vw;
    line-height: 1.2;
  }

  .section-text-01 {
    text-align: center;
  }

  .note {
    text-align: left;
  }

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

  .footer-info-img {
    min-height: 50px;
    background-size: contain;
  }

  .section-contact {
    margin-top: -20px;
    padding-top: 100px;
  }

  .contact-block {
    padding: 20px 15px;
  }

  .contact-col-01 {
    display: block;
    width: 100%;
  }

  .field-label {
    width: 17vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .field-label._02 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .contact-col-02 {
    display: block;
    width: 100%;
  }

  .text-field {
    width: 70vw;
  }

  .time_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .btn-send {
    width: 100%;
    font-size: 1em;
  }

  .tel-block {
    margin-bottom: 15px;
  }

  .checkbox-field {
    width: 100%;
  }

  .fixed-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 60px;
    max-width: 100%;
    padding: 5px 1vw 25px;
    border-width: 1px 0px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    opacity: 1;
  }

  .fixed-link-item {
    width: 28vw;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .fixed-link-item.gtm-open {
    border-radius: 0px;
  }

  .fixed-link-item.gtm-calc {
    border-radius: 0px;
  }

  .icon-img {
    top: -21px;
  }

  .fixed-goto-top {
    display: none;
  }

  .button.official {
    margin-top: 25px;
    margin-left: 0px;
  }

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

  .kv-bg {
    background-image: url('../images/610617e218905ccf8bf28d90_Group-320372x.jpg');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .section-q {
    margin-top: -78px;
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1110 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-1110.master-init-page {
    padding-top: 20px;
  }

  .section-thx-block {
    padding-top: 0px;
  }

  .fixed-hr {
    height: 2em;
    margin-top: 25px;
  }

  .co-social-link {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .co-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .article-page-header {
    height: auto;
    padding-top: 0px;
    background-position: 50% 150px;
  }

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

  .article-content-info-block {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .article-h1 {
    width: 67%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
  }

  .article-p {
    text-align: justify;
  }

  .article-h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .article-init-img.pc {
    display: none;
  }

  .article-init-img.mb {
    display: block;
  }

  .time_block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .contact-block-2 {
    padding: 20px 15px;
  }

  .kv-pd-name {
    width: 50vw;
    height: 7vw;
  }

  .kv-slogan {
    width: 60vw;
    height: 30vw;
    margin-top: 10px;
  }

  .kv-sub-slogan {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 5px;
  }

  .kv-sub-slogan-text {
    font-size: 0.9rem;
  }

  .kv-chart-img {
    left: auto;
    top: auto;
    right: 1vw;
    bottom: -2%;
    width: 98vw;
    height: 78vw;
    background-image: url('../images/Group-32255.svg');
    background-size: contain;
  }

  .kv-chart-slogan {
    right: 15%;
    bottom: 9%;
    font-size: 0.82em;
    line-height: 1.3;
    text-align: left;
  }

  .kv-link {
    padding: 10px 20px;
  }

  .section-q-bg {
    top: 437px;
  }

  .h1 {
    font-size: 1.9rem;
  }

  .h1.red {
    display: block;
  }

  .h2 {
    font-size: 0.95em;
  }

  .question-card-block {
    z-index: 3;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .question-card {
    width: 30vw;
    height: 40vw;
    max-width: 108px;
    background-image: url('../images/Group-320382x.png');
    background-position: 50% 0%;
    background-size: 120%;
  }

  .question-card._02 {
    background-image: url('../images/Group-320392x.png');
  }

  .question-card._03 {
    background-image: url('../images/Group-320402x.png');
  }

  .question-card-tag {
    width: 100%;
    height: 45px;
    max-width: 108px;
    background-image: url('../images/Group-32045.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .question-card-tag._02 {
    background-image: url('../images/Group-32044.svg');
  }

  .question-card-tag._03 {
    background-image: url('../images/Group-32043.svg');
  }

  .question-text {
    margin-top: 28px;
    margin-right: 10px;
    margin-left: 65px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .question-p-img {
    position: absolute;
    bottom: 0px;
    width: 43vw;
    height: 35vw;
  }

  .performance-block._02 {
    display: none;
  }

  .performance-block.mb {
    display: block;
  }

  .performance-block.mb.contact {
    margin-top: 40px;
  }

  .performance-block.none {
    display: none;
  }

  .performance-block.mb-none {
    display: none;
  }

  .performance-head {
    font-size: 20px;
  }

  .performance-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .performance-content-item {
    width: 25%;
    font-size: 15px;
  }

  .performance-content-item-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 15px;
  }

  .section-tw-fund-bg {
    min-height: 390px;
  }

  .tw-fund-head {
    margin-top: 135px;
  }

  .tw-fund-bg {
    left: -20px;
    width: 100%;
  }

  .tw-fund-head-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tw-fund-head-text {
    width: 72vw;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .tw-head-img {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50vw;
    height: 50vw;
  }

  .tw-tab-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0.25em;
    margin-left: 0.25em;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
  }

  .tab-link.master {
    font-size: 0.9em;
  }

  .tab-number-icon {
    top: 0px;
    width: 15px;
    height: 20px;
    margin-left: 5px;
  }

  .tab-item-content {
    margin-top: 40px;
  }

  .tab-title-text {
    font-size: 1.2rem;
  }

  .tab-item-chart-img {
    height: 126vw;
    background-image: url('../images/tw-img-01-mb-210910.jpg');
  }

  .tab-item-chart-img.ask-chart-01 {
    background-color: #fff;
    background-image: url('../images/ask-img-01-mb.svg');
  }

  .tab-item-chart-img._02 {
    background-image: url('../images/tw-img-02-mb.svg');
  }

  .tab-item-chart-img._03 {
    background-image: url('../images/tw-img-03-mb.jpg');
  }

  .tab-item-chart-img.ask-chart-02 {
    background-image: url('../images/ask-img-02-mb.svg');
  }

  .tab-item-chart-img.ask-chart-03 {
    background-image: url('../images/ask-img-03-mb.svg');
  }

  .tab-item-chart-img.master-chart-01 {
    background-color: #fff;
    background-image: url('../images/master-img-01-mb.svg');
  }

  .tab-item-chart-img.master-chart-02 {
    background-image: url('../images/master-img-02-mb.svg');
  }

  .tab-item-chart-img.master-chart-03 {
    background-image: url('../images/master-img-03-mb.svg');
  }

  .text-span-43 {
    display: block;
  }

  .guide-video-block {
    width: 100%;
    height: 180px;
  }

  .guide-master-img {
    display: none;
  }

  .more-title-block {
    margin-top: 40px;
  }

  .slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-left-arrow {
    left: -10px;
    top: 110px;
    display: block;
    width: 10vw;
  }

  .slide-right-arrow {
    top: 110px;
    right: -10px;
    display: block;
    width: 10vw;
  }

  .guide-bg {
    height: 408vw;
  }

  .guide-bg.white {
    top: 273px;
    height: 176vw;
  }

  .section-ask {
    padding-top: 80px;
  }

  .ask-head {
    margin-top: 0px;
  }

  .text-span-44 {
    display: block;
  }

  .h4.bk {
    margin-bottom: 20px;
  }

  .pd-02 {
    height: 60px;
  }

  .free-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .free-img {
    width: 100%;
    height: 57vw;
    margin-bottom: 20px;
  }

  .section-fund-info {
    margin-top: -78px;
    padding-top: 100px;
  }

  .fun-info-head {
    margin-top: 0px;
  }

  .fund-info-img-pc {
    display: none;
  }

  .fund-info-text {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.15rem;
  }

  .high-light {
    font-size: 27px;
  }

  .fund-info-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fund-info-btn {
    min-width: 30vw;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
  }

  .text-span-47 {
    display: inline;
  }

  .h-br-bold {
    display: block;
  }

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

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

  .image-7 {
    width: 20px;
  }

  .image-8 {
    width: 20px;
  }

  .image-9 {
    width: 20px;
  }

  .image-10 {
    width: 20px;
  }

  .image-11 {
    width: 20px;
  }

  .image-12 {
    width: 20px;
  }

  .image-13 {
    width: 20px;
  }

  .text-span-52 {
    display: none;
  }

  .text-span-53 {
    display: block;
    font-weight: 700;
  }

  .text-span-54 {
    display: none;
  }

  .fund-info-img-mb {
    display: block;
  }

  .article-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .more-fund-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .more-fund-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .more-fund-link {
    font-size: 1.4em;
  }

  .more-fund-img {
    width: 100%;
    height: 47vw;
  }

  .link-buy-open {
    min-width: 30vw;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
  }

  .fixed-text {
    width: 60vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 18px;
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
  }

  .text-span-59 {
    display: block;
  }

  .text-span-60 {
    display: block;
  }

  .text-span-62 {
    display: none;
  }

  .article-img {
    width: 100%;
    height: 51vw;
  }

  .btn-golink {
    width: 100%;
    margin-left: 0px;
    font-size: 1em;
  }

  .sale-tag {
    margin-right: 0px;
  }

  .mb-br {
    display: block;
  }

  .bold-text-2 {
    display: block;
  }

  .text-span-63 {
    display: block;
  }

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

  .master-head {
    top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .master-title-block {
    margin-top: 40px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .master-img-01 {
    position: absolute;
    left: auto;
    top: -45%;
    right: 0%;
    bottom: auto;
    width: 180px;
  }

  .text-span-71 {
    display: block;
  }

  .td {
    width: 18vw;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  .fixed-master-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100vw;
    height: 60px;
    max-width: 100%;
    padding: 5px 1vw 25px;
    border-width: 1px 0px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    opacity: 1;
  }

  .fixed-master-item {
    width: 28vw;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .br.pad-inline {
    display: block;
  }

  .none {
    display: none;
  }

  .article-content-info-auther-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subpage-auther-img {
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .guide-catalog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .guide-item-block {
    margin-top: 0px;
  }

  .guide-catalog-img {
    width: 70px;
  }

  .master-item {
    margin-right: 10px;
  }

  .master-big-head {
    width: 150px;
    height: 150px;
    background-size: cover;
  }

  .date-name-block {
    width: 100%;
  }

  .master-nav-img {
    width: 70px;
  }
}

