﻿@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;
}

.topICON {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    color: #a01b3b;
    text-decoration: none;
}

    a:hover {
        color: #3b9a9c;
        text-decoration: none;
    }
    a:visited {
        color: #3b9a9c;
        text-decoration: none;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

img.banner001, img.banner002, img.banner003, img.banner004, img.banner005, img.banner006 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner003 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner004 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner005 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner006 {
    -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
    animation-delay: 1.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}




.responsive {
    position: relative;
    text-align: center;
}

.content {
    margin: 0 auto;
    padding: 50px 0 0 0;
    background-image: url(../images/bg.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-attachment: fixed;
}



.nav-btn {
    width: 170px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 20px auto;
    padding: 12px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .nav-btn:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .nav-btn:focus {
        outline: none;
    }

.btn-color-01 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

/*表單*/



.fill h1 {
    margin: 0 auto;
    text-align: center;
    color: #fff799;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

.fill p {
    margin: 0 auto 30px auto;
    padding: 3px 0 0 0;
    width: 98%;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

.notice {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.notice input {
    display: none;
}

.notice label {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: #f2f2f2 3px solid;
    border-radius: 15px;
    background: #f2f2f2;
    margin-right: 5px;
}

.notice input[type="checkbox"]:checked + label {
    background: #fff799;
}

.notice a {
    color: #3c3c3c;
    text-decoration: underline !important;
}

.notice_front {
    display: flex;
    flex-direction: row;
    align-items: center;
}



/* content1 */
.content1 {
    margin: 50px 20px 0 20px;
    padding: 50px 20px 0 20px;
    text-align: center;
}

.ct1-box {
    max-width: 1000px;
    margin: 0 auto;
}

.ct1-box-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.ct1-box-list-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}

.ct1-box-list-figure img {
    max-width: 400px;
    height: auto;
}

.ct1-box-list-txt {
    max-width: 500px;
    width: 100%;
}

    .ct1-box-list-txt h3, .ct1-box-list-txt-reverse h3 {
        display: block;
        color: #13b5b1;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3em;
        text-align: left;
    }

    .ct1-box-list-txt p, .ct1-box-list-txt-reverse p {
        display: block;
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5em;
        text-align: justify;
    }

b {
    color: #25aae1;
}


.card-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 70px auto 50px auto;
    max-width: 750px;
    height: auto;
    background-color: #4fb7c4;
    border-radius: 20px;
    box-shadow: 6px 6px #42a2ae;
    -webkit-box-shadow: 6px 6px #42a2ae;
}

.card-btn {
    padding: 20px 60px;
}

.go-button {
    padding: 45px 0;
    width: 150px;
    height: 150px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 75px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .go-button:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .go-button:focus {
        outline: none;
    }

.btn-color-03 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgb(252 104 110 / 75%);
}

.card-time {
    border-left: 2px #ffffff dashed;
    padding: 20px 20px 5px 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .card-time > ul {
        list-style: none;
        padding-left: 0;
    }

        .card-time > ul > li {
            padding: 10px;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.05em;
            line-height: 1.8em;
            color: #ffffff;
        }

.card-text {
    display: inline-block;
    margin-right: 15px;
    padding: 2px 0px;
    text-align: center;
    width: 60px;
    height: auto;
    background-color: #dbf1fa;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    color: #3c3c3c;
}

.card-stress {
    font-size: 50px;
    font-weight: 600;
}

sub {
    font-size: 18px;
}

.card-stress-color {
    color: #fff799 !important;
}



/* content2 */
.content2 {
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

    .content2 h2 {
        position: relative;
        margin: 0 auto 70px auto;
        padding: 15px 10px;
        max-width: 450px;
        border: 3px solid #25aae1;
        text-align: center;
        color: #25aae1;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
        background-color: #dbf1fa;
        box-shadow: 6px 6px #dbf1fa, 6px 6px 0 3px #25aae1;
    }


    .content2 p {
        margin: 0 auto 30px auto;
        padding: 5px 40px;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        color: #3c3c3c;
    }



.ct2-get {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 10px 10px;
    padding: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #cae9ff;
}

    .ct2-get img {
        position: absolute;
        top: 10%;
        left: 20%;
        padding: 10px 0;
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

.ct2-list-inside {
    padding: 0 15%;
}


.sigh-btn {
    display: inline-block;
    min-width: 270px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    padding: 15px;
    height: auto;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .sigh-btn:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .sigh-btn:focus {
        outline: none;
    }

.btn-color-02 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}





/* content3 */
.content3 {
    margin: 0 auto;
    padding: 90px 0 0 0;
    text-align: center;
    background-repeat: repeat;
}

    .content3 h2 {
        position: relative;
        margin: 0 auto 70px auto;
        padding: 15px 10px;
        max-width: 450px;
        border: 3px solid #25aae1;
        text-align: center;
        color: #25aae1;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
        background-color: #dbf1fa;
        box-shadow: 6px 6px #dbf1fa, 6px 6px 0 3px #25aae1;
    }


    .content3 p {
        margin: 5px auto 5px auto;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.3em;
        color: #3c3c3c;
    }

table {
    margin-bottom: 60px !important;
}

table > caption {
    margin-bottom: 20px;
    text-align: center;
    color: #13b5b1;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}


.table > tbody > tr > th {
    text-align: center;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #3c3c3c !important;
    border-bottom: 2px solid #3c3c3c;
}

table > tbody > tr > td {
    text-align: center;
    color: #25aae1;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 5px !important;
}




/* content4 */
.content4 {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.content4 h2 {
    position: relative;
    margin: 0 auto 70px auto;
    padding: 15px 10px;
    max-width: 450px;
    border: 3px solid #25aae1;
    text-align: center;
    color: #25aae1;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    background-color: #dbf1fa;
    box-shadow: 6px 6px #dbf1fa, 6px 6px 0 3px #25aae1;
}


.content4 p {
    margin: 5px auto 5px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    color: #3c3c3c;
}

.content4 img {
    margin-bottom: 40px;
    max-width: 520px;
    width: 40%;
    height: auto;
}



/* content5 */
.content5 {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

    .content5 h2 {
        position: relative;
        margin: 0 auto 70px auto;
        padding: 15px 10px;
        max-width: 450px;
        border: 3px solid #25aae1;
        text-align: center;
        color: #25aae1;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
        background-color: #dbf1fa;
        box-shadow: 6px 6px #dbf1fa, 6px 6px 0 3px #25aae1;
    }

   
    .content5 h3 {
        text-align: left;
        color: #59493f;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }


.panel-group {
    max-width: 750px;
    margin: 0 auto;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #25aae1;
    height:50px;
    
}
.panel-default > .panel-heading >a{
    text-decoration:none;
}

.ct5-question {
    margin-bottom:0;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5em;
} 

.panel-body {
    background-color: #e6e6e6;
}

.ct5-answer {
    text-align: left;
}

.answer {
    font-size: 20px;
    color: #25aae1;
    font-weight: bold;
}

.answer_explain {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.ct5-answer > ul {
    padding-left: 20px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.ct5-answer > ul > li::marker {
    color: #25aae1;
}



/*  ↓↓↓↓    螢幕尺寸大於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: 22%;
        left: 5%;
        z-index: 5;
        width: 40%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 7%;
        left: 47%;
        z-index: 5;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 17%;
        height: auto;
    }
}




/*表單區*/
.fill {
    position: relative;
    z-index: 10;
    text-align: center;
    background-color: #40bcd8;
    padding: 40px 10px 40px 10px;
}

.fill_lable {
    padding: 0.5% 0;
}

.fill_lable img {
    width: 100%;
    max-width: 300px;
}



.fill_form {
    padding: 0.5% 1%;
}

.fill h3 {
    color: #005caf;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 1.5% auto;
}

.glyphicon {
    font-size: 30px;
    margin-left: 5px;
    color: #ffe329;
}

.fill .share {
    display: block;
    width: 280px;
    margin: 0 auto;
}

.fill .share ul li {
    float: left;
    list-style: none;
    padding-left: 12px;
}

.fill #sBut {
    display: block;
    height: auto;
    min-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.go_button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff799;
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 10px;
    color: #3c3c3c;
    font-size: 26px;
    font-weight: bold;
    margin: 20px auto;
    border-radius: 5px;
}

.go_button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9e333;
    border-radius: 5px;
    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;
}

.go_button:hover, .go_button:focus, .go_button:active {
    color: #3c3c3c;
}

.go_button:hover:before, .go_button:focus:before, .go_button: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);
            
}

.fill .statement {
    color: #535353;
    font-size: 16px;
}

.fill .statement a {
    color: #293462;
    text-decoration: underline;
}

.fill .statement a:hover {
    color: #64b2f6;
}

.fill .form-control {
    margin: 3px auto 15px auto;
    display: block;
    width: 95%;
    height: 52px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 0px;
    border-radius: 5px;
    box-shadow: unset;
}


.option {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    padding: 0.8% 1%;
}



/*  ↓↓↓↓    螢幕尺寸大於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: 22%;
        left: 5%;
        z-index: 5;
        width: 40%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 7%;
        left: 47%;
        z-index: 5;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 17%;
        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: 22%;
        left: 5%;
        z-index: 5;
        width: 40%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 7%;
        left: 47%;
        z-index: 5;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 17%;
        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: 22%;
        left: 5%;
        z-index: 5;
        width: 40%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 7%;
        left: 47%;
        z-index: 5;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 17%;
        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: 22%;
        left: 5%;
        z-index: 5;
        width: 40%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 7%;
        left: 47%;
        z-index: 5;
        width: 15%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    /*content*/

    .content {
        margin: 0 auto;
        padding: 50px 0 0 0;
        background-image: url(../images/bg-s.jpg);
        background-size: contain;
        background-repeat: repeat-y;
    }

    /*content1*/
    .ct1-box-list-figure img {
        width: 100%;
    }
}

/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media screen and (max-width: 991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 4%;
        z-index: 5;
        width: 57%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 73%;
        left: 33%;
        z-index: 5;
        width: 19%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 50%;
        left: 13%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    /*content*/
    .content {
        margin: 0 auto;
        padding: 40px 0 0 0;
    }

   /* content1*/
    .content1 {
        margin: 0px 20px 0 20px;
        padding: 20px 20px 0 20px;
        text-align: center;
    }

    .ct1-box-list-txt {
        max-width: 500px;
    }

    .ct1-box-list-figure img {
        width: 90%;
    }

    .ct1-box-list-txt h3, .ct1-box-list-txt-reverse h3 {
        font-size: 26px;
        text-align: center;
    }

    .ct1-box-list-txt p, .ct1-box-list-txt-reverse p {
        font-size: 18px;
    }


    /*content2*/
    .ct2-list-inside {
        padding: 0;
    }

}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 767px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 4%;
        z-index: 5;
        width: 57%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 73%;
        left: 33%;
        z-index: 5;
        width: 19%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 50%;
        left: 13%;
        z-index: 5;
        width: 26%;
        height: auto;
    }


    /*button-list*/

    .nav-btn {
        width: 150px;
        height: auto;
        padding: 8px;
        margin: 12px auto;
    }

    /*content1*/
    .content1 {
        padding: 30px 0;
    }

    .ct1-txt-box {
        padding: 5% 5%;
        width: 82%;
    }

    .content1 img {
        width: 70%;
    }

    .ct1-box-list-txt p, .ct1-box-list-txt-reverse p {
        font-size: 18px;
    }

    .ct1-box-list {
        flex-direction: column-reverse;
    }

    .ct1-box-list-reverse {
        flex-direction: column-reverse;
    }

    .card-box {
        flex-direction: column-reverse;
        max-width: 450px;
        margin: 50px auto 20px auto;
    }

    .card-time {
        border-left: initial;
        border-bottom: 2px #ffffff dashed;
        padding: 20px 30px;
    }
   


    /*content2*/
    .content2 {
        padding: 30px 20px 50px 20px;
    }

    .content2 h2 {
        margin: 0 auto 40px auto;
        font-size: 28px;
    }

 

    .content2 p {
        font-size: 16px;
        margin: 0 auto 20px auto;
        padding: 5px 5px;
    }

    /*表單*/
    .fill h1 {
        font-size: 28px;
    }
    .fill p {
        font-size: 22px;
    }

    /*content3*/
    .content3 {
        padding: 70px 20px 0 20px;
    }

    .content3 h2 {
        margin: 0 auto 30px auto;
        font-size: 28px;
    }

    .content3 p {
        font-size: 18px;
    }

    .ct3-text-box {
        padding-top: 20px;
    }

    table > tbody > tr:nth-child(2) > td:last-child {
        display: none;
    }

    table > tbody > tr:nth-child(2) > td:nth-child(1) {
        border-top: 1.5px solid #ddd;
    }
    table > tbody > tr:nth-child(4) > td:nth-child(5) {
        border-bottom: 1.5px solid #ddd;
    }
  
    table tr th {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color:#3c3c3c;
    }

    table td:last-child {
        border-bottom: 0;
    }


 

    /*content4*/
    .content4 {
        padding: 20px 20px 0 20px;
    }

    .content4 h2 {
        font-size: 28px;
    }

    .content4 img {
        width: 70%;
    }




    /*content5*/
    .content5 {
        padding: 50px 20px;
    }

    .content5 h2 {
        font-size: 28px;
    }

    .content5 p {
        margin-bottom: 20px;
    }


}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 410px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 15%;
        left: 3%;
        z-index: 5;
        width: 59%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 73%;
        left: 33%;
        z-index: 5;
        width: 19%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 50%;
        left: 13%;
        z-index: 5;
        width: 26%;
        height: auto;
    }


    /*content*/
    .content {
        padding: 10px 0 0 0;
    }

    /*content1*/
    .content1 {
        padding: 10px 0 0 0;
    }

    .ct1-txt-box {
        padding: 5% 3%;
        width: 88%;
    }

    .content1 img {
        width: 85%;
    }

    .content1 p {
        font-size: 17px;
    }
    .card-box {
        margin: 30px auto 20px auto;
    }

    .card-time {
        padding:20px;
    }


    /*content2*/
    .content2 {
        padding: 30px 20px 30px 20px;
    }

        .content2 h2 {
            margin: 0 auto 40px auto;
            font-size: 28px;
        }

    .ct2-get {
        width: 120px;
        height: 120px;
    }

        .content2 p {
            font-size: 16px;
            margin: 0 auto 20px auto;
            padding: 5px 5px;
        }

    /*表單*/
    .fill {
        padding: 40px 10px 30px 10px;
    }

    /*content3*/
    .content3 {
        padding: 50px 20px 0 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 0 20px 0 20px;
    }

     
    .content4 h2 {
        margin: 0 auto 30px auto;
        font-size: 28px;
    }


    .content4 img {
        margin: 20px auto;
        width: 90%;
    }


    /*content5*/
    .content5 {
        padding: 40px 20px 40px 20px;
    }

    .content5 h2 {
        margin: 0 auto 50px auto;
        font-size: 28px;
    }

    .content5 p {
        margin-bottom: 20px;
    }


}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 320px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 18%;
        left: 3%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 73%;
        left: 33%;
        z-index: 5;
        width: 19%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 50%;
        left: 13%;
        z-index: 5;
        width: 26%;
        height: auto;
    }

    /*content*/
    .content {
        padding: 20px 0 0 0;
    }

    /*content1*/
    .content1 {
        margin: 0px 10px 0 10px;
        padding: 20px 0 0 0;
    }

    .ct1-box-list-txt h3, .ct1-box-list-txt-reverse h3 {
        font-size: 23px;
        text-align: center;
    }

    .ct1-txt-box {
        padding: 5% 5%;
        width: 88%;
    }

    .content1 img {
        width: 85%;
    }

    .content1 p {
        padding: 5px 10px;
        font-size: 18px;
    }

    /*content2*/
    .content2 {
        padding: 30px 0 30px 0;
    }

    .content2 h2 {
        margin: 0 auto 40px auto;
        font-size: 27px;
        padding: 10px 5px;
        max-width: 290px;
    }

    .content2 p{
        font-size:15px;
    }

    /*content3*/
    .content3 {
        padding: 30px 10px 0 10px;
    }

    .content3 h2 {
        margin: 0 auto 30px auto;
        font-size: 27px;
    }

    .content3 p {
        font-size: 18px;
    }

    .card-time {
        padding: 20px 5px;
    }


    /*content4*/
    .content4 {
        padding: 30px 20px 0 20px;
    }

    .content4 h2 {
        margin: 0 auto 30px auto;
        font-size: 27px;
        padding: 10px 5px;
        max-width: 290px;
    }

    .content4 p {
        margin: 4px auto;
        font-size: 16px;
    }

    /*content5*/
    .content5 {
        padding: 30px 20px;
    }

        .content5 h2 {
            margin: 0 auto 40px auto;
            font-size: 27px;
            padding: 10px 5px;
            max-width: 290px;
        }

        .content5 p {
            margin-bottom: 20px;
        }

    .panel-heading {
        padding: 10px 10px;
    }

    .ct5-question {
        font-size: 18px;
    }
    .answer_explain {
        font-size: 16px;
    }


}

/***20220408v新增***/

.photo-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 75px;
}

.photo-list img {
    width: calc( 25% - 45px/4 );
    border-radius: 15px;
    border: 5px solid #25aae1;
    overflow: hidden;
}

.bigger {
    transform: scale(1.2);
}

@media screen and (max-width: 991px) {
    .photo-list {
        flex-wrap: wrap;
        margin-top: 25px;
        padding: 15px 15px 0;
    }

    .photo-list img {
        width: calc( 50% - 12.5px );
        margin-bottom: 15px;
    }
}
