﻿@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;
    margin-top: 40px;
}

img.banner001, img.banner002, img.banner003, img.banner004, img.banner005, img.banner006 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner003 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner004 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner005 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

img.banner006 {
    -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
    animation-delay: 1.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



.responsive {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}


/* content1 */
.content1 {
    margin: 0 auto;
    padding: 50px 20px;
    text-align:center;
    background: url(../images/bg02.png);
    background-repeat: repeat;
}

.ct1-txt-box {
    display:inline-block;
    margin: 0 auto;
    width:100%;
    max-width:1200px;
    height: auto;
    padding: 2% 5%;
    border-radius: 15px;
    background-color: #eeeeee;
}

.content1 h2 img {
    display: block;
    max-width:350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.content1 img {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



.content1 p {
    margin: 10px auto;
    padding: 5px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #3c3c3c;
}

.content1 hr {
    border-top: 2px dashed #3c3c3c;
    width: 250px;
}

/* content2 */
.content2 {
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
    background-color: #d4eefc;
}

    .content2 h2 {
        margin: 0 auto 60px auto;
        padding:5px 0;
        max-width: 200px;
        border-bottom: 5px solid #626262;
        text-align: center;
        color: #626262;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

.content2 p {
    margin: 30px auto;
    padding: 5px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #191919;
}


table {
    display: flex;
    flex-direction: column;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}

    table tr {
        display: flex;
        align-items: stretch;
        margin-bottom: 10px;
        border-radius: 50px;
        height: 65px;
        background-color: #ffffff;
    }

    table tr th {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 140px;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background-color: #f49e4c;
    }

    table tr td {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #535353;
    }

        .theme {
            font-weight: 400;
        }

.odd {
    background-color: #f49e4c;
}

.even {
    background-color: #3da5d9;
}

.program {
    display: flex;
    margin: 20px auto;
    padding: 10px 10px;
    width: 80%;
    height: 65px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    background-color: #a0d6f2;
    color: #626262;
    border-radius: 50px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}


/* content3 */
.content3 {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background: url(../images/bg02.png);
    background-repeat: repeat;
}

    .content3 h2 {
        margin: 0 auto 60px auto;
        padding: 5px 0;
        max-width: 200px;
        border-bottom: 5px solid #626262;
        text-align: center;
        color: #626262;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }



    .content3 p {
        margin: 20px auto 30px auto;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.3em;
        color: #333333;
    }

.ct3-img-box img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.ct3-text-box {
    padding-top: 60px;
}

.ct3-text-box img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

/* content4 */
.content4 {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color: #d4eefc;
}

    .content4 h2 {
        margin: 0 auto 60px auto;
        padding: 5px 0;
        max-width: 200px;
        border-bottom: 5px solid #626262;
        text-align: center;
        color: #626262;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

.teacher-box {
    margin: 0 10px 20px 10px;
    display: inline-block;
    padding: 30px 20px;
    min-height:780px;
    background-color: #fbf8e9;
    border-radius: 20px;
    box-shadow: 5px 5px rgba(0 ,0, 0,0.2);
}

.teacher-img-box img {
    display: block;
    margin: 30px auto;
    max-width: 210px;
    height: auto;
    border-radius: 100%;
}

.teacher-img-box p {
    margin: 10px auto;
    padding: 10px;
    width: 180px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    color: #ffffff;
    background-color: #0068b7;
    border-radius: 50px;
}


.teacher-txt-box {
    margin: 0 auto;
    max-width: 310px;
    height: auto;
}

    .teacher-txt-box p {
        margin: 6px auto;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.3em;
        color: #0068b7;
    }


.content4 ul {
    margin: 0 auto 10px auto;
    max-width: 310px;
    height: auto;
    padding-left: 24px;
}

.content4 ul li {
    list-style-type:none;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #434343;
}

.fa-tags {
    font-size: 16px;
    padding-right: 3px;
    color: #0068b7;
}

/* content5 */
.content5 {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color: #3da5d9;
    background-repeat: repeat;
    text-align: center;
}

    .content5 h2 {
        margin: 0 auto 40px auto;
        padding: 5px 0;
        width: 270px;
        border-bottom: 5px solid #ffffff;
        text-align: center;
        color: #ffffff;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }

.slick {
    width: 100%;
    margin: 0 auto 40px auto;
}

.video-box {
    position: relative;
    transition: 0.2s;
}


    .video-box i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 40px;
        color: #fff;
        z-index: 3;
    }

    .video-box:hover > .fa-play-circle {
        text-shadow: 2px 2px rgba(0,0,0,0.5);
    }


    .video-box img {
        margin: 0 auto;
        padding: 10px;
        width: 100%;
        max-width: 500px;
        height: auto;
        
    }

        
/*modal*/
.modal-header {
    border-bottom: 0;
}

.modal-body{
    padding:5px;
}

.modal.in .modal-dialog {
    width: 100%;
    max-width:1280px;
    margin: 10% auto;
    padding-left: 1%;
    padding-right: 1%;
}

.modal-backdrop {
    background-color: transparent;
}


/* content6 */
.content6 {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background: url(../images/bg02.png);
    background-repeat: repeat;
    text-align: center;
}

    .content6 h2 {
        margin: 0 auto 60px auto;
        padding: 5px 0;
        max-width: 250px;
        border-bottom: 5px solid #626262;
        text-align: center;
        color: #626262;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3em;
    }


    .content6 img {
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto 30px auto;
        width: 100%;
        max-width: 250px;
        height: auto;
        border-radius: 10px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
        .content6 img:hover {
            top: -5px;
            display: block;
            margin: 0 auto 30px auto;
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 3px rgb(0 0 0 / 15%);
        }
 

.content6 h3 {
    text-align: left;
    color: #59493f;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

    .content6 p {
        text-align: center;
        color: #494949;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 1.5em;
        transition:0.5s;
    }

        .content6 p:hover {
            color: #3da5d9;
        }

.class-btn {
    position: relative;
    top: 0;
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 50px;
    border: none;
    padding: 12px;
    margin: 50px auto 20px auto;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #3da5d9;
}

    .class-btn:hover {
        top: -5px;
        box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
        color: #fff;
    }

.fa-chevron-right{
    padding-left:5px;
}


/* content7 */
.content7 {
    margin: 0 auto;
    padding: 100px 0 80px 0;
    text-align: center;
    background-color: #d4eefc;
}

.ct7-box {
    margin:0 auto 30px auto;
    text-align:center;
    width: 260px;
    height: 380px;
    background-color: #fff;
    border-top: 15px solid #3da5d9;
    border-radius:10px;
}

    .ct7-box img {
        padding: 40px 20px 30px 15px;
        max-width: 160px;
        height: auto;
    }

.content7 p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    color: #494949;
}

.content7 a {
    position:relative;
    top:0;
    display: inline-block;
    padding: 10px;
    width: 150px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    color: #fff;
    background-color: #3da5d9;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;
}

    .content7 a:hover {
        top: -5px;
        box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
        color: #fff;
    }





/* 表單 */


.fill {
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    background-position: center top;
    padding: 50px 20px;
    background-color: #eeeeee;
}

    .fill h1 {
        font-size: 38px;
        font-weight: 600;
        text-align: center;
        color: #3da5d9;
        padding-bottom: 1%;
        line-height: 1.5em;
        margin: 0 auto 20px auto;
    }

.fill-mark {
    color: #1d9add;
}

.send-card {
    width: 90%;
    margin-bottom: 20px;
}

.form-control {
    width: 95%;
    height: 55px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    background: #ffffff;
}


.fill h2 {
    color: #353535; 
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    z-index: 5;
}

    .fill h2 .important {
        color: #a33316;
        font-size: 35px;
        line-height: 1.2em;
    }

.fill .confirm_A {
    color: #030303;
}

.fill a {
    color: #030303;
    text-decoration: underline;
}

/*送出按鈕*/

.go_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #0068b7;
    width: 95%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2em;
    border-radius: 50px;
    margin: 10px auto;
    cursor: pointer;
}


    .go_button:hover, .go_button:focus, .go_button:active {
        top: -5px;
        box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
        color: #fff;
    }

.fill .note {
    color: #353535;
    font-size: 0.5em;
    letter-spacing: -.005em;
    font-weight: normal;
    display: inline-block;
}

.notice {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-left: 2%;
}

    .notice input {
        display: none;
    }

    .notice label {
        display: inline-block;
        width: 22px;
        height: 22px;
        border: #fff 3px solid;
        border-radius: 15px;
        background: #fff;
        margin-right: 5px;
    }

    .notice input[type="checkbox"]:checked + label {
        background: #3da5d9;
    }

    .notice a {
        color: #333;
        text-decoration: underline !important;
    }

.notice_front {
    display: flex;
    flex-direction: row;
    align-items: center;
}



/*  ↓↓↓↓    螢幕尺寸大於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: 37%;
        left: 6%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 6%;
        left: 47.5%;
        z-index: 5;
        width: 28%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64%;
        left: 45%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 62%;
        left: 62.4%;
        z-index: 5;
        width: 20%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 21%;
        left: 73%;
        z-index: 5;
        width: 27.5%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 5%;
        left: 43%;
        z-index: 5;
        width: 50%;
        height: auto;
    }
}



/*  ↓↓↓↓    螢幕尺寸大於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: 37%;
        left: 6%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 6%;
        left: 47.5%;
        z-index: 5;
        width: 28%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64%;
        left: 45%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 62%;
        left: 62.4%;
        z-index: 5;
        width: 20%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 21%;
        left: 73%;
        z-index: 5;
        width: 27.5%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 5%;
        left: 43%;
        z-index: 5;
        width: 50%;
        height: auto;
    }
}

/*  ↓↓↓↓    螢幕尺寸大於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.banner001 {
        display: block;
        top: 37%;
        left: 6%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 6%;
        left: 47.5%;
        z-index: 5;
        width: 28%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64%;
        left: 45%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 62%;
        left: 62.4%;
        z-index: 5;
        width: 20%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 21%;
        left: 73%;
        z-index: 5;
        width: 27.5%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 5%;
        left: 43%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

 
}


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media (min-width: 1200px) and (max-width:1440px) {
    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 37%;
        left: 6%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 6%;
        left: 47.5%;
        z-index: 5;
        width: 28%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64%;
        left: 45%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 62%;
        left: 62.4%;
        z-index: 5;
        width: 20%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 21%;
        left: 73%;
        z-index: 5;
        width: 27.5%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 5%;
        left: 43%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

}



/*  ↓↓↓↓    ipad 直向 w1200 ↓↓↓↓    */
@media (min-width: 991px) and (max-width:1200px) {

    /*BANNER*/
    img.banner_big {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 37%;
        left: 6%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 6%;
        left: 47.5%;
        z-index: 5;
        width: 28%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64%;
        left: 45%;
        z-index: 5;
        width: 16%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 62%;
        left: 62.4%;
        z-index: 5;
        width: 20%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 21%;
        left: 73%;
        z-index: 5;
        width: 27.5%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 5%;
        left: 43%;
        z-index: 5;
        width: 50%;
        height: auto;
    }

    /*content5*/
    .slick {
        width: 90%;
        margin: 0 auto 40px auto;
    }

    /*content7*/
    .ct7-box {
        width: 230px;
    }
   

}

/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media (min-width: 767px) and (max-width:991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 9%;
        z-index: 5;
        width: 82%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 42%;
        left: -5.5%;
        z-index: 5;
        width: 59%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 39%;
        left: 40%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 74%;
        left: 35.4%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 47%;
        left: 56%;
        z-index: 5;
        width: 53%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 24%;
        left: 12%;
        z-index: 5;
        width: 89%;
        height: auto;
    }

    /*content4*/
    .teacher-box {
        min-height: auto;
    }

    /*content5*/
    .slick {
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .modal.in .modal-dialog {
        margin: 30% auto;
    }

    /*表單*/
    .notice {
        margin: 1% auto;
        padding-left: 3%;
        text-align: center;
    }
   

}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 410px) and (max-width:767px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 9%;
        z-index: 5;
        width: 82%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 42%;
        left: -5.5%;
        z-index: 5;
        width: 59%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 39%;
        left: 40%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 74%;
        left: 35.4%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 47%;
        left: 56%;
        z-index: 5;
        width: 53%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 24%;
        left: 12%;
        z-index: 5;
        width: 89%;
        height: auto;
    }

    /*content1*/
    .content1 {
        padding: 30px 0;
    }

    .ct1-txt-box {
        padding: 5% 5%;
        width: 82%;
    }
    .content1 img {
        width: 85%;
    }
    .content1 p {
        font-size: 18px;
    }

    /*content2*/
    .content2 {
        padding: 30px 20px
    }

    .content2 h2 {
        margin: 0 auto 40px auto;
        font-size: 28px;
    }

    .program {
        font-size: 28px;
        width:100%;
    }

    table {
        width: 100%;
    }
        table tr th {
            font-size: 16px;
        }

        table tr td {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 10px;
            font-size: 16px;
            font-weight: 600;
            color: #535353;
            text-align: left;
        }

    .content2 p {
        margin: 20px auto;
        padding: 5px 30px;
        font-size: 18px;
    }

    /*content3*/
    .content3 {
        padding: 30px 20px 0 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 30px 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .ct4-box {
        flex-direction: column;
    }

    .ct4-img-box {
        margin: 0 auto 0px auto;
        width: 300px;
        height: auto;
    }

    .teacher-txt-box {
        max-width: 280px;
    }

    .teacher-box {
        min-height: auto;
    }

    .teacher-img-box img {
        margin: 10px auto 30px auto;
        width: 80%;
    }

    .content4 p {
        margin: 6px auto;
        font-size: 18px;
    }

    .content4 ul {
        max-width: 400px;
        padding-left: 0px;
    }

    .content4 ul li {
        font-size: 16px;
    }

    /*content5*/
    .content5 {
        padding: 30px 20px;
    }

    .content5 h2 {
        margin: 0 auto 30px auto;
        font-size: 28px;
    }

    .slick {
        width: 80%;
        margin: 0 auto 40px auto;
    }

    .modal.in .modal-dialog {
        margin: 40% auto;
    }



    /*content6*/
    .content6 {
        padding: 30px 20px;
    }

        .content6 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content6 p {
            margin-bottom: 20px;
        }

        .content6 ul li {
            font-size: 16px;
        }

        .content6 img {
            margin: 0 auto 20px auto;
            width: 75%;
        }

    .class-btn {
        margin: 20px auto 20px auto;
    }

    /*content7*/
    .content7 {
        padding: 40px 20px 15px 20px;
    }

    /*表單*/
    .fill {
        padding: 30px 20px;
    }
    .fill h1 {
        font-size: 28px;
    }

}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:410px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 12%;
        left: 9%;
        z-index: 5;
        width: 82%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 42%;
        left: -5.5%;
        z-index: 5;
        width: 59%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 39%;
        left: 40%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 74%;
        left: 35.4%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 47%;
        left: 56%;
        z-index: 5;
        width: 53%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 24%;
        left: 12%;
        z-index: 5;
        width: 89%;
        height: auto;
    }


    /*content1*/
    .content1 {
        padding: 30px 0;
    }

    .ct1-txt-box {
        padding: 5% 3%;
        width: 88%;
    }

    .content1 img {
        width: 85%;
    }

    .content1 p {
        font-size: 18px;
    }

    /*content2*/
    .content2 {
        padding: 30px 10px
    }

    .content2 h2 {
        margin: 0 auto 40px auto;
        font-size: 28px;
    }

    .program {
        font-size: 28px;
    }

    table {
        width: 100%;
    }

        table tr th {
            font-size: 16px;
        }

        table tr td {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 10px;
            font-size: 16px;
            font-weight: 600;
            color: #535353;
            text-align: left;
        }

    .content2 p {
        margin: 20px auto;
        padding: 5px 30px;
        font-size: 18px;
    }

    /*content3*/
    .content3 {
        padding: 30px 20px 0 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 30px 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .ct4-box {
        flex-direction: column;
    }

    .ct4-img-box {
        margin: 0 auto 0px auto;
        width: 300px;
        height: auto;
    }

    .teacher-txt-box {
        max-width: 280px;
    }

    .teacher-box {
        min-height: auto;
    }

    .teacher-img-box img {
        margin: 10px auto 30px auto;
        width: 80%;
    }

    .content4 p {
        margin: 6px auto;
        font-size: 18px;
    }

    .content4 ul {
        max-width: 400px;
        padding-left: 0px;
    }

    .content4 ul li {
        font-size: 16px;
    }


    /*content5*/
    .content5 {
        padding: 30px 20px;
    }

    .content5 h2 {
        margin: 0 auto 10px auto;
        font-size: 28px;
    }

    .slick {
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .modal.in .modal-dialog {
        margin: 50% auto;
    }


    /*content6*/
    .content6 {
        padding: 30px 20px;
    }

        .content6 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content6 p {
            margin-bottom: 20px;
        }

        .content6 ul li {
            font-size: 16px;
        }

        .content6 img {
            margin: 0 auto 20px auto;
            width: 75%;
        }

    .class-btn {
        margin: 20px auto 20px auto;
    }

    /*content7*/
    .content7 {
        padding: 40px 20px 15px 20px;
    }

    /*表單*/
    .fill {
        padding: 30px 20px;
    }

        .fill h1 {
            font-size: 28px;
        }
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {
    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        display: block;
        width: 100%;
        height: auto;
    }
    img.banner001 {
        display: block;
        top: 12%;
        left: 9%;
        z-index: 5;
        width: 82%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 42%;
        left: -5.5%;
        z-index: 5;
        width: 59%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 39%;
        left: 40%;
        z-index: 5;
        width: 30%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 74%;
        left: 35.4%;
        z-index: 5;
        width: 39%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 47%;
        left: 56%;
        z-index: 5;
        width: 53%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 24%;
        left: 12%;
        z-index: 5;
        width: 89%;
        height: auto;
    }


    /*content1*/
    .content1 {
        padding: 30px 0;
    }

    .ct1-txt-box {
        padding: 5% 5%;
        width: 88%;
    }

    .content1 img {
        width: 85%;
    }

    .content1 p {
        padding: 5px 10px;
        font-size: 18px;
    }

    /*content2*/
    .content2 {
        padding: 30px 10px
    }

    .content2 h2 {
        margin: 0 auto 40px auto;
        font-size: 28px;
    }

    .program {
        font-size: 28px;
    }

    table {
        width: 100%;
    }

        table tr th {
            max-width: 110px;
            font-size: 16px;
        }

        table tr td {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 3px;
            font-size: 16px;
            font-weight: 600;
            color: #535353;
            text-align: left;
        }

    .content2 p {
        margin: 20px auto;
        padding: 5px 30px;
        font-size: 18px;
    }

    /*content3*/
    .content3 {
        padding: 30px 20px 0 20px;
    }

        .content3 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

        .content3 p {
            font-size: 18px;
        }

    .ct3-text-box {
        padding-top: 20px;
    }

    /*content4*/
    .content4 {
        padding: 30px 20px;
    }

        .content4 h2 {
            margin: 0 auto 30px auto;
            font-size: 28px;
        }

    .ct4-box {
        flex-direction: column;
    }

    .ct4-img-box {
        margin: 0 auto 0px auto;
        width: 300px;
        height: auto;
    }

    .teacher-box {
        min-height: auto;
    }

    .teacher-txt-box {
        max-width: 280px;
    }

    .teacher-img-box img {
        margin: 10px auto 30px auto;
        width: 80%;
    }

    .content4 p {
        margin: 4px auto;
        font-size: 16px;
    }

    .content4 ul {
        max-width: 400px;
        padding-left: 0px;
    }

    .content4 ul li {
        font-size: 16px;
    }


    /*content5*/
    .content5 {
        padding: 30px 20px;
    }

    .content5 h2 {
        margin: 0 auto 10px auto;
        font-size: 28px;
    }

    .slick {
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .modal.in .modal-dialog {
        margin: 50% auto;
    }

    /*content6*/
    .content6 {
        padding: 30px 20px;
    }

    .content6 h2 {
        margin: 0 auto 30px auto;
        font-size: 28px;
    }

    .content6 p {
        margin-bottom: 20px;
    }

    .content6 ul li {
        font-size: 16px;
    }

    .content6 img {
        margin: 0 auto 20px auto;
        width: 75%;
    }

    .class-btn {
        margin: 20px auto 20px auto;
    }

    /*content7*/
    .content7 {
        padding: 40px 20px 15px 20px;
    }

    /*表單*/
    .fill {
        padding: 30px 20px;
    }

        .fill h1 {
            font-size: 28px;
        }
}
