﻿@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;
}

/*通用物件*/

a {
    color: #a01b3b;
    text-decoration: none;
}

    a:hover {
        color: #3b9a9c;
        text-decoration: none;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

img.banner001, img.banner002, img.banner003, img.banner004, img.banner005, img.banner006 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.2s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

img.banner003 {
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

img.banner004 {
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

img.banner005 {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

    img.banner005:hover {
        cursor: pointer;
    }


.responsive {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}


/* content1 */
.content1 {
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    text-align: center;
    background: url(../images/b-bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
}



    .content1 h1 img {
        display: block;
        margin: 0 auto 40px auto;
        max-width: 640px;
        width: 100%;
        height: auto;
    }


.ct1-gift-list {
    display: inline-block;
    margin: 0 auto 80px auto;
    width: 100%;
    max-width: 800px;
    height: auto;
}


.ct1-gift {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 10px 10px;
    padding: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #038d87;
}

    .ct1-gift img {
        position: absolute;
        top: 10%;
        left: 20%;
        padding: 10px 0;
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

.ct1-gift-list p {
    margin: 10px auto;
    padding: 5px 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #ffffff;
}


.question-box {
    position: relative;
    max-width: 800px;
    height: auto;
    margin: 0 auto 80px auto;
}

.question-number {
    position: absolute;
    top: -33px;
    left: 33px;
    width: 150px;
    height: auto;
    padding: 4px;
    background-color: #f9cb4e;
    border-radius: 60px;
    border: 5px solid #12183b;
    font-size: 40px;
    font-weight: 600;
}

.question-txt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 50px 40px;
    max-width: 800px;
    height: auto;
    background-color: #fce1c8;
    border-radius: 15px;
    border: 5px solid #12183b;
}

    .question-txt h3 {
        margin-bottom: 15px;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.3em;
        color: #12183b;
    }

    .question-txt img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        -webkit-box-shadow: 6px 6px #f9cba3;
        -moz-box-shadow: 6px 6px #f9cba3;
        box-shadow: 6px 6px #f9cba3;
    }

.option-btn {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px auto;
    padding: 9px 5px;
    width: 200px;
    height: auto;
    border-radius: 80px;
    background-color: #5740a5;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-box-shadow: 0 6px 0 #3d2760;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .option-btn:hover {
        background-color: #3d2760;
        -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;
    }

/* 表單 */

.fill {
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    background-position: center top;
    padding: 60px 10px;
    background-color: #f9cb4e;
}

    .fill h2 {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        color: #5740a5;
        padding-bottom: 1%;
        line-height: 1.5em;
        margin: 0 auto;
    }


.send-card {
    width: 90%;
    margin-bottom: 20px;
}

.send {
    margin-top: 80px;
    margin-bottom: 0;
}

.form-control {
    width: 95%;
    height: 55px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    background: #ffffff;
}



.fill a {
    color: #030303;
    text-decoration: underline;
}

/*送出按鈕*/

.go_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ff4d4d;
    width: 95%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2em;
    border-radius: 50px;
    margin: 10px auto;
    cursor: pointer;
}


    .go_button:hover, .go_button:focus, .go_button:active {
        top: -5px;
        box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
        color: #fff;
    }

.fill .note {
    color: #353535;
    font-size: 0.5em;
    letter-spacing: -.005em;
    font-weight: normal;
    display: inline-block;
}

.notice {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-left: 2%;
}

    .notice input {
        display: none;
    }

    .notice label {
        display: inline-block;
        width: 22px;
        height: 22px;
        border: #fff 3px solid;
        border-radius: 15px;
        background: #fff;
        margin-right: 5px;
    }

    .notice input[type="checkbox"]:checked + label {
        background: #ff4d4d;
    }

    .notice a {
        color: #333;
        text-decoration: underline !important;
    }

.notice_front {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.emp1 {
    color: #12183b;
}




/* content2 */

.content2 {
    padding: 60px 0 50px 0;
    background-color: #5740a5;
    background-size: cover;
}


    .content2 h2 {
        margin: 0 auto 5px auto;
        padding: 0;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

    .content2 h3 {
        margin: 0 auto 40px auto;
        padding: 0;
        text-align: center;
        color: #f9cb4e;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }


    .content2 h4 {
        font-size: 36px;
        line-height: 0.4;
        font-family: 'Playball', cursive;
        color: #5740a5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin: 10px auto;
        width: 100px;
    }

        .content2 h4 .fa-star {
            font-size: 16px;
            color: #5740a5;
        }



    .content2 p {
        width: 100%;
        height: 60px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        line-height: 1.5em;
        text-align: justify;
        text-align: center;
    }


    .content2 .box {
        position: relative;
        display: inline-table;
        width: 210px;
        height: 370px;
        border-radius: 12px;
        border: 5px solid #12183b;
        padding: 20px;
        background-color: #e2bee8;
        /* margin-top: 5%; */
        text-align: center;
    }

    .content2 .box-fiture {
        position: relative;
        display: block;
        width: 145px;
        height: 145px;
        margin: 0 auto;
        border-radius: 100%;
        margin: 30px auto 20px auto;
    }


.free_button {
    display: block;
    width: 125px;
    height: auto;
    padding: 6px 6px;
    margin: 12px auto;
    background-color: #5740a5;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #462f77;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .free_button: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;
    }

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}



/* content3 */
.content3 {
    margin: 0 auto;
    padding: 60px 0 40px 0;
    text-align: center;
    background: url(../images/d-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}


    .content3 h2 {
        margin: 0 auto 40px auto;
        padding: 0;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

    .content3 h3 {
        margin: 0 auto 10px auto;
        padding: 0;
        text-align: center;
        color: #ffd829;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

    .content3 p {
        margin: 10px auto 20px auto;
        padding: 0 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.3em;
        color: #ffffff;
    }

    .content3 img {
        max-width: 180px;
        width: 100%;
        padding: 0 10px;
    }

.course-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 30px 20px;
    width: 480px;
    height: 230px;
    background-color: #3da5d9;
    border-radius: 15px;
    border: 5px solid #12183b;
}


.gofill_btn {
    display: block;
    width: 125px;
    height: auto;
    padding: 6px 6px;
    margin: 12px auto;
    background-color: #243288;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #18225f;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .gofill_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;
    }

/* content4 */
.content4 {
    position: relative;
    margin: 0 auto;
    padding: 100px 10px 50px 10px;
    text-align: center;
    background-color: #e6e6e6;
}

    .content4 h2 {
        margin: 0 auto 60px auto;
        padding: 5px 0;
        max-width: 200px;
        border-bottom: 5px solid #626262;
        text-align: center;
        color: #626262;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

.answer-box {
    position: relative;
    max-width: 800px;
    height: auto;
    margin: 0 auto 80px auto;
}

.answer-title {
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%) translateY(10%);
    width: 400px;
    height: auto;
    padding: 4px;
    background-color: #f9cb4e;
    border-radius: 60px;
    border: 5px solid #12183b;
    font-size: 40px;
    font-weight: 600;
}

.answer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 90px 40px 40px 40px;
    max-width: 800px;
    height: auto;
    background-color: #ffffff;
    border-radius: 15px;
    border: 5px solid #12183b;
}

.ans-figure img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 15px;
}

.ans-txt h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1em;
    color: #243288;
}

.ans-txt p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #191919;
}



/*  ↓↓↓↓    螢幕尺寸大於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: 23%;
        left: 37%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 9%;
        left: 31.4%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 10%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 65.4%;
        z-index: 5;
        width: 27%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 10%;
        left: 42%;
        z-index: 5;
        width: 16%;
        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: 23%;
        left: 37%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 9%;
        left: 31.4%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 10%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 65.4%;
        z-index: 5;
        width: 27%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 10%;
        left: 42%;
        z-index: 5;
        width: 16%;
        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: 23%;
        left: 37%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 9%;
        left: 31.4%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 10%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 65.4%;
        z-index: 5;
        width: 27%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 10%;
        left: 42%;
        z-index: 5;
        width: 16%;
        height: auto;
    }
}


/*  ↓↓↓↓    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: 25%;
        left: 37%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 11%;
        left: 31.4%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 10%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 65.4%;
        z-index: 5;
        width: 27%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 8%;
        left: 41.5%;
        z-index: 5;
        width: 16%;
        height: auto;
    }
}



/*  ↓↓↓↓    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: 27%;
        left: 37%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 13%;
        left: 31.4%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 10%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 65.4%;
        z-index: 5;
        width: 27%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 3%;
        left: 41.5%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    /* .content2 */
    .content2 .box {
        width: 180px;
        padding: 20px 10px;
    }
}

/*  ↓↓↓↓    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: 17%;
        left: 30.8%;
        z-index: 5;
        width: 41%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 4%;
        left: 21.5%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 9%;
        z-index: 5;
        width: 31%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 61.4%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 25%;
        left: 38%;
        z-index: 5;
        width: 25%;
        height: auto;
    }

    /* content1*/
    .content1 h1 img {
        width: 70%;
    }

    .ct1-gift-list {
        padding: 0 80px;
    }

    .question-number {
        left: 50%;
        top: -5%;
        transform: translateX(-50%) translateY(5%);
    }

    .question-txt {
        flex-direction: column;
        padding: 50px 40px 40px 40px;
        max-width: 700px;
    }


    /*表單*/
    .send-card {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .send {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .notice {
        margin: 1% auto;
        padding-left: 3%;
        text-align: center;
    }

   


    /*content2*/
    .content2 .box {
        max-width: 280px;
        height: 400px;
        width: 90%;
    }

    /*content3*/
    .content3 {
        background-size: contain;
    }

    /*content4*/
    .answer-content {
        max-width: 700px;
    }
}

/* ↓↓↓↓ 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: 17%;
        left: 30.8%;
        z-index: 5;
        width: 41%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 4%;
        left: 21.5%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: 0%;
        left: 9%;
        z-index: 5;
        width: 31%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        left: 61.4%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 25%;
        left: 38%;
        z-index: 5;
        width: 25%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 30px 20px 0 20px;
    }

    .ct1-gift-list {
        padding: 0 10px;
        margin: 0 auto 60px auto;
    }

    .question-number {
        left: 50%;
        top: -5%;
        transform: translateX(-50%) translateY(-5%);
        padding: 0px;
    }

    .question-txt {
        padding: 40px 10px 20px 10px;
        max-width: 700px;
    }

    .content1 h1 img {
        width: 80%;
    }

    .question-box {
        margin: 0 auto 50px auto;
    }

    .question-txt h3 {
        font-size: 26px;
    }


    /*表單*/
    .fill {
        padding: 40px 20px;
    }

        .fill h2 {
            font-size: 34px;
        }

    .send-card {
        width: 60%;
    }

    /*content2*/
    .content2 {
        padding: 40px 20px 30px 20px;
    }

        .content2 h2 {
            font-size: 34px;
        }

    /*content3*/
    .content3 {
        padding: 40px 20px 30px 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 34px;
        }

        .content3 h3 {
            margin: 10px auto 10px auto;
        }

        .content3 p {
            font-size: 18px;
        }

    .course-box {
        flex-direction: column;
        padding: 30px 10px;
        width: 280px;
        height: auto;
    }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 80px 20px 10px 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .answer-content {
        flex-direction: column;
    }

    .ans-txt h3 {
        margin-top: 20px;
    }

    .answer-title {
        left: 50%;
        top: -6%;
        transform: translateX(-50%) translateY(6%);
        width: 300px;
        font-size: 30px;
    }

    .answer-content {
        max-width: 400px;
        height: auto;
    }

    .ans-txt h3 {
        font-size: 40px;
    }
}

/* ↓↓↓↓ 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: 19%;
        left: 28.8%;
        z-index: 5;
        width: 45%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 0%;
        left: 18.5%;
        z-index: 5;
        width: 65%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: -2%;
        left: 2%;
        z-index: 5;
        width: 31%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: -2%;
        left: 66%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 12%;
        left: 34%;
        z-index: 5;
        width: 31%;
        height: auto;
    }


    /*content1*/
    .content1 {
        padding: 20px 10px 0 10px;
    }

    .content1 h1 img {
        width: 90%;
    }

    .ct1-gift {
        width: 120px;
        height: 120px;
    }


    .question-number {
        padding: 0;
        font-size: 36px;
    }

    .question-txt {
        padding: 30px 10px 20px 10px;
    }

        .question-txt h3 {
            margin-bottom: 20px;
            font-size: 25px;
        }

    .question-box {
        margin: 0 auto 50px auto;
    }

    .option-btn {
        font-size: 20px;
    }


    /*表單*/
    .fill {
        padding: 40px 5px;
    }

        .fill h2 {
            font-size: 32px;
        }

    /*content2*/
    .content2 {
        padding: 40px 10px 30px 10px;
    }

        .content2 h2 {
            margin: 0 auto;
            font-size: 32px;
        }

    .program {
        font-size: 28px;
    }

    table {
        width: 100%;
    }

        table tr th {
            font-size: 16px;
        }

        table tr td {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 10px;
            font-size: 16px;
            font-weight: 600;
            color: #535353;
            text-align: left;
        }

    .content2 p {
        margin: 20px auto;
        padding: 5px 30px;
        font-size: 18px;
    }

    /*content3*/
    .content3 {
        padding: 40px 20px 30px 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 32px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 70px 20px 0 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .answer-box {
        margin: 0 auto 50px auto;
    }

    .answer-title {
        width: 250px;
        font-size: 28px;
    }

    .answer-content {
        padding: 60px 40px 20px 40px;
    }
}



/* ↓↓↓↓ 手機尺寸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: 19%;
        left: 28.8%;
        z-index: 5;
        width: 45%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 0%;
        left: 18.5%;
        z-index: 5;
        width: 65%;
        height: auto;
    }

    img.banner003 {
        display: block;
        bottom: -2%;
        left: 2%;
        z-index: 5;
        width: 31%;
        height: auto;
    }

    img.banner004 {
        display: block;
        bottom: -2%;
        left: 66%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner005 {
        display: block;
        bottom: 12%;
        left: 34%;
        z-index: 5;
        width: 31%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 20px 5px 0px 5px;
    }

    .ct1-gift {
        width: 120px;
        height: 120px;
    }

    .ct1-gift-list p {
        font-size: 18px;
    }

    .question-txt h3 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .option-btn {
        margin: 25px auto 25px auto;
        padding: 6px 5px;
        width: 180px;
    }


    /*表單*/
    .fill {
        padding: 40px 5px;
    }

        .fill h2 {
            font-size: 27px;
        }

    .send-card {
        width: 90%;
    }


    /*content2*/
    .content2 {
        padding: 40px 10px 30px 10px;
    }

        .content2 h2 {
            margin: 0 auto;
            font-size: 27px;
        }

        .content2 h3 {
            margin: 0 auto 20px auto;
            font-size: 22px;
        }

        .content2 p {
            margin: 10px auto;
        }

        .content2 .box-fiture {
            margin: 25px auto 10px auto;
        }

    /*content3*/
    .content3 {
        padding: 40px 20px 30px 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 27px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 60px 20px 10px 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .answer-title {
        width: 220px;
    }

    .answer-content {
        padding: 60px 20px 20px 20px;
    }

    .ans-txt h3 {
        font-size: 36px;
    }

    .ans-txt p {
        font-size: 18px;
    }
}
