﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');
/* CSS Document */
body {
    background-repeat: repeat;
    font-family: Arial,'Noto Sans TC', sans-serif;
}



/*表頭表尾*/
.top, .footer {
    line-height: 0px;
}

.top {
    z-index: 99;
    position: relative;
}

/*很多物件通用*/
.BRR {
    height: 1px;
    display: none;
}

.width1280 {
    max-width: 1200px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}


a {
    text-decoration: none;
}

    a:hover {
        color: indianred;
        text-decoration: none;
    }


h3 {
    font-size: 22px;
    color: #404852c4;
    letter-spacing: 1px;
    line-height: 0;
    padding-bottom: 2%;
}



/*BANNER 進場delay時間、浮動*/

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 1245px;
    margin-top: 65px;
}

.banner_title {
    position: relative;
    display: block;
    text-align: center;
    margin: 3% auto;
}

.banner_title_big {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 50%;
}

.banner_title_sm {
    display: none;
}

.banner_bg1, .banner_bg2 {
    display: inline-flex;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-size: 75%;
}

.banner_bg1 {
    background: url(../images/student_01.png) left repeat-x;
}
.banner_bg2 {
    background: url(../images/student_02.png) left repeat-x;
}

.banner_bg1 img, .banner_bg2 img {
    width: 30.333%;
}



/*
.banner_bg1, .banner_bg2 {
    position: relative;
    width: 100%;
}

.banner_bg1 img, .banner_bg2 img {
    width: 100%;
}

*/


.responsive {
    position: relative;
    background: url(../images/board-bg.png) top no-repeat;
    background-size: 96%;
    height: 20em;
    text-align: center;
    transition: all .30s ease-in-out;
    cursor: pointer;
    margin: 1% 0;
}





/*  狂賀110國中會考狀元金榜  */
.content1 {
    position: relative;
    margin: 0 auto;
    padding: 0 0 4%;
    z-index: 4;
}

.ct1-intro {
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}

.ct4-intro {
    position: relative;
    text-align: center;
    padding-bottom: 2%;
    margin: 0 auto;
}

.ct4-intro-txt {
    position: absolute;
    top: 33%;
    left: 32.4%;
    text-align: center;
}

    .ct4-intro-txt i {
        color: #808080;
        font-size: 30px;
        font-weight: 600;
    }


.content1 .tex-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0;
}


.content1 .content-pic {
    width: 57.8%;
    margin-top: 17%;
}

.content1 .tex-box {
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    margin: -9px auto;
}




/*  補助津貼培訓課程內容  */

.content2 {
    position: relative;
    padding-bottom: 3%;
}
.content2 h4 {
    font-size: 28px;
    font-weight: 700;
}
.content2 p {
    font-size: 16px;
}

.ct3-intro {
    display: inline-block;
}

.content2 img {
    width: 28%;
    margin-right: 9%;
    margin-left: 3%;
}
.class-box {
    display: flex;
    border-radius: 20px;
    background: #ffefd7;
    padding: 2%;
    border: 7px solid #fff;
}



/*表單區*/

.fill {
    position: relative;
    background-color: #eae2cd;
    padding: 2% 0;
}

.top-title {
    padding: 2% 0;
}

.fill h1, .content1 h2, .content2 h2, .content3 h2, .content4 h2 {
    color: #404852;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    /* margin: 0; */
}
  

.fill .form-control{
    padding: 5px 12px;
    font-size: 15px;
    height: 45px;
    margin-bottom: 3%;
    border-radius: 5px;
    -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;
    background-color: #fff;
    border: none;
    }

img.gift {
    position: relative;
    display: block;
    width: 85%;
    margin: 7% auto;
    padding-right: 0;
}

.fill .bg-01 {
    position: absolute;
    max-width: 835px;
    width: 150%;
    margin-top: -34%;
    left: -191%;
    z-index: 1;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    background: #4a3327;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    padding: 2px 21px;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 1% 0;
}

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        background: #b28039;
        box-shadow: 3px 3px 3px rgb(0, 0, 0, 0.4);
        color: #fff;
    }


/* link-btn*/
.link-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 50pc;
    border: none;
    padding: 20px;
    line-height: 3em;
    margin: 0 auto 30px auto;
}

    .link-btn h2 {
        text-align: center;
        margin: 0 auto;
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0.05em;
    }

    .link-btn p {
        text-align: center;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: 0.05em;
    }

.student-btn {
    background: #1554a4;
}

    .student-btn:hover {
        background-color: #0c3972;
    }

.non-student-btn {
    background-color: #eb6100;
}

    .non-student-btn:hover {
        background-color: #c85300;
    }




/* bn */
.hvr-boxbb02-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    background: #4a3327;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    border-radius: 7px;
    padding: 5px 40px;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 1% 0;
}

    .hvr-boxbb02-shadow-outset:hover, .hvr-boxbb02-shadow-outset:focus, .hvr-boxbb02-shadow-outset:active {
        background: #b28039;
        box-shadow: 3px 3px 3px rgb(0, 0, 0, 0.4);
        color: #fff;
    }




/*  110年會考狀元學習經驗分享 */
.content3 {
    position: relative;
    margin: 0 auto;
    padding: 2%;
}
.student-box {
    margin: 0 auto;
}
.st-box {
    position: relative;
    background: url(../images/shield-bg.png) top no-repeat;
    background-size: 88%;
    height: 24em;
    letter-spacing: 1px;
    text-align: center;
    transition: all .30s ease-in-out;
    margin: 10% 0;
    padding: 23%;
    cursor: pointer;
}

.name {
    font-size: 32px;
    font-weight: 700;
    margin: 7% 0;
    color: #3f2806;
}

.st-tex {
    font-size: 16px;
    font-weight: 500;
    padding: 3% 1%;
    color: #fff;
}



/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media screen and (min-width: 2560px) {

.banner_title {
    position: relative;
    display: block;
    text-align: center;
    margin: 90px auto;
}

}



/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media screen and (max-width: 1920px) {

.banner_bg1, .banner_bg2 {
    display: inline-flex;
    width: 134%;
    height: 14vw;
    overflow: hidden;
    background-size: 75%;
}

}



@media screen and (max-width: 1680px) {
 
}


@media screen and (max-width: 1440px) {

.banner_bg1, .banner_bg2 {
    display: inline-flex;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    background-size: 100%;
}
.banner_title_big {
    width: 69%;
}
.st-box {
    height: 24em;
}

}


@media screen and (max-width: 1024px) {

.banner_title_big {
    width: 80%;
}

.banner_bg1, .banner_bg2 {
    display: flex;
    width: 100%;
    height: 19vw;
    overflow: hidden;
    background-size: 134%;
}
.class-box {
    padding: 1%;
}
.content2 p {
    font-size: 15px;
}
.content2 img {
    width: 26%;
    margin-right: 7%;
    margin-left: 3%;
}
.st-box {
    height: 20em;
}
.st-tex {
    font-size: 14px;
    line-height: 1.2;
    padding: 3% 1%;
}
.name {
    margin: 5% 0;
}
.content1 .tex-box h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 0.8em;
}


}


@media screen and (max-width: 990px) {
.BRR {
    height: 1px;
    display: block;
}

.responsive {
    height: 27em;
}


}


@media screen and (max-width: 768px) {

.banner_bg1, .banner_bg2 {
    background-size: 200%;
    height: 24vw;
}
.banner {
    margin-top: 80px;
}
.banner_title_big {
    display: none;
}
.banner_title_sm {
    display: block;
    width: 88%;
    margin: 0 auto;
}
img.gift {
    width: 50%;
    margin: 0% auto;
    padding-right: 0;
}
.responsive {
    background-size: 92%;
    height: 25em;
    margin: 1% 0;
}
.content1 .content-pic {
    width: 55.5%;
    margin-top: 16%;
}
.content1 .tex-box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3em;
}
.class-box {
    padding: 2%;
}
.content2 p {
    font-size: 16px;
}
.st-box {
    height: 22em;
}
.st-tex {
    font-size: 14px;
    line-height: 1.3;
}

}



@media screen and (max-width: 550px){
h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 0;
    padding-bottom: 4%;
}
.banner_title_sm {
    display: block;
    width: 100%;
    margin: 0 auto;
}
img.gift {
    width: 72%;
}
.fill h1, .content1 h2, .content2 h2, .content3 h2, .content4 h2 {
    font-size: 33px;
    letter-spacing: 0px;
    padding: 0 3%;
}
.fill .form-control {
    width: 90%;
    margin: 1% auto;
}

.responsive {
background-size: 97%;
    height: auto;
    padding-bottom: 20px;
    margin: 2% 0;
}
.content1 .content-pic {
    width: 58.5%;
    margin-top: 17%;
}
.content1 .tex-box h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 0.5;
}
.class-box {
    display: inline-block;
    padding: 4% 1%;
    text-align: center;
}
.content2 img {
    width: 45%;
    margin-right: 0;
    margin-left: 0;
}
.content2 h4 {
    font-size: 24px;
}
.content2 p {
    font-size: 13px;
    line-height: 1.2;
}
.hvr-bounce-to-right {
     font-size: 16px;
}
.content3 {
    margin-bottom: 6%;
}

.st-box {
    background-size: 295px;
    height: 390px;
    padding: 24%;
}
.st-tex {
    font-size: 17px;
}
.name {
    font-size: 36px;
    margin: 0;
    padding: 10px 0;
}


}



/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 360px) {




}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {
h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 0;
    padding-bottom: 4%;
}
.banner_title_sm {
    display: block;
    width: 100%;
    margin: 0 auto;
}
img.gift {
    width: 72%;
}
.fill h1, .content1 h2, .content2 h2, .content3 h2, .content4 h2 {
    font-size: 28px;
    letter-spacing: 0px;
    padding: 0 6%;
}
.fill .form-control {
    width: 90%;
    margin: 1% auto;
}

.responsive {
    background-size: 97%;
    height: auto;
    padding-bottom: 5px;
    margin: 1% 0;
}
.content1 .content-pic {
    width: 58.5%;
    margin-top: 17%;
}
.content1 .tex-box h3 {
    font-weight: 500;
    font-size: 11px;
    line-height: 0;
}
.class-box {
    display: inline-block;
    padding: 4% 1%;
    text-align: center;
}
.content2 img {
    width: 45%;
    margin-right: 0;
    margin-left: 0;
}
.content2 h4 {
    font-size: 24px;
}
.content2 p {
    font-size: 11px;
    line-height: 1.2;
}
.hvr-bounce-to-right {
     font-size: 16px;
}
.content3 {
    margin-bottom: 6%;
}

.st-box {
    background-size: 82%;
    height: 330px;
}
.st-tex {
    font-size: 16px;
}
.name {
    font-size: 33px;
}





}