@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; }
  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 .preload-images {
    position: fixed;
    left: 101vw; }
  html#scoped img {
    display: block;
    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: 800px) {
      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: 800px) {
      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; } }

html#scoped .page * {
  color: #2F2F2F; }

html#scoped .dots {
  position: absolute; }
  html#scoped .dots .row {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      html#scoped .dots .row {
        margin-bottom: 0.80vw; } }
  html#scoped .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1); }
    html#scoped .dots .dot.active {
      opacity: 0; }
    @media screen and (max-width: 800px) {
      html#scoped .dots .dot {
        width: 0.53vw;
        height: 0.53vw;
        margin-right: 0.80vw; } }

html#scoped .dots.orange .dot {
  background-color: #FC4016; }

html#scoped .dots.orange-light .dot {
  background-color: #FF801F; }

html#scoped .dots.white .dot {
  background-color: white; }

html#scoped .dots.green .dot {
  background-color: #008446; }

html#scoped .fadeInFromLeft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px); }
  html#scoped .fadeInFromLeft.animate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (max-width: 1280px) {
    html#scoped .fadeInFromLeft {
      -webkit-transform: translateX(-2.34vw);
      -ms-transform: translateX(-2.34vw);
      transform: translateX(-2.34vw); } }
  @media screen and (max-width: 800px) {
    html#scoped .fadeInFromLeft {
      -webkit-transform: translateX(-8vw);
      -ms-transform: translateX(-8vw);
      transform: translateX(-8vw); } }

html#scoped .fadeInFromRight {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }
  html#scoped .fadeInFromRight.animate {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (max-width: 1280px) {
    html#scoped .fadeInFromRight {
      -webkit-transform: translateX(2.34vw);
      -ms-transform: translateX(2.34vw);
      transform: translateX(2.34vw); } }
  @media screen and (max-width: 800px) {
    html#scoped .fadeInFromRight {
      -webkit-transform: translateX(8vw);
      -ms-transform: translateX(8vw);
      transform: translateX(8vw); } }

html#scoped .fadeInFromTop {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }
  html#scoped .fadeInFromTop.animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (max-width: 1280px) {
    html#scoped .fadeInFromTop {
      -webkit-transform: translateY(-2.34vw);
      -ms-transform: translateY(-2.34vw);
      transform: translateY(-2.34vw); } }
  @media screen and (max-width: 800px) {
    html#scoped .fadeInFromTop {
      -webkit-transform: translateY(-8vw);
      -ms-transform: translateY(-8vw);
      transform: translateY(-8vw); } }

html#scoped .fadeInFromBottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
  html#scoped .fadeInFromBottom.animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (max-width: 1280px) {
    html#scoped .fadeInFromBottom {
      -webkit-transform: translateY(2.34vw);
      -ms-transform: translateY(2.34vw);
      transform: translateY(2.34vw); } }
  @media screen and (max-width: 800px) {
    html#scoped .fadeInFromBottom {
      -webkit-transform: translateY(8vw);
      -ms-transform: translateY(8vw);
      transform: translateY(8vw); } }

html#scoped .inview {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1); }

html#scoped .api-footer {
  padding-top: 1.67vw; }
  html#scoped .api-footer * {
    font-size: 17px !important; }

html#scoped .page {
  padding-top: 6.20vw; }
  @media screen and (max-width: 800px) {
    html#scoped .page {
      padding-top: 17.07vw; } }

html#scoped .page header {
  padding: 2.60vw 3.65vw 1.00vw 3.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url("../assets/page2/bg-d.png");
  background-size: 100% auto;
  background-position: center top; }
  @media screen and (max-width: 800px) {
    html#scoped .page header {
      padding: 0 0 0 4vw;
      height: 17.07vw;
      background-color: white;
      background-image: none; } }
  html#scoped .page header a.logo img {
    height: 2.60vw; }
    @media screen and (max-width: 800px) {
      html#scoped .page header a.logo img {
        height: 8.00vw;
        width: auto;
        margin-top: 4vw; } }
  html#scoped .page header .toggler {
    width: 17.07vw;
    height: 17.07vw;
    position: relative; }
    html#scoped .page header .toggler .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      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;
      opacity: 0; }
      html#scoped .page header .toggler .image.active {
        opacity: 1; }
    html#scoped .page header .toggler img {
      width: 5.60vw; }
  html#scoped .page header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      html#scoped .page header nav {
        position: fixed;
        top: 17.07vw;
        left: 0;
        width: 100%;
        background-color: white;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 8.00vw;
        padding-bottom: 26.67vw;
        opacity: 0;
        visibility: hidden;
        padding-left: 10.67vw;
        padding-right: 10.67vw; }
        html#scoped .page header nav.active {
          opacity: 1;
          visibility: visible; } }
    html#scoped .page header nav a {
      line-height: 2.60vw;
      font-size: 1.15vw;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: #363636;
      padding: 0 1.56vw;
      text-decoration: none; }
      @media screen and (max-width: 800px) {
        html#scoped .page header nav a {
          font-size: 5.33vw;
          line-height: 16.00vw;
          height: 16.00vw;
          text-align: center;
          display: block;
          width: 100%;
          border-bottom: 1px solid #3E3E3E; }
          html#scoped .page header nav a.last {
            border-bottom: none; } }
    html#scoped .page header nav a.cta {
      padding: 0 0.68vw;
      background-color: #FF4600;
      color: white;
      border-radius: 2.60vw;
      height: 2.19vw;
      line-height: 2.19vw;
      margin-top: 0.21vw;
      display: inline-block;
      margin-left: 1.56vw; }
      @media screen and (max-width: 800px) {
        html#scoped .page header nav a.cta {
          position: absolute;
          bottom: 8.00vw;
          width: 30.67vw;
          margin-left: 0;
          margin-top: 0;
          line-height: 10.67vw;
          height: 10.67vw;
          border-radius: 10.67vw;
          padding: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          text-align: center; } }
    html#scoped .page header nav .horizontal {
      height: 1px;
      width: 80.00vw;
      position: absolute;
      top: 29.33vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #3E3E3E;
      display: none; }
    html#scoped .page header nav .vertical {
      width: 1px;
      height: 42.67vw;
      position: absolute;
      top: 8vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #3E3E3E;
      display: none; }

html#scoped footer {
  background-color: white; }
  html#scoped footer .content {
    width: 1153px;
    margin: 0 auto;
    padding-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      html#scoped footer .content {
        width: 90.08vw;
        padding: 3.91vw 0; } }
    @media screen and (max-width: 800px) {
      html#scoped footer .content {
        width: 100%;
        padding: 5vw 3.47vw 10.67vw 3.47vw; } }
    html#scoped footer .content .notice .heading {
      font-size: 19px;
      font-weight: bold;
      letter-spacing: 0.06em;
      color: black; }
      @media screen and (max-width: 800px) {
        html#scoped footer .content .notice .heading {
          font-size: 3.47vw; } }
    html#scoped footer .content .notice .text {
      font-size: 19px;
      letter-spacing: 0.06em;
      color: black; }
      @media screen and (max-width: 800px) {
        html#scoped footer .content .notice .text {
          font-size: 3.20vw; } }
    html#scoped footer .content .red-note {
      font-size: 19px;
      letter-spacing: 0.05em;
      font-weight: bold;
      color: #D31836;
      margin-top: 21px;
      margin-bottom: 38px; }
      @media screen and (max-width: 800px) {
        html#scoped footer .content .red-note {
          font-size: 3.20vw;
          margin-top: 5.33vw;
          margin-bottom: 8.00vw; } }
    html#scoped footer .content .info-wrap .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 800px) {
        html#scoped footer .content .info-wrap .flex-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      html#scoped footer .content .info-wrap .flex-row .name {
        width: 470px;
        font-size: 14px;
        line-height: 27px;
        font-weight: bold;
        letter-spacing: 0.03em;
        color: #363636;
        margin-bottom: 2px; }
        @media screen and (max-width: 1023px) {
          html#scoped footer .content .info-wrap .flex-row .name {
            width: 36.72vw;
            font-size: 1.09vw;
            line-height: 2.11vw;
            margin-bottom: 0.16vw; } }
        @media screen and (max-width: 800px) {
          html#scoped footer .content .info-wrap .flex-row .name {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            font-size: 4.00vw;
            line-height: unset;
            text-align: center;
            width: 100%; } }
      html#scoped footer .content .info-wrap .flex-row .hotline {
        font-size: 17px;
        line-height: 27px;
        font-weight: bold;
        letter-spacing: 0.03em;
        color: #FF7700;
        margin-bottom: 2px; }
        @media screen and (max-width: 1023px) {
          html#scoped footer .content .info-wrap .flex-row .hotline {
            font-size: 1.33vw;
            line-height: 2.11vw;
            margin-bottom: 0.16vw; } }
        @media screen and (max-width: 800px) {
          html#scoped footer .content .info-wrap .flex-row .hotline {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            font-size: 4.00vw;
            line-height: unset;
            text-align: center;
            width: 100%;
            margin-bottom: 1.33vw; } }
      html#scoped footer .content .info-wrap .flex-row .address {
        font-size: 14px;
        letter-spacing: 0.03em;
        color: #363636;
        width: 470px;
        line-height: 158%; }
        @media screen and (max-width: 1023px) {
          html#scoped footer .content .info-wrap .flex-row .address {
            width: 36.72vw;
            font-size: 1.09vw; } }
        @media screen and (max-width: 800px) {
          html#scoped footer .content .info-wrap .flex-row .address {
            width: 100%;
            text-align: center;
            font-size: 2.67vw; } }
    html#scoped footer .content .warning-heading {
      margin-top: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 1023px) {
        html#scoped footer .content .warning-heading {
          margin-top: 3.52vw; } }
      @media screen and (max-width: 800px) {
        html#scoped footer .content .warning-heading {
          margin-top: 5.33vw; } }
      html#scoped footer .content .warning-heading .heading {
        font-size: 18px;
        letter-spacing: 0.03em;
        color: #363636; }
        @media screen and (max-width: 1023px) {
          html#scoped footer .content .warning-heading .heading {
            font-size: 1.41vw; } }
        @media screen and (max-width: 800px) {
          html#scoped footer .content .warning-heading .heading {
            font-size: 3.47vw; } }
      html#scoped footer .content .warning-heading .line {
        width: 31px;
        height: 1px;
        background-color: #363636;
        position: absolute;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (max-width: 1023px) {
          html#scoped footer .content .warning-heading .line {
            top: 2.34vw;
            width: 2.42vw; } }
        @media screen and (max-width: 800px) {
          html#scoped footer .content .warning-heading .line {
            top: 5.5vw;
            width: 6.93vw; } }

html#scoped #page1 {
  background-image: url("../assets/page1/bg-d.png");
  background-size: 100% auto;
  background-position: center top 10vw;
  background-repeat: no-repeat;
  padding-bottom: 6vw; }
  @media screen and (max-width: 800px) {
    html#scoped #page1 {
      background-image: url("../assets/page1/bg-m.png"); } }
  html#scoped #page1 h2.common {
    text-align: center;
    margin: 0;
    font-size: 2.60vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 h2.common {
        font-size: 9.07vw;
        line-height: 120%; } }
  html#scoped #page1 #section1 {
    position: relative; }
    html#scoped #page1 #section1 video {
      width: 100%; }
    html#scoped #page1 #section1 .cover {
      position: absolute;
      background-image: url("../assets/page1/bg-cover.png"); }
    html#scoped #page1 #section1 .left {
      left: 0;
      width: 0.26vw;
      height: 100%;
      top: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section1 .left {
          width: 1.33vw; } }
    html#scoped #page1 #section1 .right {
      right: 0;
      width: 0.26vw;
      height: 100%;
      top: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section1 .right {
          width: 1.33vw; } }
    html#scoped #page1 #section1 .top {
      top: 0;
      width: 100%;
      height: 0.26vw;
      left: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section1 .top {
          height: 1.33vw; } }
    html#scoped #page1 #section1 .bottom {
      bottom: 0;
      width: 100%;
      height: 0.26vw;
      left: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section1 .bottom {
          height: 3vw;
          bottom: -1vw; } }
  html#scoped #page1 #section3 {
    padding-bottom: 7.29vw;
    position: relative;
    margin-top: 8.85vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 #section3 {
        padding-bottom: 12.80vw;
        padding-top: 16vw; } }
    html#scoped #page1 #section3 .textbox {
      position: absolute;
      top: 11.46vw;
      left: 7.86vw; }
      html#scoped #page1 #section3 .textbox h2 {
        line-height: 3.85vw;
        padding: 0 0.52vw;
        font-size: 2.60vw;
        letter-spacing: 0.07em;
        font-weight: bold;
        color: white;
        background-color: #363636;
        margin: 0;
        display: inline-block; }
      html#scoped #page1 #section3 .textbox .t {
        margin-top: 0.57vw;
        font-size: 3.13vw;
        font-weight: bold;
        letter-spacing: 0.07em;
        color: #363636;
        line-height: 120%; }
    html#scoped #page1 #section3 .content-box {
      position: absolute;
      top: 3.91vw;
      left: 29.22vw; }
      html#scoped #page1 #section3 .content-box .heading {
        width: 9vw;
        text-align: center;
        border-radius: 2.60vw;
        font-size: 1.41vw;
        font-weight: bold;
        color: white;
        letter-spacing: 0.04em;
        line-height: 2.29vw;
        background-color: #0973BA; }
        html#scoped #page1 #section3 .content-box .heading.mt {
          margin-top: 3vw; }
      html#scoped #page1 #section3 .content-box .flex-row {
        margin-top: 0.83vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        html#scoped #page1 #section3 .content-box .flex-row .row-heading {
          width: 6.77vw;
          min-width: 6.77vw;
          font-size: 1.20vw;
          font-weight: bold;
          letter-spacing: 0.12em; }
        html#scoped #page1 #section3 .content-box .flex-row .star {
          margin-right: 0.16vw;
          margin-top: 0.52vw; }
          html#scoped #page1 #section3 .content-box .flex-row .star img {
            width: 1.09vw;
            min-width: 1.09vw;
            margin-right: 0.52vw; }
        html#scoped #page1 #section3 .content-box .flex-row .row-heading2 {
          width: 6.25vw;
          min-width: 6.25vw;
          font-size: 1.20vw;
          font-weight: bold;
          text-align: justify;
          text-align-last: justify;
          margin-right: 0.83vw;
          line-height: 2vw; }
        html#scoped #page1 #section3 .content-box .flex-row .text-wrap {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          font-size: 1.20vw;
          letter-spacing: 0.03em;
          max-width: 31vw;
          line-height: 1.82vw; }
          html#scoped #page1 #section3 .content-box .flex-row .text-wrap.alt {
            max-width: unset; }
          html#scoped #page1 #section3 .content-box .flex-row .text-wrap span.bold {
            font-weight: bold; }
          html#scoped #page1 #section3 .content-box .flex-row .text-wrap span.orange {
            color: #DB1773;
            font-weight: bold; }
          html#scoped #page1 #section3 .content-box .flex-row .text-wrap span.big {
            font-size: 2.08vw;
            position: relative;
            top: 0.2vw; }
          html#scoped #page1 #section3 .content-box .flex-row .text-wrap span.reminder {
            font-size: 0.83vw;
            letter-spacing: 0.07em;
            color: #808080; }
      html#scoped #page1 #section3 .content-box .footnote {
        font-size: 0.89vw;
        letter-spacing: 0.09em;
        max-width: 45.42vw;
        margin-top: 6vw; }
        html#scoped #page1 #section3 .content-box .footnote span.highlight {
          color: #D41836;
          font-weight: bold; }
    html#scoped #page1 #section3 .dots.left {
      top: -5vw;
      left: 10.68vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section3 .dots.left {
          top: 7.47vw;
          left: 9.33vw; } }
    html#scoped #page1 #section3 .dots.right {
      top: -7vw;
      right: 16.67vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section3 .dots.right {
          top: 82.67vw;
          left: 81.60vw; } }
  html#scoped #page1 #section4 {
    padding-bottom: 6.77vw;
    position: relative; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 #section4 {
        padding-bottom: 11.47vw; } }
    html#scoped #page1 #section4.animate img.animation.left {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page1 #section4.animate img.animation.right {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page1 #section4.animate .group1 {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page1 #section4.animate .group2 {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page1 #section4.animate .note {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    html#scoped #page1 #section4 img.animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
    html#scoped #page1 #section4 img.animation.left {
      -webkit-transform: translateX(-10vw);
      -ms-transform: translateX(-10vw);
      transform: translateX(-10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    html#scoped #page1 #section4 img.animation.right {
      -webkit-transform: translateX(10vw);
      -ms-transform: translateX(10vw);
      transform: translateX(10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    html#scoped #page1 #section4 .group {
      position: absolute;
      top: 8.23vw;
      width: 26%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .group {
          width: 100%;
          opacity: 1; } }
    html#scoped #page1 #section4 .group1 {
      left: 24.5%;
      -webkit-transform: translateX(-10vw);
      -ms-transform: translateX(-10vw);
      transform: translateX(-10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .group1 {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          left: 0;
          top: 28vw; } }
    html#scoped #page1 #section4 .group2 {
      left: 51.3%;
      -webkit-transform: translateX(10vw);
      -ms-transform: translateX(10vw);
      transform: translateX(10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .group2 {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          left: 0;
          top: 135vw; } }
    html#scoped #page1 #section4 .row1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      html#scoped #page1 #section4 .row1 .t1 {
        line-height: 2.19vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section4 .row1 .t1 {
            line-height: 9.07vw; } }
    html#scoped #page1 #section4 .t1 {
      font-size: 1.20vw;
      letter-spacing: 0.04em;
      font-weight: bold; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .t1 {
          font-size: 4.53vw; } }
    html#scoped #page1 #section4 .head {
      margin: 0 0.16vw;
      line-height: 2.19vw;
      border-radius: 0.52vw;
      color: white;
      font-size: 1.56vw;
      font-weight: bold;
      letter-spacing: 0.04em;
      width: 7.86vw;
      text-align: center; }
      html#scoped #page1 #section4 .head.orange {
        background-color: #F2A544; }
      html#scoped #page1 #section4 .head.green {
        background-color: #0973BA; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .head {
          font-size: 5.87vw;
          line-height: 9.07vw;
          width: 30.93vw;
          border-radius: 2.67vw;
          margin: 0 0.80vw; } }
    html#scoped #page1 #section4 .row2 {
      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;
      text-align: center;
      height: 4.48vw;
      -webkit-transform: translateX(-1vw) translateY(0);
      -ms-transform: translateX(-1vw) translateY(0);
      transform: translateX(-1vw) translateY(0); }
      html#scoped #page1 #section4 .row2.alt {
        -webkit-transform: translateX(-1vw) translateY(0.5vw);
        -ms-transform: translateX(-1vw) translateY(0.5vw);
        transform: translateX(-1vw) translateY(0.5vw); }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .row2 {
          height: 12vw;
          margin-top: 4vw;
          -webkit-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); }
          html#scoped #page1 #section4 .row2.alt {
            -webkit-transform: translateX(0) translateY(0);
            -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
            height: 16vw; } }
      html#scoped #page1 #section4 .row2 span.red {
        color: #910000;
        font-weight: bold; }
    html#scoped #page1 #section4 .row3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.04vw;
      height: 5.21vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .row3 {
          height: auto;
          margin-top: 3.00vw;
          padding-left: 7vw; } }
      html#scoped #page1 #section4 .row3 .check {
        min-width: 1.20vw;
        width: 1.20vw;
        margin-right: 0.42vw;
        margin-top: 0.42vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section4 .row3 .check {
            width: 4.27vw;
            min-width: 4.27vw;
            margin-right: 1.33vw;
            margin-top: 1.60vw; } }
    html#scoped #page1 #section4 .t2 {
      font-size: 1.20vw;
      letter-spacing: 0.05em;
      color: #363636; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .t2 {
          font-size: 4.27vw; } }
    html#scoped #page1 #section4 .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0.68vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .button-wrap {
          margin-top: 4.00vw; } }
      html#scoped #page1 #section4 .button-wrap .button {
        width: 9.74vw;
        line-height: 2.81vw;
        text-align: center;
        background-color: #DB1773;
        border-radius: 1.41vw;
        color: white;
        font-size: 1.30vw;
        font-weight: bold;
        letter-spacing: 0.04em;
        text-decoration: none; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section4 .button-wrap .button {
            width: 35.47vw;
            line-height: 9.33vw;
            border-radius: 5.33vw;
            font-size: 4.27vw; } }
    html#scoped #page1 #section4 .link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.04vw;
      text-align: center;
      letter-spacing: 0.05em;
      color: #920000;
      margin-top: 0.47vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .link-wrap {
          font-size: 4.00vw;
          margin-top: 2.67vw; } }
      html#scoped #page1 #section4 .link-wrap a {
        text-decoration: none;
        font-weight: 900;
        color: #920000;
        margin-left: 0.26vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section4 .link-wrap a {
            margin-left: 1.33vw; } }
    html#scoped #page1 #section4 .note {
      width: 62vw;
      font-size: 0.89vw;
      letter-spacing: 0.09em;
      position: absolute;
      top: 35.73vw;
      left: 19vw;
      opacity: 0;
      text-align: justify;
      -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      -webkit-transition-delay: 1200ms;
      -o-transition-delay: 1200ms;
      transition-delay: 1200ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .note {
          opacity: 1;
          top: 240vw;
          left: 6vw;
          width: 88vw;
          font-size: 2.67vw; } }
      html#scoped #page1 #section4 .note a {
        text-decoration: none;
        word-break: break-all; }
      html#scoped #page1 #section4 .note span.red {
        color: #D41836;
        font-weight: bold; }
    html#scoped #page1 #section4 .dots {
      top: 0.94vw;
      left: 10.63vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section4 .dots {
          top: 1.07vw;
          left: 8.80vw; } }
  html#scoped #page1 #section5 {
    position: relative;
    padding-bottom: 3.65vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 #section5 {
        padding-bottom: 30.13vw;
        background-image: url("../assets/page1/sec5-bg-m.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-top: 21.33vw;
        padding-bottom: 57vw; } }
    html#scoped #page1 #section5 .tab-headings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 5.78vw;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section5 .tab-headings {
          top: 16.00vw;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      html#scoped #page1 #section5 .tab-headings .tab-heading {
        margin: 0 0.31vw;
        height: 4.74vw;
        border-radius: 4.74vw;
        width: 10.57vw;
        text-align: center;
        line-height: 4.64vw;
        border: 1px solid black;
        background-color: #E6E7E7;
        cursor: pointer;
        font-size: 1.46vw;
        color: #808080; }
        html#scoped #page1 #section5 .tab-headings .tab-heading:hover, html#scoped #page1 #section5 .tab-headings .tab-heading.active {
          background-color: #007DC3;
          color: white;
          font-weight: 500; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section5 .tab-headings .tab-heading {
            margin: 0.80vw 0.80vw 0.80vw 0.80vw;
            height: 11.73vw;
            width: 27.47vw;
            line-height: 11.20vw;
            font-size: 4.53vw;
            border-radius: 11.20vw; }
            html#scoped #page1 #section5 .tab-headings .tab-heading.alt {
              width: 36.53vw; }
            html#scoped #page1 #section5 .tab-headings .tab-heading.altt {
              width: 29vw; } }
    html#scoped #page1 #section5 .tab-contents {
      height: 29.79vw;
      position: absolute;
      top: 7.24vw;
      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;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section5 .tab-contents {
          position: unset;
          height: auto;
          margin: 0 auto;
          width: 92.53vw;
          border: 1px solid black;
          border-radius: 8.00vw;
          left: unset;
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
          padding-top: 26.67vw;
          padding-bottom: 8.00vw;
          background-image: url("../assets/page1/sec5-bg.png");
          background-size: 61.07vw auto;
          min-height: 85vw; } }
      html#scoped #page1 #section5 .tab-contents .tab-content {
        display: none; }
        html#scoped #page1 #section5 .tab-contents .tab-content.active {
          display: block; }
        html#scoped #page1 #section5 .tab-contents .tab-content .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 56.51vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page1 #section5 .tab-contents .tab-content .content {
              width: 100%;
              display: block; } }
          html#scoped #page1 #section5 .tab-contents .tab-content .content.center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
        html#scoped #page1 #section5 .tab-contents .tab-content .column {
          width: 27vw;
          max-width: 27vw; }
          html#scoped #page1 #section5 .tab-contents .tab-content .column.single {
            width: 46.88vw;
            min-width: 46.88vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page1 #section5 .tab-contents .tab-content .column {
              width: 100%;
              max-width: 100%; }
              html#scoped #page1 #section5 .tab-contents .tab-content .column.single {
                width: 100%;
                min-width: 100%; }
              html#scoped #page1 #section5 .tab-contents .tab-content .column:last-child .row:last-child .text {
                border: none; }
              html#scoped #page1 #section5 .tab-contents .tab-content .column:last-child .row:last-child .button-wrap {
                border: none; } }
          html#scoped #page1 #section5 .tab-contents .tab-content .column .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-decoration: none; }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button {
              background-color: #DB1773;
              color: white;
              border-color: #DB1773 !important; }
              @media screen and (max-width: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button {
                  background-color: transparent;
                  border-color: transparent; }
                  html#scoped #page1 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button img.hover {
                    opacity: 1; } }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row:last-child .text {
              border: none; }
              @media screen and (max-width: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row:last-child .text {
                  border-bottom: 1px solid black; } }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row:last-child .button-wrap {
              border: none; }
              @media screen and (max-width: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row:last-child .button-wrap {
                  border-bottom: 1px solid black; } }
            @media screen and (max-width: 800px) {
              html#scoped #page1 #section5 .tab-contents .tab-content .column .row {
                width: 86.40vw; } }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row .star {
              width: 0.99vw;
              min-width: 0.99vw;
              margin-top: 0.35vw;
              margin-right: 0.52vw;
              padding: 1.04vw 0; }
              @media screen and (max-width: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row .star {
                  width: 3.73vw;
                  min-width: 3.73vw;
                  margin-top: 1.20vw;
                  margin-right: 2.13vw;
                  padding: 4.00vw 0; } }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row .text {
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1;
              font-size: 1.25vw;
              line-height: 1.56vw;
              font-weight: 500;
              border-bottom: 1px solid black;
              padding: 1.04vw 0;
              padding-right: 0.52vw; }
              @media screen and (max-width: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row .text {
                  font-size: 4.00vw;
                  line-height: unset;
                  padding: 4.00vw 0;
                  padding-right: 4.00vw; } }
              html#scoped #page1 #section5 .tab-contents .tab-content .column .row .text span.red {
                color: #920000;
                font-weight: bold; }
            html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap {
              padding: 1.04vw 0;
              border-bottom: 1px solid black;
              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: 800px) {
                html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap {
                  padding: 4.00vw 0; }
                  html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap .icon {
                    width: 5.33vw;
                    height: 5.33vw;
                    position: relative; }
                  html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%; }
                  html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap img.hover {
                    opacity: 0; } }
              html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap .button.d {
                width: 5.73vw;
                height: 1.56vw;
                border-radius: 1.56vw;
                line-height: 1.46vw;
                text-align: center;
                border: 1px solid black;
                font-size: 0.94vw; }
                @media screen and (max-width: 800px) {
                  html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap .button.d {
                    display: none; } }
              html#scoped #page1 #section5 .tab-contents .tab-content .column .row .button-wrap .button.m {
                border: none; }
    html#scoped #page1 #section5 .note {
      position: absolute;
      width: 59.38vw;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 0.09em;
      color: #D31836;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 3vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section5 .note {
          width: 93.33vw;
          font-size: 4.53vw;
          bottom: 10vw; } }
    html#scoped #page1 #section5 .dots.left {
      top: 18.80vw;
      left: 8.54vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section5 .dots.left {
          display: none; } }
    html#scoped #page1 #section5 .dots.right {
      top: 4.32vw;
      left: 88.23vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section5 .dots.right {
          top: 1.87vw;
          left: 87.20vw; } }
  html#scoped #page1 #section6 {
    position: relative;
    padding-bottom: 9.38vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 #section6 {
        padding-bottom: 14.40vw;
        padding-top: 36.00vw;
        background-image: url("../assets/page1/sec6-bg-m.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat; } }
    html#scoped #page1 #section6 .tab-headings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 5.94vw;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section6 .tab-headings {
          top: 30.13vw; } }
      html#scoped #page1 #section6 .tab-headings .tab-heading {
        margin: 0 0.52vw;
        height: 4.74vw;
        border-radius: 4.74vw;
        width: 18.23vw;
        text-align: center;
        line-height: 4.64vw;
        border: 1px solid black;
        background-color: #E6E7E7;
        cursor: pointer;
        font-size: 1.30vw;
        color: #808080; }
        html#scoped #page1 #section6 .tab-headings .tab-heading:hover, html#scoped #page1 #section6 .tab-headings .tab-heading.active {
          background-color: #0973BA;
          color: white;
          font-weight: 500; }
          html#scoped #page1 #section6 .tab-headings .tab-heading:hover span.big, html#scoped #page1 #section6 .tab-headings .tab-heading.active span.big {
            color: white; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section6 .tab-headings .tab-heading {
            margin: 0 1.07vw;
            height: 17.33vw;
            width: 36.00vw;
            line-height: auto;
            font-size: 3.73vw;
            border-radius: 11.20vw;
            padding-top: 3.60vw; } }
        html#scoped #page1 #section6 .tab-headings .tab-heading span.big {
          font-size: 1.82vw;
          font-weight: bold;
          color: #808080; }
          @media screen and (max-width: 800px) {
            html#scoped #page1 #section6 .tab-headings .tab-heading span.big {
              font-size: 5.07vw; } }
    html#scoped #page1 #section6 .tab-contents .tab-content {
      display: none; }
      html#scoped #page1 #section6 .tab-contents .tab-content.active {
        display: block; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section6 .tab-contents .tab-content {
          border: 1px solid black;
          width: 93.33vw;
          margin: 0 auto;
          padding-top: 17.87vw;
          border-radius: 8.00vw; } }
      html#scoped #page1 #section6 .tab-contents .tab-content .card-carousel {
        position: absolute;
        top: 19.53vw;
        left: 16.74%;
        width: 15.10vw;
        height: 10.78vw;
        background-color: white;
        -webkit-box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1); }
        html#scoped #page1 #section6 .tab-contents .tab-content .card-carousel img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1); }
          html#scoped #page1 #section6 .tab-contents .tab-content .card-carousel img.active {
            opacity: 1; }
      html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        top: 13.13vw; }
        html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex.alt {
          -webkit-transform: translateX(2vw);
          -ms-transform: translateX(2vw);
          transform: translateX(2vw); }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex {
            position: unset; } }
        html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex .star {
          width: 1.25vw;
          margin-top: 0.3vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex .star {
              width: 4.53vw;
              margin-top: 1.20vw; } }
        html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex .heading {
          margin-left: 0.16vw;
          font-size: 1.20vw;
          font-weight: bold;
          color: #363636; }
          @media screen and (max-width: 800px) {
            html#scoped #page1 #section6 .tab-contents .tab-content .heading-flex .heading {
              font-size: 4.27vw;
              margin-left: 0.80vw; } }
      html#scoped #page1 #section6 .tab-contents .tab-content .banks {
        position: absolute;
        top: 15.3vw;
        text-align: center;
        width: 34vw;
        left: 34vw;
        font-size: 0.94vw;
        line-height: 1.56vw;
        color: #363636;
        letter-spacing: 0.08em;
        -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
        transform: translateX(3vw); }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section6 .tab-contents .tab-content .banks {
            position: unset;
            font-size: 3.20vw;
            width: 83vw;
            margin: 0 auto;
            margin-top: 2.67vw;
            line-height: 4.60vw;
            margin-left: 2.67vw; } }
      html#scoped #page1 #section6 .tab-contents .tab-content .steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 19vw;
        left: 40.94vw; }
        html#scoped #page1 #section6 .tab-contents .tab-content .steps.alt {
          top: 24vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section6 .tab-contents .tab-content .steps {
            display: none; } }
        html#scoped #page1 #section6 .tab-contents .tab-content .steps .image {
          width: 3.65vw;
          margin-right: 1.04vw; }
        html#scoped #page1 #section6 .tab-contents .tab-content .steps .text {
          font-size: 1.20vw;
          font-weight: 500;
          color: #363636;
          margin-top: -0.4vw; }
          html#scoped #page1 #section6 .tab-contents .tab-content .steps .text .step {
            margin-bottom: 1.4vw;
            position: relative;
            cursor: pointer; }
            html#scoped #page1 #section6 .tab-contents .tab-content .steps .text .step.active .img img.active {
              opacity: 1; }
            html#scoped #page1 #section6 .tab-contents .tab-content .steps .text .step .img {
              position: absolute;
              width: 3.65vw;
              left: -4.69vw;
              top: 0.45vw; }
              html#scoped #page1 #section6 .tab-contents .tab-content .steps .text .step .img img.active {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0; }
            html#scoped #page1 #section6 .tab-contents .tab-content .steps .text .step span.to-tab1 {
              color: #910000; }
      html#scoped #page1 #section6 .tab-contents .tab-content a.link {
        position: absolute;
        width: 26.04vw;
        top: 33.91vw;
        left: 40vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page1 #section6 .tab-contents .tab-content a.link {
            position: unset;
            width: 92.27vw;
            margin: 0 auto;
            margin-top: -10vw;
            display: block; }
            html#scoped #page1 #section6 .tab-contents .tab-content a.link img {
              width: 92.27vw;
              margin: 0 auto; } }
      html#scoped #page1 #section6 .tab-contents .tab-content .carousel {
        position: absolute;
        top: 19.53vw;
        left: 16.74%;
        width: 15.10vw;
        height: 10.78vw;
        background-color: white;
        -webkit-box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1); }
      html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap {
        position: relative;
        background-image: url("../assets/page1/sec6-tab-bg-m.png");
        background-size: 57.60vw auto;
        background-repeat: no-repeat;
        background-position: right bottom 20vw; }
        html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .slider {
          width: 81.60vw;
          margin: 0 auto; }
        html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .prev, html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .next {
          position: absolute;
          width: 5.87vw;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .prev img, html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .next img {
            width: 100%; }
        html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .prev {
          left: 0; }
        html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .next {
          right: 0; }
        html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .slide {
          position: relative; }
          html#scoped #page1 #section6 .tab-contents .tab-content .slider-wrap .slide .to-tab1 {
            position: absolute;
            width: 41.33vw;
            height: 9.60vw;
            left: 27vw;
            top: 35.5vw;
            cursor: pointer; }
    html#scoped #page1 #section6 .dots.left {
      top: 26.98vw;
      left: 8.85vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section6 .dots.left {
          display: none; } }
    html#scoped #page1 #section6 .dots.right {
      top: 6.82vw;
      left: 88.49vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page1 #section6 .dots.right {
          top: 1.33vw;
          left: 84.80vw; } }
  html#scoped #page1 .fixed-open-account {
    position: fixed;
    z-index: 1;
    right: 1.88vw;
    bottom: 1.88vw;
    width: 5.21vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page1 .fixed-open-account {
        right: 1.87vw;
        bottom: 1.87vw;
        width: 13.60vw; } }

html#scoped #page2 {
  background-image: url("../assets/page2/bg-d.png");
  background-size: 100% auto;
  background-position: center top 53vw;
  background-repeat: no-repeat;
  padding-bottom: 4vw; }
  @media screen and (max-width: 800px) {
    html#scoped #page2 {
      background-image: url("../assets/page2/bg-m.png"); } }
  html#scoped #page2 h2.common {
    text-align: center;
    margin: 0;
    font-size: 2.60vw;
    letter-spacing: 0.09em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 h2.common {
        font-size: 9.07vw;
        line-height: 120%; } }
  html#scoped #page2 #section1 {
    position: relative; }
    html#scoped #page2 #section1 video {
      width: 100%; }
    html#scoped #page2 #section1 .cover {
      position: absolute;
      background-image: url("../assets/page2/bg-cover.png"); }
    html#scoped #page2 #section1 .left {
      left: 0;
      width: 0.26vw;
      height: 100%;
      top: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section1 .left {
          width: 1.33vw; } }
    html#scoped #page2 #section1 .right {
      right: 0;
      width: 0.26vw;
      height: 100%;
      top: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section1 .right {
          width: 1.33vw; } }
    html#scoped #page2 #section1 .top {
      top: 0;
      width: 100%;
      height: 0.26vw;
      left: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section1 .top {
          height: 1.33vw; } }
    html#scoped #page2 #section1 .bottom {
      bottom: 0;
      width: 100%;
      height: 0.26vw;
      left: 0; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section1 .bottom {
          height: 3vw;
          bottom: -1vw; } }
  html#scoped #page2 #section2 {
    padding: 2.60vw 0 4.17vw 0;
    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;
    position: relative; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 #section2 {
        padding: 13.87vw 0 16.27vw 0; } }
    html#scoped #page2 #section2 .content {
      width: 54.79vw;
      height: 38.75vw;
      position: relative; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section2 .content {
          width: 88.80vw;
          height: 77.60vw; } }
      html#scoped #page2 #section2 .content img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
      html#scoped #page2 #section2 .content img.fig1 {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms; }
      html#scoped #page2 #section2 .content img.fig2 {
        -webkit-transform: translateX(-5vw);
        -ms-transform: translateX(-5vw);
        transform: translateX(-5vw);
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        transition-delay: 900ms; }
      html#scoped #page2 #section2 .content img.fig3 {
        -webkit-transform: translateX(5vw);
        -ms-transform: translateX(5vw);
        transform: translateX(5vw);
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms; }
      html#scoped #page2 #section2 .content img.fig4 {
        -webkit-transform: translateX(-5vw);
        -ms-transform: translateX(-5vw);
        transform: translateX(-5vw);
        -webkit-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms; }
    html#scoped #page2 #section2 .content.animate img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page2 #section2 .dots.left {
      top: 17.81vw;
      left: 6.98vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section2 .dots.left {
          top: 7.47vw;
          left: 9.33vw; } }
    html#scoped #page2 #section2 .dots.right {
      top: 32.71vw;
      left: 82.08vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section2 .dots.right {
          top: 82.67vw;
          left: 81.60vw; } }
  html#scoped #page2 #section3 {
    padding-bottom: 7.29vw;
    position: relative;
    margin-top: 8.85vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 #section3 {
        padding-bottom: 12.80vw; } }
    html#scoped #page2 #section3 .textbox {
      position: absolute;
      top: 11.46vw;
      left: 7.86vw; }
      html#scoped #page2 #section3 .textbox h2 {
        line-height: 3.85vw;
        padding: 0 0.52vw;
        font-size: 2.60vw;
        letter-spacing: 0.07em;
        font-weight: bold;
        color: white;
        background-color: #363636;
        margin: 0;
        display: inline-block; }
      html#scoped #page2 #section3 .textbox .t {
        margin-top: 0.57vw;
        font-size: 3.13vw;
        font-weight: bold;
        letter-spacing: 0.07em;
        color: #363636;
        line-height: 120%; }
    html#scoped #page2 #section3 .content-box {
      position: absolute;
      top: 3.91vw;
      left: 29.22vw; }
      html#scoped #page2 #section3 .content-box .heading {
        width: 9vw;
        text-align: center;
        border-radius: 2.60vw;
        font-size: 1.41vw;
        font-weight: bold;
        color: white;
        letter-spacing: 0.04em;
        line-height: 2.29vw;
        background-color: #FC4016; }
        html#scoped #page2 #section3 .content-box .heading.mt {
          margin-top: 3vw; }
      html#scoped #page2 #section3 .content-box .flex-row {
        margin-top: 0.83vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        html#scoped #page2 #section3 .content-box .flex-row .row-heading {
          width: 6.77vw;
          min-width: 6.77vw;
          font-size: 1.20vw;
          font-weight: bold;
          letter-spacing: 0.12em; }
        html#scoped #page2 #section3 .content-box .flex-row .star {
          margin-right: 0.16vw;
          margin-top: 0.52vw; }
          html#scoped #page2 #section3 .content-box .flex-row .star img {
            width: 1.09vw;
            min-width: 1.09vw;
            margin-right: 0.52vw; }
        html#scoped #page2 #section3 .content-box .flex-row .row-heading2 {
          width: 6.25vw;
          min-width: 6.25vw;
          font-size: 1.20vw;
          font-weight: bold;
          text-align: justify;
          text-align-last: justify;
          margin-right: 0.83vw;
          line-height: 2vw; }
        html#scoped #page2 #section3 .content-box .flex-row .text-wrap {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          font-size: 1.20vw;
          letter-spacing: 0.03em;
          max-width: 31vw;
          line-height: 1.82vw; }
          html#scoped #page2 #section3 .content-box .flex-row .text-wrap.alt {
            max-width: unset; }
          html#scoped #page2 #section3 .content-box .flex-row .text-wrap span.bold {
            font-weight: bold; }
          html#scoped #page2 #section3 .content-box .flex-row .text-wrap span.orange {
            color: #FC4016;
            font-weight: bold; }
          html#scoped #page2 #section3 .content-box .flex-row .text-wrap span.big {
            font-size: 2.08vw;
            position: relative;
            top: 0.2vw; }
          html#scoped #page2 #section3 .content-box .flex-row .text-wrap span.reminder {
            font-size: 0.83vw;
            letter-spacing: 0.07em;
            color: #808080; }
      html#scoped #page2 #section3 .content-box .footnote {
        font-size: 0.89vw;
        letter-spacing: 0.09em;
        max-width: 45.42vw;
        margin-top: 6vw; }
        html#scoped #page2 #section3 .content-box .footnote span.highlight {
          color: #D41836;
          font-weight: bold; }
    html#scoped #page2 #section3 .dots.left {
      top: -5vw;
      left: 10.68vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section3 .dots.left {
          top: 7.47vw;
          left: 9.33vw; } }
    html#scoped #page2 #section3 .dots.right {
      top: -7vw;
      right: 16.67vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section3 .dots.right {
          top: 82.67vw;
          left: 81.60vw; } }
  html#scoped #page2 #section4 {
    padding-bottom: 6.77vw;
    position: relative; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 #section4 {
        padding-bottom: 11.47vw; } }
    html#scoped #page2 #section4.animate img.animation.left {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page2 #section4.animate img.animation.right {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page2 #section4.animate .group1 {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page2 #section4.animate .group2 {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    html#scoped #page2 #section4.animate .note {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    html#scoped #page2 #section4 img.animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
    html#scoped #page2 #section4 img.animation.left {
      -webkit-transform: translateX(-10vw);
      -ms-transform: translateX(-10vw);
      transform: translateX(-10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    html#scoped #page2 #section4 img.animation.right {
      -webkit-transform: translateX(10vw);
      -ms-transform: translateX(10vw);
      transform: translateX(10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    html#scoped #page2 #section4 .group {
      position: absolute;
      top: 8.23vw;
      width: 26%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .group {
          width: 100%;
          opacity: 1; } }
    html#scoped #page2 #section4 .group1 {
      left: 24.5%;
      -webkit-transform: translateX(-10vw);
      -ms-transform: translateX(-10vw);
      transform: translateX(-10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .group1 {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          left: 0;
          top: 28vw; } }
    html#scoped #page2 #section4 .group2 {
      left: 51.3%;
      -webkit-transform: translateX(10vw);
      -ms-transform: translateX(10vw);
      transform: translateX(10vw);
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .group2 {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          left: 0;
          top: 131vw; } }
    html#scoped #page2 #section4 .row1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      html#scoped #page2 #section4 .row1 .t1 {
        line-height: 2.19vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section4 .row1 .t1 {
            line-height: 9.07vw; } }
    html#scoped #page2 #section4 .t1 {
      font-size: 1.20vw;
      letter-spacing: 0.04em;
      font-weight: bold; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .t1 {
          font-size: 4.53vw; } }
    html#scoped #page2 #section4 .head {
      margin: 0 0.16vw;
      line-height: 2.19vw;
      border-radius: 0.52vw;
      color: white;
      font-size: 1.56vw;
      font-weight: bold;
      letter-spacing: 0.04em;
      width: 7.86vw;
      text-align: center; }
      html#scoped #page2 #section4 .head.orange {
        background-color: #FC4016; }
      html#scoped #page2 #section4 .head.green {
        background-color: #4DB791; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .head {
          font-size: 5.87vw;
          line-height: 9.07vw;
          width: 30.93vw;
          border-radius: 2.67vw;
          margin: 0 0.80vw; } }
    html#scoped #page2 #section4 .row2 {
      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;
      text-align: center;
      height: 4.48vw;
      -webkit-transform: translateX(-1vw) translateY(0);
      -ms-transform: translateX(-1vw) translateY(0);
      transform: translateX(-1vw) translateY(0); }
      html#scoped #page2 #section4 .row2.alt {
        -webkit-transform: translateX(-1vw) translateY(0.5vw);
        -ms-transform: translateX(-1vw) translateY(0.5vw);
        transform: translateX(-1vw) translateY(0.5vw); }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .row2 {
          height: 12vw;
          margin-top: 4vw;
          -webkit-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); }
          html#scoped #page2 #section4 .row2.alt {
            -webkit-transform: translateX(0) translateY(0);
            -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
            height: 16vw; } }
      html#scoped #page2 #section4 .row2 span.red {
        color: #910000;
        font-weight: bold; }
    html#scoped #page2 #section4 .row3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.04vw;
      height: 5.21vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .row3 {
          height: auto;
          margin-top: 3.00vw;
          padding-left: 7vw; } }
      html#scoped #page2 #section4 .row3 .check {
        min-width: 1.20vw;
        width: 1.20vw;
        margin-right: 0.42vw;
        margin-top: 0.42vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section4 .row3 .check {
            width: 4.27vw;
            min-width: 4.27vw;
            margin-right: 1.33vw;
            margin-top: 1.60vw; } }
    html#scoped #page2 #section4 .t2 {
      font-size: 1.20vw;
      letter-spacing: 0.05em;
      color: #363636; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .t2 {
          font-size: 4.27vw; } }
    html#scoped #page2 #section4 .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0.68vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .button-wrap {
          margin-top: 4.00vw; } }
      html#scoped #page2 #section4 .button-wrap .button {
        width: 9.74vw;
        line-height: 2.81vw;
        text-align: center;
        background-color: #FF801F;
        border-radius: 1.41vw;
        color: white;
        font-size: 1.30vw;
        font-weight: bold;
        letter-spacing: 0.04em;
        text-decoration: none; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section4 .button-wrap .button {
            width: 35.47vw;
            line-height: 9.33vw;
            border-radius: 5.33vw;
            font-size: 4.27vw; } }
    html#scoped #page2 #section4 .link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.04vw;
      text-align: center;
      letter-spacing: 0.05em;
      color: #920000;
      margin-top: 0.47vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .link-wrap {
          font-size: 4.00vw;
          margin-top: 2.67vw; } }
      html#scoped #page2 #section4 .link-wrap a {
        text-decoration: none;
        font-weight: 900;
        color: #920000;
        margin-left: 0.26vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section4 .link-wrap a {
            margin-left: 1.33vw; } }
    html#scoped #page2 #section4 .note {
      width: 62vw;
      font-size: 0.89vw;
      letter-spacing: 0.09em;
      position: absolute;
      top: 35.73vw;
      left: 19vw;
      opacity: 0;
      text-align: justify;
      -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
      -webkit-transition-delay: 1200ms;
      -o-transition-delay: 1200ms;
      transition-delay: 1200ms; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .note {
          opacity: 1;
          top: 232vw;
          left: 6vw;
          width: 88vw;
          font-size: 2.67vw; } }
      html#scoped #page2 #section4 .note a {
        text-decoration: none;
        word-break: break-all; }
      html#scoped #page2 #section4 .note span.red {
        color: #D41836;
        font-weight: bold; }
    html#scoped #page2 #section4 .dots {
      top: 0.94vw;
      left: 10.63vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section4 .dots {
          top: 1.07vw;
          left: 8.80vw; } }
  html#scoped #page2 #section5 {
    position: relative;
    padding-bottom: 3.65vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 #section5 {
        padding-bottom: 30.13vw;
        background-image: url("../assets/page2/sec5-bg-m.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-top: 21.33vw;
        padding-bottom: 57vw; } }
    html#scoped #page2 #section5 .tab-headings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 5.78vw;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section5 .tab-headings {
          top: 16.00vw;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      html#scoped #page2 #section5 .tab-headings .tab-heading {
        margin: 0 0.31vw;
        height: 4.74vw;
        border-radius: 4.74vw;
        width: 11.35vw;
        text-align: center;
        line-height: 4.64vw;
        border: 1px solid black;
        background-color: #E6E7E7;
        cursor: pointer;
        font-size: 1.46vw;
        color: #808080; }
        html#scoped #page2 #section5 .tab-headings .tab-heading:hover, html#scoped #page2 #section5 .tab-headings .tab-heading.active {
          background-color: #4DB791;
          color: white;
          font-weight: 500; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section5 .tab-headings .tab-heading {
            margin: 0.80vw 0.80vw 0.80vw 0.80vw;
            height: 11.73vw;
            width: 28.00vw;
            line-height: 11.20vw;
            font-size: 4.53vw;
            border-radius: 11.20vw; }
            html#scoped #page2 #section5 .tab-headings .tab-heading.alt {
              width: 36.53vw; } }
    html#scoped #page2 #section5 .tab-contents {
      height: 29.79vw;
      position: absolute;
      top: 7.24vw;
      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;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section5 .tab-contents {
          position: unset;
          height: auto;
          margin: 0 auto;
          width: 92.53vw;
          border: 1px solid black;
          border-radius: 8.00vw;
          left: unset;
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
          padding-top: 26.67vw;
          padding-bottom: 8.00vw;
          background-image: url("../assets/page2/sec5-bg.png");
          background-size: 61.07vw auto;
          min-height: 85vw; } }
      html#scoped #page2 #section5 .tab-contents .tab-content {
        display: none; }
        html#scoped #page2 #section5 .tab-contents .tab-content.active {
          display: block; }
        html#scoped #page2 #section5 .tab-contents .tab-content .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 56.51vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page2 #section5 .tab-contents .tab-content .content {
              width: 100%;
              display: block; } }
          html#scoped #page2 #section5 .tab-contents .tab-content .content.center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
        html#scoped #page2 #section5 .tab-contents .tab-content .column {
          width: 27vw;
          max-width: 27vw; }
          html#scoped #page2 #section5 .tab-contents .tab-content .column.single {
            width: 46.88vw;
            min-width: 46.88vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page2 #section5 .tab-contents .tab-content .column {
              width: 100%;
              max-width: 100%; }
              html#scoped #page2 #section5 .tab-contents .tab-content .column.single {
                width: 100%;
                min-width: 100%; }
              html#scoped #page2 #section5 .tab-contents .tab-content .column:last-child .row:last-child .text {
                border: none; }
              html#scoped #page2 #section5 .tab-contents .tab-content .column:last-child .row:last-child .button-wrap {
                border: none; } }
          html#scoped #page2 #section5 .tab-contents .tab-content .column .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-decoration: none; }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button {
              background-color: #FF801F;
              color: white;
              border-color: #FF801F !important; }
              @media screen and (max-width: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button {
                  background-color: transparent;
                  border-color: transparent; }
                  html#scoped #page2 #section5 .tab-contents .tab-content .column .row:hover .button-wrap .button img.hover {
                    opacity: 1; } }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row:last-child .text {
              border: none; }
              @media screen and (max-width: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row:last-child .text {
                  border-bottom: 1px solid black; } }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row:last-child .button-wrap {
              border: none; }
              @media screen and (max-width: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row:last-child .button-wrap {
                  border-bottom: 1px solid black; } }
            @media screen and (max-width: 800px) {
              html#scoped #page2 #section5 .tab-contents .tab-content .column .row {
                width: 86.40vw; } }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row .star {
              width: 0.99vw;
              min-width: 0.99vw;
              margin-top: 0.35vw;
              margin-right: 0.52vw;
              padding: 1.04vw 0; }
              @media screen and (max-width: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row .star {
                  width: 3.73vw;
                  min-width: 3.73vw;
                  margin-top: 1.20vw;
                  margin-right: 2.13vw;
                  padding: 4.00vw 0; } }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row .text {
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1;
              font-size: 1.25vw;
              line-height: 1.56vw;
              font-weight: 500;
              border-bottom: 1px solid black;
              padding: 1.04vw 0;
              padding-right: 0.52vw; }
              @media screen and (max-width: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row .text {
                  font-size: 4.00vw;
                  line-height: unset;
                  padding: 4.00vw 0;
                  padding-right: 4.00vw; } }
              html#scoped #page2 #section5 .tab-contents .tab-content .column .row .text span.red {
                color: #920000;
                font-weight: bold; }
            html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap {
              padding: 1.04vw 0;
              border-bottom: 1px solid black;
              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: 800px) {
                html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap {
                  padding: 4.00vw 0; }
                  html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap .icon {
                    width: 5.33vw;
                    height: 5.33vw;
                    position: relative; }
                  html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%; }
                  html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap img.hover {
                    opacity: 0; } }
              html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap .button.d {
                width: 5.73vw;
                height: 1.56vw;
                border-radius: 1.56vw;
                line-height: 1.46vw;
                text-align: center;
                border: 1px solid black;
                font-size: 0.94vw; }
                @media screen and (max-width: 800px) {
                  html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap .button.d {
                    display: none; } }
              html#scoped #page2 #section5 .tab-contents .tab-content .column .row .button-wrap .button.m {
                border: none; }
    html#scoped #page2 #section5 .note {
      position: absolute;
      width: 59.38vw;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 0.09em;
      color: #D31836;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 3vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section5 .note {
          width: 93.33vw;
          font-size: 4.53vw;
          bottom: 10vw; } }
    html#scoped #page2 #section5 .dots.left {
      top: 18.80vw;
      left: 8.54vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section5 .dots.left {
          display: none; } }
    html#scoped #page2 #section5 .dots.right {
      top: 4.32vw;
      left: 88.23vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section5 .dots.right {
          top: 1.87vw;
          left: 87.20vw; } }
  html#scoped #page2 #section6 {
    position: relative;
    padding-bottom: 9.38vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 #section6 {
        padding-bottom: 14.40vw;
        padding-top: 36.00vw;
        background-image: url("../assets/page2/sec6-bg-m.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat; } }
    html#scoped #page2 #section6 .tab-headings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 5.94vw;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section6 .tab-headings {
          top: 30.13vw; } }
      html#scoped #page2 #section6 .tab-headings .tab-heading {
        margin: 0 0.52vw;
        height: 4.74vw;
        border-radius: 4.74vw;
        width: 18.23vw;
        text-align: center;
        line-height: 4.64vw;
        border: 1px solid black;
        background-color: #E6E7E7;
        cursor: pointer;
        font-size: 1.30vw;
        color: #808080; }
        html#scoped #page2 #section6 .tab-headings .tab-heading:hover, html#scoped #page2 #section6 .tab-headings .tab-heading.active {
          background-color: #F04016;
          color: white;
          font-weight: 500; }
          html#scoped #page2 #section6 .tab-headings .tab-heading:hover span.big, html#scoped #page2 #section6 .tab-headings .tab-heading.active span.big {
            color: white; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section6 .tab-headings .tab-heading {
            margin: 0 1.07vw;
            height: 17.33vw;
            width: 36.00vw;
            line-height: auto;
            font-size: 3.73vw;
            border-radius: 11.20vw;
            padding-top: 3.60vw; } }
        html#scoped #page2 #section6 .tab-headings .tab-heading span.big {
          font-size: 1.82vw;
          font-weight: bold;
          color: #808080; }
          @media screen and (max-width: 800px) {
            html#scoped #page2 #section6 .tab-headings .tab-heading span.big {
              font-size: 5.07vw; } }
    html#scoped #page2 #section6 .tab-contents .tab-content {
      display: none; }
      html#scoped #page2 #section6 .tab-contents .tab-content.active {
        display: block; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section6 .tab-contents .tab-content {
          border: 1px solid black;
          width: 93.33vw;
          margin: 0 auto;
          padding-top: 17.87vw;
          border-radius: 8.00vw; } }
      html#scoped #page2 #section6 .tab-contents .tab-content .card-carousel {
        position: absolute;
        top: 19.53vw;
        left: 16.74%;
        width: 15.10vw;
        height: 10.78vw;
        background-color: white;
        -webkit-box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1); }
        html#scoped #page2 #section6 .tab-contents .tab-content .card-carousel img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1); }
          html#scoped #page2 #section6 .tab-contents .tab-content .card-carousel img.active {
            opacity: 1; }
      html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        top: 13.13vw; }
        html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex.alt {
          -webkit-transform: translateX(2vw);
          -ms-transform: translateX(2vw);
          transform: translateX(2vw); }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex {
            position: unset; } }
        html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex .star {
          width: 1.25vw;
          margin-top: 0.3vw; }
          @media screen and (max-width: 800px) {
            html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex .star {
              width: 4.53vw;
              margin-top: 1.20vw; } }
        html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex .heading {
          margin-left: 0.16vw;
          font-size: 1.20vw;
          font-weight: bold;
          color: #363636; }
          @media screen and (max-width: 800px) {
            html#scoped #page2 #section6 .tab-contents .tab-content .heading-flex .heading {
              font-size: 4.27vw;
              margin-left: 0.80vw; } }
      html#scoped #page2 #section6 .tab-contents .tab-content .banks {
        position: absolute;
        top: 15.3vw;
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 0.94vw;
        line-height: 1.56vw;
        color: #363636;
        letter-spacing: 0.08em;
        -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
        transform: translateX(3vw); }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section6 .tab-contents .tab-content .banks {
            position: unset;
            font-size: 3.20vw;
            width: 81.33vw;
            text-align: justify;
            margin: 0 auto;
            margin-top: 2.67vw;
            padding-left: 2.00vw;
            line-height: 4.60vw; } }
      html#scoped #page2 #section6 .tab-contents .tab-content .steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 19vw;
        left: 40.94vw; }
        html#scoped #page2 #section6 .tab-contents .tab-content .steps.alt {
          top: 24vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section6 .tab-contents .tab-content .steps {
            display: none; } }
        html#scoped #page2 #section6 .tab-contents .tab-content .steps .image {
          width: 3.65vw;
          margin-right: 1.04vw; }
        html#scoped #page2 #section6 .tab-contents .tab-content .steps .text {
          font-size: 1.20vw;
          font-weight: 500;
          color: #363636;
          margin-top: -0.4vw; }
          html#scoped #page2 #section6 .tab-contents .tab-content .steps .text .step {
            margin-bottom: 1.4vw;
            position: relative;
            cursor: pointer; }
            html#scoped #page2 #section6 .tab-contents .tab-content .steps .text .step.active .img img.active {
              opacity: 1; }
            html#scoped #page2 #section6 .tab-contents .tab-content .steps .text .step .img {
              position: absolute;
              width: 3.65vw;
              left: -4.69vw;
              top: 0.45vw; }
              html#scoped #page2 #section6 .tab-contents .tab-content .steps .text .step .img img.active {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0; }
            html#scoped #page2 #section6 .tab-contents .tab-content .steps .text .step span.to-tab1 {
              color: #910000; }
      html#scoped #page2 #section6 .tab-contents .tab-content a.link {
        position: absolute;
        width: 26.04vw;
        top: 33.91vw;
        left: 40vw; }
        @media screen and (max-width: 800px) {
          html#scoped #page2 #section6 .tab-contents .tab-content a.link {
            position: unset;
            width: 92.27vw;
            margin: 0 auto;
            margin-top: -10vw;
            display: block; }
            html#scoped #page2 #section6 .tab-contents .tab-content a.link img {
              width: 92.27vw;
              margin: 0 auto; } }
      html#scoped #page2 #section6 .tab-contents .tab-content .carousel {
        position: absolute;
        top: 19.53vw;
        left: 16.74%;
        width: 15.10vw;
        height: 10.78vw;
        background-color: white;
        -webkit-box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1); }
      html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap {
        position: relative;
        background-image: url("../assets/page2/sec6-tab-bg-m.png");
        background-size: 57.60vw auto;
        background-repeat: no-repeat;
        background-position: right bottom 20vw; }
        html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .slider {
          width: 81.60vw;
          margin: 0 auto; }
        html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .prev, html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .next {
          position: absolute;
          width: 5.87vw;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .prev img, html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .next img {
            width: 100%; }
        html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .prev {
          left: 0; }
        html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .next {
          right: 0; }
        html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .slide {
          position: relative; }
          html#scoped #page2 #section6 .tab-contents .tab-content .slider-wrap .slide .to-tab1 {
            position: absolute;
            width: 41.33vw;
            height: 9.60vw;
            left: 27vw;
            top: 35.5vw;
            cursor: pointer; }
    html#scoped #page2 #section6 .dots.left {
      top: 26.98vw;
      left: 8.85vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section6 .dots.left {
          display: none; } }
    html#scoped #page2 #section6 .dots.right {
      top: 6.82vw;
      left: 88.49vw; }
      @media screen and (max-width: 800px) {
        html#scoped #page2 #section6 .dots.right {
          top: 1.33vw;
          left: 84.80vw; } }
  html#scoped #page2 .fixed-open-account {
    position: fixed;
    z-index: 1;
    right: 1.88vw;
    bottom: 1.88vw;
    width: 5.21vw; }
    @media screen and (max-width: 800px) {
      html#scoped #page2 .fixed-open-account {
        right: 1.87vw;
        bottom: 1.87vw;
        width: 13.60vw; } }

#index {
  background-image: url("../assets/index/bg-d.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 5.99vw; }
  @media screen and (max-width: 800px) {
    #index {
      background-image: url("../assets/index/bg-m.png");
      padding-bottom: 16vw; } }
  #index header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3.65vw;
    padding-right: 3.65vw;
    padding-top: 2.60vw; }
    @media screen and (max-width: 800px) {
      #index header {
        padding-left: 7.20vw;
        padding-top: 5.07vw;
        padding-right: 0; } }
  #index a.logo {
    display: block;
    height: 2.60vw; }
    @media screen and (max-width: 800px) {
      #index a.logo {
        height: 7.20vw; } }
    #index a.logo img {
      height: 100%;
      width: auto; }
  #index nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.26vw; }
    @media screen and (max-width: 800px) {
      #index nav {
        display: none; } }
    #index nav a {
      height: 2.08vw;
      line-height: 1.98vw;
      margin-left: 1.56vw;
      width: 6.56vw;
      text-align: center;
      border: 1px solid #2F2F2F;
      border-radius: 1.04vw;
      color: #2F2F2F;
      font-size: 1.15vw;
      font-weight: 500;
      text-decoration: none; }
  #index h1 {
    color: black;
    font-weight: 900;
    font-size: 3.54vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 9.38vw;
    margin-bottom: 0;
    position: relative; }
    @media screen and (max-width: 800px) {
      #index h1 {
        font-size: 7.73vw;
        margin-top: 22vw; } }
    #index h1 img {
      width: 1.09vw;
      margin-top: 2.29vw;
      margin-left: 1.35vw;
      margin-right: 1.35vw; }
      @media screen and (max-width: 800px) {
        #index h1 img {
          width: 2.40vw;
          margin-top: 5.6vw;
          margin-left: 3.2vw;
          margin-right: 2.93vw; } }
    #index h1 .full {
      width: 100%;
      padding-left: 6vw; }
      @media screen and (max-width: 800px) {
        #index h1 .full {
          padding-left: 7.47vw; } }
    #index h1 .green {
      color: #008446;
      margin-left: -6vw; }
  #index .text-box {
    padding-left: 58.59vw;
    margin-top: 1.56vw;
    position: relative; }
    @media screen and (max-width: 800px) {
      #index .text-box {
        padding-left: 19vw;
        margin-top: 5vw; } }
    #index .text-box .t1 {
      font-size: 1.56vw;
      font-weight: bold; }
      @media screen and (max-width: 800px) {
        #index .text-box .t1 {
          font-size: 4.27vw; } }
    #index .text-box .t2 {
      font-size: 1.56vw; }
      @media screen and (max-width: 800px) {
        #index .text-box .t2 {
          font-size: 4.27vw; } }
    #index .text-box .t3 {
      margin-top: 0.99vw;
      font-weight: bold;
      font-size: 1.67vw;
      color: #008446; }
      @media screen and (max-width: 800px) {
        #index .text-box .t3 {
          font-size: 4.53vw;
          margin-top: 2.00vw; } }
  #index .dots.left.green {
    top: 19.95vw;
    left: 10.00vw; }
    @media screen and (max-width: 800px) {
      #index .dots.left.green {
        top: 25.33vw;
        left: 10.13vw; } }
  #index .dots.right.green {
    top: 66.77vw;
    left: 91.77vw; }
    @media screen and (max-width: 800px) {
      #index .dots.right.green {
        top: 133.87vw;
        left: 81.87vw; } }
  #index .mobile {
    width: 72.14vw;
    height: 40.99vw;
    position: absolute;
    top: 23.02vw;
    left: 8.28vw; }
    @media screen and (max-width: 800px) {
      #index .mobile {
        width: 88.80vw;
        height: 77.60vw; } }
    @media screen and (max-width: 800px) {
      #index .mobile {
        width: 89.33vw;
        height: 83.20vw;
        top: 87.73vw;
        left: 5.07vw; } }
    #index .mobile img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
    #index .mobile img.fig1 {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    #index .mobile img.fig2 {
      -webkit-transform: translateX(-5vw);
      -ms-transform: translateX(-5vw);
      transform: translateX(-5vw);
      -webkit-transition-delay: 900ms;
      -o-transition-delay: 900ms;
      transition-delay: 900ms; }
    #index .mobile img.fig3 {
      -webkit-transform: translateX(5vw);
      -ms-transform: translateX(5vw);
      transform: translateX(5vw);
      -webkit-transition-delay: 1200ms;
      -o-transition-delay: 1200ms;
      transition-delay: 1200ms; }
      @media screen and (max-width: 800px) {
        #index .mobile img.fig3 {
          -webkit-transform: translateX(-5vw);
          -ms-transform: translateX(-5vw);
          transform: translateX(-5vw); } }
    #index .mobile img.fig4 {
      -webkit-transform: translateX(5vw);
      -ms-transform: translateX(5vw);
      transform: translateX(5vw);
      -webkit-transition-delay: 1500ms;
      -o-transition-delay: 1500ms;
      transition-delay: 1500ms; }
  #index .mobile.animate img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #index .flex-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 33.44vw; }
    @media screen and (max-width: 800px) {
      #index .flex-links {
        margin-top: 102vw; } }
    #index .flex-links .item {
      border: 2px solid black;
      width: 37.76vw;
      margin: 0 0.83vw;
      border-radius: 8vw;
      background-image: url("../assets/index/bg.png");
      background-size: cover;
      background-position: center;
      position: relative;
      padding-bottom: 1.46vw; }
      @media screen and (max-width: 800px) {
        #index .flex-links .item {
          width: 45.33vw;
          margin: 0 1.07vw;
          padding-bottom: 3.73vw;
          border-radius: 12vw; } }
      #index .flex-links .item .heading {
        width: 7.92vw;
        line-height: 2.55vw;
        text-align: center;
        color: white;
        background-color: #363636;
        position: absolute;
        left: 50%;
        top: -1.30vw;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 2.55vw;
        font-size: 1.56vw;
        font-weight: 900; }
        @media screen and (max-width: 800px) {
          #index .flex-links .item .heading {
            width: 20.00vw;
            line-height: 6.67vw;
            font-size: 4.00vw;
            border-radius: 6.67vw;
            top: -3.73vw; } }
      #index .flex-links .item .fig-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.86vw; }
        @media screen and (max-width: 800px) {
          #index .flex-links .item .fig-wrap {
            margin-top: 5.87vw; } }
        #index .flex-links .item .fig-wrap img {
          width: 28.65vw; }
          @media screen and (max-width: 800px) {
            #index .flex-links .item .fig-wrap img {
              width: 40.00vw; } }
      #index .flex-links .item .t1 {
        margin-top: 0.36vw;
        font-size: 1.56vw;
        font-weight: bold;
        color: #2F2F2F;
        letter-spacing: 0.09em;
        text-align: center; }
      #index .flex-links .item .t2 {
        margin-top: 0.10vw;
        font-size: 1.56vw;
        color: #2F2F2F;
        letter-spacing: 0.09em;
        text-align: center; }
      #index .flex-links .item .t3 {
        text-align: center;
        font-size: 4.53vw;
        font-weight: bold; }
      #index .flex-links .item .link-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #index .flex-links .item .link-wrap a {
          margin-top: 1.56vw;
          width: 11.77vw;
          line-height: 3.65vw;
          text-align: center;
          border-radius: 3.65vw;
          color: white;
          font-size: 1.56vw;
          font-weight: 700;
          text-decoration: none; }
          @media screen and (max-width: 800px) {
            #index .flex-links .item .link-wrap a {
              width: 33.33vw;
              line-height: 10.13vw;
              font-size: 4.27vw;
              margin-top: 7.73vw;
              border-radius: 10.13vw; } }
          #index .flex-links .item .link-wrap a.blue {
            background-color: #0973BA; }
          #index .flex-links .item .link-wrap a.orange {
            background-color: #FC4016; }
