﻿@charset "utf-8";
/* CSS Document */
body {
    background-repeat: repeat;
    font-family: Arial,"Microsoft YaHei","Microsoft JhengHei",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;
    }


/*  youtube嵌入影片RWD */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 9% 0;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

img.banner001, img.banner002 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.banner .top-box {
    width: 100vw;
    height: auto;
    padding: 0.5% 0;
    padding-bottom: 1%;
    background-color: #c4dba3;
}


/*表單區*/
.fill {
    position: relative;
    margin: 0 auto;
    padding-bottom: 6%;
    background-color: #c4dba3;
    background-color: #eeeeee;
}

    .fill .contene {
        width: 100%;
    }

    .fill .box {
        margin: 0;
        padding-top: 1%;
        border: 0;
        font: inherit;
        font-size: 100%;
        vertical-align: baseline;
        text-align: left;
    }

    .fill .list {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        vertical-align: baseline;
        text-align: left;
    }

    .fill #sBut {
        height: auto;
        margin: 0px auto;
        width: 100%;
        border: none;
        text-align: center;
        padding: 7px 0;
        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 {
        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-control {
        display: block;
        width: 100%;
        height: 54px;
        padding: 6px 12px;
        font-size: 18px;
        line-height: 1.42857143;
        color: #555;
        margin: 1% auto;
        background-color: #fffbf6;
        background-image: none;
        border: 0px solid #ccc;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.box img {
    max-width: 570px;
    width: 94%;
    height: auto;
}

.fill h1 {
    color: #193651;
    font-size: 40px;
    padding: 50px 8px 30px 8px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

.focus1 {
    color: #7aa5fa;
}


/*會話不用特地練，法語突飛猛進*/
.content1 {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 4%;
    background: url(../images/c-bg.png)top center repeat;
}

    .content1 h2 {
        font-size: 40px;
        color: #193651;
        text-align: center;
        line-height: 22px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 50px auto;
        padding-top: 1%;
        background-repeat: no-repeat;
        background-position: left;
    }

    .content1 p {
        font-size: 22px;
        line-height: 22px;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        margin: 7% 1%;
    }

.travelfr {
    text-align: center;
}

.fa-check-square {
    margin-right: 1%;
    color: #99bbff;
}



/*零基礎也保證學得會！*/
.content2 {
    margin: 0 auto;
    padding: 1% 5% 6% 5%;
    background: url(../images/d-bg.png) center bottom no-repeat;
    background-size: contain;
    background-color: #eeeeee;
}

    .content2 .upper, .fill .upper {
        padding: 1% 0;
    }

        .content2 h2, .fill .upper h2, .banner h1 {
            font-size: 38px;
            font-weight: bold;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 1% auto;
        }

/*.content2 p, .fill .top p, .banner p {
            font-size: 22px;
            color: #353535;
            text-align: center;
            letter-spacing: 0.15em;
            margin: 0% auto;
            padding: 20px 0 20px 0;
        }*/

.note {
    text-align: center;
    padding: 1%;
}

.note-text {
    display: inline-block;
    margin: 0 auto 22px;
    text-align: center;
    border: 2px solid #7aa5fa;
    color: #7aa5fa;
    border-radius: 40px;
    font-size: 140%;
    font-weight: 500;
    height: 40px;
    line-height: 35px;
    position: relative;
    padding: 0 20px;
}

    .note-text::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #eeeeee;
        border-color: #7aa5fa;
        border-style: solid;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-width: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
        -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
        transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
        bottom: -6.5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        line-height: 0;
    }

.fa-hand-point-down {
    margin-right: 5px;
}



/*翻牌特效*/
.fliparea {
    margin: 0 auto;
    text-align: center;
}

.card {
    margin: 20px;
    display: inline-block;
}
/*左翻牌*/
.card-left {
    width: 560px;
    height: 310px;
}

.front-left img {
    width: 560px;
    height: 320px;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.front-left p {
    position: absolute;
    margin: 0 auto;
    padding: 2%;
    bottom: 0;
    left: 0%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.back-left {
    width: 560px;
    height: 320px;
    padding: 10% 5%;
    background-color: #ffffff;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

    .back-left h3 {
        font-size: 2.2em;
        color: #7aa5fa;
        line-height: 1.5em;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
        letter-spacing: 0.25em;
        border-bottom: 1px solid #3c3c3c;
    }

    .back-left p {
        font-size: 1.6em;
        line-height: 1.8em;
        text-align: left;
        color: #3c3c3c;
    }

/*右翻牌*/
.card-right {
    width: 560px;
    height: 670px;
}

.front-right img {
    width: 560px;
    height: 670px;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.front-right p {
    position: absolute;
    margin: 0 auto;
    padding: 2%;
    bottom: 0;
    left: 0%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.back-right {
    width: 560px;
    height: 670px;
    padding: 34% 5%;
    background-color: #ffffff;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

    .back-right h3 {
        font-size: 2.2em;
        color: #7aa5fa;
        line-height: 1.5em;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
        letter-spacing: 0.25em;
        border-bottom: 1px solid #3c3c3c;
    }

    .back-right p {
        font-size: 1.6em;
        line-height: 1.8em;
        text-align: left;
        color: #3c3c3c;
    }




/*今天的你想和老師聊什麼?*/

.content3 {
    padding: 10px;
    background-color: #ffffff;
}

.learnfr {
    text-align: center;
    margin: 20px auto;
}

    .learnfr img {
        max-width: 300px;
        height: auto;
        padding-top: 20px;
    }

.frarea {
    margin: 0 auto;
    padding: 15px 46px;
    text-align: center;
    width: 350px;
    height: 560px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.content3 h2, .fill .upper h2 {
    font-size: 40px;
    font-weight: bold;
    color: #193651;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 50px 10px 60px 10px;
}

.content3 h3 {
    padding: 10px 0;
    font-size: 24px;
    color: #59493f;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
}

.content3 p {
    font-size: 19px;
    color: #626262;
    text-align: center;
    line-height: 1.5em;
}



/* 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(0, 0, 0, 0.27);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #7aa5fa;
    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: #193651;
        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);
        }



/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1921px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 50.5%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 58.5%;
        left: 60.5%;
        z-index: 5;
        width: 23%;
        height: auto;
    }

    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 3%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 40px;
            color: #193651;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1%;
        }

    .ct1figure {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 200px;
            width: 100%;
            left: 17%;
            top: 14%;
        }

    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0 14%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto;
        padding: 15px 46px;
        text-align: center;
        width: 320px;
        height: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 40px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 40px 10px 60px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8%;
    }
}



/*	↓↓↓↓	螢幕尺寸大於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.banner001 {
        display: block;
        top: 4%;
        left: 50.5%;
        z-index: 5;
        width: 39%;
        max-width: 772px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 58.5%;
        left: 60.5%;
        z-index: 5;
        width: 23%;
        max-width: 552px;
        height: auto;
    }



    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 40px;
            color: #193651;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1%;
        }

    .ct1figure {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 200px;
            width: 100%;
            left: 17%;
            top: 14%;
        }


    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 8%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto;
        padding: 15px 46px;
        text-align: center;
        width: 300px;
        height: 300px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 40px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 50px 10px 60px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1440px) and (max-width:1679px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
        display: block;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 50.5%;
        z-index: 5;
        width: 41%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 60.5%;
        left: 60.5%;
        z-index: 5;
        width: 25%;
        max-width: 552px;
        height: auto;
    }



    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 40px;
            color: #193651;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1%;
        }

    .ct1figure {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 200px;
            width: 100%;
            left: 17%;
            top: 14%;
        }

    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 6%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto;
        padding: 15px 46px;
        text-align: center;
        width: 300px;
        height: 300px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 40px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 50px 10px 60px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}


/*	↓↓↓↓	ipad 橫向 w1024 ↓↓↓↓	 */
@media (min-width: 1024px) and (max-width:1439px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
        display: block;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 50.5%;
        z-index: 5;
        width: 41%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 60.5%;
        left: 60.5%;
        z-index: 5;
        width: 25%;
        max-width: 552px;
        height: auto;
    }

    /*表單*/

    .fill .box {
        margin: 0;
        padding-top: 9%;
        padding: 8% 3%;
    }

    img.gift {
        width: 102%;
        height: auto;
    }

    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 40px;
            color: #193651;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1%;
        }

    .ct1figure {
        position: relative;
        width: 280px;
        height: 280px;
        border-radius: 140px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 190px;
            width: 100%;
            left: 17%;
            top: 14%;
        }


    /*零基礎也保證學得會！*/

    .content2 {
        margin: 0 auto;
        padding: 2% 5% 20% 5%;
        background-size: inherit;
    }

        .content2 h2, .fill .upper h2 {
            font-size: 35px;
            text-align: center;
            letter-spacing: 0.05em;
            margin: 4% auto;
        }

    /*左翻牌*/
    .card-left {
        width: 460px;
        height: auto;
    }

    .front-left img {
        width: 458px;
        height: 261px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-left p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-left {
        width: 458px;
        height: 261px;
        padding: 11% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-left h3 {
            font-size: 1.6em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 20px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.2em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-left p {
            font-size: 1.3em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 10px;
        }

    /*右翻牌*/
    .card-right {
        width: 460px;
        height: auto;
    }

    .front-right img {
        width: 458px;
        height: 547px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-right p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-right {
        width: 458px;
        height: 547px;
        padding: 37% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-right h3 {
            font-size: 1.6em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 20px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.2em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-right p {
            font-size: 1.3em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 10px;
        }


    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 2%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto;
        padding: 15px 46px;
        text-align: center;
        width: 320px;
        height: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 40px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 50px 10px 60px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}

/*	↓↓↓↓	ipad 直向 w768 ↓↓↓↓	 */
@media (min-width: 768px) and (max-width:1023px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 33.5%;
        z-index: 5;
        width: 65%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 40.5%;
        left: 48.5%;
        z-index: 5;
        width: 43%;
        max-width: 552px;
        height: auto;
    }

    /*表單*/
    .fill h1 {
        font-size: 38px;
        padding: 50px 8px 30px 8px;
        margin: 0;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    .fill .box {
        margin: 0;
        padding-top: 9%;
        padding: 8% 3%;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }

    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 40px;
            color: #193651;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1%;
        }

    .ct1figure {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 200px;
            width: 100%;
            left: 17%;
            top: 14%;
        }

    /*零基礎也保證學得會！*/
    .content2 .upper, .fill .upper {
        padding: 3% 0;
    }

    .tab-tex {
        width: 71%;
        left: 0;
        right: 0;
        bottom: 11%;
        padding: 8px 23px 0px 20px;
    }

    .video-container {
        position: relative;
        height: 0;
    }

    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 1% 3%;
        text-align: center;
        width: 100%;
    }


    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 2%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto 0% auto;
        padding: 15px 46px;
        text-align: center;
        width: 320px;
        height: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 40px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 50px 10px 60px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 411px) and (max-width:767px) {
    .break767 {
        display: block;
    }
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 33.5%;
        z-index: 5;
        width: 65%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 40.5%;
        left: 48.5%;
        z-index: 5;
        width: 43%;
        max-width: 552px;
        height: auto;
    }

    /*表單*/


    img.gift {
        width: 100%;
        height: auto;
        padding: 0 4%;
        margin: 0 auto;
    }



    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 2% 3%;
        width: 100%;
        text-align: center;
    }

    .fill {
        padding-bottom: 10%;
    }

        .fill h1 {
            color: #193651;
            font-size: 35px;
            padding: 50px 8px 30px 8px;
            margin: 0;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0.1em;
            line-height: 1.4em;
        }


    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 35px;
            color: #193651;
            text-align: center;
            line-height: 1.4em;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 2%;
            padding-right: 2%;
        }

        .content1 p {
            font-size: 24px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1% 15% 1%;
        }

    .ct1figure {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 175px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 240px;
            width: 100%;
            left: 16%;
            top: 12%;
        }



    /*零基礎也保證學得會！*/

    .content2 {
        margin: 0 auto;
        padding: 2% 5% 20% 5%;
        background-size: inherit;
    }

        .content2 h2, .fill .upper h2 {
            font-size: 35px;
            text-align: center;
            letter-spacing: 0.05em;
            margin: 4% auto;
        }

    /*左翻牌*/
    .card-left {
        width: 328px;
        height: auto;
    }

    .front-left img {
        width: 330px;
        height: auto;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-left p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-left {
        width: 328px;
        height: 187px;
        padding: 3% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-left h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 20px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.25em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-left p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 10px;
        }

    /*右翻牌*/
    .card-right {
        width: 330px;
        height: auto;
    }

    .front-right img {
        width: 330px;
        height: auto;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-right p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-right {
        width: 328px;
        height: 392px;
        padding: 30% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-right h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 20px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.25em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-right p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 10px;
        }

    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 2%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto 0% auto;
        padding: 15px 46px;
        text-align: center;
        width: 340px;
        height: 340px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 35px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 30px 10px 30px 10px;
    }

    .content3 p {
        font-size: 26px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 321px) and (max-width:410px) {

    .break480 {
        display: block;
    }

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 3%;
        left: 32%;
        z-index: 5;
        width: 67%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 40.5%;
        left: 47.5%;
        z-index: 5;
        width: 45%;
        max-width: 552px;
        height: auto;
    }

    .banner .top-box {
        width: 100vw;
        height: auto;
        padding: 5% 0;
        padding-top: 2%;
        background-color: #fff;
    }

    /*表單*/

    .fill {
        padding-bottom: 10%;
    }

        .fill h1 {
            color: #193651;
            font-size: 32px;
            padding: 50px 8px 30px 8px;
            margin: 0;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0.1em;
            line-height: 1.4em;
        }

        .fill .box {
            margin: 0;
            padding-top: 0;
            padding: 3% 3%;
        }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }





    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 32px;
            color: #193651;
            text-align: center;
            line-height: 1.4em;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 2%;
            padding-right: 2%;
        }

        .content1 p {
            font-size: 22px;
            line-height: 24px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1% 15% 1%;
        }

    .ct1figure {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 200px;
            width: 100%;
            left: 17%;
            top: 13%;
        }






    /*零基礎也保證學得會！*/

    .content2 {
        margin: 0 auto;
        padding: 10% 5% 20% 5%;
        background-size: inherit;
    }

        .content2 h2, .fill .upper h2 {
            font-size: 32px;
            text-align: center;
            letter-spacing: 0.05em;
            margin: 5% auto;
        }

    /*左翻牌*/
    .card {
        margin: 8px;
    }

    .card-left {
        width: 272px;
        height: auto;
    }

    .front-left img {
        width: 272px;
        height: 155px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-left p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.5em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-left {
        width: 272px;
        height: 155px;
        padding: 2% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-left h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 10px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.15em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-left p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 0px;
        }

    /*右翻牌*/
    .card-right {
        width: 272px;
        height: auto;
    }

    .front-right img {
        width: 272px;
        height: 323px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-right p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-right {
        width: 272px;
        height: 323px;
        padding: 26% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-right h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 10px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.15em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-right p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 0px;
        }

    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 2%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto 0% auto;
        padding: 15px 46px;
        text-align: center;
        width: 290px;
        height: 290px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 32px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 30px 10px 30px 10px;
        line-height: 1.4em;
    }

    .content3 p {
        font-size: 24px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {

    .break320 {
        display: block;
    }

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    img.banner001 {
        display: block;
        top: 3%;
        left: 32.5%;
        z-index: 5;
        width: 67%;
        max-width: 860px;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 39.5%;
        left: 47.5%;
        z-index: 5;
        width: 46%;
        max-width: 552px;
        height: auto;
    }

    /*表單*/


    .fill {
        padding-bottom: 10%;
    }

        .fill h1 {
            color: #193651;
            font-size: 26px;
            padding: 50px 8px 30px 8px;
            margin: 0;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0.1em;
            line-height: 1.5em;
        }

    img.gift {
        width: 100%;
        height: auto;
    }

    .fill .box {
        margin: 0;
        padding-top: 0;
        padding: 3% 3%;
    }



    /*會話不用特地練，法語突飛猛進*/
    .content1 {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff;
        padding-bottom: 4%;
        background: url(../images/c-bg.png)top center repeat;
    }

        .content1 h2 {
            font-size: 30px;
            color: #193651;
            text-align: center;
            line-height: 1.4em;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin: 50px auto;
            padding-top: 1%;
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 2%;
            padding-right: 2%;
        }

        .content1 p {
            font-size: 22px;
            line-height: 22px;
            color: #193651;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 7% 1% 15% 1%;
        }

    .ct1figure {
        position: relative;
        width: 270px;
        height: 270px;
        border-radius: 160px;
        background-color: #eeeeee;
        margin: 0 auto;
    }

        .ct1figure img {
            position: absolute;
            max-width: 180px;
            width: 100%;
            left: 17%;
            top: 13%;
        }






    /*零基礎也保證學得會！*/

    .content2 {
        margin: 0 auto;
        padding: 10% 4% 20% 4%;
        background-size: inherit;
    }

        .content2 h2, .fill .upper h2 {
            font-size: 30px;
            text-align: center;
            letter-spacing: 0.05em;
            margin: 4% auto;
            line-height: 1.4em;
        }

    .note-text {
        font-size: 110%;
    }


    /*左翻牌*/
    .card {
        margin: 8px;
    }

    .card-left {
        width: 270px;
        height: auto;
    }

    .front-left img {
        width: 270px;
        height: 153px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-left p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.5em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-left {
        width: 270px;
        height: 153px;
        padding: 2% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-left h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 10px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.15em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-left p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 0px;
        }

    /*右翻牌*/
    .card-right {
        width: 270px;
        height: auto;
    }

    .front-right img {
        width: 272px;
        height: 323px;
        border: 1px solid #3c3c3c;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    }

    .front-right p {
        position: absolute;
        margin: 0 auto;
        padding: 2%;
        bottom: 0;
        left: 0%;
        color: #ffffff;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .back-right {
        width: 270px;
        height: 321px;
        padding: 26% 5%;
        background-color: #ffffff;
        border: 1px solid #3c3c3c;
    }

        .back-right h3 {
            font-size: 1.4em;
            color: #7aa5fa;
            line-height: 1.5em;
            padding-bottom: 10px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0.15em;
            border-bottom: 1px solid #3c3c3c;
        }

        .back-right p {
            font-size: 1.2em;
            line-height: 1.6em;
            text-align: left;
            color: #3c3c3c;
            padding-top: 0px;
        }


    /*今天的你想和老師聊什麼?*/

    .content3 {
        padding: 10px;
    }

    .talkbox {
        padding: 0px 2%;
    }


    .learnfr {
        text-align: center;
        margin: 20px auto;
    }

        .learnfr img {
            max-width: 350px;
            height: auto;
            padding-top: 20px;
        }

    .frarea {
        margin: 0 auto 0% auto;
        padding: 15px 46px;
        text-align: center;
        width: 290px;
        height: 290px;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: 3px solid #7aa5fa;
        border-radius: 4px;
    }

    .content3 h2, .fill .upper h2 {
        font-size: 30px;
        font-weight: bold;
        color: #193651;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 20px 10px 20px 10px;
        line-height: 1.4em;
    }

    .content3 p {
        font-size: 24px;
        font-weight: bold;
        color: #7aa5fa;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.15em;
        padding: 8% 5%;
    }
}
