﻿@charset "utf-8";



/* CSS Document */

body {
    background-repeat: repeat;
    font-family: "微軟正黑體", sans-serif;
    position: relative;
}




/* 這是設定所有放大縮小的物件是使用移動方式變化 */

* {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.NO {
    display: none;
}




/* wow進場後額外繼續輪播的動畫 */

.myAni {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .myAni.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .myAni.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .myAni.infinite.pulse {
        /*animation-delay: 2s;*/
        -webkit-animation-name: pulse !important;
        animation-name: pulse !important;
    }




/*表頭表尾 請勿------------------------------------砍*/

.top,
.footer {
    line-height: 0px;
    width: 100%;
}

.top,
.footer {
    z-index: 99;
    position: relative;
}

.width1280 {
    max-width: 1280px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}

.BRR {
    height: 1px;
}




/*BANNER*/

.banner {
    position: relative;
    overflow: hidden;
}

img.banner001 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.banner002 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

img.banner003 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

img.banner004 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

img.banner005 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

img.banner006 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}


.fill {
    -webkit-animation-delay: 2s;
    animation-delay: 0.6s;
}

img.banner001,
.banner002,
img.banner003,
img.banner004,
img.banner005,
img.banner006 {
    -webkit-animation-duration: 1.5s;
    /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
}

img.banner001,
.banner002,
img.banner003,
img.banner004,
img.banner005,
img.banner006 {
    position: absolute;
}





/*表單區*/

.fill {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 1;
    text-align: center;
    z-index: 100;
    background: #fffaf3;
    padding-bottom: 30px;
    padding-top: 30px;
}

.fill_lable {
    padding: 0.5% 3%;
    color: #535353;
}

.fill_form {
    padding: 0.8% 5%;
}

.fill h3 {
    color: #3bc2bc;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 10px auto;
}

.fill p {
    color: #535353;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.glyphicon {
    font-size: 30px;
    margin-left: 5px;
    color: #ffe329;
}

.fill .share {
    display: block;
    width: 280px;
    margin: 0 auto;
}

    .fill .share ul li {
        float: left;
        list-style: none;
        padding-left: 12px;
    }

.fill #sBut {
    display: block;
    max-width: 400px;
    height: auto;
    min-width: 280px;
    margin: 0 auto;
    width: 100%
}

.fill .go_button {
    -webkit-animation-duration: 2s;
    /* Chrome, Safari, Opera */
    animation-duration: 2s;
    max-width: 300px;
    height: auto;
    min-width: 150px;
    margin-top: 20px;
    padding-left: 12px;
    width: 64%;
    background-color: #3bc2bc;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 10px;
    margin: 20px auto 20px auto;
    -webkit-box-shadow: 0 6px 0 #2e9b96;
    box-shadow: 0 8px 0 #2e9b96;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .fill .go_button:hover {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }



.fill .statement {
    color: #535353;
    font-size: 18px;
}

    .fill .statement a {
        color: #3bc2bc;
    }

        .fill .statement a:hover {
            color: #535353;
        }

.fill .form-control {
    width: 92%;
    margin: 6px auto;
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #3bc2bc;
    border-radius: 0px;
    border-left: 10px solid #3bc2bc;
}

.icon4 {
    display: inline-block;
}


.padl5 {
    margin-left: 8px;
    margin-right: 8px;
}

.figure_bottom img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    /*max-width: 1920px;*/
}

.figure_left img {
    position: absolute;
    top: 13%;
    left: 0%;
    width: 12%;
    max-width: 260px;
}

.figure_right img {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 12%;
    max-width: 260px;
}


/*表單勾選區*/

.kind {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 2px;
    cursor: pointer;
    text-align: left;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
}

    .kind input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #d5d5d5;
}

.kind:hover input ~ .checkmark {
    background-color: #ccc;
}

.kind input:checked ~ .checkmark {
    background-color: #3bc2bc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.kind input:checked ~ .checkmark:after {
    display: block;
}

.kind .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chose {
    text-align: left;
    padding-left: 36px;
    font-size: 19px;
    color: #3bc2bc;
}




/*考檢定最高領5,000元獎學金*/

.scholarship {
    background-color: #e5e5e5;
    padding-bottom: 30px;
    background-size: cover;
}

    .scholarship h3 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin: 3% auto 1.5% auto;
        color: #3bc2bc;
    }

    .scholarship p {
        text-align: center;
        font-size: 28px;
        color: #535353;
        margin-bottom: 2%;
    }

.focus {
    font-weight: bold;
    color: #ec6941;
}

.scholarship h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto 20px auto;
    color: #663333;
}

table,
thead,
tbody {
    text-align: center;
}

    table > thead > tr > th {
        text-align: center;
    }


/*.scholarship_pc star*/

.scholarship_pc > .col-lg-12 > table {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 500;
}

.scholarship_pc > .col-lg-12 > .table-bordered > thead > tr > th,
.scholarship_pc > .col-lg-12 > .table-bordered > tbody > tr > th,
.scholarship_pc > .col-lg-12 > .table-bordered > tfoot > tr > th,
.scholarship_pc > .col-lg-12 > .table-bordered > thead > tr > td,
.scholarship_pc > .col-lg-12 > .table-bordered > tbody > tr > td,
.scholarship_pc > .col-lg-12 > .table-bordered > tfoot > tr > td {
    border: 2px solid #1c1c1c;
}

.scholarship_pc > .col-lg-12 > .table-striped > thead > tr {
    background-color: #f8be90;
    font-weight: 800;
    font-size: 24px;
}

.scholarship_pc > .col-lg-12 > .table-striped > tbody > tr:nth-child(1) {
    background-color: #fad3b4;
}

.scholarship_pc > .col-lg-12 > .table-striped > tbody > tr:nth-child(2) {
    background-color: #fad3b4;
}

.scholarship_pc > .col-lg-12 > .table-striped > tbody > tr:nth-child(3) {
    background-color: #fce9da;
}


/*.scholarship_pc end*/


/*.scholarship_mb star*/

.scholarship_box {
    padding-right: 15px;
    padding-left: 15px;
}

.scholarship_mb > .col-lg-12 > table {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 500;
}

.scholarship_mb > .col-lg-12 > .table-bordered > thead > tr > th,
.scholarship_mb > .col-lg-12 > .table-bordered > tbody > tr > th,
.scholarship_mb > .col-lg-12 > .table-bordered > tfoot > tr > th,
.scholarship_mb > .col-lg-12 > .table-bordered > thead > tr > td,
.scholarship_mb > .col-lg-12 > .table-bordered > tbody > tr > td,
.scholarship_mb > .col-lg-12 > .table-bordered > tfoot > tr > td {
    border: 2px solid #1c1c1c;
}

.scholarship_mb > .col-lg-12 > .table-striped > thead > tr {
    background-color: #f8be90;
    font-weight: 800;
    font-size: 24px;
}

.scholarship_mb > .col-lg-12 > .table-striped > tbody > tr > td:nth-child(1) {
    background-color: #fad3b4;
}

.scholarship_mb > .col-lg-12 > .table-striped > tbody > tr > td:nth-child(2) {
    background-color: #fad3b4;
}

.scholarship_mb > .col-lg-12 > .table-striped > tbody > tr > td:nth-child(2) {
    background-color: #fad3b4;
}

.scholarship_mb > .col-lg-12 > .table-striped > tbody > tr > td:last-of-type {
    background-color: #fce9da;
}




/*.scholarship_mb end*/

.apply a,
a:hover {
    text-decoration: none;
}

.apply_button {
    display: block;
    z-index: 10;
    width: 40%;
    max-width: 180px;
    height: auto;
    border-radius: 8px;
    margin: 20px auto 20px auto;
    padding: 10px 5px 10px 5px;
    background-color: #ec6941;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

    .apply_button:hover {
        background-color: #dd4618;
    }



/*TOPIK檢定各級說明*/

.topik {
    background-image: url(../images/topik_bg.jpg);
    background-repeat: repeat;
    padding-bottom: 80px;
}

    .topik h3 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin: 3% auto 1.5% auto;
        color: #3bc2bc;
    }


.topik_exam {
    text-align: center;
    font-size: 28px;
    color: #535353;
    margin-bottom: 2%;
}

.topik_text {
    padding-right: 12px;
}

.date {
    display: block;
    color: #ec6941;
    margin-top: 10px;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #3bc2bc;
}

    .panel-default > .panel-heading > a {
        text-decoration: none;
    }



.panel-body {
    padding: 25px;
    background-color: #d8f3f2;
}

    .panel-body img {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 226px;
    }

.topik_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.topik_level {
    font-size: 24px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
    color: #ffffff;
}

.ability {
    font-size: 20px;
    color: #ec6941;
    font-weight: bold;
}

.ability_explain {
    font-size: 20px;
    color: #535353;
}

.panel-group {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/*為什麼要選擇巨匠線上真人?*/

.contrast {
    background-color: #e5e5e5;
    padding-bottom: 40px;
}

    .contrast h3 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin: 3% auto 1.5% auto;
        color: #3bc2bc;
    }

.contrast_box {
    padding-right: 10px;
    padding-left: 10px;
}

.more_button {
    display: block;
    z-index: 10;
    width: 40%;
    max-width: 180px;
    height: auto;
    border-radius: 8px;
    margin: 20px auto 20px auto;
    padding: 10px 5px 10px 5px;
    background-color: #3bc2bc;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

    .more_button:hover {
        background-color: #2e9b96;
    }

.contrast_tb > .col-lg-12 > .table-striped > thead > tr {
    background-color: #3bc2bc;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
}

.contrast_tb > .col-lg-12 > table {
    color: #505050;
    font-size: 20px;
    font-weight: 500;
}

    .contrast_tb > .col-lg-12 > table > tbody > tr > td:nth-child(1) {
        vertical-align: middle;
    }

.contrast_tb > .col-lg-12 > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
}

.contrast_tb > .col-lg-12 > .table-striped > tbody > tr:nth-child(even) {
    background-color: #d8f3f2;
}


/*控制contrast圖片位置*/

.contrast_tb > .col-lg-12 > .table-striped > tbody > tr > td > .win {
    position: relative;
}

    .contrast_tb > .col-lg-12 > .table-striped > tbody > tr > td > .win > .win_pic {
        position: absolute;
        top: 0;
        right: 5%;
        max-width: 16%;
    }



/*線上真人家教學員見證分享*/

.witness {
    background-color: #ffffff;
    padding-bottom: 40px;
}

    .witness h3 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin: 3% auto 1.5% auto;
        color: #3bc2bc;
    }

.student {
    background-color: #fcebe4;
    margin: 20px 15px;
    padding: 8px 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.student_box {
    margin: 20px auto 5px auto;
    width: 80%;
    max-width: 580px;
}

.student p {
    flex-direction: row;
    justify-content: left;
    color: #535353;
    font-size: 18px;
    padding: 1% 2% 2% 0;
}

.student_text {
    margin: 20px auto 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.witness h4 {
    font-size: 40px;
    font-weight: bold;
    color: #f29a76;
}

.school {
    font-size: 28px;
    font-weight: 400;
}

.text_box {
    padding: 0;
}

    .text_box p {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }

    .text_box > li {
        margin-left: 20px;
        font-size: 18px;
    }

.learn_button {
    display: block;
    z-index: 10;
    width: 40%;
    max-width: 180px;
    height: auto;
    border-radius: 8px;
    margin: 20px auto 20px auto;
    padding: 10px 5px 10px 5px;
    background-color: #3bc2bc;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}










/*  ↓↓↓↓    螢幕尺寸大於1680時頁面顯示效果↓↓↓↓    */

@media (min-width: 1680px) {
    .BRR {
        display: none;
    }

    /*表單區*/
    .fill {
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 1;
        text-align: center;
        z-index: 100;
        background: #fffaf3;
        padding-bottom: 30px;
        padding-top: 50px;
    }

        .fill h3 {
            color: #3bc2bc;
            text-align: center;
            line-height: 44px;
            font-weight: bold;
            font-size: 40px;
            margin-bottom: 20px;
        }



    /*BANNER*/
    img.banner_big {
        width: 100%;
        max-width: 1920px;
        min-width: 735px;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 16%;
        z-index: 3;
        /*max-width: 790px;*/
        height: auto;
        width: 36vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 54.4%;
        left: 17.4%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 35vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 15px solid rgba(214, 194, 164, 0.3);
        padding: 1vw 6vw 1vw 1vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 1.3vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 1.3vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 1vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: -10%;
        left: 56%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 27vw;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 46vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 15vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 55%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 20vw;
    }

    /* 檢定最高領5,000元獎學金*/
    .scholarship_pc {
        display: block;
    }

    .scholarship_mb {
        display: none;
    }
}





/*  ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 960 < x <1679 時,顯示效果↓↓↓↓    */

@media (max-width: 1679px) and (min-width: 960px) {
    .BRR {
        display: none;
    }

    /*表單區*/
    .fill {
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 1;
        text-align: center;
        z-index: 100;
        background: #fffaf3;
        padding-bottom: 30px;
    }

        .fill .statement {
            color: #59493f;
            line-height: 40px;
            font-size: 16px;
        }

            .fill .statement a {
                color: #3bc2bc;
                font-size: 16px;
            }

        .fill .go_button {
            -webkit-animation-duration: 2s;
            /* Chrome, Safari, Opera */
            animation-duration: 2s;
            max-width: 300px;
            height: auto;
            min-width: 150px;
            margin-top: 20px;
            padding-left: 12px;
            width: 64%;
            background-color: #3bc2bc;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            padding: 8px 10px;
            margin: 20px auto 20px auto;
        }
    /*BANNER*/
    img.banner_big {
        width: 100%;
        max-width: 1920px;
        min-width: 735px;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 16%;
        left: 15%;
        z-index: 3;
        max-width: 790px;
        height: auto;
        width: 40vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 54.4%;
        left: 17.4%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 35vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 15px solid rgba(214, 194, 164, 0.3);
        padding: 1vw 6vw 1vw 1vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 1.3vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 1.3vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 1vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: -10%;
        left: 56%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 27vw;
    }

    img.banner004 {
        display: block;
        bottom: 0%;
        right: 0%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 46vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 15vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 55%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 20vw;
    }
    /* 檢定最高領5,000元獎學金*/
    .scholarship_pc {
        display: block;
    }

    .scholarship_mb {
        display: none;
    }
}




/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 768 < x <959 時,顯示效果 ↓↓↓↓  */

@media (max-width: 959px) and (min-width: 768px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        max-width: 960px;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 4%;
        z-index: 5;
        max-width: 790px;
        height: auto;
        width: 66vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 33.4%;
        left: 7%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 56vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 12px solid rgba(214, 194, 164, 0.3);
        padding: 1.5vw 1.4vw 1.5vw 1.8vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 2.5vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 2.5vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 2vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: -13px;
        left: 55%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 49vw;
    }

    img.banner004 {
        display: block;
        bottom: -7%;
        right: -32.5%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 97.2vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 29vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 72%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 42vw;
    }

    /*表單*/
    .fill_lable {
        padding: 0.5% 14%;
    }

    .fill p {
        color: #ec6941;
    }

    /*考檢定最高領5,000元獎學金*/
    .scholarship {
        background-color: #e5e5e5;
        padding-bottom: 60px;
    }

    .scholarship_pc {
        display: none;
    }

    .scholarship_mb {
        display: block;
    }


    /*TOPIK檢定各級說明*/
    .ability_explain {
        font-size: 18px;
    }

    .topik_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
}




/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 767 < x <481 時,顯示效果 ↓↓↓↓  */

@media (max-width: 767px) and (min-width: 481px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        max-width: 960px;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 4%;
        z-index: 5;
        max-width: 790px;
        height: auto;
        width: 66vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 32.4%;
        left: 5%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 56vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 12px solid rgba(214, 194, 164, 0.3);
        padding: 1.5vw 1.0vw 1.5vw 1.8vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 2.5vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 2.5vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 2vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: -19px;
        left: 53%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 49vw;
    }

    img.banner004 {
        display: block;
        bottom: -7%;
        right: -32.5%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 97.2vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 29vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 72%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 42vw;
    }

    /*表單*/
    .fill_lable {
        padding: 0.5% 13%;
    }

    .fill p {
        color: #ec6941;
    }

    /*考檢定最高領5,000元獎學金*/
    .scholarship {
        background-color: #e5e5e5;
        padding-bottom: 60px;
    }

    .scholarship_pc {
        display: none;
    }

    .scholarship_mb {
        display: block;
    }

    .figure_left img {
        display: none;
    }

    .figure_right img {
        display: none;
    }

    /*TOPIK檢定各級說明*/
    .topik_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }



    /*為什麼要選擇巨匠線上真人?*/
    .contrast_tb > .col-lg-12 > .table-striped > tbody > tr > td > .win > .win_pic {
        position: static;
        top: 0;
        right: 8%;
        max-width: 16%;
        display: block;
        margin: 0 auto;
        max-width: 54px;
        width: 30%;
    }

    /*線上真人家教學員見證分享*/
    .student_02 {
        display: flex;
        flex-direction: column-reverse;
    }
}




/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 480 < x <300 時,顯示效果 ↓↓↓↓  */

@media (max-width: 480px) and (min-width: 300px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        max-width: 960px;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 3%;
        z-index: 5;
        max-width: 790px;
        height: auto;
        width: 71vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 29.4%;
        left: 5%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 58vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 9px solid rgba(214, 194, 164, 0.3);
        padding: 1.5vw 1.5vw 1.5vw 2vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 3.8vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 3.7vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 2vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: -9px;
        left: 54%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 52vw;
    }

    img.banner004 {
        display: block;
        bottom: -7%;
        right: -34.5%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 94.2vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 29vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 74%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 45vw;
    }
    /*表單*/
    .fill h3 {
        font-size: 28px;
    }

    .fill p {
        font-size: 21px;
        padding: 5px;
        color: #ec6941;
    }

    .figure_left img {
        display: none;
    }

    .figure_right img {
        display: none;
    }
    /*表單勾選區*/
    .kind {
        font-size: 15px;
        padding-left: 22px;
    }

    .checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
    }

    .kind .checkmark:after {
        left: 5px;
        top: 1px;
        width: 7px;
        height: 14px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .chose {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .fill_lable {
        padding: 0.5% 2%;
    }

    .fill .go_button {
        font-size: 20px;
    }

    /*考檢定最高領5,000元獎學金*/
    .scholarship {
        background-color: #e5e5e5;
        padding-bottom: 20px;
    }

    .scholarship_pc {
        display: none;
    }

    .scholarship_mb {
        display: block;
    }

    .scholarship h3 {
        font-size: 28px;
        margin: 8% auto 3% auto;
    }

    .scholarship p {
        font-size: 21px;
        margin-bottom: 7%;
    }

    .scholarship_mb > .col-lg-12 > table {
        font-size: 18px;
    }

    .apply_button {
        font-size: 20px;
    }


    /*TOPIK檢定各級說明*/
    .topik h3 {
        font-size: 28px;
        margin: 8% auto 3% auto;
    }

    .topik_exam {
        font-size: 21px;
        margin-bottom: 7%;
    }

    .topik_level {
        font-size: 22px;
    }

    /*TOPIK檢定各級說明*/
    .topik_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    /*為什麼要選擇巨匠線上真人?*/
    .contrast_tb > .col-lg-12 > .table-striped > tbody > tr > td > .win > .win_pic {
        position: static;
        top: 0;
        right: 8%;
        max-width: 16%;
        display: block;
        margin: 0 auto;
        max-width: 54px;
        width: 30%;
    }

    .contrast h3 {
        font-size: 28px;
        margin: 8% auto 3% auto;
    }

    .contrast_tb > .col-lg-12 > table {
        font-size: 16px;
    }

    .contrast_tb > .col-lg-12 > .table-striped > thead > tr {
        font-size: 20px;
    }

    /*線上真人家教學員見證分享*/
    .witness h3 {
        font-size: 28px;
        margin: 8% auto 3% auto;
    }

    .witness h4 {
        font-size: 32px;
    }

    .school {
        font-size: 20px;
    }

    .student_text {
        margin: 5px auto 15px auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .text_box > li {
        margin-left: 18px;
        font-size: 16px;
    }

    .student_box {
        width: 80%;
    }

    .student p {
        font-size: 16px;
    }

    .student_02 {
        display: flex;
        flex-direction: column-reverse;
    }

    .more_button {
        font-size: 20px;
    }

    .learn_button {
        font-size: 20px;
    }
}




/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸小於300 時,顯示效果 ↓↓↓↓  */

@media (max-width: 300px) {

    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        max-width: 960px;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 3%;
        left: 3%;
        z-index: 5;
        max-width: 790px;
        height: auto;
        width: 70vw;
    }

    .banner002 {
        position: absolute;
        display: block;
        top: 28.4%;
        left: 5%;
        z-index: 3;
        max-width: 860px;
        height: auto;
        width: 58vw;
        text-align: left;
        background-color: rgba(214, 194, 164, 0.3);
        border: 9px solid rgba(214, 194, 164, 0.3);
        padding: 1.5vw 1.5vw 1.5vw 2vw;
    }

        .banner002 .why {
            color: #3a6098;
            font-size: 3.8vw;
            font-weight: bold;
        }

        .banner002 .say {
            color: #313131;
            font-size: 3.8vw;
        }

        .banner002 .note {
            color: #313131;
            font-size: 2vw;
        }


        .banner002::-moz-selection {
            background: #ff7e83;
            color: #fff;
            text-shadow: none;
        }

    ::selection {
        background: #3bc2bc;
        color: #fff;
        text-shadow: none;
    }

    img.banner003 {
        display: block;
        bottom: 0px;
        left: 52%;
        z-index: 5;
        max-width: 540px;
        height: auto;
        width: 52vw;
    }

    img.banner004 {
        display: block;
        bottom: -8%;
        right: -29.5%;
        z-index: 4;
        max-width: 900px;
        height: auto;
        width: 94.2vw;
    }

    img.banner005 {
        display: block;
        bottom: 0%;
        left: 0%;
        z-index: 3;
        max-width: 270px;
        height: auto;
        width: 29vw;
    }

    img.banner006 {
        display: block;
        top: 0%;
        left: 74%;
        z-index: 3;
        max-width: 388px;
        height: auto;
        width: 45vw;
    }
    /*表單*/
    .figure_left img {
        display: none;
    }

    .figure_right img {
        display: none;
    }

    .fill p {
        color: #ec6941;
    }

    /*考檢定最高領5,000元獎學金*/
    .scholarship {
        background-color: #e5e5e5;
        padding-bottom: 60px;
    }

    .scholarship_pc {
        display: none;
    }

    .scholarship_mb {
        display: block;
    }

    /*TOPIK檢定各級說明*/
    .topik_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    /*為什麼要選擇巨匠線上真人?*/
    .contrast_tb > .col-lg-12 > .table-striped > tbody > tr > td > .win > .win_pic {
        position: static;
        top: 0;
        right: 8%;
        max-width: 16%;
        display: block;
        margin: 0 auto;
        max-width: 54px;
        width: 30%;
    }

    /*手機板的FOOTER------別刪除*/
    .FOOTER_frame {
        height: 450px;
    }
}

@media (max-width: 991px) {
    /*特別的media size*/
    /*線上真人家教學員見證分享*/
    .student_01 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student_box {
        margin: 20px auto 5px auto;
        width: 60%;
        max-width: 580px;
    }

    .student_02 {
        display: flex;
        flex-direction: column-reverse;
    }
}







/*========================================================*/

@media only screen and (max-width: 1280px) {
}




/*↓↓↓↓ *螢幕尺寸【大於於】768時頁面顯示效果 ↓↓↓↓ */

@media (max-width: 768px) {
}




/*↓↓↓↓  螢幕尺寸【大於】481時頁面顯示效果  ↓↓↓↓ */

@media (min-width: 481px) {
}





/*↓↓↓↓  螢幕尺寸【小於】480時頁面顯示效果  ↓↓↓↓ */

@media (max-width: 480px) {
}




/*↓↓↓↓ 螢幕尺寸【大於】1024時頁面顯示效果  ↓↓↓↓ */

@media (min-width:1024px) {
}




/*  ↓↓↓↓ 螢幕尺寸【小於】1024時頁面顯示效果    ↓↓↓↓ */

@media (max-width: 1023px) {
}

@media only screen and (max-width: 1280px) {
}
