@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&family=Playball&display=swap');

/* CSS Document */
body {
    font-family: arial, "微軟正黑體", "sans-serif";
}

/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.tra{-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;}
/* 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;
}
.wrapper{position:relative;overflow:hidden;}

.br {
        display: none;
    }

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
/*A區banner*/

.bannerwrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.bannerpicfull {
    width: 100%;
    height: auto;
}

.bannerpic960 {
    display: none;
    width: 100%;
    height: auto;
}

.banner_show1 {
    z-index: 5;
    position: absolute;
    width: 21%;
    max-width: 460px;
    height: auto;
    margin: 0 auto;
    bottom: 4%;
    left: 0;
    right: 0;
}

.banner_show2 {
    display: none;
}

.banner_show3 {
    position: absolute;
    width: 6.5%;
    height: auto;
    bottom: 7%;
    left: 55%;
    z-index: 5;
}

.question_wraper {
    background-image: url(../images/tree-bg01.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f5f5f3;
    background-size: 100%;
    padding-top: 2%;
}

.question_wraper h2, .course h2, .advantage h2 {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    font-size: 39px;
    line-height: 1;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    background-image: url(../images/topbg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 16px;
    padding-bottom: 3%;
}
.question_wraper h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    width: 710px;
    margin: 2% auto;
    padding-bottom: 2%;
}

.question_area {
    margin: 0 auto;
    text-align: center;
}


/*tab 樣式*/
.nav-tabs > li > a {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
}

    .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 #fff;
        border-top: 5px solid #d2d2d2;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #ffffff;
        cursor: default;
        background-color: #be4647;
        border: none;
        border-top: 8px solid #d7a774;
        padding-bottom: 8px;
    }

.tab-content {
    background-color: #ffffff;
}


/*題目*/
.topic1_area {
    background-color: #be4647;
    margin-bottom: 80px;
    border-radius: 12px 12px 12px 12px;
    padding: 35px 20px;
}

    .topic1_area p {
        font-size: 20px;
        line-height: 1.3;
        color: #ffffff;
        margin: 10px auto;
    }

.topic1 {
    text-align: center;
    margin-top: 20px;
}

.topic_pic {
    max-width: 300px;
    width: 100%;
    border-radius: 12px;
}

.play_button {
    max-width: 70px;
    width: 100%;
    color: #99a0e2;
    position: absolute;
    margin: 0 auto;
    top: 28%;
    left: 0;
    right: 0;
    transition: 0.4s;
}

    .play_button:hover {
        -webkit-filter: drop-shadow(6px 6px 12px #fff);
        filter: drop-shadow(2px 3px 0px #000);
        filter:  #fff;
    }



/*  正統西班牙語課程介紹  */
.course {
    background-image: url(../images/tree-bg02.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-color: #f5f5f3;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.course .bgcolor-01, .course .bgcolor-02, .course .bgcolor-03 {
    padding: 30px;
    margin: 3% 0;
    border-radius: 8px;
}
.course .bgcolor-01 {
    background-color: #be4647;
}
.course .bgcolor-02 {
    background-color: #6fa78c;
}
.course .bgcolor-03 {
    background-color: #004540;
}

.icon-1, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 {
    background-image: url(../images/teacher.png);
    background-size: 600%;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto;
}

.icon-2{
    background-position-x: -92px;
}
.icon-3{
    background-position-x: -183px;
}
.icon-4{
    background-position-x: -273px;
}
.icon-5{
    background-position-x: -360px;
}
.icon-6{
    background-position-x: 90px;
}

.course .diamond {
    position: absolute;
    width: 60px;
    height: 60px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    right: -5%;
    top: 39%;
    z-index: 2;
}

.course h3 {
    position: relative;
    background-color: #fff;
    font-size: 22px;
    color: #454545;
    border-radius: 6px;
    padding: 10px;
    font-weight: 600;
    z-index: 5;
}
.course-box {
    height: 24em;
}

/*  線上優勢介紹  */

.advantage {
    position: relative;
    display: block;
    padding-top: 3%;
    background-image: url(../images/tree-bg02.png);
    background-position: top;
    background-color: #123;
}

.advantage-bg {
    position: relative;
    background-image: url(../images/greenbg.svg);
    background-size: cover;
    background-repeat: repeat-x;
    padding: 3% 0;
    z-index: 10;
    background-color: #f6f6f5;
}

.advantage img {
    width: 55px;
    height: auto;
    padding: 20px 0;
}

.advantage h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 15%;
}


/*  西班牙語5大課程特色  */
.features {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #2e2d2b;
    padding-bottom: 5%;
    text-align: center;
}

.features h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 39px;
    line-height: 7em;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.features-top {
  background-image: url(../images/big5-bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 18em;
}

.features .box {
    position: relative;
    display: inline-table;
    width: 18.8%;
    height: 26em;
    margin: 4px;
    border-radius: 12px;
    border-top: 8px #b28f61 solid;
    padding: 14px;
    background-color: #fff;
    margin-top: 5%;
    text-align: center;
    font-size: 18px;
}
.features h3 {
    font-size: 17px;
    color: #59340e;
    font-weight: bold;
    margin-top: 15px;
}
.features .big5 {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 7%;
}

.features h4 {
    font-size: 41px;
    line-height: 0.4;
    font-family: 'Playball', cursive;
    color: #b28f61;
}

.features .st {
    display: inline-block;
    width: 0.4em;
}


/*表單*/

.state {
    color: #64b5f6;
}
.star {
    display: inline-block;
    color: #b28f61;
    width: 1em;
    height: 1em;
}
.fill h1 {
    text-align: center;
    color: #ffffff;
    line-height: 1.2em;
    font-size: 39px;
    font-weight: bold;
    margin: 0 auto 1em auto;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
}

.fill_lable img {
    width: 100%;
    max-width: 530px;
}

.go_button {
    display: inline-block;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    background-color: #12408b;
    color: #ffffff;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 #545fc5;
    box-shadow: 0 5px 0 #9d7532;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;
}

    .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;
    }



.free_button {
    display: block;
    width: 125px;
    height: auto;
    padding: 3px 5px;
    margin: 12px auto;
    background-color: #ffffff;
    color: #b28f61;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    border-radius: 59px;
    border: 2px #b28f61 solid;
     -webkit-box-shadow: 0 4px 0 #b28f61; 
     -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;
    }




/*很多物件通用*/
.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;
    height: auto;
    position: relative;
    background-color: #f3f2f8;
    background-image: url(../images/redbg.svg);
    background-repeat: repeat;
    background-size: cover;
}

.gift {
    max-width: 450px;
    width: 85%;
}


.focus {
    color: #b28f61;
}

.fill2 {
    text-align: center;
    z-index: 100;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #f3f2f8;
}



.fill h1 .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 {
    margin: 6px auto;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #99a0e2;
    border-radius: 5px;
}

.swordbook {
    font-size: 16px;
}

.statement {
    display: inline-block;
    color: #fff;
    margin: 10px auto;
    font-size: 16px;
}


/*  ↓↓↓↓    螢幕尺寸小於768時頁面顯示效果↓↓↓↓     */

@media screen and (max-width: 1024px) { 
.br {
        display: none;
    }
.bannerpicfull, .banner_show1, .banner_show3 {
    display: none;
}
    
.bannerpic960 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.banner_show2 {
    display: block;
    position: absolute;
    width: 73%;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.course h3 {
    font-size: 19px;
}
.course-box {
    height: 25em;
}

.course .bgcolor-01, .course .bgcolor-02, .course .bgcolor-03 {
    padding: 35px 18px;
}

.features h2 {
    line-height: 6em;
}

}

/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media screen (min-width: 851px) and (max-width:1023px) {
    .br {
        display: none;
    }

    .bannerpicfull, .banner_show1, .banner_show3 {
    display: none;
}
    
.bannerpic960 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.banner_show2 {
    display: block;
    position: absolute;
    width: 73%;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.fill .form-control {
    margin: 2% auto;
    font-size: 17px;
}
.fill_lable img {
    width: 88%;
}

.question_wraper h2, .course h2, .advantage h2 {
    margin-top: 7%;
}
.course {
    font-size: 17px;
}
.course h3 {
    font-size: 21px;
    margin: 9px;
}
.course .diamond {
    top:30%;
}
.course-box {
    height: 22em;
}

.course .bgcolor-01, .course .bgcolor-02, .course .bgcolor-03 {
    padding: 11px;
}

.advantage-bg {
    background-size: 95%;
    text-align: center;
}

.features h2 {
    line-height: 6em;
}

.features .box {
    width: 31.8%;
}

}


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
  @media screen and (min-width: 600px) and (max-width: 850px) {
.question_wraper h2, .course h2, .advantage h2 {
    background-image: url(../images/topbg.svg);
}
.course {
    background-image: none;
}

.course .diamond {
    right: 0;
    left: 0;
    top: 88%;
    margin: 0 auto;
}
.advantage-bg {
    background-color: #00443f;
    text-align: center;
}
.features h2 {
    line-height: 1.2em;
    padding-top: 8%;
}
.features .box {
    position: relative;
    width: 29.8%;
    height: 26em;

}
.features-top {
    background-size: 145%;
}


  }


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
  @media screen and (min-width: 200px) and (max-width: 599px) {
    .br {
        display: block;
        height: 1px;
    }

.container {
    width: 100%;
}

.bannerpicfull, .banner_show1, .banner_show3 {
    display: none;
}
    
.bannerpic960 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.banner_show2 {
    display: block;
    position: absolute;
    width: 85%;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.fill {
    background-size: cover;
    padding-top: 9%;
    padding-bottom: 12%;
    margin: -13%;
}
.fill h1 {
    font-size: 35px;
    width: 100%;
}

.fill .form-control {
    margin: 4% auto;
}

.fill_lable img {
    width: 93%;
}

.question_wraper h2, .course h2, .advantage h2 {
    margin-top: 22%;
    font-size: 29px;
    width: 100%;
    padding: 7px 29px;
    background-image: url(../images/topbg2.svg);
}
.question_wraper h4 {
    width: 90%;
    font-size: 18px;
    padding-bottom: 10%;
}

.nav-tabs > li.active > a {
    font-size: 16px;
}
.nav > li > a {
    padding: 8px 8px;
}
.course {
    position: relative;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-image: none;
    margin-top: -24%;
}
.course h3 {
    font-size: 21px;
    margin: 9px;
}
.course .diamond {
    top: 86%;
    left: 32%;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    padding: 0;
}
.advantage img {
    width: 64%;
    height: auto;
}
.advantage h3 {
    font-size: 14px;
    margin-top: -12%;
    width: 160%;
    margin-left: -30%;
}
.course-box {
    width: 78%;
    height: auto;
    margin-bottom: 50px;
}

.course .bgcolor-01, .course .bgcolor-02, .course .bgcolor-03 {
    display: block;
    margin: 6% 11%;
    z-index: 1;
}

.advantage-bg {
    background-color: #00443f;
    text-align: center;
    margin-top: 5%;
}

.features h2 {
    font-size: 29px;
    line-height: 1;
    padding: 11% 6%;
}

.features .box {
    width: 66%;
    margin-bottom: 6%;
}
.features-top {
    background-size: 200%;
    height: 14em;
}

.icon-1, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 {
    width: 120px;
    height: 120px;
}
.icon-2 {
    background-position-x: -124px;
}
.icon-3 {
    background-position-x: -244px;
}
.icon-4 {
    background-position-x: -362px;
}
.icon-5 {
    background-position-x: -480px;
}
.icon-6 {
    background-position-x: 120px;
}

}


