@charset "UTF-8";
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Noto Sans TC", "Helvetica Neue", Arial, "PingFang TC", "Heiti TC", "微軟正黑體", sans-serif;
  line-height: 1.43;
  min-width: 320px;
  margin: 0;
  color: #111111;
  background-color: #fff;
  text-align: center;
  font-size: 16px; }

* {
  box-sizing: border-box; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px; }
  @media (min-width: 768px) {
    .container {
      padding-top: 56px;
      padding-bottom: 56px; } }
  @media (min-width: 1470px) {
    .container {
      width: 1440px; } }

a {
  text-decoration: none; }

.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 40px;
  width: 240px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer; }

.black-btn {
  background-color: black;
  color: white; }
  .black-btn:hover {
    background-color: #09CEF6; }

.black-border-btn {
  border: 1px solid black;
  color: black; }
  .black-border-btn:hover {
    border-color: #09CEF6;
    color: #09CEF6; }

header {
  position: relative;
  padding: 0 40px;
  display: flex;
  align-items: center;
  background-color: black;
  height: 90px;
  z-index: 100; }
  header img {
    height: 30px; }
  @media (max-width: 767px) {
    header {
      justify-content: center; } }

.section-main {
  overflow: hidden;
  position: relative;
  background-color: #8d07ff;
  color: white;
  font-weight: 700; }
  .section-main.other .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .section-main.other .container {
        flex-direction: column;
        padding-bottom: 0; } }
  @media (max-width: 1023px) {
    .section-main.other .more-block {
      padding: 13px 10px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50px;
      border: 3px solid rgba(255, 255, 255, 0.5); } }
  .section-main:not(.other) .btn {
    margin: 50px auto; }
  .section-main .color-block {
    position: absolute;
    z-index: 0;
    filter: blur(250px);
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 767px) {
      .section-main .color-block {
        filter: blur(200px); } }
    .section-main .color-block.blue {
      width: 100%;
      height: 100%;
      bottom: -50%;
      right: -50%;
      background-color: #03bff1; }
    .section-main .color-block.pink {
      width: 100%;
      height: 100%;
      top: -50%;
      left: -50%;
      background-color: #f76ee0; }
      @media (max-width: 767px) {
        .section-main .color-block.pink {
          left: -80%;
          top: -30%; } }
    .section-main .color-block.white {
      width: 40%;
      height: 40%;
      bottom: -40%;
      left: -40%;
      transform: translate(40%, -40%);
      background-color: white;
      filter: blur(130px); }
  .section-main .container {
    position: relative;
    z-index: 1; }
  .section-main .title {
    position: relative;
    font-size: 90px; }
    @media (min-width: 1200px) {
      .section-main .title {
        font-size: 110px; } }
    @media (max-width: 767px) {
      .section-main .title {
        font-size: 52px; } }
    @media (max-width: 360px) {
      .section-main .title {
        font-size: 40px; } }
  .section-main .separate-line {
    margin-bottom: 18px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .section-main .separate-line {
        max-width: 300px; } }
    @media (max-width: 360px) {
      .section-main .separate-line {
        max-width: 250px; } }
  .section-main .text {
    font-size: 32px;
    line-height: 48.5px; }
    @media (max-width: 767px) {
      .section-main .text {
        font-size: 20px;
        line-height: 30px; } }
  .section-main #imgCarousel {
    overflow: hidden;
    position: relative;
    margin-left: 100px;
    aspect-ratio: 600/1247;
    width: 279px;
    height: auto; }
    @media (max-width: 1023px) {
      .section-main #imgCarousel {
        margin-left: 0;
        margin-top: 44px;
        aspect-ratio: 6/7; } }
  .section-main .phone-img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slider 21s linear infinite; }

@keyframes slider {
  0% {
    opacity: 0; }
  4.7619% {
    opacity: 1; }
  14.2857% {
    opacity: 1; }
  19.0476% {
    opacity: 0; } }
  .section-main .more-block {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    color: white;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .section-main .more-block {
        bottom: 11px; } }

.section-kkbox {
  background-color: #DEF9FF;
  background-image: url("../images/line_bg.svg"); }
  .section-kkbox .container {
    display: flex;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 1023px) {
      .section-kkbox .container {
        flex-direction: column; } }
  .section-kkbox .card {
    margin: 0 35px;
    padding: 44px 20px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 485px;
    width: calc((100vw - 70px) / 2);
    background-color: white;
    border-top: 12px solid #09CEF6;
    box-shadow: 0px 10px 30px 0px #00000026;
    border-radius: 12px; }
    @media (max-width: 1023px) {
      .section-kkbox .card {
        margin: 0 auto;
        padding: 40px 8px;
        width: 100%; }
        .section-kkbox .card:first-child {
          margin-bottom: 35px; } }
    .section-kkbox .card .title {
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 40px;
      font-weight: 900; }
      @media (max-width: 1130px) and (min-width: 1024px) {
        .section-kkbox .card .title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .section-kkbox .card .title {
          margin-bottom: 5px;
          font-size: 28px; } }
      .section-kkbox .card .title span {
        margin: 0 8px; }
      .section-kkbox .card .title .title-img {
        width: 61px;
        height: auto; }
        @media (max-width: 767px) {
          .section-kkbox .card .title .title-img {
            width: 40px; } }
    .section-kkbox .card .img {
      margin-bottom: 20px;
      width: 240px;
      height: auto; }
      @media (max-width: 767px) {
        .section-kkbox .card .img {
          margin-bottom: 5px; } }

.section-faq .title {
  margin-bottom: 68px;
  font-size: 64px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .section-faq .title {
      margin-bottom: 20px;
      font-size: 36px; } }

.section-faq .faq {
  margin: 0 auto 16px;
  max-width: 1000px;
  line-height: 1.5;
  text-align: left;
  font-size: 20px; }
  @media (max-width: 767px) {
    .section-faq .faq {
      margin: 0 auto 12px;
      font-size: 16px; } }
  .section-faq .faq .question-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-radius: 8px;
    background-color: #E1FCFF;
    font-weight: 700;
    cursor: pointer; }
    @media (max-width: 767px) {
      .section-faq .faq .question-container {
        padding: 20px 16px; } }
    .section-faq .faq .question-container .question {
      width: 90%; }
    .section-faq .faq .question-container .arrow {
      width: 24px;
      height: auto;
      transition: transform 0.2s linear; }
      @media (max-width: 767px) {
        .section-faq .faq .question-container .arrow {
          width: 16px; } }
  .section-faq .faq .answer {
    padding: 0px 40px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), margin 0.4s;
    color: #7D7D7D;
    line-height: 36px; }
    .section-faq .faq .answer .link {
      color: #00aed8; }
      .section-faq .faq .answer .link:hover {
        color: #23c2e8; }
    .section-faq .faq .answer .tiny-text {
      font-size: 16px; }
      @media (max-width: 767px) {
        .section-faq .faq .answer .tiny-text {
          font-size: 12px;
          line-height: 28px; } }
    @media (max-width: 767px) {
      .section-faq .faq .answer {
        padding: 0px 16px; } }
  .section-faq .faq.active .question-container {
    background-color: #09CEF6;
    color: white; }
    .section-faq .faq.active .question-container .arrow {
      transform: rotateX(180deg); }
      .section-faq .faq.active .question-container .arrow path {
        stroke: white; }
  .section-faq .faq.active .answer {
    margin: 33px 0;
    max-height: 400px; }
    @media (max-width: 767px) {
      .section-faq .faq.active .answer {
        margin: 20px 0; } }

footer {
  padding-bottom: 80px;
  color: #565656;
  font-size: 12px; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 40px; } }
