@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
html#scoped {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}
html#scoped * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Noto Sans TC", sans-serif;
  outline: none;
}
html#scoped.no-scroll {
  overflow: hidden;
}
html#scoped body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html#scoped body.no-scroll {
  overflow: hidden;
}
html#scoped .preload-images {
  position: fixed;
  left: 101vw;
}
html#scoped img {
  display: block;
  width: 100%;
  max-width: 100%;
}
html#scoped .d {
  display: block;
}
html#scoped .d.inline {
  display: inline;
  line-height: 0;
}
html#scoped .d.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .d {
    display: none;
  }
  html#scoped .d.inline {
    display: none;
  }
  html#scoped .d.flex {
    display: none;
  }
}
html#scoped .m {
  display: none;
}
html#scoped .m.inline {
  display: none;
}
html#scoped .m.flex {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .m {
    display: block;
  }
  html#scoped .m.inline {
    display: inline;
    line-height: 0;
  }
  html#scoped .m.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  html#scoped {
    padding-bottom: 13.33vw;
  }
}
html#scoped header {
  height: 75px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 15px 0px rgba(51, 51, 51, 0.15);
          box-shadow: 0px -3px 15px 0px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 1240px) {
  html#scoped header {
    height: 6.05vw;
    -webkit-box-shadow: 0px -0.24vw 1.21vw 0px rgba(51, 51, 51, 0.15);
            box-shadow: 0px -0.24vw 1.21vw 0px rgba(51, 51, 51, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped header {
    height: 16vw;
    -webkit-box-shadow: 0px -0.8vw 4vw 0px rgba(51, 51, 51, 0.15);
            box-shadow: 0px -0.8vw 4vw 0px rgba(51, 51, 51, 0.15);
  }
}
html#scoped header .center-wrap {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped header .center-wrap {
    width: 100%;
    padding: 0 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header .center-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
html#scoped header .mobile-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped header .mobile-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 16vw;
    width: 18.67vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html#scoped header .mobile-menu.active img.close {
    display: block;
  }
  html#scoped header .mobile-menu.active img.open {
    display: none;
  }
  html#scoped header .mobile-menu img.open {
    display: block;
  }
}
html#scoped header .mobile-menu img {
  width: 30px;
  height: 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped header .mobile-menu img {
    width: 8vw;
    height: 8vw;
  }
}
html#scoped header .logo {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1240px) {
  html#scoped header .logo {
    height: 6.05vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header .logo {
    height: 16vw;
  }
}
html#scoped header .logo img {
  height: 34px;
}
@media screen and (max-width: 1240px) {
  html#scoped header .logo img {
    height: 2.74vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header .logo img {
    height: 5.6vw;
  }
}
html#scoped header .logo a {
  position: absolute;
  top: 0;
  height: 100%;
}
html#scoped header .logo a.securities {
  left: 0;
  width: 55%;
}
html#scoped header .logo a.bank {
  right: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  html#scoped header .nav-wrap {
    position: fixed;
    left: 0;
    top: 16vw;
    width: 100%;
    height: calc(100vh - 16vw);
    background: rgba(0, 0, 0, 0.5);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  }
  html#scoped header .nav-wrap.active {
    opacity: 1;
    visibility: visible;
  }
}
html#scoped header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -20px;
}
@media screen and (max-width: 1240px) {
  html#scoped header nav {
    margin-top: 1.61vw;
    margin-right: -1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header nav {
    background-color: #fff;
    margin-top: 0;
    display: block;
  }
}
html#scoped header nav .anchor-link {
  padding: 0 20px;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  html#scoped header nav .anchor-link {
    padding: 0 1.61vw;
    line-height: 2.74vw;
    height: 2.74vw;
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header nav .anchor-link {
    display: block;
    border-top: 1px solid #DDD;
    margin-left: 0;
    padding: 5.87vw 5.33vw;
    line-height: 4.27vw;
    font-size: 4.27vw;
    height: auto;
  }
}
html#scoped header nav .anchor-link:hover {
  color: #26A889;
}
html#scoped img.to-top {
  width: 50px;
  right: 24px;
  bottom: 60px;
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 3;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(51, 51, 51, 0.15));
          filter: drop-shadow(0px 4px 12px rgba(51, 51, 51, 0.15));
}
html#scoped img.to-top.active {
  display: block;
}
@media screen and (max-width: 1240px) {
  html#scoped img.to-top {
    width: 4.03vw;
    right: 1.94vw;
    bottom: 4.84vw;
    -webkit-filter: drop-shadow(0px 0.32vw 0.97vw rgba(51, 51, 51, 0.15));
            filter: drop-shadow(0px 0.32vw 0.97vw rgba(51, 51, 51, 0.15));
  }
}
@media screen and (max-width: 767px) {
  html#scoped img.to-top {
    width: 10.67vw;
    right: 5.33vw;
    bottom: 18.67vw;
  }
}
html#scoped .smart_all {  
  position: fixed;
  right: 42px;
  bottom: 130px;
  z-index: 111;
}
@media screen and (max-width: 1240px) {
  html#scoped .smart_all {
    right: 3.23vw;
    bottom: 9.84vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .smart_all {
    right: 5.87vw;
    bottom: unset;
    top: 4vw;
    width: 7.2vw;
  }
}
html#scoped .smart_all.in-app {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .smart_all .smart_icon {
    position: unset;
  }
}
html#scoped .smart_all .smart_alpha {
  margin: 0;
}
html#scoped .fixed-links {
  position: fixed;
  bottom: 240px;
  right: 0;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 1240px) {
  html#scoped .fixed-links {
    bottom: 19.35vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .fixed-links {
    bottom: 0;
    right: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .fixed-links.active {
  display: block;
}
@media screen and (max-width: 767px) {
  html#scoped .fixed-links.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .fixed-links a.link {
  display: block;
  position: relative;
  width: 102px;
  cursor: pointer;
  margin-top: 23px;
}
@media screen and (max-width: 1240px) {
  html#scoped .fixed-links a.link {
    width: 8.23vw;
    margin-top: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .fixed-links a.link {
    width: 50vw;
  }
}
html#scoped .fixed-links a.link:hover img.bg {
  opacity: 0;
}
html#scoped .fixed-links a.link:hover img.gif {
  opacity: 1;
}
html#scoped .fixed-links img.bg {
  width: 70px;
  position: absolute;
  right: 46px;
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  html#scoped .fixed-links img.bg {
    width: 5.65vw;
    right: 3.72vw;
  }
}
html#scoped .fixed-links img.gif {
  width: 70px;
  position: absolute;
  right: 46px;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 1240px) {
  html#scoped .fixed-links img.gif {
    width: 5.65vw;
    right: 3.72vw;
  }
}

html#scoped footer {
  background-color: #333333;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1240px) {
  html#scoped footer {
    font-size: 1.3vw;
    padding: 1.61vw 0;
  }
}
@media screen and (max-width: 747px) {
  html#scoped footer {
    font-size: 3.2vw;
    padding: 2.13vw 2.67vw;
  }
}
html#scoped footer.in-app {
  display: none;
}
html#scoped footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 747px) {
  html#scoped footer .content .text {
    margin-bottom: 1.33vw;
  }
}
html#scoped footer a {
  color: white;
}
html#scoped footer span.sp {
  line-height: 1.4em !important;
}
html#scoped footer .separator {
  width: 1px;
  min-width: 1px;
  height: 10px;
  background-color: white;
  margin: 0 10px;
  margin-top: 6px;
}
@media screen and (max-width: 1240px) {
  html#scoped footer .separator {
    height: 0.81vw;
    margin: 0 0.81vw;
    margin-top: 0.48vw;
  }
}
@media screen and (max-width: 747px) {
  html#scoped footer .separator {
    height: 2.67vw;
    margin: 0 2.67vw;
    margin-top: 1.33vw;
  }
}
@media screen and (max-width: 747px) {
  html#scoped footer .separator.sp {
    display: none;
  }
}

html#scoped #Landing .bg-wrap {
  background-image: url(../assets/bg-d.svg);
  background-size: 100vw auto;
  background-position: center top;
}
@media screen and (max-width: 1920px) {
  html#scoped #Landing .bg-wrap {
    background-size: 100vw auto;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .bg-wrap {
    background-image: url(../assets/bg-m.svg);
    background-size: 100vw auto;
    background-position: center top;
  }
}
html#scoped #Landing .common-center-wrap {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .common-center-wrap {
    width: 100%;
  }
}
html#scoped #Landing h2 {
  margin: 0 auto;
  margin-bottom: 80px;
}
html#scoped #Landing h2.sp {
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing h2 {
    margin-bottom: 6.45vw;
  }
  html#scoped #Landing h2.sp {
    margin-bottom: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing h2 {
    margin-bottom: 7.47vw;
  }
  html#scoped #Landing h2.sp {
    margin-bottom: 4.27vw;
  }
}
html#scoped #Landing section#kv {
  position: relative;
  background-image: url(../assets/kv-bg-d.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#kv {
    background-image: url(../assets/kv-bg-m.svg);
  }
}
html#scoped #Landing section#kv .animation_container {
  width: 100% !important;
  height: auto !important;
}
html#scoped #Landing section#kv .animation_container canvas {
  display: block;
  width: 100% !important;
  height: auto !important;
}
html#scoped #Landing section#kv h1 {
  margin: 0;
  position: absolute;
  top: 243px;
  left: 410px;
  width: 630px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
          animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1920px) {
  html#scoped #Landing section#kv h1 {
    top: 12.66vw;
    left: 21.46vw;
    width: 32.81vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#kv h1 {
    top: 27.2vw;
    left: 11.2vw;
    width: 77.6vw;
  }
}
html#scoped #Landing section#kv h1.animate {
  -webkit-animation-name: popout;
          animation-name: popout;
}
@-webkit-keyframes popout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html#scoped #Landing section#kv .dom_overlay_container {
  display: none;
}
html#scoped #Landing section#section1 {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 {
    padding-top: 8.06vw;
    padding-bottom: 6.45vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 {
    padding-bottom: 0;
    padding-top: 16vw;
  }
}
html#scoped #Landing section#section1 h2 {
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 h2 {
    width: 96.77vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 h2 {
    width: 94.67vw;
  }
}
html#scoped #Landing section#section1 .t1 {
  font-size: 32px;
  font-weight: bold;
  color: #26925A;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .t1 {
    font-size: 2.58vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .t1 {
    font-size: 5.33vw;
  }
}
html#scoped #Landing section#section1 .t2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .t2 {
    margin-top: 1.61vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .t2 {
    margin-top: 4.27vw;
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section1 .flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards {
    gap: 3.23vw;
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.47vw;
    margin-top: 7.47vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card {
  width: 500px;
  height: 570px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(49.52%, #E0F4ED), to(#FFF3E0));
  background: linear-gradient(180deg, #FFF 0%, #E0F4ED 49.52%, #FFF3E0 100%);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card {
    width: 40.32vw;
    height: 45.97vw;
    border-radius: 2.58vw;
    -webkit-box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
    padding-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card {
    width: 85.33vw;
    height: auto;
    border-radius: 5.33vw;
    -webkit-box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    padding-left: 2.13vw;
    padding-right: 2.13vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card .t3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #24CF91;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card .t3 {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card .t3 {
    font-size: 8.53vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card img.fig {
  width: 220px;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card img.fig {
    width: 17.74vw;
    margin-top: 2.58vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card img.fig {
    width: 48vw;
    margin-top: 8.53vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card .t4 {
  text-align: center;
  font-size: 24px;
  color: #444444;
  margin-top: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card .t4 {
    font-size: 1.94vw;
    margin-top: 2.58vw;
    line-height: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card .t4 {
    font-size: 5.33vw;
    margin-top: 8.53vw;
    line-height: 8.53vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card .t4 span.highlight {
  font-weight: bold;
  color: #FF7227;
}
html#scoped #Landing section#section1 .flex-cards .card .t4 span.small {
  font-size: 16px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card .t4 span.small {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card .t4 span.small {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card .t5 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card .t5 {
    bottom: 3.23vw;
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card .t5 {
    position: static;
    margin-top: 5.33vw;
    font-size: 4vw;
  }
}
html#scoped #Landing section#section1 .flex-cards .card img.tag {
  position: absolute;
  width: 171px;
  top: -15px;
  right: -15px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-cards .card img.tag {
    width: 13.79vw;
    top: -1.21vw;
    right: -1.21vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-cards .card img.tag {
    width: 34.13vw;
    top: -3.47vw;
    right: -3.47vw;
  }
}
html#scoped #Landing section#section1 .flex-buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section1 .flex-buttons {
    gap: 1.61vw;
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section1 .flex-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.33vw;
    margin-top: 7.47vw;
  }
}
html#scoped #Landing .common-button {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 69px;
  font-size: 28px;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}
html#scoped #Landing .common-button.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#24D193), to(#1EB27D));
  background: linear-gradient(180deg, #24D193 0%, #1EB27D 100%);
}
html#scoped #Landing .common-button.green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#48DFA9), to(#29DB9B));
  background: linear-gradient(180deg, #48DFA9 0%, #29DB9B 100%);
}
html#scoped #Landing .common-button.orange {
  background: linear-gradient(183deg, #FE9A64 22.25%, #FF6D1F 97.65%);
}
html#scoped #Landing .common-button.orange:hover {
  background: linear-gradient(183deg, #FEBA95 22.25%, #FF8E52 97.65%);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .common-button {
    width: 21.77vw;
    line-height: 5.55vw;
    font-size: 2.26vw;
    border-radius: 1.29vw;
    -webkit-box-shadow: 0 0.48vw 0.81vw 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.48vw 0.81vw 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .common-button {
    width: 52vw;
    line-height: 13.4vw;
    font-size: 5.47vw;
    border-radius: 3.2vw;
    -webkit-box-shadow: 0 1.6vw 2.67vw 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1.6vw 2.67vw 0 rgba(0, 0, 0, 0.25);
  }
}
html#scoped #Landing .common-button .icon {
  width: 12px;
  min-width: 12px;
  background-image: url(../assets/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .common-button .icon {
    width: 0.97vw;
    min-width: 0.97vw;
    margin-left: 0.97vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .common-button .icon {
    width: 3.2vw;
    min-width: 3.2vw;
    margin-left: 3.2vw;
  }
}
html#scoped #Landing section#section2 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F3FBF8;
  border: 2px solid #A8DAC9;
  border-radius: 32px;
  -webkit-box-shadow: 0 16px 0 0 #A8DAC9;
          box-shadow: 0 16px 0 0 #A8DAC9;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 {
    margin-top: 6.45vw;
    padding-top: 6.45vw;
    padding-bottom: 6.45vw;
    border-radius: 2.58vw;
    -webkit-box-shadow: 0 1.3vw 0 0 #A8DAC9;
            box-shadow: 0 1.3vw 0 0 #A8DAC9;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 {
    margin: 0 auto;
    margin-top: 21.33vw;
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
    width: 94.67vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    border-radius: 8.53vw;
    -webkit-box-shadow: 0 4.27vw 0 0 #A8DAC9;
            box-shadow: 0 4.27vw 0 0 #A8DAC9;
  }
}
html#scoped #Landing section#section2 h2 {
  width: 978px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 h2 {
    width: 78.87vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 h2 {
    width: 79.73vw;
  }
}
html#scoped #Landing section#section2 .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .t1 {
    margin-top: 6.45vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .t1 {
    margin-top: 8.53vw;
  }
  html#scoped #Landing section#section2 .t1.sp {
    margin-top: 7.47vw;
  }
}
html#scoped #Landing section#section2 .t1 .t {
  font-size: 40px;
  font-weight: bold;
  color: #24CF91;
  border-bottom: 6px solid #FFB548;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .t1 .t {
    font-size: 3.23vw;
    border-bottom: 0.48vw solid #FFB548;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .t1 .t {
    font-size: 7.47vw;
    border-bottom: 1.6vw solid #FFB548;
  }
}
html#scoped #Landing section#section2 .flex-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  margin-top: 40px;
  width: 840px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes {
    gap: 3.23vw;
    width: 67.74vw;
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 7.47vw;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 24px 0;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box {
    border-radius: 2.58vw;
    padding: 1.94vw 0;
    width: calc(50% - 1.61vw);
    -webkit-box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box {
    width: 100%;
    padding: 6.4vw 0;
    border-radius: 5.33vw;
    -webkit-box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
  }
}
html#scoped #Landing section#section2 .flex-boxes .box.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 43px 0;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box.full {
    gap: 1.29vw;
    padding: 3.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box.full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.27vw;
    padding: 10.67vw 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box .group {
    gap: 0.65vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box .group {
    gap: 2.13vw;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box img.icon {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box img.icon {
    height: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box img.icon {
    height: 10.67vw;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box .t2 {
  font-size: 32px;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t2 {
    font-size: 2.58vw;
    line-height: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t2 {
    font-size: 7.47vw;
    line-height: 10.67vw;
  }
  html#scoped #Landing section#section2 .flex-boxes .box .t2.sp {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
html#scoped #Landing section#section2 .flex-boxes .box img.fig {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box img.fig {
    height: 8.06vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box img.fig {
    height: 21.33vw;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box .t3 {
  margin-top: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t3 {
    margin-top: 1.94vw;
    font-size: 1.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t3 {
    margin-top: 6.4vw;
    font-size: 5.33vw;
  }
}
html#scoped #Landing section#section2 .flex-boxes .box .t3 span.green {
  color: #24CF91;
}
html#scoped #Landing section#section2 .flex-boxes .box .t3 span.orange {
  color: #FF7227;
}
html#scoped #Landing section#section2 .flex-boxes .box .t4 {
  margin-top: 8px;
  font-size: 15px;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t4 {
    margin-top: 0.65vw;
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-boxes .box .t4 {
    display: none;
  }
}
html#scoped #Landing section#section2 .t5 {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .t5 {
    margin-top: 3.23vw;
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .t5 {
    margin-top: 7.47vw;
    font-size: 4vw;
  }
}
html#scoped #Landing section#section2 .t6 {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .t6 {
    margin-top: 1.61vw;
    font-size: 1.13vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .t6 {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }
}
html#scoped #Landing section#section2 .t7 {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .t7 {
    margin-top: 0.81vw;
    font-size: 0.97vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .t7 {
    margin-top: 1.33vw;
    font-size: 3.2vw;
  }
}
html#scoped #Landing section#section2 .t7 a {
  text-decoration: none;
  color: #FF7227;
  border-bottom: 1px dashed #FF7227;
}
html#scoped #Landing section#section2 .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .link-wrap {
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .link-wrap {
    margin-top: 7.47vw;
  }
}
html#scoped #Landing section#section2 .link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  line-height: 41px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #FF7227;
  border-bottom: 2px dashed #FF7227;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .link-wrap a {
    gap: 0.97vw;
    line-height: 3.31vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .link-wrap a {
    gap: 3.2vw;
    line-height: 10.93vw;
    font-size: 5.33vw;
  }
}
html#scoped #Landing section#section2 .link-wrap a .icon {
  width: 10px;
  min-width: 10px;
  background-image: url(../assets/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .link-wrap a .icon {
    width: 0.81vw;
    min-width: 0.81vw;
  }
}
html#scoped #Landing section#section2 .flex-piggy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-piggy {
    gap: 3.23vw;
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-piggy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.67vw;
    margin-top: 10.67vw;
  }
}
html#scoped #Landing section#section2 .flex-piggy img {
  width: 210px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-piggy img {
    width: 16.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-piggy img {
    width: 56vw;
  }
}
html#scoped #Landing section#section2 .flex-piggy .v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped #Landing section#section2 .flex-piggy .v-flex .t6 {
  width: 480px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section2 .flex-piggy .v-flex .t6 {
    width: 38.71vw;
    font-size: 1.94vw;
    line-height: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section2 .flex-piggy .v-flex .t6 {
    width: 74.4vw;
    font-size: 5.33vw;
    line-height: unset;
    text-align: center;
  }
}
html#scoped #Landing section#section2 .flex-piggy .v-flex .t6 span.orange {
  color: #FF7227;
}
html#scoped #Landing section#section3 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 {
    margin-top: 6.45vw;
    padding-top: 6.45vw;
    padding-bottom: 6.45vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 {
    margin-top: 21.33vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
html#scoped #Landing section#section3 h2 {
  width: 960px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 h2 {
    width: 77.42vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 h2 {
    width: 85.6vw;
  }
}
html#scoped #Landing section#section3 .flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 .flex-cards {
    gap: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 .flex-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.33vw;
  }
}
html#scoped #Landing section#section3 .flex-cards .card {
  width: 320px;
  padding: 40px 0;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(49.52%, #E0F4ED), to(#FFF3E0));
  background: linear-gradient(180deg, #FFF 0%, #E0F4ED 49.52%, #FFF3E0 100%);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 .flex-cards .card {
    width: 25.81vw;
    padding: 3.23vw 0;
    border-radius: 2.58vw;
    -webkit-box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 .flex-cards .card {
    width: 74.67vw;
    padding: 5.33vw 0;
    border-radius: 5.33vw;
    -webkit-box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
  }
}
html#scoped #Landing section#section3 .flex-cards .card .t1 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #24CF91;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 .flex-cards .card .t1 {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 .flex-cards .card .t1 {
    font-size: 8.53vw;
  }
}
html#scoped #Landing section#section3 .flex-cards .card img {
  width: 230px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 .flex-cards .card img {
    width: 18.55vw;
    margin-top: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 .flex-cards .card img {
    width: 41.87vw;
    margin-top: 5.33vw;
  }
}
html#scoped #Landing section#section3 .flex-cards .card .t2 {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section3 .flex-cards .card .t2 {
    margin-top: 3.23vw;
    font-size: 1.94vw;
    line-height: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section3 .flex-cards .card .t2 {
    margin-top: 5.33vw;
    font-size: 5.33vw;
    line-height: 8.53vw;
  }
}
html#scoped #Landing section#section3 .flex-cards .card .t2 span.orange {
  color: #FF7227;
  font-weight: bold;
}
html#scoped #Landing section#section4 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 32px;
  border: 2px solid #A8DAC9;
  background: #F3FBF8;
  -webkit-box-shadow: 0 16px 0 0 #A8DAC9;
          box-shadow: 0 16px 0 0 #A8DAC9;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 {
    margin-top: 6.45vw;
    padding-top: 6.45vw;
    padding-bottom: 6.45vw;
    border-radius: 2.58vw;
    -webkit-box-shadow: 0 1.3vw 0 0 #A8DAC9;
            box-shadow: 0 1.3vw 0 0 #A8DAC9;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 {
    margin: 0 auto;
    margin-top: 21.33vw;
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
    width: 94.67vw;
    border-radius: 8.53vw;
    -webkit-box-shadow: 0 4.27vw 0 0 #A8DAC9;
            box-shadow: 0 4.27vw 0 0 #A8DAC9;
  }
}
html#scoped #Landing section#section4 h2 {
  width: 708px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 h2 {
    width: 57.1vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 h2 {
    width: 51.47vw;
  }
}
html#scoped #Landing section#section4 .tab-headings {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.07vw;
  }
  html#scoped #Landing section#section4 .tab-headings .tab-heading {
    width: 18.13vw;
    text-align: center;
    font-size: 4.27vw;
    font-weight: bold;
    color: #666666;
    line-height: 9.33vw;
    border-bottom: 2px dotted transparent;
  }
  html#scoped #Landing section#section4 .tab-headings .tab-heading.active {
    color: #24CF91;
    border-bottom: 2px dotted #24CF91;
  }
  html#scoped #Landing section#section4 .tab-headings .separator {
    font-size: 4.27vw;
    font-weight: bold;
    color: #CCCCCC;
    line-height: 9.33vw;
  }
}
html#scoped #Landing section#section4 .tab-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 .tab-contents {
    gap: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-contents {
    display: block;
    margin: 0 auto;
    margin-top: 7.47vw;
    width: 66.67vw;
  }
}
html#scoped #Landing section#section4 .tab-contents .tab-content {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content {
    width: 20.16vw;
    gap: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content {
    width: 100%;
    margin: 0 auto;
  }
}
html#scoped #Landing section#section4 .tab-contents .tab-content .step {
  margin: 0 auto;
  width: 112px;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  border-radius: 60px;
  line-height: 31px;
  background: -webkit-gradient(linear, left top, left bottom, from(#24D193), to(#1EB27D));
  background: linear-gradient(180deg, #24D193 0%, #1EB27D 100%);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content .step {
    width: 9.03vw;
    font-size: 1.61vw;
    line-height: 2.5vw;
    border-radius: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content .step {
    display: none;
  }
}
html#scoped #Landing section#section4 .tab-contents .tab-content .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content .title {
    margin-bottom: 5.33vw;
    height: 18.67vw;
  }
}
html#scoped #Landing section#section4 .tab-contents .tab-content .title .t {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #444444;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content .title .t {
    font-size: 1.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .tab-contents .tab-content .title .t {
    font-size: 6.4vw;
  }
}
html#scoped #Landing section#section4 .tab-contents .tab-content .title .t span.orange {
  color: #FF7227;
}
html#scoped #Landing section#section4 .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section4 .flex-buttons {
    margin-top: 6.45vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section4 .flex-buttons {
    margin-top: 7.47vw;
  }
}
html#scoped #Landing section#section5 {
  padding-bottom: 160px;
  padding-top: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 {
    padding-bottom: 12.9vw;
    padding-top: 6.45vw;
    margin-top: 6.45vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 {
    padding-bottom: 4.53vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    padding-top: 0;
    margin-top: 21.33vw;
  }
}
html#scoped #Landing section#section5 h2 {
  width: 282px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 h2 {
    width: 22.74vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 h2 {
    width: 42.4vw;
  }
}
html#scoped #Landing section#section5 .question-group {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group {
    border-radius: 2.58vw;
    margin-bottom: 1.61vw;
    -webkit-box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group {
    border-radius: 5.33vw;
    margin-bottom: 4.27vw;
    -webkit-box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
  }
}
html#scoped #Landing section#section5 .question-group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group:last-child {
    margin-bottom: 0;
  }
}
html#scoped #Landing section#section5 .question-group .question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  background-color: white;
  -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .question-row {
    padding: 1.94vw 2.58vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .question-row {
    padding: 6.4vw 5.33vw;
  }
}
html#scoped #Landing section#section5 .question-group .question-row:hover, html#scoped #Landing section#section5 .question-group .question-row.active {
  background-color: white;
}
html#scoped #Landing section#section5 .question-group .question-row.active img.arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
html#scoped #Landing section#section5 .question-group .question-row .v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped #Landing section#section5 .question-group .question-row .v-flex.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .question-row .v-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
html#scoped #Landing section#section5 .question-group .question-row .number {
  width: 45px;
  min-width: 45px;
  font-size: 20px;
  line-height: 160%;
  color: #AAAAAA;
  margin-right: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .question-row .number {
    width: 3.63vw;
    min-width: 3.63vw;
    font-size: 1.61vw;
    margin-right: 0.97vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .question-row .number {
    width: 8.8vw;
    min-width: 8.8vw;
    font-size: 4.27vw;
    margin-right: 2.13vw;
  }
}
html#scoped #Landing section#section5 .question-group .question-row .question {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #444444;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .question-row .question {
    font-size: 1.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .question-row .question {
    font-size: 5.33vw;
    line-height: 130%;
  }
}
html#scoped #Landing section#section5 .question-group .question-row h3 {
  margin: 0;
}
html#scoped #Landing section#section5 .question-group .question-row .icon {
  width: 40px;
  min-width: 40px;
  margin-left: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(55, 147, 198, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(55, 147, 198, 0.15);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .question-row .icon {
    width: 3.23vw;
    min-width: 3.23vw;
    margin-left: 1.94vw;
    -webkit-box-shadow: 0px 0.81vw 1.61vw 0px rgba(55, 147, 198, 0.15);
            box-shadow: 0px 0.81vw 1.61vw 0px rgba(55, 147, 198, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .question-row .icon {
    width: 11.2vw;
    min-width: 11.2vw;
    margin-left: 2.13vw;
    -webkit-box-shadow: 0px 1.6vw 3.2vw 0px rgba(55, 147, 198, 0.15);
            box-shadow: 0px 1.6vw 3.2vw 0px rgba(55, 147, 198, 0.15);
  }
}
html#scoped #Landing section#section5 .question-group .question-row img.arrow {
  display: block;
  width: 100%;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped #Landing section#section5 .question-group .answer {
  padding: 0 40px 20px 89px;
  font-size: 20px;
  color: #444444;
  line-height: 160%;
  letter-spacing: 0.05em;
  background-color: white;
  display: none;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .answer {
    padding: 0 2.58vw 1.29vw 5.87vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .answer {
    padding: 0 4.27vw 6.4vw 16.8vw;
    font-size: 4.8vw;
  }
}
html#scoped #Landing section#section5 .question-group .answer a {
  color: #FF7227;
  border-bottom: 1px dotted #FF7227;
  text-decoration: none;
}
html#scoped #Landing section#section5 .question-group .answer img.chart {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing section#section5 .question-group .answer img.chart {
    width: 64.52vw;
    margin-top: 0.81vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing section#section5 .question-group .answer img.chart {
    margin-top: 2.67vw;
    width: 68.27vw;
  }
}
html#scoped #Landing section#section5 span.bold {
  font-weight: bold;
}
html#scoped #Landing section#section5 .image-wrap {
  margin-top: 28px;
  overflow-x: auto;
  padding-bottom: 20px;
}
html#scoped #Landing section#section5 .image-wrap img {
  width: 805px;
  min-width: 805px;
  margin: 0 auto;
}
html#scoped #Landing .popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap {
    padding: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap {
    padding: 2.67vw;
  }
}
html#scoped #Landing .popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
html#scoped #Landing .popup-wrap .content-wrap {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  height: 80%;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap {
    border-radius: 2.58vw;
    padding: 3.23vw;
    -webkit-box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap {
    border-radius: 5.33vw;
    padding: 5.33vw;
    -webkit-box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6.67vw 0 rgba(0, 0, 0, 0.15);
  }
}
html#scoped #Landing .popup-wrap .content-wrap .flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped #Landing .popup-wrap .content-wrap .flex-top .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .flex-top .title {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .flex-top .title {
    font-size: 6.4vw;
    line-height: 11.2vw;
    letter-spacing: 0.08em;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .flex-top img {
  width: 42px;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .flex-top img {
    width: 3.39vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .flex-top img {
    width: 11.2vw;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .content {
    margin-top: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .content {
    margin-top: 5.33vw;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .content ol {
  margin: 0;
  padding-left: 1.55em;
  padding-right: 0.8em;
}
html#scoped #Landing .popup-wrap .content-wrap .content ol li {
  font-size: 16px;
  color: #444444;
}
html#scoped #Landing .popup-wrap .content-wrap .content ol.chinese-number {
  list-style-type: cjk-ideographic;
  padding-left: 2em;
}
html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners {
    gap: 0.81vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners {
    gap: 2.67vw;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner {
  width: calc(20% - 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 134px;
  border-radius: 12px;
  background-color: white;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner {
    width: calc(20% - 0.81vw);
    height: 10.81vw;
    border-radius: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner {
    width: calc(50% - 1.6vw);
    height: 25.07vw;
    border-radius: 3.2vw;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .name {
  font-size: 24px;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .name {
    font-size: 1.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .name {
    font-size: 5.33vw;
  }
}
html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .id {
  font-size: 24px;
  color: #FF7227;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .id {
    font-size: 1.94vw;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #Landing .popup-wrap .content-wrap .content .flex-winners .winner .id {
    font-size: 5.33vw;
  }
}
html#scoped #Landing .popup1 .content-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(49.52%, #E0F4ED), color-stop(10000%, #FFF3E0));
  background: linear-gradient(180deg, #FFF 0%, #E0F4ED 49.52%, #FFF3E0 10000%);
  width: 1070px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup1 .content-wrap {
    width: 86.29vw;
  }
}
html#scoped #Landing .popup1 .content-wrap .title {
  color: #26925A;
}
html#scoped #Landing .popup2 .content-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(49.52%, #E0F4ED), to(#FFF3E0));
  background: linear-gradient(180deg, #FFF 0%, #E0F4ED 49.52%, #FFF3E0 100%);
  width: 1115px;
}
@media screen and (max-width: 1240px) {
  html#scoped #Landing .popup2 .content-wrap {
    width: 89.92vw;
  }
}
html#scoped #Landing .popup2 .content-wrap .title {
  color: #FF7227;
}