﻿@charset "utf-8";
/* CSS Document */
body {
    background-repeat: repeat;
    font-family: Arial,'Noto Sans TC', sans-serif;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/*表頭表尾*/
.top, .footer {
    line-height: 0px;
}

.top {
    z-index: 99;
    position: relative;
}

/*很多物件通用*/
.BRR {
    height: 1px;
}

.width1280 {
    max-width: 1200px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}

a {
    color: #ffffff;
    text-decoration: none;
}

    a:hover {
        color: #fff45c;
        text-decoration: none;
    }

    a:focus {
        color: #ffffff;
        text-decoration: none;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
}

img.banner001, img.banner002, img.banner003, img.banner004 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
    -webkit-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
}

img.banner002 {
    -webkit-animation-delay: 1; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
}

img.banner003 {
    -webkit-animation-delay: 1.5; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
    -webkit-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
    cursor: pointer;
}

img.banner004 {
    -webkit-animation-delay: 1.5; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
    -webkit-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
    cursor: pointer;
}

.responsive {
    position: relative;
    text-align: center;
}



/* content1 */
.content1 {
    margin: 0 auto;
    padding: 60px 12% 40px 12%;
    background-color: #ccdcff;
}

    .content1 h2 {
        margin: 0px auto 40px auto;
        color: #9163cb;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1em;
    }

.ct1-mark {
    font-weight: 300;
    font-size: 26px;
    color: #313131;
    letter-spacing: 0.15em;
}

.content1 h3 {
    margin: 0 auto 10px auto;
    text-align: center;
    color: #9163cb;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

.ct1-box {
    display: inline-block;
    margin: 0 auto 30px auto;
    width: 90%;
    max-width: 280px;
    height: auto;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 8px rgb(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px rgb(0, 0, 0, 0.15);
}

.content1 img {
    position: relative;
    display: inline-block;
    margin: 0px auto;
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.ct1-img {
    position: relative;
}

.flag-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
}


img.flag {
    bottom: 0;
    left: 0;
    width: 28%;
    max-width: 100px;
    margin-bottom: 10px;
}

.flag-text {
    margin: 0 auto 10px auto;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.2em;
}

.ct1-img-text {
    font-size: 18px;
    font-weight: 300;
}

.ct1-text {
    padding: 25px 15px 25px 15px;
}

.content1 ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    height: 100px;
}

    .content1 ul > li {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.7em;
        color: #313131;
    }

        .content1 ul > li::before {
            content: "\2022";
            color: #9163cb;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.ct1-btn {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 30px;
    margin: 5px auto 10px auto;
    padding: 5px 5px;
    background-color: #9163cb;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 #7f4999;
    box-shadow: 0 4px 0 #7f4999;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .ct1-btn:hover {
        color: #fff45c;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }



/* content2 */
.content2 {
    margin: 0 auto;
    padding: 60px 0 60px 0;
    background: url(../images/c-bg.jpg)center center no-repeat;
    background-size: cover;
}

    .content2 h2 {
        margin: 0 auto 40px auto;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }



.ct2box p {
    margin: 0px auto 15px auto;
    padding: 0px 30px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #132968;
}

.ct2box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 25px 20px 25px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: rgb(255,255,255,0.9);
    margin: 0 auto 80px auto;
}



    .ct2box img {
        display: inline-block;
        width: 90%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 0 20px 20px 20px;
    }


    .ct2box ul > li {
        text-align: left;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        color: #9163cb;
        list-style-type: none;
    }

        .ct2box ul > li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f02c";
            font-size: 20px;
            color: #9163cb;
            padding-right: 3px;
        }

.step-figure {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    margin: 0 auto;
    transition: 0.2s;
    cursor: pointer;
}

    .step-figure:hover {
        transform: scale(1.05);
        background-color: #ecdeff;
    }


    .step-figure img {
        position: absolute;
        max-width: 120px;
        height: auto;
        top: 16%;
        left: 16%;
    }

.stepbox h3 {
    margin: 20px auto 8px auto;
    text-align: center;
    color: #fff45c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

.stepbox p {
    margin: 0px auto 0px auto;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}


.fa-chevron-circle-right {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 30%;
    left: 94%;
}

/*表單區*/
.fill {
    position: relative;
    margin: 0 auto;
    background: url(../images/d-bg.jpg);
    background-repeat: repeat;
    text-align: center;
    padding: 60px 10px;
}

    .fill h1 {
        margin: 0px auto 40px auto;
        color: #26407e;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1em;
    }


.fill-mark {
    font-weight: 300;
    font-size: 26px;
    color: #313131;
    letter-spacing: 0.15em;
}

.fill-box {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 3;
}

.fill_lable img {
    max-width: 570px;
    width: 90%;
    height: auto;
}


.fill #sBut {
    height: auto;
    margin: 0px auto;
    width: 100%;
    border: none;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    letter-spacing: 1px;
    clear: both;
    overflow: hidden;
    border-radius: 2px;
    user-select: none;
}

.option {
    text-align: left;
}

.fill .go_button {
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
    max-width: 255px;
    height: auto;
    margin: 0 auto;
}

.fill .statement-box {
    padding-left: 1.3%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.fill .statement {
    color: #000;
    line-height: 40px;
    font-size: 17px;
    letter-spacing: 0.1em;
}

    .fill .statement a {
        color: #000;
    }

        .fill .statement a:hover {
            color: #000;
        }

.fill_form {
    padding: 0;
}

.fill .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 0.5% auto 1% auto;
    background-color: #ececec;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fill .form-control-l {
    margin-bottom: 2%;
    width: 98%;
    float: left;
}

.fill .form-control-r {
    margin-bottom: 2%;
    width: 98%;
    float: right;
}


/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(207, 169, 114, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #3357bd;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

    .hvr-bounce-to-right02:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #26407e;
        box-shadow: none;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right02:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }



/* content3 */
.content3 {
    margin: 0 auto;
    padding: 60px 20px 40px 20px;
    background-color: #ccdcff;
}


    .content3 h2 {
        margin: 0 auto 40px auto;
        text-align: center;
        color: #9163cb;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }


    .content3 img {
        display: block;
        margin: 0 auto;
        max-width: 350px;
        width: 100%;
        height: auto;
        border-radius: 15px;
        border: 2px solid #959595;
        box-shadow: 4px 4px 0px rgb(0,0,0,0.1);
    }

.ct3-btn {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 40%;
    max-width: 210px;
    min-width: 160px;
    height: auto;
    border-radius: 110px;
    margin: 25px auto 30px auto;
    padding: 6px 5px 6px 5px;
    background-color: #9163cb;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 #663f99;
    box-shadow: 0 5px 0 #663f99;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .ct3-btn:hover {
        color: #fff45c;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }



/* content4 */
.content4 {
    margin: 0 auto;
    padding: 60px 8% 40px 8%;
    background: url(../images/f-bg.jpg);
}

    .content4 h2 {
        margin: 0 auto 40px auto;
        text-align: center;
        color: #26407e;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.1em;
    }

.ct4-mark {
    font-weight: 300;
    font-size: 26px;
    color: #313131;
    letter-spacing: 0.15em;
}

.content4 p {
    margin: 10px auto 10px auto;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #26407e;
}

.teacher-list {
    margin: 0 auto 20px auto;
}

    .teacher-list img {
        position: relative;
        display: block;
        max-width: 260px;
        width: 90%;
        margin: 0 auto 3% auto;
        object-fit: cover;
        object-position: center;
        transition: .5s;
    }

    .teacher-list img:hover {
        transform: scale(1.05);
        border-color: #448aca;
    }

    .teacher-list img:hover + p {
        color: #448aca;
    }


.advantage-box {
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-list {
    margin: 20px auto;
    padding: 20px 15px 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #2b56af;
    border-radius: 20px;
    max-width: 550px;
    -webkit-box-shadow: 4px 4px rgb(23, 65, 153);
    -moz-box-shadow: 4px 4px rgb(23, 65, 153);
    box-shadow: 4px 4px rgb(23, 65, 153);
}

.advantage-figure {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 0px;
    margin: 0 auto;
}

    .advantage-figure img {
        position: absolute;
        max-width: 70px;
        width: 60%;
        height: auto;
        top: 18%;
        left: 21%;
    }

.advantage-text {
    margin-left: 10px;
    text-align: left;
    max-width: 400px;
}

    .advantage-text h3 {
        text-align: left;
        color: #fff45c;
        font-size: 24px;
        font-weight: 600;
        margin: 0 auto 10px auto;
    }

    .advantage-text p {
        text-align: left;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        margin: 0 auto;
        line-height: 1.5em;
    }

.tercher-text {
    font-weight: 400;
    font-size: 20px;
}

.ct4-btn {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 30px;
    margin: 30px auto 30px auto;
    padding: 10px 15px;
    background-color: #61adcd;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: 500;
    text-align: center;
    -webkit-box-shadow: 0 5px 0 #328ab7;
    box-shadow: 0 5px 0 #328ab7;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .ct4-btn:hover {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }



/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media (min-width: 1921px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 9%;
        z-index: 3;
        width: 47%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 11%;
        z-index: 4;
        width: 34.5%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 60%;
        left: 22%;
        z-index: 3;
        width: 14%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 60.5%;
        left: 36.5%;
        z-index: 3;
        width: 5.1%;
        height: auto;
    }
}



/*  ↓↓↓↓    螢幕尺寸大於1920時頁面顯示效果↓↓↓↓    */
@media screen and (max-width: 1920px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 9%;
        z-index: 3;
        width: 47%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 11%;
        z-index: 4;
        width: 34.5%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 60%;
        left: 22%;
        z-index: 3;
        width: 14%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 60.5%;
        left: 36.5%;
        z-index: 3;
        width: 5.1%;
        height: auto;
    }
}

/*  ↓↓↓↓    螢幕尺寸大於1680時頁面顯示效果↓↓↓↓    */
@media screen and (max-width: 1680px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 9%;
        z-index: 3;
        width: 49%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 9%;
        z-index: 4;
        width: 34.5%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 60%;
        left: 22%;
        z-index: 3;
        width: 14%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 60.5%;
        left: 36.5%;
        z-index: 3;
        width: 5.1%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 60px 4% 40px 4%;
    }


    /*content4*/
    .content4 {
        padding: 60px 2% 40px 2%;
    }
}


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media screen and (max-width: 1440px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 9%;
        z-index: 3;
        width: 49%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 9%;
        z-index: 4;
        width: 34.5%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 60%;
        left: 22%;
        z-index: 3;
        width: 14%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 60.5%;
        left: 36.5%;
        z-index: 3;
        width: 5.1%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 60px 1% 40px 1%;
    }

    /*content2*/
    .ct2box {
        width: 90%;
    }

    .ct2box p {
        font-size: 21px;
    }

    /*content4*/
    .content4 {
        padding: 60px 1% 40px 1%;
    }
   
}


/*  ↓↓↓↓    ipad 直向 w1200 ↓↓↓↓    */
@media screen and (max-width: 1200px) {

    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 9%;
        z-index: 3;
        width: 49%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 9%;
        z-index: 4;
        width: 34.5%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 60%;
        left: 23%;
        z-index: 3;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 60.5%;
        left: 38.5%;
        z-index: 3;
        width: 5.4%;
        height: auto;
    }
 

    /*表單區*/
    .fill-box {
        width: 98%;
    }

    .fill .form-control {
        height: 40px;
    }

    .hvr-bounce-to-right02 {
        font-size: 25px;
    }

    /*content3*/
    .content3 img {
        width: 90%;
    }


    /*content4*/  
    .ct4-box {
        padding: 40px 20px 10px 20px;
    }   
 
    .teacher-list img {
        width: 90%;
    }

    .advantage-list {
        width: 90%;
    }

    .advantage-text {
        width: 70%;
    }

        .advantage-text p {
            font-size: 18px;
        }
}

/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media screen and (max-width: 991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: -2%;
        left: 8.5%;
        z-index: 3;
        width: 83%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: -30%;
        right: 10%;
        z-index: 4;
        width: 70%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 38%;
        left: 32%;
        z-index: 3;
        width: 25%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 38.4%;
        left: 58%;
        z-index: 3;
        width: 9%;
        height: auto;
    }

    /*content3*/
    .content1 {
        padding: 60px 5% 40px 5%;
    }

    .ct1-box {
        width: 90%;
    }


    /*content2*/
    .ct2box {
        margin: 0 auto 40px auto;
    }

        .ct2box ul {
            padding-left: 15px;
        }

    .step-figure {
        width: 140px;
        height: 140px;
    }

        .step-figure img {
            max-width: 95px;
        }

    .stepbox h3 {
        font-size: 22px;
    }

    .stepbox p {
        font-size: 22px;
    }

    .fa-chevron-circle-right {
        font-size: 22px;
    }

    /*表單*/
    .fill_lable img {
        border-radius: 20px 20px 0 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .fill .form-control {
        height: 54px;
        margin: 1.5% auto 1.5% auto;
    }
    .fill .form-control-l, .fill .form-control-r {
        width: 100%;
        float: initial;
    }
   
    .option {
        text-align: center;
    }

    .hvr-bounce-to-right02 {
        font-size: 30px;
    }


    /*content4*/
    .content4 {
        padding: 60px 10% 40px 10%;
    }

    .advantage-list {
        width: 100%;
        max-width: 600px;
    }
}




/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 767px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: -2%;
        left: 8.5%;
        z-index: 3;
        width: 83%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: -30%;
        right: 10%;
        z-index: 4;
        width: 70%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 38%;
        left: 32%;
        z-index: 3;
        width: 25%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 38.4%;
        left: 58%;
        z-index: 3;
        width: 9%;
        height: auto;
    }


    /*content1*/
    .content1 {
        padding: 40px 0 20px 0;
    }


        .content1 h3 {
            font-size: 26px;
        }

        .content1 p {
            font-size: 18px;
        }


    /*content2*/
    .content2 {
        padding: 40px 20px 40px 20px;
    }

    .ct2box {
        margin: 0 auto 0 auto;
        padding: 40px 10px 20px 10px;
    }

        .ct2box ul > li {
            font-size: 22px;
        }

        .ct2box p {
            font-size: 20px;
        }

    .fa-chevron-circle-right {
        font-size: 22px;
        transform: rotate(90deg) translateY(50%);
        top: 104%;
        left: 50%;
    }

    .step-figure {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    /*表單*/

    .fill h2 {
        margin: 0px auto 20px auto;
        font-size: 34px;
    }

    .fill {
        padding: 40px 10px;
    }

    .fill .form-control {
        margin: 2% auto 2% auto;
    }

    /*content3*/
    .content3 {
        padding: 40px 0 20px 0;
    }

    /*content4*/
    .content4 {
        padding: 40px 20px 20px 20px;
    }

    .advantage-list {
        margin: 20px auto 20px auto;
        font-size: 22px;
    }

    .ct4-btn {
        margin: 20px auto 20px auto;
    }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 410px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: -2%;
        left: 8.5%;
        z-index: 3;
        width: 83%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: -30%;
        right: 10%;
        z-index: 4;
        width: 69%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 38%;
        left: 29.5%;
        z-index: 3;
        width: 28%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 38.4%;
        left: 58%;
        z-index: 3;
        width: 10.3%;
        height: auto;
    }


    /*content1*/
    .content1 {
        padding: 30px 20px 10px 20px;
    }

    .content1 h2 {
        margin: 0 auto 30px auto;
        font-size: 30px;
    }

    .ct1-mark {
        font-size: 22px;
    }

    /*content2*/
    .content2 {
        padding: 30px 20px 30px 20px;
    }

    .content2 h2 {
        margin: 0 auto 30px auto;
        font-size: 30px;
    }

    .ct2box {
        margin: 0 auto 0 auto;
        padding: 25px 10px 5px 10px;
        width: 100%;
    }

    .ct2box ul {
        padding-left: 10px;
    }
   
    .ct2box ul > li::before {
        font-size: 18px;
    }


    /*填表區*/
    .fill {
        padding: 30px 20px;
    }

        .fill h1 {
            margin: 0px auto 30px auto;
            font-size: 30px;
        }

    .fill-mark {
        font-size: 22px;
    }

    .fill_lable img {
        width: 100%;
    }

    .fill .form-control {
        margin: 2% auto;
        height: 50px;
    }

    .hvr-bounce-to-right02 {
        font-size: 28px;
    }

    /*content3*/
    .content3 {
        padding: 30px 0 0 0;
    }

    .content3 h2 {
        margin: 0 auto 30px auto;
        font-size: 30px;
    }

    .ct3-mark {
        font-size: 24px;
    }

    .content3 p {
        font-size: 18px;
    }

    .ct3-btn {
        max-width: 180px;
        min-width: 120px;
        font-size: 1.6em;
    }



    /*content4*/
    .content4 {
        padding: 30px 20px;
    }

    .content4 h2 {
        margin: 0 auto 30px auto;
        font-size: 30px;
    }

    .ct4-mark {
        font-size: 22px;
    }

    .advantage-list {
        flex-direction: column;
    }

    .advantage-figure {
        width: 85px;
        height: 85px;
        margin: 7px auto 14px auto;
    }

    .advantage-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .advantage-text h3 {
        font-size: 20px;
        text-align: center;
    }

    .advantage-text p{
        text-align:center;
    }
}


/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 320px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: -2%;
        left: 7%;
        z-index: 3;
        width: 86%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: -31%;
        right: 10%;
        z-index: 4;
        width: 69%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 39%;
        left: 29%;
        z-index: 3;
        width: 30%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 39.4%;
        left: 59%;
        z-index: 3;
        width: 11.2%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 30px 15px 0px 15px;
    }

        .content1 h2 {
            font-size: 28px;
        }
   
    /*content2*/
    .ct2box h3 {
        font-size: 21px;
    }

    .fa-chevron-circle-right {
        top: 104%;
    }

    /*表單*/
    .fill {
        padding: 30px 10px;
    }

    .fill-txt {
        padding: 25px 15px;
    }


    /*content4*/

    .content4 {
        padding: 30px 10px;
    }
}
