﻿@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;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

img.banner001 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}


/*表單區*/
.fill {
    position: relative;
    margin: 0 auto;
    background-size: contain;
    background: linear-gradient(#01004c, #10132e);
    text-align: center;
    border-top: 30px solid #183899;
}

.focus {
    color: #fff100;
}


.fill .contene {
    width: 100%;
}

.fill .box {
    margin: 0;
    padding-top: 1%;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
}

.fill .list {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
    padding-top: 10px;
}

.fill #sBut {
    height: auto;
    margin: 0px auto;
    width: 100%;
    border: none;
    text-align: center;
    padding-top: 7px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    letter-spacing: 1px;
    clear: both;
    overflow: hidden;
    border-radius: 2px;
    user-select: none;
}

.fill .go_button {
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
    max-width: 255px;
    height: auto;
    margin: 0 auto;
}

.fill .statement-box {
    padding-left: 1.3%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.fill .statement {
    color: #a6a6a6;
    line-height: 40px;
    font-size: 17px;
    letter-spacing: 0.1em;
}

    .fill .statement a {
        color: #a6a6a6;
    }

        .fill .statement a:hover {
            color: #fff;
        }

.fill_form {
    padding: 0;
}

.fill .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 0 auto 2% auto;
    background-color: #fffbf6;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -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;
}

.box img {
    max-width: 576px;
    width: 95%;
    height: auto;
    padding-top: 5px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.9));
}

.txt-pattern {
    display: inline-block;
    max-width: 100px;
    height: auto;
    padding: 0px 10px 10px 10px;
}



/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(146, 7, 131, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #920783;
    width: 100%;
    text-align: center;
    padding: 7px;
}

    .hvr-bounce-to-right02:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #750068;
        box-shadow: none;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right02:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

    .hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }



/*正統美式發音給你聽*/
.content-wrapper {
    background: url(../images/content-bg.jpg);
    background-size: cover;
}

.content1 {
    margin: 0 auto;
}

.fa-star {
    color: #fff100;
}


/*--題目區--*/

.question_wraper {
    background-image: url(../images/b-bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

    .question_wraper h2 {
        text-align: center;
        line-height: 1.3em;
        font-size: 40px;
        font-weight: bold;
        margin: 50px auto;
        color: #5d2b08;
    }


.question_title {
    display: inline-block;
    width: 45%;
    max-width: 370px;
    margin: 0 auto;
}

.question_area {
    margin: 4% auto;
}



.focus2 {
    font-size: 52px;
    color: #5d2b08;
    animation: focus2flash 1.2s infinite;
    -webkit-animation: focus2flash 1.2s infinite;
    -moz-animation: focus2flash 1.2s infinite;
    -o-animation: focus2flash 1.2s infinite;
}

@keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-webkit-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-moz-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-o-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

/*tab 樣式*/
.nav-tabs > li > a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    height: 50px;
}

    .nav-tabs > li > a:hover {
        border-bottom: 1px solid #ffffff;
    }

.nav-tabs > li.active > a {
    font-size: 18px;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
    }



        .nav-tabs > li > a:hover {
            border-color: #171e4d #171e4d #171e4d;
            border-top: 5px solid rgba(33,235,255,0.4);
        }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(12,14,38,0.5);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #21ebff;
    cursor: default;
    background-color: rgba(36,44,105,0.8);
    border: 1px solid rgba(36,44,105,0.8);
    border-bottom-color: transparent;
    border-top: 5px solid #21ebff;
}

.tab-content {
    /*background-color: #ffffff;*/
}


/*題目*/
.topic1_area {
    padding-top: 4%;
    padding-bottom: 2%;
    background-color: rgba(36,44,105,0.8);
}

    .topic1_area p {
        font-size: 20px;
        color: #ffffff;
        margin: 10px auto;
    }

.topic1 {
    text-align: center;
    margin: 10px auto 30px auto;
}

.topic_pic {
    max-width: 300px;
    width: 100%;
}


.play_button {
    font-size: 43px;
    color: #21ebff;
    cursor:pointer;
}

    .play_button:hover {
        -webkit-filter: drop-shadow(3px 3px 0px rgba(1,3,76,0.8));
        filter: drop-shadow(3px 3px 0px rgba(1,3,76,0.8));
        
    }

.note {
    color: #ff6647;
}



.christmas-pic, .new-year-eve-pic, .dragon-boat-festival-pic, .halloween-pic, .moon-festival-pic {
    max-width: 200px;
    width: 100%;
    heightLauto;
    border-radius: 10px;
}






.new {
    font-size: 16px;
    color: #ff6647;
    animation: newflash 1.2s infinite;
    -webkit-animation: newflash 1.2s infinite;
    -moz-animation: newflash 1.2s infinite;
    -o-animation: newflash 1.2s infinite;
}

@keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-webkit-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-moz-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-o-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}


/* 系統性分科分級課 */
.content2 {
    margin: 0 auto;
}

.level-box {
    padding: 0 14%;
}

.level-item1 {
    position: relative;
    width: 220px;
    height: 300px;
    border-radius: 15px;
    margin: 40px auto 10px auto;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px #00aced, 0px 0px 30px #00aced inset;
    padding: 30px 15px;
}

.level-item2 {
    position: relative;
    width: 220px;
    height: 300px;
    border-radius: 15px;
    margin: 40px auto 10px auto;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px #00aced, 0px 0px 30px #00aced inset;
    padding: 30px 15px;
}

.item-sort {
    position: absolute;
    top: -40px;
    left: 68px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    padding: 26px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.item-sort1 {
    background: #00aced;
    box-shadow: 0 0 5px #00aced, 0 0 8px #00aced;
}

.item-sort2 {
    background: #e743e7;
    box-shadow: 0 0 5px #e743e7, 0 0 8px #e743e7;
}

.level-item h4 {
    display: inline-block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    max-width: 180px;
    padding: 10px 0;
    font-weight: 600;
    margin: 30px auto 20px auto;
}

.level-item p {
    color: #ffffff;
    text-align: justify;
    padding: 0;
    line-height: 1.5em;
    font-size: 18px;
    margin: 10px auto;
}

.vl-1 {
    background-color: rgba(24,32,82,0.9);
}

.vl-2 {
    background-color: rgba(24,32,82,0.9);
}

.vl-1 h4 {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 172, 237, 1), 0 0 10px rgba(0, 172, 237, 1), 0 0 20px rgba(0, 172, 237, 1), 0 0 40px rgba(0, 172, 237, 1);
}

    .vl-1 h4::after {
        content: "";
        position: absolute;
        top: 108px;
        left: 43px;
        width: 58%;
        height: 3px;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px #00aced, 0px 0px 10px #00aced;
    }


.vl-2 h4 {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(231, 67, 231, 1), 0 0 10px rgba(231, 67, 231, 1), 0 0 20px rgba(231, 67, 231, 1), 0 0 40px rgba(231, 67, 231, 1);
}

    .vl-2 h4::after {
        content: "";
        position: absolute;
        top: 108px;
        left: 43px;
        width: 58%;
        height: 3px;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px #e743e7, 0px 0px 10px #e743e7;
    }


/*多元主題情境課*/



.situational-item {
    position: relative;
    margin: 0px auto 30px auto;
    max-width: 300px;
}

.situational-figure img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.situational-txt {
    position: absolute;
    bottom: 3%;
    left: 24%;
    max-width: 300px;
    text-align: center;
}

.situational-txt h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 2px 1px 3px rgba(0,0,0,0.6);
    text-align: center;
}

.situational-txt p {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 100;
    text-shadow: 2px 1px 3px rgba(0,0,0,0.6);
    text-align: center;
}

.experience-btn {
    color: #fff;
    width: 160px;
    height: auto;
    margin-bottom: 50px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    background-color: #9c00ff;
    box-shadow: 0 0 5px #9c00ff;
}

.experience-btn:hover {
    box-shadow: 0 0 10px #ba00ff, 0 0 20px #ba00ff, 0 0 20px #c364ff inset;
}




/*線上英文優勢介紹*/
.content4 {
    margin: 0 auto;
}

.advantage-box {
    padding: 3% 14%;
}


.advantage-item {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    margin: 20px auto 20px auto;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    background-color: rgba(24,32,82,0.9);
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #0bf4f3, 0px 0px 15px #0bf4f3 inset;
}

    .advantage-item img {
        width: 80px;
        height: auto;
        margin: 0 auto;
    }

    .advantage-item p {
        color: #0bf4f3;
        text-align: center;
        padding: 0;
        line-height: 1.4em;
        font-size: 20px;
        font-weight: 500;
        margin: 10px auto;
    }


/*檢定輔導班建議*/
.suggest-box {
    display: block;
    max-width: 1200px;
    height: auto;
    background-color: #fbf8e9;
    border: 3px solid #1e1e1e;
    padding: 50px 20px;
    margin-top: 60px;
}

    .suggest-box h3 {
        display: inline-block;
        font-size: 40px;
        color: #0068b7;
        text-align: center;
        line-height: 1.4em;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0px auto 50px auto;
    }

ul.suggest-list {
    list-style-type: none;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: justify;
}



    ul.suggest-list > li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f02c";
        color: #0068b7;
        font-size: 16px;
        margin-right: 5px;
    }


/* Bounce To Right 03*/
.getfill-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 104, 183, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #0068b7;
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

    .getfill-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00508d;
        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;
    }

    .getfill-button:hover, .getfill-button:focus, .getfill-button:active {
        color: #ffffff;
    }

        .getfill-button:hover:before, .getfill-button:focus:before, .getfill-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);
        }



/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1921px) {

    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 6%;
        left: 31.2%;
        z-index: 5;
        width: 37%;
        height: auto;
    }

    /*多元主題情境課*/
    .situational-box {
        padding: 0 13%;
    }
}



/*	↓↓↓↓	螢幕尺寸大於1920時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1680px) and (max-width:1920px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 6%;
        left: 31.2%;
        z-index: 5;
        width: 37%;
        height: auto;
    }

    /*系統性分科分級課 */

    .level-box {
        padding: 0 5%;
    }

    /*多元主題情境課*/
    .situational-box {
        padding: 0 4%;
    }
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1440px) and (max-width:1680px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 6%;
        left: 31.2%;
        z-index: 5;
        width: 37%;
        height: auto;
    }


    /*系統性分科分級課*/
    .level-box {
        padding: 0 0;
    }

     /*多元主題情境課*/
    .situational-box {
        padding: 0 3%;
    }
    .situational-txt {
        position: absolute;
        bottom: 3%;
        left: 23%;
        max-width: 300px;
        text-align: center;
    }


}


/*	↓↓↓↓	ipad 橫向 w1024 ↓↓↓↓	 */
@media (min-width: 1200px) and (max-width:1440px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 7%;
        left: 22%;
        z-index: 5;
        width: 56%;
        height: auto;
    }



    /*表單區*/

    .fill .box {
        margin: 0;
        padding-top: 9%;
        padding: 3% 3%;
    }

    img.gift {
        width: 102%;
        height: auto;
    }

    /*系統性分科分級課 */

    .level-box {
        padding: 0 0;
    }

    /*多元主題情境課*/
    .situational-box {
        padding: 0 2%;
    }
    .situational-figure img {
        max-width: 240px;
        width: 100%;
        height: auto;
    }

    .situational-txt {
        position: absolute;
        bottom: 1%;
        left: 16%;
        max-width: 240px;
        text-align: center;
    }

    .situational-txt h4, .situational-txt p{
        font-size:18px;
    }
}



/*	↓↓↓↓	ipad 直向 w991 ↓↓↓↓	 */
@media (min-width: 991px) and (max-width:1200px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 7%;
        left: 22%;
        z-index: 5;
        width: 56%;
        height: auto;
    }

    /*表單區*/

    .fill h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 1% 3%;
        text-align: center;
        width: 100%;
    }




    /*系統性分科分級課 */

    .level-box {
        padding: 0 14%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }
}

/*	↓↓↓↓	ipad 直向 w992 ↓↓↓↓	 */
@media (min-width: 767px) and (max-width:991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 7%;
        left: 22%;
        z-index: 5;
        width: 56%;
        height: auto;
    }


    /*表單區*/


    .fill h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 1% 3%;
        text-align: center;
        width: 100%;
    }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }



    /*系統性分科分級課 */


    .level-box {
        padding: 0 3%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 410px) and (max-width:767px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 9%;
        left: 10%;
        z-index: 5;
        width: 78%;
        height: auto;
    }



    /*表單區*/
    .fill {
        background-size: auto;
    }


    img.gift {
        width: 100%;
        height: auto;
        padding: 0 4%;
        margin: 0 auto;
    }


    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 2% 3%;
        width: 100%;
        text-align: center;
    }


    .fill h1 {
        font-size: 30px;
    }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .fill h3 {
        font-size: 22px;
        padding: 0px 8px 40px 8px;
    }


    /*正統美式發音給你聽*/


    .question_wraper {
        padding-left: 5%;
        padding-right: 5%;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 20px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 18px;
        font-weight: bold;
    }

    .question_area {
        background: url();
        background-repeat: repeat;
    }



    /*系統性分科分級課*/


    .level-box {
        padding: 0 3%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }

    /*檢定輔導班建議*/

    ul.suggest-list {
        font-size: 18px;
    }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 319px) and (max-width:410px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 9%;
        left: 10%;
        z-index: 5;
        width: 78%;
        height: auto;
    }


    /*表單區*/
    .fill {
        background-size: auto;
        border-top: 20px solid #183899;
    }


        .fill h1 {
            font-size: 26px;
            padding-top: 30px;
            padding-bottom: 10px;
        }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .txt-pattern {
        max-width: 30px;
        padding: 0px 0px 10px 0px;
    }

    .fill h3 {
        font-size: 20px;
        padding: 0px 8px 25px 8px;
    }

    .fill .box {
        margin: 0 auto;
        text-align:center;
        padding-top: 0;
        padding: 0% 0% 2%;

    }

    img.gift {
        width: 90%;
        height: auto;
        padding: 0;
    }

    .fill .form-control {
        width: 90%;
        height: 46px;
        margin: 0 auto 3% auto;
    }

    .fill .statement-box {
       text-align:center;
    }

    .hvr-bounce-to-right02 {
        width: 90%;
    }

    /*正統美式發音給你聽*/
    .question_wraper {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 40px;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        font-size: 18px;
        font-weight: 600;
        padding: 10px 15px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 18px;
        font-weight: 600;
    }



    /*系統性分科分級課*/


    .level-box {
        padding: 0 5%
    }

    .level-item {
        margin: 30px auto 30px auto;
    }

    /*多元主題情境課*/
    .situational-figure img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }

    .situational-txt {
        position: absolute;
        bottom: 3%;
        left: 25%;
        max-width: 250px;
        text-align: center;
    }

  
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: none;
    }

    img.banner_min_410 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 9%;
        left: 10%;
        z-index: 5;
        width: 78%;
        height: auto;
    }


    /*表單區*/
    .fill {
        background-size: auto;
        border-top: 20px solid #183899;
    }

        .fill h1 {
            font-size: 21px;
            padding-bottom: 10px;
        }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .fill h3 {
        font-size: 17px;
        padding: 0px 8px 25px 8px;
    }

    img.gift {
        width: 100%;
        height: auto;
    }

    .fill .box {
        margin: 0;
        padding-top: 0;
        padding: 0% 3% 3% 3%;
    }

    .fill .form-control {
        width: 99%;
        height: 46px;
        margin: 0 auto 3% auto;
    }

    .hvr-bounce-to-right02 {
        width: 99%;
    }


    /*正統美式發音給你聽*/

    .question_wraper {
        padding-left: 2%;
        padding-right: 2%;
        margin-top: 40px;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        font-size: 17px;
        font-weight: 600;
        padding: 10px 10px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 17px;
        font-weight: 600;
    }


    /* 系統性分科分級課*/


    .level-box {
        padding: 0 5%
    }

    .level-item {
        margin: 30px auto 30px auto;
    }


    /*多元主題情境課*/
    .situational-figure img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }

    .situational-txt {
        position: absolute;
        bottom: 3%;
        left: 25%;
        max-width: 250px;
        text-align: center;
    }

   
}
