﻿@charset "utf-8";



/* CSS Document */

html {
    font-size: 100%;
}

body {
    font-family: arial, "微軟正黑體", "sans-serif";
    /*  background-image: url(../images/bg.jpg);*/
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
}



/*A區banner*/

.bannerwrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.banner_show1 {
    z-index: 5;
    position: absolute;
    width: 33%;
    height: auto;
    top: 4%;
    left: 32%;
}

.banner_show2 {
    z-index: 2;
    position: absolute;
    width: 25%;
    height: auto;
    top: 31%;
    left: -2%;
}

.banner_show3 {
    z-index: 2;
    position: absolute;
    width: 10%;
    height: auto;
    bottom: 57%;
    left: 11%;
}

.banner_show4 {
    z-index: 2;
    position: absolute;
    width: 26%;
    height: auto;
    top: 36%;
    left: 18%;
}

.banner_show5 {
    z-index: 2;
    position: absolute;
    width: 10%;
    height: auto;
    bottom: 30%;
    left: 34%;
}

.banner_show6 {
    z-index: 2;
    position: absolute;
    width: 24%;
    height: auto;
    top: 38%;
    left: 55%;
}

.banner_show7 {
    z-index: 2;
    position: absolute;
    width: 11%;
    height: auto;
    bottom: 23%;
    left: 48%;
}

.banner_show8 {
    z-index: 2;
    position: absolute;
    width: 25%;
    height: auto;
    bottom: -3%;
    right: 0%;
}

.banner_show9 {
    z-index: 2;
    position: absolute;
    width: 11%;
    height: auto;
    bottom: 41%;
    left: 74%;
}

.bannerpicfull {
    display: block;
    width: 100%;
    height: auto;
    background-attachment: fixed;
}

.bannerpic960 {
    display: none;
    width: 100%;
    height: auto;
}




/*--題目區--*/

.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;
    }


.question_title {
    display: inline-block;
    width: 45%;
    max-width: 370px;
    margin: 0 auto;
}

.question_area {
    margin: 4% auto;
}

.focus {
    color: #ff6647;
}

.focus2 {
    color: #42a5f5;
}

/*tab 樣式*/
.nav-tabs > li > a {
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    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: bold;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li > a:hover {
        border-color: #eee #eee #eee;
        border-top: 5px solid #d2d2d2;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #ff6647;
        cursor: default;
        background-color: #fff;
        border: 1px solid #fff;
        border-bottom-color: transparent;
        border-top: 5px solid #ff6647;
    }

.tab-content {
    background-color: #ffffff;
}


/*題目*/
.topic1_area {
    padding-top: 4%;
    padding-bottom: 2%;
    background-color: #fff;
    margin-bottom: 80px;
}

    .topic1_area p {
        font-size: 20px;
        color: #313131;
        margin: 10px auto;
    }

.topic1 {
    text-align: center;
    margin: 10px auto 30px auto;
}

.topic_pic {
    max-width: 300px;
    width: 100%;
}


.play_button {
    max-width: 54px;
}

    .play_button:hover {
        -webkit-filter: drop-shadow(0px 0px 12px #FFEB3B);
        filter: drop-shadow(0px 0px 12px #FFEB3B);
    }

.note {
    color: #ff6647;
}


.line {
    text-decoration: underline;
    color: #ff6647;
}

.color_pic {
    min-height: 106px;
}

.shape_pic {
    min-height: 130px;
}

.love-pic {
    min-height: 410px;
}

.numeral_pic {
    max-width: 190px;
    width: 100%;
}

.animal_pic {
    max-width: 150px;
    width: 100%;
}

.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;
    }
}


/*表單*/
.state {
    color: #64b5f6;
}

.fill h2 {
    text-align: center;
    color: #313131;
    line-height: 1.3em;
    font-size: 34px;
    font-weight: bold;
    margin: 0 auto 60px auto;
}

.fill_lable img {
    width: 90%;
    max-width: 530px;
}

.go_button {
    display: inline-block;
    top: 73%;
    left: 42%;
    z-index: 10;
    width: 40%;
    max-width: 16vw;
    height: auto;
    margin: 10px 30px;
    padding: 10px 5px 10px 5px;
    background-color: #64b5f6;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 #3598e7;
    box-shadow: 0 5px 0 #3598e7;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .go_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;
    }

/*橫跨全球最強師資都在這！*/
.teachter_area {
    background-color: #d6e8f9;
    background-color: #d6e8f9;
    padding-top: 50px;
    padding-bottom: 80px;
}

    .teachter_area h2 {
        text-align: center;
        color: #313131;
        line-height: 1.3em;
        font-size: 34px;
        font-weight: bold;
        margin: 0 auto 30px auto;
    }



.teacher-pic {
    max-width: 280px;
    width: 90%;
    height: auto;
    margin: 0 auto 30px auto;
}

.content {
    padding-top: 30px;
}

.teacher_name {
    font-size: 24px;
    font-weight: bold;
    color: #64b5f6;
}

.teacher_txt {
    font-size: 18px;
    color: #7d7d7d;
}



/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.NO {
    display: none;
}




/* wow進場後額外繼續輪播的動畫 */

.myAni {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .myAni.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .myAni.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .myAni.infinite.pulse {
        /*animation-delay: 2s;*/
        -webkit-animation-name: pulse !important;
        animation-name: pulse !important;
    }





/*--------------------想上什麼主題，巨匠線上真人西班牙語全都有！------------------*/

.row {
    margin-left: 0;
    margin-right: 0;
}

.fill2 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    background-size: cover;
}

    .fill2 h2 {
        text-align: center;
        color: #313131;
        line-height: 1.3em;
        font-size: 34px;
        font-weight: bold;
        margin: 0 auto 30px auto;
    }

.width1280 {
    max-width: 1280px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 26px;
}

#fzone h3 {
    font-size: 22px;
    font-weight: bold;
    color: #535353;
}

#fzone p {
    font-size: 18px;
    color: #535353;
}

.anySector {
    position: relative;
    max-width: 350px;
    height: 300px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #bfbfbf;
    margin: 8% auto;
}

.figure1 {
    z-index: 9;
    position: absolute;
    max-width: 250px;
    width: 65%;
    top: 13%;
    left: 18%;
}


.free_button2 {
    display: inline-block;
    top: 73%;
    left: 42%;
    z-index: 10;
    width: 40%;
    max-width: 16vw;
    height: auto;
    margin: 40px 30px;
    padding: 10px 5px 10px 5px;
    background-color: #ff6647;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 #e54727;
    box-shadow: 0 5px 0 #e54727;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .free_button2: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;
    }



/*頁首頁尾CSS共用----------------請勿砍*/
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    margin-bottom: -256px;
    z-index: 9999999999999;
}

.top iframe {
    height: 280px;
}

.top + * {
    margin-top: 65px;
}

.footer {
    width: 100%;
    height: 290px;
    z-index: 9999999999999;
}

.footer iframe {
    height: 319px;
}

@media screen and (max-width: 1023px) {

    .top {
        height: 65px;
        /*margin-bottom: 405px;*/
    }

    .top iframe {
        height: 65px;
    }
  
    .footer, .footer iframe {
        height: 624px;
    }
}
/*
.top,
.footer {
    line-height: 0px;
    width: 100%;
}

.top,
.footer {
    z-index: 99;
    position: relative;
}
*/



/*很多物件通用*/


.linehight {
    display: inline-block;
}

.myButton {
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 9px 33px;
    text-decoration: none;
}

    .myButton:hover {
        background-color: #5cbf2a;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }




/*BANNER 進場delay時間、浮動*/


/*表單區*/

.fill {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    z-index: 100;
    height: auto;
    position: relative;
    background-color: #eeeeee;
    background-image: url(../images/c-figure.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.gift {
    max-width: 450px;
    width: 85%;
}

.fill2 {
    text-align: center;
    z-index: 100;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}



.fill h2 .important {
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    margin-top: 0px;
    font-style: italic;
    color: #f6d258
}

.fill #sBut {
    display: block;
    margin: 0 auto;
    width: 100%
}


.fill .form-control {
    width: 95%;
    margin: 6px auto;
    display: block;
    width: 98%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #65b5f6;
    border-radius: 0px;
    border-left: 10px solid #65b5f6;
}

.swordbook {
    font-size: 16px;
}

.statement {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--------------------------以下內容開始---------------------------------------*/


/*  ↓↓↓↓    螢幕尺寸小於1280時頁面顯示效果↓↓↓↓    */

@media (max-width: 1280px) {


    .bannerpicfull {
        display: block;
    }

    .bannerpic960 {
        display: none;
    }

    .fill {
        text-align: center;
        padding-bottom: 30px;
        z-index: 100;
        width: 100%;
        height: auto;
        background-color: #f3f3f3;
        background-size: auto;
    }
}




/*  ↓↓↓↓    螢幕尺寸小於960時頁面顯示效果↓↓↓↓     */

@media (max-width: 960px) {

    /*A區banner*/

    .bannerwrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    .bannerpicfull {
        display: none;
        width: 100%;
        height: auto;
    }

    .bannerpic960 {
        display: block;
        width: 100%;
        height: auto;
    }

    .banner_show1 {
        z-index: 2;
        width: 71%;
        top: 3%;
        left: 15.5%;
    }


    .banner_show2 {
        z-index: 2;
        position: absolute;
        width: 49%;
        height: auto;
        top: 50%;
        left: -9%;
    }

    .banner_show3 {
        z-index: 2;
        position: absolute;
        width: 18%;
        height: auto;
        bottom: 50%;
        left: 9%;
    }

    .banner_show4 {
        z-index: 2;
        position: absolute;
        width: 48%;
        height: auto;
        top: 54%;
        left: 8%;
    }

    .banner_show5 {
        z-index: 2;
        position: absolute;
        width: 16%;
        height: auto;
        bottom: 44%;
        left: 31%;
    }

    .banner_show6 {
        z-index: 2;
        position: absolute;
        width: 48%;
        height: auto;
        top: 55%;
        left: 44%;
        z-index: 5;
    }

    .banner_show7 {
        z-index: 2;
        position: absolute;
        width: 19%;
        height: auto;
        bottom: 34%;
        left: 45%;
    }

    .banner_show8 {
        z-index: 2;
        position: absolute;
        width: 51%;
        height: auto;
        bottom: -3%;
        right: -10%;
    }

    .banner_show9 {
        z-index: 2;
        position: absolute;
        width: 18%;
        height: auto;
        bottom: 52%;
        left: 68%;
        /* IE 9 */
    }


    .teacher-pic {
        max-width: 280px;
        width: 80%;
        height: auto;
        margin: 0 auto 30px auto;
    }

    .slick-dotted.slick-slider {
        width: 100%;
    }

    /*手機板的FOOTER------別刪除-------------------------------*/
    .FOOTER_frame {
        height: 450px;
    }

    .bannerpicfull {
        display: none;
    }

    .bannerpic1280 {
        display: none;
    }

    .bannerpic960 {
        display: block;
    }

    .bannerpic480 {
        display: none;
    }

    .showhide960 {
        display: none;
    }

    .showhide959 {
        display: block;
    }
}




/*  ↓↓↓↓    螢幕尺寸小於768時頁面顯示效果↓↓↓↓     */

@media (max-width: 768px) {
    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        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;
    }

    .fill_right {
        width: 100%;
        float: clear;
    }

    .form-control {
        font-size: 16px;
    }

    .fill2 h2 {
        font-size: 1.8em;
    }

    /*表單*/
    .go_button {
        width: 40%;
        max-width: 28vw;
        height: auto;
        font-size: 3vw;
    }

    /*師資*/

    .teacher_txt {
        font-size: 16px;
    }

    /*網路學西語幫你省時、省力、省荷包！*/
    .free_button2 {
        width: 40%;
        max-width: 28vw;
        height: auto;
        font-size: 3vw;
    }
}



/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 < 480顯示效果 ↓↓↓↓  */

@media (max-width: 480px) {
    .BRR {
        display: block;
    }

    /*真人老師唸給你聽*/
    .question_wraper h2 {
        font-size: 28px;
        margin: 40px auto;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 15px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 18px;
        font-weight: bold;
    }

    /*表單*/
    .fill {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .statement {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bigtitle .showhide767 {
        font-size: 24px;
        padding-top: 10px;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .bigtitle {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 26px;
    }

    .go_button {
        display: inline-block;
        top: 73%;
        left: 42%;
        z-index: 10;
        width: 59%;
        max-width: 50vw;
        height: auto;
        margin: 20px 30px;
        padding: 10px 5px 10px 5px;
        background-color: #64b5f6;
        color: #ffffff;
        cursor: pointer;
        font-size: 6vw;
        font-weight: bold;
        text-align: center;
        -webkit-box-shadow: 0 4px 0 #3598e7;
        box-shadow: 0 5px 0 #3598e7;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    /*橫跨全球最強師資都在這！上課就像出國一樣好玩～*/

    .teachter_area {
        padding-top: 40px;
    }

        .teachter_area h2 {
            font-size: 28px;
        }

    .teacher-pic {
        width: 70%;
    }


    /*想上什麼主題，巨匠線上真人西班牙語全都有！*/
    .fill h2 {
        font-size: 28px;
    }

    .fill2 h2 {
        font-size: 28px;
        font-weight: bold;
        color: #5c4400;
        line-height: 1.4em;
    }

    #fzone p {
        font-size: 1.1em;
        font-weight: bold;
        color: #535353;
    }

    .anySector {
        position: relative;
        max-width: 250px;
        max-height: 220px;
        background-color: #ffffff;
        margin: 8% auto;
    }

    .figure1 {
        z-index: 9;
        position: absolute;
        max-width: 200px;
        width: 62%;
        top: 14%;
        left: 19%;
    }

    /*網路學西語幫你省時、省力、省荷包！*/
    .free_button2 {
        display: inline-block;
        top: 73%;
        left: 42%;
        z-index: 10;
        width: 59%;
        max-width: 50vw;
        height: auto;
        margin: 40px 30px;
        padding: 10px 5px 10px 5px;
        background-color: #ff6647;
        color: #ffffff;
        cursor: pointer;
        font-size: 6vw;
        font-weight: bold;
        text-align: center;
        -webkit-box-shadow: 0 4px 0 #e54727;
        box-shadow: 0 5px 0 #e54727;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
}


/*  ↓↓↓↓    螢幕尺寸小於350時頁面顯示效果↓↓↓↓     */

@media (max-width: 350px) {

    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 10px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 17px;
        font-weight: bold;
    }


    .teachter_area h2 {
        font-size: 25px;
    }
}