﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

:root {
    --white: #ffffff;
    --black: #000000;
    --color_1: #1cafc6;
    --color_2: #04AFF0;
    --color_3: #E6EDF2;
    --gray_1: #505050;
    --gray_2: #3d3d3d;
    --gray_3: #6f6f6f;
    --gray_4: #F4F6F7;
    --content_h2_size: 28px;
    --content_h2_line_height: 150%;
    --content_p_size: 16px;
    --note: 15px;
    --img_shadow: 0px 12px 25px rgba(42, 70, 90, 0.10);
    --img_shadow_2: 0px 0px 6px rgba(42, 70, 90, 0.20);
    --img_shadow_3: 0px 10px 20px rgba(42, 70, 90, 0.10);
    --title: 28px;
    --title_strong: 16px;
    --title_txt_sub: 24px;
    --title_txt_sub_p: 20px;
}

@media (min-width: 768px) {
    :root {
        --content_h2_size: 48px;
        --content_h2_line_height: 140%;
        --content_p_size: 24px;
        --note: 18px;
        --title: 48px;
        --title_strong: 24px;
        --img_shadow: 0px 25px 51px rgba(42, 70, 90, 0.1);
        --img_shadow_2: 0px 0px 13px rgba(42, 70, 90, 0.20);
        --title_txt_sub: 32px;
        --title_txt_sub_p: 24px;
    }
}

@media (min-width: 1200px) {
    :root {
        --content_h2_size: 64px;
        --content_h2_line_height: 150%;
        --content_p_size: 28px;
        --note: 20px;
        --title: 64px;
        --title_strong: 28px;
        --title_txt_sub: 48px;
        --title_txt_sub_p: 28px;
        --img_shadow_2: 0px 0px 24px rgba(42, 70, 90, 0.20);
    }
}

body {
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, figure, ul, ol, label, span, mark {
    font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

button {
    outline: none;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    -o-border-image: unset;
    border-image: unset;
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

.title_txt {
    font-size: var(--title);
    text-align: center;
    color: var(--gray_2);
    font-weight: 500;
}

    .title_txt strong {
        background: transparent -webkit-gradient(linear, left top, right top, from(#03aff0), to(#9438cc)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(90deg, #03aff0 0%, #9438cc 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-weight: 700;
    }

.p_txt {
    text-align: center;
    font-size: var(--title_strong);
    color: var(--gray_1);
}

    .p_txt strong {
        font-weight: 700;
    }

.page_container {
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-filter: drop-shadow(var(--img_shadow));
    filter: drop-shadow(var(--img_shadow));
}

.img_2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-filter: drop-shadow(var(--img_shadow_2));
    filter: drop-shadow(var(--img_shadow_2));
}

.img_3 {
    -webkit-filter: drop-shadow(var(--img_shadow_3));
    filter: drop-shadow(var(--img_shadow_3));
}

.img_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 125px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .img_line {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .img_line {
        margin-top: 80px;
        height: 200px;
    }
}

.color_blue {
    color: var(--color_2);
}

.title_txt_sub {
    font-size: var(--title_txt_sub);
    font-weight: 500;
    text-align: center;
    color: var(--gray_2);
    line-height: 48px;
}

.title_txt_sub_p {
    font-size: var(--title_txt_sub_p);
    font-weight: 500;
    text-align: center;
    color: var(--gray_1);
    line-height: 48px;
}

.note {
    text-align: center;
    font-size: var(--note);
    color: var(--gray_3);
}

.visionSect {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 312px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 551px) {
    .visionSect {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .visionSect {
        background-size: 100% auto;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .visionSect {
        height: 640px;
    }
}

.vision_content {
    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;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .vision_content {
        margin-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .vision_content {
        margin-bottom: 140px;
    }
}

.vision_content h2 {
    margin-bottom: 12px;
    font-size: var(--content_h2_size);
    font-weight: 700;
    line-height: var(--content_h2_line_height);
    color: var(--white);
    text-align: center;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.vision_content p {
    margin-bottom: 40px;
    font-size: var(--content_p_size);
    font-weight: 500;
    line-height: var(--content_h2_line_height);
    color: var(--white);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .vision_content p {
        margin-bottom: 32px;
    }
}

@media (min-width: 1200px) {
    .vision_content p {
        margin-bottom: 40px;
    }
}

.vision_content button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    background: var(--color_1);
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
    .vision_content button {
        width: 200px;
        height: 48px;
    }
}

.step01Sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 30px 0;
}

@media (min-width: 768px) {
    .step01Sect {
        padding: 80px 40px 0;
    }
}

.step01Sect .title_txt {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .step01Sect .title_txt {
        margin-bottom: 32px;
    }
}

.step01Sect .title_txt strong {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .step01Sect .title_txt strong {
        margin-right: 24px;
    }
}

.step01Sect .p_txt {
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .step01Sect .p_txt {
        margin-bottom: 56px;
    }
}

.step02Sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 0;
}

@media (min-width: 768px) {
    .step02Sect {
        padding: 60px 40px 0;
    }
}

.step02Sect .title_txt {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .step02Sect .title_txt {
        margin-bottom: 32px;
    }
}

.step02Sect .title_txt span {
    display: block;
    font-weight: 500;
}

    .step02Sect .title_txt span:first-child {
        margin-bottom: 4px;
    }

@media (min-width: 768px) {
    .step02Sect .title_txt span:first-child {
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .step02Sect .title_txt span:first-child {
        margin-right: 32px;
    }
}

@media (min-width: 1200px) {
    .step02Sect .title_txt span {
        display: inline;
    }
}

.step02Sect .title_txt strong {
    margin-left: 4px;
}

.step02Sect .p_txt {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .step02Sect .p_txt {
        margin-bottom: 64px;
    }
}

.step02Sect .p_txt span {
    display: block;
}

@media (min-width: 768px) {
    .step02Sect .p_txt span {
        display: inline-block;
    }
}

.step02Sect .icon_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .step02Sect .icon_content {
        gap: 80px;
        margin-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .step02Sect .icon_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.step02Sect .icon_content .group_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.step02Sect .icon_content .title_txt_sub {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .step02Sect .icon_content .title_txt_sub {
        margin-bottom: 32px;
    }
}

@media (min-width: 1200px) {
    .step02Sect .icon_content .title_txt_sub {
        margin-bottom: 48px;
    }
}

.step02Sect .icon_content .title_txt_sub_p {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .step02Sect .icon_content .title_txt_sub_p {
        margin-bottom: 16px;
    }
}

.step02Sect .icon_content .icon_img {
    width: 88px;
    height: 88px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .step02Sect .icon_content .icon_img {
        margin-bottom: 16px;
        width: 100px;
        height: 100px;
    }
}

.step03Sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 30px 80px;
}

@media (min-width: 768px) {
    .step03Sect {
        padding: 60px 40px 120px;
    }
}

.step03Sect .title_txt {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .step03Sect .title_txt {
        margin-bottom: 32px;
    }
}

.step03Sect .title_txt span {
    display: block;
    font-weight: 500;
}

    .step03Sect .title_txt span:first-child {
        margin-bottom: 4px;
    }

@media (min-width: 768px) {
    .step03Sect .title_txt span:first-child {
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .step03Sect .title_txt span:first-child {
        margin-right: 32px;
    }
}

@media (min-width: 1200px) {
    .step03Sect .title_txt span {
        display: inline;
    }
}

.step03Sect .title_txt strong {
    margin-left: 4px;
}

.step03Sect .p_txt {
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .step03Sect .p_txt {
        margin-bottom: 48px;
    }
}

.step03Sect .img {
    max-width: 520px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .step03Sect .img {
        margin-bottom: 48px;
    }
}

.step03Sect .note span {
    display: block;
}

@media (min-width: 768px) {
    .step03Sect .note span {
        display: inline-block;
    }
}

.step04Sect {
    background: var(--gray_4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 30px;
}

@media (min-width: 768px) {
    .step04Sect {
        padding: 120px 30px;
    }
}

.step04Sect .title_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .step04Sect .title_txt {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.step04Sect .title_txt img {
    width: 72px;
    height: 72px;
}

.step04Sect .p_txt {
    margin-bottom: 40px;
}

.step04Sect .download_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.step04Sect .brand_app_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.step04Sect .brand_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background: var(--black);
    border-radius: 50px;
}

    .step04Sect .brand_app a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .step04Sect .brand_app a img {
            width: 50%;
        }

.step04Sect .qr_code {
    display: none;
}

@media (min-width: 768px) {
    .step04Sect .qr_code {
        display: block;
    }
}

.step04Sect .qr_code img {
    width: 124px;
    height: 124px;
}

.step05Sect {
    background: var(--color_3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 30px;
}

    .step05Sect .page_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
        max-width: 1224px;
    }

@media (min-width: 768px) {
    .step05Sect .page_container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .step05Sect .page_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.step05Sect .title_txt {
    margin-bottom: 30px;
    font-weight: 500;
}

.step05Sect .col_1, .step05Sect .col_2, .step05Sect .col_3 {
    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;
}

    .step05Sect .col_1 img, .step05Sect .col_2 img, .step05Sect .col_3 img {
        width: 280px;
    }

.step05Sect button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    background: transparent -webkit-gradient(linear, left top, right top, from(#03aff0), to(#9438cc)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #03aff0 0%, #9438cc 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .step05Sect button {
        margin-bottom: unset;
    }
}

@media (min-width: 1200px) {
    .step05Sect button {
        width: 200px;
        height: 48px;
    }
}

.step05Sect .col_1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 1200px) {
    .step05Sect .col_1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.step05Sect .col_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 1200px) {
    .step05Sect .col_2 {
        width: unset;
    }
}

.step05Sect .col_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.pg02_step01Sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 15px 0;
}

@media (min-width: 768px) {
    .pg02_step01Sect {
        padding: 80px 40px 0;
    }
}

@media (min-width: 1200px) {
    .pg02_step01Sect {
        padding: 100px 40px 0;
    }
}

.pg02_step01Sect .page_container {
    max-width: 1200px;
}

.pg02_step01Sect h3.title_txt {
    margin-bottom: 8px;
}

.pg02_step01Sect h4.title_txt {
    margin-bottom: 32px;
}

.pg02_step01Sect .p_txt:nth-child(3) {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .pg02_step01Sect .p_txt:nth-child(3) {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .pg02_step01Sect .p_txt:nth-child(3) {
        margin-bottom: 16px;
    }
}

.pg02_step01Sect .p_txt:nth-child(4) {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .pg02_step01Sect .p_txt:nth-child(4) {
        margin-bottom: 64px;
    }
}

.pg02_step01Sect .p_txt span {
    display: block;
}

@media (min-width: 1200px) {
    .pg02_step01Sect .p_txt span {
        display: inline-block;
    }
}

.pg02_step02Sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px 80px;
}

@media (min-width: 768px) {
    .pg02_step02Sect {
        padding: 60px 40px 120px;
    }
}

@media (min-width: 1200px) {
    .pg02_step02Sect {
        padding: 80px 40px 220px;
    }
}

.pg02_step02Sect .page_container {
    max-width: 1036px;
}

.pg02_step02Sect h3.title_txt {
    margin-bottom: 8px;
}

.pg02_step02Sect h4.title_txt {
    margin-bottom: 32px;
}

.pg02_step02Sect .p_txt:nth-child(4) {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .pg02_step02Sect .p_txt:nth-child(4) {
        margin-bottom: 64px;
    }
}

.pg02_step02Sect .p_txt span {
    display: block;
}

@media (min-width: 1200px) {
    .pg02_step02Sect .p_txt span {
        display: inline-block;
    }
}

footer img {
    width: 100%;
}
