﻿@charset "utf-8";
/* CSS Document */
body {
    background-repeat: repeat;
    font-family: Arial,'Noto Sans TC', sans-serif;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

* {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/*表頭表尾*/
.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;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
}

img.banner001, .banner002, .button-box {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.button-box {
    -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
    animation-delay: 1.4s;
}

.responsive {
    text-align: center;
    position: relative;
}


/*問題*/
.question-box {
    background-color: #fde9a0;
}

    .question-box p {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 2%;
        max-width: 800px;
    }

/* map */
.content1 {
    margin: 0 auto;
    background: url(../images/b-bg.jpg) center center no-repeat;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
}

    .content1 img {
        max-width: 690px;
        width: 100%;
        height: auto;
    }



/*題目區共用*/
.content2 {
    position: relative;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background-color: #fde9a0;
}

.testarea {
    display: block;
    padding: 0% 0 10% 0;
    text-align: center;
}

.testbox {
    position: relative;
    display: inline-block;
    padding: 6% 5% 6% 5%;
    width: 100%;
    height: auto;
    background-color: #fbf8e9;
    border: 4px solid #ec6941;
    border-radius: 10px;
}

.answer1.active, .answer3.active {
    background-color: #f7d65c;
    border-radius: 150px;
    padding: 5px;
}

.answer2.active, .answer4.active, .answer5.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e4bf37;
}


.testbox:after {
    content: '';
    position: absolute;
    width: 270px;
    height: 286px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.content2 h3 {
    position: absolute;
    left: 44%;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #fff799;
    width: 150px;
    height: auto;
    border-radius: 40px;
    padding: 10px;
    background-color: #ec6941;
}

/*題目1*/
.testbox01 h3 {
    top: -13%;
}

.content2 p {
    font-size: 26px;
    font-weight: 500;
    color: #404040;
    text-align: center;
    margin-bottom: 50px;
}

.list-01-click {
    display: block;
}

img.PIC01 {
    display: block;
    width: 45%;
    max-width: 158px;
    height: auto;
    margin: 0 auto;
}

    img.PIC01:hover {
        background-color: #f7d65c;
        border-radius: 150px;
        padding: 5px;
    }

.testbox01::after {
    background-image: url(../images/c-r-1.png);
    bottom: 21%;
    right: -24%;
}

/*題目2*/

.testbox02 h3 {
    top: -9%;
}

img.PIC02 {
    display: block;
    max-width: 360px;
    height: auto;
    margin: 0 auto 40px auto;
    border-radius: 10px;
}


p.test-ans {
    padding: 5px;
    max-width: 230px;
    font-size: 24px;
    background-color: #f7d65c;
    color: #ec6941;
    font-weight: 500;
    border-radius: 60px;
    text-align: center;
    margin: 10px auto;
    -webkit-box-shadow: 0 5px 0 #e4bf37;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.test-ans: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;
}


.testbox02::after {
    background-image: url(../images/c-l-1.png);
    bottom: 26%;
    left: -24%;
}

/*題目3*/

.testbox03 h3 {
    top: -11%;
}

.test03 p {
    margin-bottom: 20px;
}

img.PIC03 {
    display: block;
    max-width: 260px;
    height: auto;
    margin: 10px auto 20px auto;
}


    img.PIC03:hover {
        background-color: #f7d65c;
        border-radius: 150px;
        padding: 5px;
    }

.testbox03::after {
    background-image: url(../images/c-r-2.png);
    bottom: 15%;
    right: -24%;
}

/*題目4*/

.testbox04 h3 {
    top: -9%;
}

img.PIC04 {
    display: block;
    max-width: 360px;
    height: auto;
    margin: 0 auto 40px auto;
    border-radius: 10px;
}

.testbox04::after {
    background-image: url(../images/c-l-2.png);
    bottom: 28%;
    left: -24%;
}

/*題目5*/

.testbox05 h3 {
    top: -9%;
}

img.PIC05 {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 40px auto;
    border-radius: 10px;
}

.testbox05::after {
    background-image: url(../images/c-r-3.png);
    bottom: 27%;
    right: -24%;
}


/*表單區*/
.fill {
    margin: 0 auto;
    background-color: #d1d96a;
    text-align: center;
    padding: 80px 10px;
}

    .fill h1 {
        color: #2f775f;
        font-size: 40px;
        font-weight: 600;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 30px;
    }

        .fill h1 .focus {
            font-size: 20px;
            color: #ce605b;
        }


    .fill .statement-box {
        padding-left: 1.3%;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .fill .statement {
        color: #000;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

        .fill .statement a {
            color: #000;
        }

            .fill .statement a:hover {
                color: #000;
            }

.fill_form {
    padding: 0;
}

.option {
    text-align: center;
}

.fill .form-control {
    width: 96%;
    height: 52px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.4em;
    color: #555;
    margin: 12px auto;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 40px;
    -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;
}

.sent-button {
    border: none;
    background-color: #2f775f;
    border-radius: 5px;
    color: #fff100;
    cursor: pointer;
    padding: 5px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 400;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    border-radius: 40px;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    box-shadow: 4px 4px 0px rgba(47, 119, 95, 0.3);
    width: 50%;
}

    .sent-button:before {
        opacity: 0;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: inherit;
        background-color: #ffffff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .sent-button:after {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 5px solid #2f775f;
        content: '';
        border-radius: inherit;
    }

    .sent-button:hover,
    .sent-button.hover {
        background-color: #2f775f;
        color: #fff100;
    }

        .sent-button:hover:before,
        .sent-button.hover:before {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 0.25;
        }

/*線上西班牙語5大課程特色*/

.content3 {
    padding: 60px 0 60px 0;
    background: url(../images/d-bg.jpg) top center no-repeat;
    background-size: cover;
}

    .content3 h2 {
        display: block;
        margin-bottom: 40px;
        color: #2f775f;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
        text-align: center;
    }

    .content3 h4 {
        font-size: 41px;
        line-height: 0.4;
        font-family: 'Playball', cursive;
        color: #86a760;
    }

        .content3 h4 .fa-star {
            font-size: 18px;
            color: #86a760;
        }

    .content3 h3 {
        font-size: 17px;
        color: #20615d;
        font-weight: bold;
        margin: 15px auto;
    }


    .content3 .box {
        position: relative;
        display: inline-table;
        width: 210px;
        height: 500px;
        margin: 4px;
        border-radius: 12px;
        border-top: 10px #20615d solid;
        padding: 20px;
        background-color: #fff;
        margin-top: 5%;
        text-align: center;
    }

    .content3 .box-fiture {
        position: relative;
        display: block;
        width: 145px;
        height: 145px;
        margin: 0 auto;
        border-radius: 100%;
        margin-bottom: 7%;
    }

    .content3 p {
        width: 100%;
        height: 140px;
        font-size: 17px;
        font-weight: 300;
        color: #333333;
        line-height: 1.5em;
        text-align: justify;
    }

.free_button {
    display: block;
    width: 125px;
    height: auto;
    padding: 3px 5px;
    margin: 12px auto;
    background-color: #ffffff;
    color: #86a760;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    border-radius: 59px;
    border: 2px #86a760 solid;
    -webkit-box-shadow: 0 4px 0 #86a760;
    -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;
    }
}



/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media (min-width: 1921px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 32%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 960px;
        margin: 0 auto;
        text-align: center;
        top: 85%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 32px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 75%;
        left: 47%;
        z-index: 5;
        /* width: 33%; */
        height: auto;
    }

    .circle-button {
        width: 150px;
        height: 150px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 40px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 35px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box {
        background-color: #fde9a0;
    }

        .question-box p {
            font-size: 26px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 2%;
            max-width: 820px;
        }
}



/*  ↓↓↓↓    螢幕尺寸大於1920時頁面顯示效果↓↓↓↓    */
@media (min-width: 1680px) and (max-width:1920px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 32%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 960px;
        margin: 0 auto;
        text-align: center;
        top: 85%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 32px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 73%;
        left: 47%;
        z-index: 5;
        /* width: 33%; */
        height: auto;
    }

    .circle-button {
        width: 150px;
        height: 150px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 40px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 35px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }
}

/*  ↓↓↓↓    螢幕尺寸大於1680時頁面顯示效果↓↓↓↓    */
@media (min-width: 1440px) and (max-width:1680px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 32%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 790px;
        margin: 0 auto;
        text-align: center;
        top: 86%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 25px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 74%;
        left: 45%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 130px;
        height: 130px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 35px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 23px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 35px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/

    .question-box p {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-top: 1%;
        padding-bottom: 2%;
        max-width: 800px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 35%;
        height: auto;
    }

    /*題目區共用*/
    .testbox:after {
        content: '';
        position: absolute;
        width: 200px;
        height: 212px;
        background-size: cover;
        bottom: 21%;
        right: -21%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    /*題目區*/
    .testbox {
        width: 83%;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 21%;
        right: -21%;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: 21%;
        left: -21%;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 21%;
        right: -21%;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: 21%;
        left: -21%;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 21%;
        right: -21%;
    }
}


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media (min-width: 1200px) and (max-width:1440px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }


    img.banner001 {
        display: block;
        top: 42%;
        left: 32%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 670px;
        margin: 0 auto;
        text-align: center;
        top: 87%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 21px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 74%;
        left: 45%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 110px;
        height: 110px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 32px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 27px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box p {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-top: 1%;
        padding-bottom: 2%;
        max-width: 660px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 39%;
        height: auto;
    }

    /*題目區共用*/

    .testbox {
        padding: 6% 3% 6% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 170px;
            height: 180px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .content2 h3 {
        left: 42%;
    }

    /*題目區*/
    .testbox {
        width: 70%;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 21%;
        right: -21%;
    }


    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: 21%;
        left: -21%;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 21%;
        right: -21%;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: 21%;
        left: -21%;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 21%;
        right: -21%;
    }

    img.PIC03 {
        width: 85%;
    }


    .testbox01 h3 {
        top: -15%;
    }

    .testbox02 h3 {
        top: -9%;
    }

    .testbox03 h3 {
        top: -12%;
    }

    .testbox04 h3 {
        top: -9%;
    }

    .testbox05 h3 {
        top: -10%;
    }
}



/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media (min-width: 991px) and (max-width:1200px) {

    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 32%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 610px;
        margin: 0 auto;
        text-align: center;
        top: 86%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 19px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 72%;
        left: 45%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 100px;
        height: 100px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 29px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 27px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box p {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
        max-width: 660px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 48%;
        height: auto;
    }

    /*題目區共用*/

    .testbox {
        padding: 6% 3% 6% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 140px;
            height: 148px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .content2 h3 {
        left: 39%;
        font-size: 28px;
    }

    .content2 p {
        font-size: 21px;
    }

    p.test-ans {
        max-width: 180px;
        font-size: 20px;
    }


    /*題目區*/
    .testbox {
        width: 67%;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 31%;
        right: -22%;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: 41%;
        left: -22%;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 24%;
        right: -22%;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: 36%;
        left: -22%;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 40%;
        right: -22%;
    }

    img.PIC03 {
        width: 85%;
    }

    .testbox01 h3 {
        top: -15%;
    }

    .testbox02 h3 {
        top: -9%;
    }

    .testbox03 h3 {
        top: -12%;
    }

    .testbox04 h3 {
        top: -9%;
    }

    .testbox05 h3 {
        top: -10%;
    }

    /*表單區*/
    .fill h1 {
        font-size: 37px;
    }

    /*線上西班牙語5大課程特色*/
    .content3 h2 {
        font-size: 37px;
    }

    .content3 .box {
        width: 166px;
        height: 540px;
    }

    .content3 h3 {
        font-size: 16px;
    }

    .content3 p {
        width: 100%;
        height: 190px;
    }
}

/*  ↓↓↓↓    ipad 直向 w992 ↓↓↓↓    */
@media (min-width: 767px) and (max-width:991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 42%;
        left: 25.5%;
        z-index: 5;
        width: 51%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 610px;
        margin: 0 auto;
        text-align: center;
        top: 90%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 19px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 80%;
        left: 42%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 120px;
        height: 120px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 33px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 10px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 28px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box p {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 2%;
        max-width: 660px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 60%;
        height: auto;
    }

    /*題目區共用*/

    .testbox {
        padding: 6% 3% 6% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 106px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .content2 h3 {
        left: 36%;
        font-size: 26px;
    }

    .content2 p {
        font-size: 22px;
    }

    p.test-ans {
        max-width: 130px;
        font-size: 19px;
    }


    /*題目區*/
    .testbox {
        width: 67%;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 31%;
        right: -21%;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: 41%;
        left: -21%;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 24%;
        right: -21%;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: 36%;
        left: -21%;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 40%;
        right: -21%;
    }

    img.PIC01 {
        width: 63%;
    }

    img.PIC02, img.PIC04 {
        width: 65%;
    }

    img.PIC03 {
        width: 90%;
    }

    .testbox01 h3 {
        top: -18%;
    }

    .testbox02 h3 {
        top: -9%;
    }

    .testbox03 h3 {
        top: -15%;
    }

    .testbox04 h3 {
        top: -8%;
    }

    .testbox05 h3 {
        top: -7%;
    }

    /*表單區*/
    .fill h1 {
        font-size: 37px;
    }

    .fill .form-control {
        width: 85%;
    }

    .sent-button {
        width: 85%;
    }

    /*線上西班牙語5大課程特色*/
    .content3 h2 {
        font-size: 37px;
    }

    .content3 .box {
        max-width: 280px;
        height: 500px;
        width: 90%;
    }

    .content3 h3 {
        font-size: 17px;
    }

    .content3 p {
        width: 100%;
        height: 130px;
    }
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 410px) and (max-width:767px) {
    .block767 {
        display: block;
    }

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 42%;
        left: 25.5%;
        z-index: 5;
        width: 51%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 400px;
        margin: 0 auto;
        text-align: center;
        top: 88%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 2px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 78%;
        left: 35%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 80px;
        height: 80px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 21px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 8px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 20px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 450px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 82%;
        height: auto;
        position: relative;
        left: 3%;
    }

    /*題目區共用*/
    .content2 {
        padding: 80px 0 0 0;
    }


    .testbox {
        padding: 10% 3% 7% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 106px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .testarea {
        padding: 0% 0 100px 0;
    }

    .content2 h3 {
        width: 110px;
        padding: 8px;
        left: 32%;
        font-size: 22px;
    }

    .content2 p {
        font-size: 19px;
    }

    p.test-ans {
        max-width: 180px;
        font-size: 19px;
    }


    /*題目區*/
    .testbox {
        width: 300px;
        border: 4px solid #ec6941;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 94.5%;
        right: -24%;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: -6%;
        left: -17%;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 91%;
        right: -25%;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: -6%;
        left: -16%;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 98%;
        right: -21%;
    }

    img.PIC01 {
        width: 48%;
        margin: 0 auto 30px auto;
    }

    img.PIC02, img.PIC04 {
        width: 85%;
    }

    img.PIC03 {
        width: 61%;
        margin: 0 auto;
    }

    .testbox01 h3 {
        top: -7%;
    }

    .testbox02 h3 {
        top: -8%;
    }

    .testbox03 h3 {
        top: -7%;
    }

    .testbox04 h3 {
        top: -8%;
    }

    .testbox05 h3 {
        top: -7%;
    }



    /*表單區*/
    .fill {
        padding: 60px 10px;
    }

        .fill h1 {
            font-size: 30px;
            line-height: 1.5em;
        }

        .fill .form-control {
            width: 85%;
        }

    .sent-button {
        width: 85%;
        font-size: 18px;
    }

    /*線上西班牙語5大課程特色*/
    .content3 h2 {
        font-size: 30px;
    }

    .content3 .box {
        max-width: 280px;
        height: 500px;
        width: 100%;
    }

    .content3 h3 {
        font-size: 17px;
    }

    .content3 p {
        width: 100%;
        height: 130px;
    }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:410px) {

    .block410 {
        display: block;
    }

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 25.5%;
        z-index: 5;
        width: 51%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 374px;
        margin: 0 auto;
        text-align: center;
        top: 88%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4em;
            letter-spacing: 0px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 75%;
        left: 34%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 75px;
        height: 75px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 20px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 8px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 20px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /*問題*/
    .question-box p {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        color: #404040;
        text-align: center;
        margin: 0 auto;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 310px;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 99%;
        height: auto;
        position: relative;
        left: 0%;
    }

    /*題目區共用*/
    .content2 {
        padding: 80px 0 0 0;
    }


    .testbox {
        padding: 13% 3% 7% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 85px;
            height: 90px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .testarea {
        padding: 0% 0 100px 0;
    }

    .content2 h3 {
        width: 110px;
        padding: 8px;
        left: 30%;
        font-size: 22px;
    }

    .content2 p {
        font-size: 17px;
    }

    p.test-ans {
        max-width: 180px;
        font-size: 19px;
    }


    /*題目區*/
    .testbox {
        width: 270px;
        border: 4px solid #ec6941;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 96%;
        right: -18%;
        display: none;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: -5%;
        left: -14%;
        display: none;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 91%;
        right: -18%;
        display: none;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: -6%;
        left: -13%;
        display: none;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 99%;
        right: -17%;
        display: none;
    }

    img.PIC01 {
        width: 48%;
        margin: 0 auto 30px auto;
    }

    img.PIC02, img.PIC04 {
        width: 85%;
    }

    img.PIC03 {
        width: 61%;
        margin: 0 auto;
    }

    .testbox01 h3 {
        top: -7%;
    }

    .testbox02 h3 {
        top: -8%;
    }

    .testbox03 h3 {
        top: -7%;
    }

    .testbox04 h3 {
        top: -8%;
    }

    .testbox05 h3 {
        top: -8%;
    }

    /*表單區*/
    .fill {
        padding: 60px 10px;
    }

        .fill h1 {
            font-size: 30px;
            line-height: 1.5em;
        }

        .fill .form-control {
            width: 85%;
        }

    .sent-button {
        width: 85%;
        font-size: 18px;
        padding: 5px 10px;
    }

    /*線上西班牙語5大課程特色*/
    .content3 h2 {
        font-size: 30px;
        margin: 10px auto;
    }

    .content3 .box {
        max-width: 250px;
        height: 500px;
        width: 100%;
    }

    .content3 h3 {
        font-size: 16px;
    }

    .content3 p {
        width: 100%;
        height: 130px;
    }
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {

    .block320 {
        display: block;
    }

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 41%;
        left: 25.5%;
        z-index: 5;
        width: 51%;
        height: auto;
    }

    .banner002 {
        position: absolute;
        width: 300px;
        margin: 0 auto;
        text-align: center;
        top: 84%;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
    }

        .banner002 p {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.2em;
            letter-spacing: 0px;
            color: #404040;
        }

    .button-box {
        display: block;
        top: 73%;
        left: 31%;
        z-index: 5;
        height: auto;
    }

    .circle-button {
        width: 70px;
        height: 70px;
        background: #20615d;
        margin: 10px 25px 5px 25px;
        line-height: 17px;
        float: left;
        border-radius: 50%;
        border-bottom: solid 8px #0e4d49;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -webkit-perspective: 150px;
        padding-top: 19px;
    }

        .circle-button:hover {
            border-bottom: solid #32577c 0px;
            margin-top: 20px;
            color: #ffffff;
        }

    .start {
        color: #fde9a0;
    }

    /* map*/
    .content1 img {
        max-width: 690px;
        width: 100%;
        height: auto;
        position: relative;
        left: 0%;
    }

    /*題目區共用*/
    .content2 {
        padding: 80px 0 0 0;
    }


    .testbox {
        padding: 13% 3% 7% 3%;
    }

        .testbox:after {
            content: '';
            position: absolute;
            width: 85px;
            height: 90px;
            background-size: cover;
            bottom: 21%;
            right: -21%;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .testarea {
        padding: 0% 0 100px 0;
    }

    .content2 h3 {
        width: 110px;
        padding: 8px;
        left: 32%;
        font-size: 22px;
    }

    .content2 p {
        font-size: 19px;
    }

    p.test-ans {
        max-width: 180px;
        font-size: 19px;
    }


    /*題目區*/
    .testbox {
        width: 300px;
        border: 4px solid #ec6941;
    }

    .testbox01::after {
        background-image: url(../images/c-r-1.png);
        bottom: 96%;
        right: -18%;
        display: none;
    }

    .testbox02::after {
        background-image: url(../images/c-l-1.png);
        bottom: -5%;
        left: -14%;
        display: none;
    }

    .testbox03::after {
        background-image: url(../images/c-r-2.png);
        bottom: 91%;
        right: -18%;
        display: none;
    }

    .testbox04::after {
        background-image: url(../images/c-l-2.png);
        bottom: -6%;
        left: -13%;
        display: none;
    }

    .testbox05::after {
        background-image: url(../images/c-r-3.png);
        bottom: 99%;
        right: -17%;
        display: none;
    }

    img.PIC01 {
        width: 46%;
        margin: 0 auto 30px auto;
    }

    img.PIC02, img.PIC04 {
        width: 85%;
    }

    img.PIC03 {
        width: 61%;
        margin: 0 auto;
    }

    .testbox01 h3 {
        top: -7%;
    }

    .testbox02 h3 {
        top: -8%;
    }

    .testbox03 h3 {
        top: -7%;
    }

    .testbox04 h3 {
        top: -8%;
    }

    .testbox05 h3 {
        top: -8%;
    }

    /*表單區*/
    .fill {
        padding: 60px 10px;
    }

        .fill h1 {
            font-size: 26px;
            line-height: 1.5em;
        }

        .fill .form-control {
            width: 94%;
        }

    .sent-button {
        width: 94%;
        font-size: 18px;
        padding: 5px 10px;
        letter-spacing: 2px;
        margin: 0 auto;
    }

    /*線上西班牙語5大課程特色*/
    .content3 h2 {
        font-size: 26px;
        margin: 10px auto;
    }

    .content3 .box {
        max-width: 250px;
        height: 500px;
        width: 100%;
        z-index: 1;
    }

    .content3 h3 {
        font-size: 16px;
    }

    .content3 p {
        width: 100%;
        height: 130px;
    }
}
