﻿@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, img.banner002, .subtitle-area {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

img.banner002 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}


img.banner001 {
    display: block;
    top: 4%;
    left: 30%;
    z-index: 5;
    width: 41%;
    height: auto;
}


img.banner002 {
    display: none;
}

.subtitle-area {
    position: absolute;
    max-width: 380px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 0.05em;
    text-align: center;
    top: 71%;
    left: 2%;
    right: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    font-size: 20px;
    z-index: 99;
}

.sub-title {
    color: #fff799;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    width: 330px;
    margin: 0 auto;
}

.sub-txt {
    color: #fff;
    padding-top: 12px;
    margin-bottom: 0;
}

.responsive {
    position:relative;
    text-align: center;
    margin-bottom:30px;
    z-index:99;

}

/* 版頭動態 */
.slideshow {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

    .slideshow-image:nth-child(1) {
        -webkit-animation-name: kenburns-1;
        animation-name: kenburns-1;
        z-index: 3;
    }

    .slideshow-image:nth-child(2) {
        -webkit-animation-name: kenburns-2;
        animation-name: kenburns-2;
        z-index: 2;
    }

    .slideshow-image:nth-child(3) {
        -webkit-animation-name: kenburns-3;
        animation-name: kenburns-3;
        z-index: 1;
    }

    .slideshow-image:nth-child(4) {
        -webkit-animation-name: kenburns-4;
        animation-name: kenburns-4;
        z-index: 0;
    }

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*熱門德語主題新開課*/

.content1 {
    position: relative;
    background-color: #f7f4eb;
    padding: 60px 0px 0 0px;
}

    .content1::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 380px;
        background-image: url(../images/b-pattern-01.png);
        background-size: cover;
        top: 6%;
        left: 2%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .content1::after {
        content: '';
        position: absolute;
        width: 450px;
        height: 380px;
        background-image: url(../images/b-pattern-02.png);
        background-size: cover;
        bottom: 0%;
        right: 2%;
        background-repeat: no-repeat;
        z-index: 1;
    }


.content1 h1 {
    text-align: center;
    color: #59493f;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
}

.content1 .content1-sub {
    color: #737373;
    font-size: 22px;
    text-align: center;
    margin-bottom: 8%;
}



.topic-box-odd img {
    position: relative;
    margin: 80px auto 20px auto;
    width: 350px;
    height: auto;
}


.topic-box-even img {
    position: relative;
    margin: 0px auto 20px auto;
    width: 350px;
    height: auto;
}

.topic-box-odd .topic-txt {
    position: absolute;
    top: 23px;
    left: 143px;
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: #d1c0a5;
    border-radius: 50%;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #59493f;
    line-height: 1.3em;
    border: 6px solid #f7f4eb;
}

.topic-box-even .topic-txt {
    position: absolute;
    top: -56px;
    left: 143px;
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: #d1c0a5;
    border-radius: 50%;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #59493f;
    line-height: 1.3em;
    border: 6px solid #f7f4eb;
}

.txt-box-odd {
    position: absolute;
    width: 100%;
    top: 53%;
    text-align: center;
}

.txt-box-even {
    position: absolute;
    width: 100%;
    top: 47%;
    text-align: center;
}

    .txt-box-odd h3, .txt-box-even h3 {
        font-size: 26px;
        font-weight: 500;
        color: #fff;
        line-height: 1.3em;
    }

.txt-p {
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
    line-height: 1.3em;
}

.fa-tags {
    font-size: 16px;
}

.btn-curriculum {
    display: inline-block;
    width: 140px;
    height: auto;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    background-color: #707070;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    padding: 6px 15px;
    margin-bottom: 12%;
    letter-spacing: 3px;
    cursor: pointer;
}

.btn-curriculum2 {
    display: inline-block;
    width: 140px;
    height: auto;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    background-color: #be9077;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    padding: 6px 15px;
    margin-bottom: 12%;
    letter-spacing: 3px;
    cursor: pointer;
}

.btn-curriculum:hover, .btn-curriculum:focus, .btn-curriculum:active {
    color: #fff;
    background: #59493f;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 20%);
    text-decoration:none;
}

.btn-curriculum2:hover, .btn-curriculum2:focus, .btn-curriculum2:active {
    color: #fff;
    background: #59493f;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 20%);
    text-decoration: none;
}


.content1-shap {
    z-index: 20;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.content1-shap img {
    width: 101%;
    max-width: none;
    margin-left: -0.5%;
}

.hot {
    font-size: 16px;
    animation: hotflash 0.8s infinite;
    -webkit-animation: hotflash 0.8s infinite;
    -moz-animation: hotflash 0.8s infinite;
    -o-animation: hotflash 0.8s infinite;
}

@keyframes hotflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f39800;
    }
}


/*表單區*/
.fill {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 0;
}


.fill h2 {
    color: #59493f;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin: -80px auto 40px auto;
}

.fa-star {
    color: #cfa972;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 34px;
}

.fill-box {
    background-color: #ededed;
    display: inline-block;
    border-radius: 10px;
    padding:20px;
}


.fill_lable img {
    width: 100%;
    padding-top: 15px;
}

.fill-txt{
    padding-left:10px;
}


.fill #sBut {
    height: auto;
    margin: 0px auto;
    width: 100%;
    border: none;
    text-align: center;
    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: #000;
        line-height: 40px;
        font-size: 17px;
        letter-spacing: 0.1em;
    }

        .fill .statement a {
            color: #000;
        }

            .fill .statement a:hover {
                color: #000;
            }

.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: 1% auto;
    background-color: #fff;
    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;
}


/* 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(207, 169, 114, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #cfa972;
    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: #be9077;
        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);
        }


/* 直接跟雙語老師互動學習 */

.content2 {
    position:relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0 60xp 0;
   /* background: url(../images/d-bg.svg);
    background-size:cover;
    background-repeat:no-repeat;*/
}


.content2::before {
    content: '';
    position: absolute;
    width: 290px;
    height: 286px;
    background-image: url(../images/d-pattern-01.svg);
    top: 6%;
    left: -3%;
    background-repeat: no-repeat;
    z-index: 1;
}

.content2::after {
    content: '';
    position: absolute;
    width: 258px;
    height: 334px;
    background-image: url(../images/d-pattern-02.svg);
    bottom: 0%;
    right: -3%;
    background-repeat: no-repeat;
    z-index:1;
}


    .content2 img {
        position: relative;
        top: 0;
        transition: .2s;
        max-width: 300px;
        width: 75%;
    }

        .content2 img:hover {
            top: -5px;
            -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3))
        }

    .content2 h2 {
        display: block;
        color: #59493f;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
        margin: 60px auto 40px auto;
        text-align: center;
    }

.content2 h3 {
    font-size: 28px;
    font-weight: 400;
    color: #595959;
    text-align: center;
    margin: 15px auto;
}

.content2 p{
    font-size: 18px;
    color: #595959;
    text-align:center;
    margin: 0 auto 20px auto;
    max-width:320px;
}

.teacher-odd {
    margin: 90px auto 0px auto;
}




/*線上優勢介紹*/

.content3 {
    margin: 0 auto;
    padding: 0 0 60px 0;
    background-color: #f7f4eb;
}

.content3-shap img {
    width: 101%;
    max-width: none;
    margin-left: -0.5%;
}

.content3 h2 {
    display: block;
    color: #59493f;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin: -30px auto 50px auto;
    text-align: center;
}

.content3 p {
    font-size: 20px;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    width: 250px;
    background-color: #eae6db;
    border-radius: 6px;
    color: #59493f;
}

.advantage-box {
    width: 100px;
    height: 100px;
    background-color: #eae6db;
    border-radius: 77%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 21px;
    position: relative;
    top: 17px;
}

.advantage-box img {
    max-width: 60px;
}

/*線上德語5大課程特色*/

.content4 {
    padding: 60px 0 60px 0;
    background: url(../images/f-bg.jpg) top center no-repeat;
    background-size:cover;
}

.content4 h2 {
    display: block;
    color: #59493f;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}

.content4 h4 {
    font-size: 41px;
    line-height: 0.4;
    font-family: 'Playball', cursive;
    color: #59493f;
}

.content4 h4 .fa-star {
    font-size: 18px;
    color: #59493f;
}

.content4 h3 {
    font-size: 17px;
    color: #59493f;
    font-weight: bold;
    margin: 15px auto;
}


.content4 .box {
    position: relative;
    display: inline-table;
    width: 210px;
    height: 500px;
    margin: 4px;
    border-radius: 12px;
    border-top: 10px #59493f solid;
    padding: 20px;
    background-color: #fff;
    margin-top: 5%;
    text-align: center;
}



.content4 .box-fiture {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 7%;
}

.content4 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: #59493f;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    border-radius: 59px;
    border: 2px #59493f solid;
    -webkit-box-shadow: 0 4px 0 #59493f;
    -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 {
            display: block;
            width: 100%;
            height: auto;
        }

        img.banner_min {
            display: none;
        }

        img.banner_min_410 {
            display: none;
        }

        img.banner001 {
            display: block;
            top: 4%;
            left: 30%;
            z-index: 5;
            width: 41%;
            height: auto;
        }


        img.banner002 {
            display: none;
        }

        .subtitle-area {
            position: absolute;
            max-width: 380px;
            padding: 15px;
            margin:0 auto;
            border-radius: 10px;
            font-size: 0.05em;
            text-align: center;
            top: 71%;
            left: 2%;
            right: 0;
            color: #fff;
            background-color: rgba(0,0,0,0.4);
            font-size: 20px;
            z-index: 99;
        }


    }



    /*  ↓↓↓↓    螢幕尺寸大於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: 30%;
            z-index: 5;
            width: 44%;
            height: auto;
        }

        img.banner002 {
            display: none;
        }

        .subtitle-area {
            position: absolute;
            max-width: 380px;
            padding: 15px;
            margin: 0 auto;
            border-radius: 10px;
            font-size: 0.05em;
            text-align: center;
            top: 67%;
            left: 4%;
            right: 0;
            color: #fff;
            background-color: rgba(0,0,0,0.4);
            font-size: 17px;
            z-index: 99;
        }

        /*熱門德語主題新開課*/
        .content1::before {
            content: '';
            position: absolute;
            width: 350px;
            height: 296px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 6%;
            left: 2%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 350px;
            height: 296px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 0%;
            right: 2%;
            background-repeat: no-repeat;
            z-index: 1;
        }
      
    }

    /*  ↓↓↓↓    螢幕尺寸大於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: 5%;
            left: 25%;
            z-index: 5;
            width: 51%;
            height: auto;
        }

        img.banner002 {
            display: none;
        }


        .subtitle-area {
            position: absolute;
            max-width: 380px;
            padding: 15px;
            margin: 0 auto;
            border-radius: 10px;
            font-size: 0.05em;
            text-align: center;
            top: 67%;
            left: 4%;
            right: 0;
            color: #fff;
            background-color: rgba(0,0,0,0.4);
            font-size: 17px;
            z-index: 99;
        }

        /*熱門德語主題新開課*/
        .content1::before {
            content: '';
            position: absolute;
            width: 350px;
            height: 296px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 2%;
            left: 1%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 350px;
            height: 296px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 2%;
            right: -2%;
            background-repeat: no-repeat;
            z-index: 1;
        }


    }


    /*  ↓↓↓↓    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: 24%;
            z-index: 5;
            width: 54%;
            height: auto;
        }

        img.banner002 {
            display: none;
        }


        .subtitle-area {
            position: absolute;
            max-width: 380px;
            padding: 15px;
            margin: 0 auto;
            border-radius: 10px;
            font-size: 0.05em;
            text-align: center;
            top: 67%;
            left: 4%;
            right: 0;
            color: #fff;
            background-color: rgba(0,0,0,0.4);
            font-size: 17px;
            z-index: 99;
        }


        /*熱門德語主題新開課*/
        .content1::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 253px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 2%;
            left: 1%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity:0.6;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 300px;
            height: 253px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 0%;
            right: -2%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .topic-box-odd img {
            position: relative;
            margin: 80px auto 20px auto;
            width: 280px;
            height: auto;
        }

        .topic-box-even img {
            position: relative;
            margin: 0px auto 20px auto;
            width: 280px;
            height: auto;
        }


        .txt-box-odd {
            position: absolute;
            width: 100%;
            top: 49%;
            text-align: center;
        }

        .txt-box-even {
            position: absolute;
            width: 100%;
            top: 41%;
            text-align: center;
        }

        .txt-box-odd h3, .txt-box-even h3 {
            font-size: 23px;
            font-weight: 500;
            color: #fff;
            line-height: 1.3em;
        }      

        /*表單區*/
        .fill h2 {
            margin: -40px auto 40px auto;
        }

    }



    /*  ↓↓↓↓    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: 4%;
            left: 22%;
            z-index: 5;
            width: 58%;
        }

        img.banner002 {
            display: none;
        }

        .subtitle-area {
            position: absolute;
            max-width: 380px;
            padding: 15px;
            margin: 0 auto;
            border-radius: 10px;
            font-size: 0.05em;
            text-align: center;
            top: 67%;
            left: 4%;
            right: 0;
            color: #fff;
            background-color: rgba(0,0,0,0.4);
            font-size: 17px;
            z-index: 99;
        }

        /*熱門德語主題新開課*/
        .content1::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 253px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 2%;
            left: 1%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 300px;
            height: 253px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 0%;
            right: -2%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .topic-box-odd img {
            position: relative;
            margin: 80px auto 20px auto;
            width: 280px;
            height: auto;
        }

        .topic-box-even img {
            position: relative;
            margin: 0px auto 20px auto;
            width: 280px;
            height: auto;
        }


        .txt-box-odd {
            position: absolute;
            width: 100%;
            top: 49%;
            text-align: center;
        }

        .txt-box-even {
            position: absolute;
            width: 100%;
            top: 41%;
            text-align: center;
        }

        .topic-box-odd .topic-txt {
            position: absolute;
            top: 25px;
            left: 114px;
            width: 100px;
            height: 100px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 16px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }

        .topic-box-even .topic-txt {
            position: absolute;
            top: -58px;
            left: 114px;
            width: 100px;
            height: 100px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 16px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }

            .txt-box-odd h3, .txt-box-even h3 {
                font-size: 23px;
                font-weight: 500;
                color: #fff;
                line-height: 1.3em;
            }

    

        /*表單區*/
        .fill h2 {
            margin: -40px auto 40px auto;
        }

       
        /*線上優勢介紹*/
        .content3 h2 {
            margin: 0px auto 50px auto;
        }

        .content4 .box {
            width: 166px;
            height: 540px;
        }

        .content4 h3 {
            font-size: 16px;
        }
        .content4 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;
        display: block;
        margin: 0 auto;
    }

    img.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 7%;
        left: 10%;
        z-index: 5;
        width: 76%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }


    .subtitle-area {
        position: absolute;
        max-width: 380px;
        padding: 15px;
        margin: 0 auto;
        border-radius: 10px;
        font-size: 0.05em;
        text-align: center;
        top: 66%;
        left: 0%;
        right: 0;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        font-size: 17px;
        z-index: 99;
    }

    /*熱門德語主題新開課*/
    .content1::before {
        content: '';
        position: absolute;
        width: 350px;
        height: 296px;
        background-image: url(../images/b-pattern-01.png);
        background-size: cover;
        top: 5%;
        left: 0%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .content1::after {
        content: '';
        position: absolute;
        width: 350px;
        height: 296px;
        background-image: url(../images/b-pattern-02.png);
        bottom: 2%;
        right: -2%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .content1 .content1-sub {       
        margin-bottom: 10%;
    }

    .topic-box-odd .topic-txt {
        position: absolute;
        top: -56px;
        left: 322px;
        width: 110px;
        height: 110px;
        text-align: center;
        background-color: #d1c0a5;
        border-radius: 50%;
        padding-top: 20px;
        font-size: 24px;
        font-weight: 600;
        color: #59493f;
        line-height: 1.3em;
        border: 6px solid #f7f4eb;
    }

    .topic-box-even .topic-txt {
        position: absolute;
        top: -56px;
        left: 322px;
        width: 110px;
        height: 110px;
        text-align: center;
        background-color: #d1c0a5;
        border-radius: 50%;
        padding-top: 20px;
        font-size: 24px;
        font-weight: 600;
        color: #59493f;
        line-height: 1.3em;
        border: 6px solid #f7f4eb;
    }

    .btn-curriculum, .btn-curriculum2 {
        margin-bottom: 8%;
    }

    .txt-box-odd {
        top: 47%;
    }

    .topic-box-odd img {
        margin: 0px auto 20px auto;
    }


    /*表單*/
    .fill h2 {
        color: #59493f;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
        margin: 0px auto 40px auto;
    }

    .fill-txt {
        padding-left: 0px;
    }

    .fill_lable img {
        width: 90%;
        padding-top: 5px;
        padding-bottom: 10px;
    }


   /* 直接跟雙語老師互動學習*/

    .content2::before {
        content: '';
        position: absolute;
        width: 290px;
        height: 286px;
        background-image: url(../images/d-pattern-01.svg);
        top: 6%;
        left: -11%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .content2::after {
        content: '';
        position: absolute;
        width: 258px;
        height: 334px;
        background-image: url(../images/d-pattern-02.svg);
        bottom: 22%;
        right: -7%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .teacher-odd {
        margin: 0px auto 0px auto;
    }


    /* 線上德語5大課程特色*/
    .content4 .box {
        position: relative;
        display: inline-table;
        max-width: 280px;
        height: 500px;
        margin: 4px;
        border-radius: 12px;
        border-top: 10px #59493f solid;
        padding: 20px;
        background-color: #fff;
        margin-top: 5%;
        text-align: center;
        width: 90%;
    }

}

    /* ↓↓↓↓ 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;
        }

        .slideshow {
            width: 100vw;
            height: 80vh;
            overflow: hidden;
            transition: 1s;
        }

        img.banner001 {
            display: block;
            top: 6%;
            left: 9%;
            z-index: 5;
            width: 82%;
            height: auto;
        }


        img.banner002 {          
            display: none;
        }

        .subtitle-area {
            top: 62%;
            left: 0;
            width: 320px;
            font-size: 18px;
            background-color: rgba(0,0,0,0.5);
        }

        .sub-title {
            color: #fff799;
            border-bottom: 1px solid #fff;
            padding-bottom: 12px;
            width: 270px;
            margin: 0 auto;
        }


        /*熱門德語主題新開課*/
        .content1::before {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 7%;
            left: -8%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 28%;
            right: -7%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1 h1 {
            font-size: 36px;
        }

        .content1 .content1-sub {
            font-size: 20px;
            margin-bottom: 20%;
        }

        .topic-box-odd .topic-txt {
            position: absolute;
            top: -56px;
            left: 154px;
            width: 110px;
            height: 110px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 20px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }

        .topic-box-even .topic-txt {
            position: absolute;
            top: -56px;
            left: 154px;
            width: 110px;
            height: 110px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 20px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }

        .btn-curriculum, .btn-curriculum2 {
            margin-bottom: 13%;
        }

        .txt-box-odd, .txt-box-even {
            top: 46%;
        }

        .topic-box-odd img {
            margin: 0px auto 20px auto;
        }


        /*表單區*/
        .fill {
            padding: 10px;
        }

        .fill h2 {
            margin: 10px auto 40px auto;
            font-size: 36px;
        }

        .fill h2 .fa-star {
            font-size: 30px;
        }

        /*直接跟雙語老師互動學習*/
        .content2 h2{
            font-size:36px;
        }

        .content2::before {
            content: '';
            position: absolute;
            width: 220px;
            height: 217px;
            background-image: url(../images/d-pattern-01.svg);
            top: 9%;
            left: -15%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .content2::after {
            content: '';
            position: absolute;
            width: 200px;
            height: 259px;
            background-image: url(../images/d-pattern-02.svg);
            bottom: 24%;
            right: -16%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .teacher-odd {
            margin: 0px auto 0px auto;
        }

        /*線上優勢*/
        .content3 h2 {
            font-size: 36px;
            margin: 20px auto 30px auto;
        }

        .content3 p {
            max-width: 190px;
        }

        /*線上德語5大課程特色*/

        .content4 h2{
           font-size:36px;
        }

        .content4 h3 {
            font-size:16px;
        }

        .content4 .box {
            max-width: 250px;
            height: 500px;
            width: 100%;
        }

        .content4 p {
            width: 100%;
            height: 130px;
        }

    }

    /* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
    @media (min-width: 320px) 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: none;
        }

        img.banner002 {
            display: block;
            top: 5%;
            left: 3%;
            z-index: 5;
            width: 96%;
            height: auto;
        }
            
            .subtitle-area {
                top: 60%;
                left: 0;
                width: 310px;
                font-size: 18px;
                font-weight: 300;
                background-color: rgba(0,0,0,0.5);
            }

        .sub-title {
            color: #fff799;
            border-bottom: 1px solid #fff;
            padding-bottom: 12px;
            width: 270px;
            margin: 0 auto;
        }

        /*熱門德語主題新開課*/

        .content1 {
            padding: 40px 0px 0 0px;
        }

        .content1::before {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 7%;
            left: -8%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 28%;
            right: -7%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1 h1 {
            font-size: 32px;
        }

        .content1 .content1-sub {
            font-size: 20px;
            margin-bottom: 20%;
        }

        .topic-box-odd .topic-txt {
            position: absolute;
            top: -56px;
            left: 136px;
            width: 110px;
            height: 110px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 20px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }

        .topic-box-even .topic-txt {
            position: absolute;
            top: -56px;
            left: 136px;
            width: 110px;
            height: 110px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 20px;
            font-size: 24px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 6px solid #f7f4eb;
        }
        .txt-box-odd h3, .txt-box-even h3{
            font-size:24px;
        }

        .btn-curriculum, .btn-curriculum2 {
            margin-bottom: 13%;
        }

        .txt-box-odd, .txt-box-even {
            top: 42%;
        }

        .topic-box-odd img, .topic-box-even img {
            margin: 0px auto 20px auto;
            width: 300px;
            height: auto;
        }

        /*表單區*/
        
        .fill {
            padding: 10px;
        }

        .fill h2 {
            margin: 10px auto 40px auto;
            font-size: 32px;
        }

        .fill h2 .fa-star {
            font-size: 27px;
        }


        .fill .form-control {          
            height: 48px;            
            margin: 3% auto;
        }

        .fill-txt {
            padding-left: 0px;
        }

        /*直接跟雙語老師互動學習*/
        .content2 h2 {
            font-size: 32px;
            margin: 20px auto 30px auto;
        }

        .content2::before {
            content: '';
            position: absolute;
            width: 220px;
            height: 217px;
            background-image: url(../images/d-pattern-01.svg);
            top: 13%;
            left: -27%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .content2::after {
            content: '';
            position: absolute;
            width: 200px;
            height: 259px;
            background-image: url(../images/d-pattern-02.svg);
            bottom: 29%;
            right: -16%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .teacher-odd {
            margin: 0px auto 0px auto;
        }


        /*線上優勢*/
        .content3 {
            padding: 0 0 30px 0;
        }

        .content3 h2 {
            font-size: 32px;
            margin: 20px auto 20px auto;
        }

        .content3-shap img {
            width: 102%;
            max-width: none;
            margin-left: -0.5%;
        }

        .content3 p {
            max-width: 170px;
            font-size: 18px;
        }

        /*線上德語5大課程特色*/
        .content4 {
            padding: 30px 0 30px 0;
        }

        .content4 h2 {
            font-size: 32px;
            margin: 10px auto;
        }

        .content4 h3 {
            font-size: 16px;
        }

        .content4 .box {
            max-width: 250px;
            height: 500px;
            width: 100%;
        }

        .content4 p {
            width: 100%;
            height: 130px;
        }

    }



    /* ↓↓↓↓ 手機尺寸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: none;
            
        }

        img.banner002 {
            display: block;
            top: 5%;
            left: 2%;
            z-index: 5;
            width: 100%;
            height: auto;
        }

        .subtitle-area {
            top: 60%;
            left: 0;
            width: 300px;
            font-size: 17px;
            font-weight: 300;
            background-color: rgba(0,0,0,0.5);
        }

        .sub-title {
            color: #fff799;
            border-bottom: 1px solid #fff;
            padding-bottom: 12px;
            width: 270px;
            margin: 0 auto;
        }

        /*熱門德語主題新開課*/

        .content1 {
            padding: 30px 0px 0 0px;
        }

        .content1::before {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-01.png);
            background-size: cover;
            top: 7%;
            left: -8%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1::after {
            content: '';
            position: absolute;
            width: 250px;
            height: 211px;
            background-image: url(../images/b-pattern-02.png);
            bottom: 28%;
            right: -7%;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.6;
        }

        .content1 h1 {
            font-size: 28px;
        }

        .content1 .content1-sub {
            font-size: 18px;
            margin-bottom: 23%;
        }

        .topic-box-odd .topic-txt {
            position: absolute;
            top: -56px;
            left: 111px;
            width: 100px;
            height: 100px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 16px;
            font-size: 22px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 5px solid #f7f4eb;
        }

        .topic-box-even .topic-txt {
            position: absolute;
            top: -56px;
            left: 111px;
            width: 100px;
            height: 100px;
            text-align: center;
            background-color: #d1c0a5;
            border-radius: 50%;
            padding-top: 16px;
            font-size: 22px;
            font-weight: 600;
            color: #59493f;
            line-height: 1.3em;
            border: 5px solid #f7f4eb;
        }

        .btn-curriculum, .btn-curriculum2 {
            margin-bottom: 16%;
        }

        .txt-box-odd, .txt-box-even {
            top: 41%;
        }

        .txt-box-odd h3, .txt-box-even h3 {
            font-size: 24px;
        }

        .topic-box-odd img, .topic-box-even img {
            margin: 0px auto 20px auto;
            width: 280px;
            height: auto;
        }

        /*表單區*/

        .fill {
            padding: 10px;
        }

        .fill h2 {
            margin: 0px auto 30px auto;
            font-size: 28px;
        }

        .fill h2 .fa-star {
            font-size: 22px;
        }


        .fill .form-control {
            height: 45px;
            margin: 4% auto;
        }

        .fill_lable img {
            width: 100%;
            padding-top: 0px;
        }

        .fill-txt {
            padding-left: 0px;
        }

        /*直接跟雙語老師互動學習*/
        .content2 h2 {
            font-size: 28px;
            margin: 30px auto 30px auto;
        }

        .content2::before {
            content: '';
            position: absolute;
            width: 220px;
            height: 217px;
            background-image: url(../images/d-pattern-01.svg);
            top: 13%;
            left: -27%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .content2::after {
            content: '';
            position: absolute;
            width: 200px;
            height: 259px;
            background-image: url(../images/d-pattern-02.svg);
            bottom: 29%;
            right: -16%;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .teacher-odd {
            margin: 0px auto 0px auto;
        }


        /*線上優勢*/
        .content3 {
            padding: 0 0 30px 0;
        }

        .content3 h2 {
            font-size: 28px;
            margin: 20px auto 20px auto;
        }

        .content3 p {
            max-width: 150px;
            font-size: 16px;
        }

        /*線上德語5大課程特色*/

        .content4 {
            padding: 30px 0 30px 0;
        }

        .content4 h2 {
            font-size: 28px;
        }

        .content4 h3 {
            font-size: 16px;
        }

        .content4 .box {
            max-width: 250px;
            height: 500px;
            width: 100%;
        }

        .content4 p {
            width: 100%;
            height: 130px;
        }
    }
