﻿@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, img.banner003 {
    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;
}

img.banner003 {
    -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
    animation-delay: 1.4s;
}


/*表單區*/
.fill {
    position: relative;
    margin: 0 auto;
    background-size: contain;
    background-color: #ceb378;
    text-align: center;
}



    .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;
        padding-top: 10px;
    }

    .fill #sBut {
        height: auto;
        margin: 0px auto;
        width: 100%;
        border: none;
        text-align: center;
        padding: 7px;
        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: #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: 576px;
    width: 95%;
    height: auto;
}

.txt-pattern {
    display: inline-block;
    max-width: 100px;
    height: auto;
    padding: 0px 10px 10px 10px;
}



/* 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(173, 36, 44, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ad242c;
    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: #6b0504;
        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);
        }




/*台灣人學韓語很占優勢*/
.content1 {
    margin: 0 auto;
    background: url(../images/c-bg.jpg) repeat;
    background-color: #ffffff;
}

.korean {
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: auto;
    background-color: rgba(255,255,255,0.8);
    border: 4px solid #fcba39;
    padding: 60px 40px 30px 40px;
}
/*ribbon*/
.ribbon-box {
    position: absolute;
    top: -78%;
    left: 33%;
}

.fa-star {
    color: #fff100;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 26px;
}

.ribbon-txt {
    width: 400px;
    height: 60px;
    margin: 100px auto 0px;
    position: relative;
    padding-top: 8px;
    color: #6b0504;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: #fcba39;
    z-index: 3;
}

.ribbon span {
    position: absolute;
}

    .ribbon span:first-child, .ribbon span:nth-child(2) {
        position: absolute;
        left: -20px;
        bottom: -20px;
        z-index: 2;
        border: 20px solid transparent;
        border-right-color: #043140;
    }

    .ribbon span:nth-child(4) {
        position: absolute;
        left: -21px;
        bottom: -20px;
        z-index: 2;
        border: 20px solid transparent;
        border-right-color: #b37e1f;
    }

    .ribbon span:nth-child(2) {
        left: auto;
        right: -22px;
        border-right-color: transparent;
        border-left-color: #b37e1f;
    }

    .ribbon span:nth-child(3), .ribbon span:last-child {
        width: 88px;
        bottom: -20px;
        left: -69px;
        position: absolute;
        z-index: 1;
        border: 30px solid #efa829;
        border-left-color: transparent;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .ribbon span:last-child {
        bottom: -20px;
        left: auto;
        right: -69px;
        border: 30px solid #efa829;
        border-right-color: transparent;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

.korean-txt p {
    font-size: 22px;
    color: #313131;
    text-align: justify;
}

/*--題目區--*/

.question_wraper {
    background-image: url(../images/b-bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

    .question_wraper h2 {
        text-align: center;
        line-height: 1.3em;
        font-size: 40px;
        font-weight: bold;
        margin: 50px auto;
        color: #5d2b08;
    }


.question_title {
    display: inline-block;
    width: 45%;
    max-width: 370px;
    margin: 0 auto;
}

.question_area {
    margin: 4% auto;
}

.focus {
    color: #eb6877;
}


.focus2 {
    font-size: 52px;
    color: #5d2b08;
    animation: focus2flash 1.2s infinite;
    -webkit-animation: focus2flash 1.2s infinite;
    -moz-animation: focus2flash 1.2s infinite;
    -o-animation: focus2flash 1.2s infinite;
}

@keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-webkit-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-moz-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

@-o-keyframes focus2flash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #eb6877;
    }
}

/*tab 樣式*/
.nav-tabs > li > a {
    color: #313131;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    height: 50px;
}

    .nav-tabs > li > a:hover {
        border-bottom: 1px solid #ffffff;
    }

.nav-tabs > li.active > a {
    font-size: 18px;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
    }



        .nav-tabs > li > a:hover {
            border-color: #eee #eee #eee;
            border-top: 5px solid #d2d2d2;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #5d2b08;
            cursor: default;
            background-color: #fcba39;
            border: 1px solid #fcba39;
            border-bottom-color: transparent;
            border-top: 5px solid #6b0504;
        }

.tab-content {
    background-color: #ffffff;
}


/*題目*/
.topic1_area {
    padding-top: 4%;
    padding-bottom: 2%;
    background-color: #fcba39;
}

    .topic1_area p {
        font-size: 20px;
        color: #313131;
        margin: 10px auto;
    }

.topic1 {
    text-align: center;
    margin: 10px auto 30px auto;
}

.topic_pic {
    max-width: 300px;
    width: 100%;
}


.play_button {
    font-size: 43px;
    color: #6b0504;
}

    .play_button:hover {
        -webkit-filter: drop-shadow(6px 6px 12px rgba(107,5,4,0.28));
        filter: drop-shadow(2px 3px 0px rgba(107,5,4,0.28));
    }

.note {
    color: #ff6647;
}



.necessary-pic, .food-pic, .character-pic, .decoration-pic, .mood-pic {
    max-width: 200px;
    width: 100%;
    heightLauto;
    border-radius: 10px;
}






.new {
    font-size: 16px;
    color: #ff6647;
    animation: newflash 1.2s infinite;
    -webkit-animation: newflash 1.2s infinite;
    -moz-animation: newflash 1.2s infinite;
    -o-animation: newflash 1.2s infinite;
}

@keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-webkit-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-moz-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}

@-o-keyframes newflash {
    0%, 50% {
        color: inherit;
    }

    50.1%, 100% {
        color: #f8b551;
    }
}



/* 系統韓文課程介紹 */
.content2 {
    margin: 0 auto;
    background-color: #539067;
}

.level-box {
    padding: 0 14%;
}

.level-item {
    position: relative;
    width: 220px;
    height: 300px;
    border-radius: 15px;
    margin: 40px auto 10px auto;
    border-radius: 10px;
    border: 3px solid #1e1e1e;
    padding: 30px 15px;
}

.item-sort {
    position: absolute;
    top: -40px;
    left: 68px;
    width: 80px;
    height: 80px;
    border: 3px solid #1e1e1e;
    border-radius: 100%;
    text-align: center;
    padding: 26px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.item-sort1 {
    background-color: #0068b7;
}

.item-sort2 {
    background-color: #db224e;
}

.level-item h4 {
    display: inline-block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    max-width: 180px;
    padding: 10px 0;
    font-weight: 600;
    margin: 30px auto 20px auto;
}

.level-item p {
    color: #1e1e1e;
    text-align: justify;
    padding: 0;
    line-height: 1.5em;
    font-size: 18px;
    margin: 10px auto;
}

.vl-1 {
    background-color: #e5f0f8;
}

.vl-2 {
    background-color: #fbe8ed;
}

.vl-1 h4 {
    color: #0068b7;
    border-bottom: 4px solid #0068b7;
}

.vl-2 h4 {
    color: #db224e;
    border-bottom: 4px solid #db224e;
}


/*.box-inner {
    position: relative;
}*/


/*線上優勢介紹*/
.content3 {
    margin: 0 auto;
    background-color: #fff;
}

.advantage-box {
    padding: 0 14%;
}


.advantage-item {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    margin: 20px auto 20px auto;
    border-radius: 10px;
    padding: 30px 15px;
    background-color: #e6e6e6;
    text-align: center;
}

    .advantage-item img {
        width: 80px;
        height: auto;
        margin: 0 auto;
    }

    .advantage-item p {
        color: #262626;
        text-align: center;
        padding: 0;
        line-height: 1.4em;
        font-size: 20px;
        font-weight: 500;
        margin: 10px auto;
    }


/*檢定輔導班建議*/
.suggest-box {
    display: block;
    max-width: 1200px;
    height: auto;
    background-color: #fbf8e9;
    border: 3px solid #1e1e1e;
    padding: 50px 20px;
    margin-top: 60px;
}

    .suggest-box h3 {
        display: inline-block;
        font-size: 40px;
        color: #0068b7;
        text-align: center;
        line-height: 1.4em;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0px auto 50px auto;
    }

ul.suggest-list {
    list-style-type: none;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: justify;
}



    ul.suggest-list > li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f02c";
        color: #0068b7;
        font-size: 16px;
        margin-right: 5px;
    }


/* Bounce To Right 03*/
.getfill-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 104, 183, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #0068b7;
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

    .getfill-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00508d;
        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;
    }

    .getfill-button:hover, .getfill-button:focus, .getfill-button:active {
        color: #ffffff;
    }

        .getfill-button:hover:before, .getfill-button:focus:before, .getfill-button: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.banner_min_410 {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 18%;
        left: 27%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 54%;
        left: 23%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner003 {
        display: none;
    }
}



/*	↓↓↓↓	螢幕尺寸大於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: 18%;
        left: 27%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 54%;
        left: 23%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner003 {
        display: none;
    }



    /*系統韓文課程介紹  */

    .level-box {
        padding: 0 5%;
    }
}

/*	↓↓↓↓	螢幕尺寸大於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: 18%;
        left: 27%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 54%;
        left: 23%;
        z-index: 5;
        width: 58%;
        height: auto;
    }

    img.banner003 {
        display: none;
    }


    /*系統韓文課程介紹  */
    .level-box {
        padding: 0 0;
    }
}


/*	↓↓↓↓	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: 19%;
        left: 16%;
        z-index: 5;
        width: 68%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 55.5%;
        left: 21%;
        z-index: 5;
        width: 60%;
        height: auto;
    }



    /*表單區*/

    .fill .box {
        margin: 0;
        padding-top: 9%;
        padding: 3% 3%;
    }

    img.gift {
        width: 102%;
        height: auto;
    }


    /*台灣人學韓語很占優勢*/

    .ribbon-box {
        position: absolute;
        top: -75%;
        left: 33%;
    }


    .korean {
        max-width: 1200px;
        height: auto;
        padding: 60px 40px 40px 40px;
    }



    /*系統韓文課程介紹 */

    .level-box {
        padding: 0 0;
    }
}



/*	↓↓↓↓	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: 19%;
        left: 16%;
        z-index: 5;
        width: 68%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 55.5%;
        left: 21%;
        z-index: 5;
        width: 60%;
        height: auto;
    }



    /*表單區*/

    .fill h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 1% 3%;
        text-align: center;
        width: 100%;
    }


    /*台灣人學韓語很占優勢*/

    .ribbon-box {
        position: absolute;
        top: -75%;
        left: 29%;
    }

    .korean {
        max-width: 990px;
        height: auto;
        padding: 60px 40px 40px 40px;
    }



    /*系統韓文課程介紹 */

    .level-box {
        padding: 0 14%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }
}

/*	↓↓↓↓	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: 19%;
        left: 16%;
        z-index: 5;
        width: 68%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 55.5%;
        left: 21%;
        z-index: 5;
        width: 60%;
        height: auto;
    }


    /*表單區*/


    .fill h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .fill .box {
        margin: 0 auto;
        padding-top: 0;
        padding: 1% 3%;
        text-align: center;
        width: 100%;
    }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }


    /*台灣人學韓語很占優勢*/

    .ribbon-box {
        position: absolute;
        top: -64%;
        left: 24%;
    }

    .korean {
        max-width: 1000px;
        height: auto;
        padding: 60px 40px 40px 40px;
    }

    .korean-txt p {
        font-size: 22px;
    }


    /*系統韓文課程介紹 */


    .level-box {
        padding: 0 3%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }
}

/* ↓↓↓↓ 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;
    }

    img.banner001 {
        display: block;
        top: 22%;
        left: 8%;
        z-index: 5;
        width: 86%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 61%;
        left: 11%;
        z-index: 5;
        width: 76%;
        height: auto;
    }





    /*表單區*/
    .fill {
        background-size: 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 h1 {
        font-size: 30px;
    }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .fill h3 {
        font-size: 22px;
        padding: 0px 8px 40px 8px;
    }


    /*台灣人學韓語很占優勢*/

    .ribbon-box {
        position: absolute;
        top: -56%;
        left: 11%;
    }

    .ribbon-txt {
        width: 290px;
        height: 60px;
        margin: 100px auto 0px;
        position: relative;
        padding-top: 12px;
        font-size: 27px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        /* background: #62bff8; */
        z-index: 3;
    }

    .ribbon span:nth-child(3), .ribbon span:last-child {
        width: 60px;
        bottom: -20px;
        left: -42px;
        position: absolute;
        z-index: 1;
        /* border: 30px solid #3caff6; */
        border-left-color: transparent;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .ribbon span:last-child {
        bottom: -20px;
        left: auto;
        right: -42px;
        border: 30px solid #efa829;
        border-right-color: transparent;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .korean {
        max-width: 380px;
        height: auto;
        padding: 40px 20px 30px 20px;
    }

    .korean-txt p {
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0.02em;
    }

    .question_wraper {
        padding-left: 5%;
        padding-right: 5%;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 20px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 18px;
        font-weight: bold;
    }

    .question_area {
        background: url();
        background-repeat: repeat;
    }



    /*系統韓文課程介紹*/


    .level-box {
        padding: 0 3%;
    }

    .level-item {
        margin: 30px auto 30px auto;
    }

    /*檢定輔導班建議*/

    ul.suggest-list {
        font-size: 18px;
    }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 319px) 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: block;
        top: 23%;
        left: 5%;
        z-index: 5;
        width: 90%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 61%;
        left: 11%;
        z-index: 5;
        width: 77%;
        height: auto;
    }



    /*表單區*/
    .fill {
        background-size: auto;
    }


        .fill h1 {
            font-size: 26px;
            padding-bottom: 10px;
        }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .txt-pattern {
        max-width: 30px;
        padding: 0px 0px 10px 0px;
    }

    .fill h3 {
        font-size: 20px;
        padding: 0px 8px 25px 8px;
    }

    .fill .box {
        margin: 0;
        padding-top: 0;
        padding: 0% 0% 3%;
    }

    img.gift {
        width: 100%;
        height: auto;
        padding: 0;
    }


    /*台灣人學韓語很占優勢*/

    .ribbon-box {
        position: absolute;
        top: -52%;
        left: 15.4%;
    }

    .fa-star {
        font-size: 20px;
    }

    .ribbon-txt {
        width: 229px;
        height: 60px;
        margin: 100px auto 0px;
        position: relative;
        padding-top: 15px;
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        z-index: 3;
    }

    .ribbon span:nth-child(3), .ribbon span:last-child {
        width: 67px;
        bottom: -20px;
        left: -48px;
        position: absolute;
        z-index: 1;
        /* border: 30px solid #3caff6; */
        border-left-color: transparent;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .ribbon span:last-child {
        bottom: -20px;
        left: auto;
        right: -49px;
        border: 30px solid #efa829;
        border-right-color: transparent;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .korean {
        position: relative;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
        height: 300px;
        /* background-color: #fbf8e9; */
        /* border: 4px solid #7ecef4; */
        padding: 50px 15px 20px 15px;
    }

    .korean-txt p {
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0.07em;
    }

    .question_wraper {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 40px;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 15px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 18px;
        font-weight: 600;
    }



    /*系統韓文課程介紹*/



    .level-box {
        padding: 0 5%
    }

    .level-item {
        margin: 30px auto 30px auto;
    }


    /*檢定輔導班建議*/

    ul.suggest-list {
        font-size: 18px;
        padding-left: 10px;
    }
}



/* ↓↓↓↓ 手機尺寸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: block;
        top: 23%;
        left: 5%;
        z-index: 5;
        width: 90%;
        height: auto;
    }

    img.banner002 {
        display: none;
    }

    img.banner003 {
        display: block;
        top: 61%;
        left: 11%;
        z-index: 5;
        width: 77%;
        height: auto;
    }


    /*表單區*/
    .fill {
        background-size: auto;
    }

        .fill h1 {
            font-size: 21px;
            padding-bottom: 10px;
        }

    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }

    .fill h3 {
        font-size: 17px;
        padding: 0px 8px 25px 8px;
    }

    img.gift {
        width: 100%;
        height: auto;
    }

    .fill .box {
        margin: 0;
        padding-top: 0;
        padding: 3% 3%;
    }


    /*台灣人學韓語很占優勢*/
    .korean {
        position: relative;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 310px;
        height: auto;
        padding: 50px 15px 30px 15px;
    }


    .korean-txt p {
        font-size: 18px;
        line-height: 1.6em;
        letter-spacing: 0.07em;
    }

    .ribbon-box {
        position: absolute;
        top: -43.7%;
        left: 12%;
    }

    .ribbon-txt {
        width: 229px;
        height: 60px;
        margin: 100px auto 0px;
        position: relative;
        padding-top: 15px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        z-index: 3;
    }

    .ribbon span:nth-child(2) {
        left: auto;
        right: -22px;
        border-right-color: transparent;
        border-left-color: #b37e1f;
    }

    .ribbon span:nth-child(3), .ribbon span:last-child {
        width: 50px;
        bottom: -20px;
        left: -41px;
        position: absolute;
        z-index: 1;
        /* border: 30px solid #3caff6; */
        border-left-color: transparent;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .ribbon span:nth-child(4) {
        position: absolute;
        left: -21px;
        bottom: -20px;
        z-index: 2;
        border: 20px solid transparent;
        border-right-color: #b37e1f;
    }

    .ribbon span:last-child {
        bottom: -20px;
        left: auto;
        right: -43px;
        border: 30px solid #efa829;
        border-right-color: transparent;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .question_wraper {
        padding-left: 2%;
        padding-right: 2%;
        margin-top: 40px;
    }

    /*tab 樣式*/
    .nav-tabs > li > a {
        color: #313131;
        font-size: 17px;
        font-weight: 600;
        padding: 10px 10px;
        height: 46px;
    }

    .nav-tabs > li.active > a {
        font-size: 17px;
        font-weight: 600;
    }


    /* 系統韓文課程介紹*/


    .level-box {
        padding: 0 5%
    }

    .level-item {
        margin: 30px auto 30px auto;
    }


    /*檢定輔導班建議*/

    ul.suggest-list {
        font-size: 1px;
        padding-left: 0px;
    }
}
