﻿@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;
}
/*
form {
    overflow-x: hidden;
}*/


/*BANNER動畫*/


.banner_show1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.banner_show2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.banner_show3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner_show4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


.banner_show1,
.banner_show2,
.banner_show3,
.banner_show4 {
    -webkit-animation-duration: 1.5s;
    /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
}




/*A區banner*/

.bannerwrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.banner_show1 {
    z-index: 1;
    position: absolute;
    width: 40%;
    height: auto;
    top: 11%;
    left: 15%;
}

.banner_show2 {
    z-index: 2;
    position: absolute;
    width: 30%;
    height: auto;
    top: 19%;
    left: 20.5%;
}

.banner_show3 {
    z-index: 2;
    position: absolute;
    width: 10%;
    height: auto;
    bottom: 27%;
    left: 30%;
}

.banner_show4 {
    z-index: 2;
    position: absolute;
    width: 35%;
    height: auto;
    bottom: 0%;
    left: 58%;
}


.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;
        color: #5d2b08;
    }


.question_title {
    display: inline-block;
    width: 45%;
    max-width: 370px;
    margin: 0 auto;
}

.question_area {
    margin: 4% auto;
}

.focus {
    color: #eb6877;
}


.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: #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: #5d2b08;
        cursor: default;
        background-color: #fff;
        border: 1px solid #fff;
        border-bottom-color: transparent;
        border-top: 5px solid #5d2b08;
    }

.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 {
    font-size: 43px;
    color: #5d2b08;
}

    .play_button:hover {
        -webkit-filter: drop-shadow(6px 6px 12px #fff);
        filter: drop-shadow(2px 3px 0px #beaa9c);
    }

.note {
    color: #ff6647;
}


.line {
    text-decoration: underline;
    color: #5d2b08;
}

.daily-pic {
    max-width: 300px;
    width: 100%;
}

.week-pic {
    max-width: 126px;
    width: 100%;
}

.month_pic {
    max-width: 224px;
    width: 100%;
}

.color-pic {
    min-height: 106px;
    max-width: 102px;
}

.introduction-pic {
    min-height: 130px;
    max-width: 300px;
}






.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: #5d2b08;
}

.fill h2 {
    text-align: center;
    color: #5d2b08;
    line-height: 1.3em;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 60px auto;
}

.fill_lable img {
    width: 90%;
    max-width: 566px;
}

.go_button {
    display: inline-block;
    top: 73%;
    left: 42%;
    z-index: 10;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 10px 30px;
    padding: 10px 5px 10px 5px;
    background-color: #5d2b08;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-box-shadow: 0 8px 0 #3e1c05;
    box-shadow: 0 8px 0 #3e1c05;
    -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: #fee0c4;
    padding-top: 50px;
    padding-bottom: 80px;
}

    .teachter_area h2 {
        text-align: center;
        color: #5d2b08;
        line-height: 1.3em;
        font-size: 40px;
        font-weight: bold;
        margin: 0 auto 30px auto;
    }



.teacher-pic {
    max-width: 316px;
    width: 90%;
    height: auto;
    margin: 0 auto 30px auto;
}

.content {
    padding-top: 30px;
}

.teacher_name {
    font-size: 24px;
    font-weight: bold;
    color: #5d2b08;
}

.teacher_txt {
    font-size: 18px;
    color: #434343;
    font-weight: 500;
    letter-spacing: 0.02em;
}



/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.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: #5d2b08;
        line-height: 1.3em;
        font-size: 40px;
        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;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.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: 100%;
    max-width: 250px;
    height: auto;
    margin: 40px 30px;
    padding: 10px 5px 10px 5px;
    background-color: #5d2b08;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 8px 0 #3e1c05;
    box-shadow: 0 8px 0 #3e1c05;
    -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;
    }



/*表頭表尾 請勿------------------------------------砍*/
/*
.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: #fff;
    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: 48px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #5d2b08;
    border-radius: 0px;
    border-left: 10px solid #5d2b08;
}

.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: #fff;
        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: 68%;
        top: 6%;
        left: 1.5%;
    }


    .banner_show2 {
        z-index: 2;
        position: absolute;
        width: 49%;
        height: auto;
        top: 12%;
        left: 12%;
    }

    .banner_show3 {
        z-index: 2;
        position: absolute;
        width: 18%;
        height: auto;
        bottom: 51%;
        left: 27%;
    }

    .banner_show4 {
        z-index: 2;
        position: absolute;
        width: 63%;
        height: auto;
        bottom: 0%;
        left: 46%;
    }

    .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: 100%;
        max-width: 250px;
        height: auto;
        font-size: 28px;
        ;
    }

    /*師資*/

    .teacher_txt {
        font-size: 16px;
    }

    /*網路學西語幫你省時、省力、省荷包！*/
    .free_button2 {
        width: 100%;
        max-width: 250px;
        height: auto;
        font-size: 28px;
        letter-spacing: 0.02em;
    }
}



/* ↓↓↓↓ 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;
    }

    .focus2 {
        font-size: 38px;
    }

    .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: 100%;
        max-width: 230px;
        height: auto;
        margin: 20px 30px;
        padding: 10px 5px 10px 5px;
        background-color: #5d2b08;
        color: #ffffff;
        cursor: pointer;
        font-size: 26px;
        letter-spacing: 0.02em;
        font-weight: bold;
        text-align: center;
        -webkit-box-shadow: 0 8px 0 #3e1c05;
        box-shadow: 0 8px 0 #3e1c05;
        -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;
        line-height: 1.5em;
    }

    .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: 100%;
        max-width: 230px;
        height: auto;
        margin: 40px 30px;
        padding: 10px 5px 10px 5px;
        background-color: #5d2b08;
        color: #ffffff;
        cursor: pointer;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.02em;
        text-align: center;
        -webkit-box-shadow: 0 8px 0 #3e1c05;
        box-shadow: 0 8px 0 #3e1c05;
        -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;
    }
}