@font-face {
    font-family: 'SST-Medium';
    /* 自訂義*/
    src: url(fonts/SST-Medium.otf);
}

@font-face {
    font-family: 'SST-Roman';
    /* 自訂義*/
    src: url(fonts/SST-Roman.otf);
}

html,
body {
    font-family: "SST-Roman", "微軟正黑體";
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'SST-Medium';
    /* 自訂義*/
    src: url(fonts/SST-Medium.otf);
}

@font-face {
    font-family: 'SST-Roman';
    /* 自訂義*/
    src: url(fonts/SST-Roman.otf);
}

@font-face {
    font-family: 'SST-Bold';
    /*    自訂義 */
    src: url('fonts/SST-Bold.otf') format('otf');
}


html,
body {
    font-family: "SST-Roman", "微軟正黑體";

}

.banner_wg {
    overflow-x: hidden;
}

header {
    width: 100%;
}

.frame_bg {
    background-color: #efecda;
    padding: 0px 0 50px 0;
    margin-top: -40px;
}

a.gosony {
    display: table;
}

img.logo {
    width: 140px;
    padding-top: 11px;
    float: left;
    padding-left: 10px;
    margin-left: 20px;
}

.banner_wg {
    width: 100%;
    height: 350px;
    background: url("../img/all/banner.png") no-repeat top center;
    background-size: auto;
    display: block;
    background-size: cover;
    margin-top: 40px;
    position: relative;
}

.pstext {
    font-size: 23px;
}

.bt {
    width: 190px;
}

/*左邊鳥*/
@keyframes warn {
    0% {
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        left: 5%;
        opacity: 1;
        top: 50px;
    }

    100% {
        -moz-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        opacity: 1;
        top: 10px;
    }

}

.bird01 {
    -webkit-animation: warn 6s ease;
    -moz-animation: warn 6s ease;
    animation: warn 6s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: url("../img/all/bird01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    z-index: 1;
    animation-iteration-count: infinite;

}

/*熱氣球*/
@keyframes warn2 {
    0% {
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        right: 15%;
        opacity: 1;
        top: 90px;
    }

    100% {
        -moz-transform: scale(.8);
        transform: scale(.8);
        right: 5%;
        opacity: 1;
        top: 30px;
    }

}

.bird02 {
    -webkit-animation: warn2 6s linear;
    -moz-animation: warn2 6s linear;
    animation: warn2 6s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: url("../img/all/bird02.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    z-index: 1;
    animation-iteration-count: infinite;

}


/*划船*/
.man {
    position: absolute;
    animation-name: manboat;
    animation-duration: 15s;
    animation-iteration-count: 1;
    /*    animation-iteration-count: infinite;*/
    margin-top: 160px;
    animation-fill-mode: forwards;
    -webkit-animation: manboat 15s linear;
    -moz-animation: manboat 15s linear;
    animation: manboat 15s linear;
    animation-iteration-count: infinite;
    width: 200px;
}


@keyframes manboat {
    0% {
        -moz-transform: scale(0.9);
        transform: scale(0.9);
        left: 40%;
        opacity: 1;
        bottom: 0px;
    }

    100% {
        -moz-transform: scale(.9);
        transform: scale(.9);
        left: 50%;
        opacity: 1;
        bottom: 0px;
    }
}


.banner_wg_bk {
    margin: auto;
    position: relative;
    top: 35px;
    display: table;
}

.banner_wg_bk img {
    max-width: 1200px;
    margin: auto;
    display: table;
}

/*
.bannerbox {
    padding-top: 50px;
}


*/
.banner_wg_bk img.pagett {
    width: 63%;
    float: left;
    position: relative;
    z-index: 1;
}

.banner_wg_bk img.tv {
    width: 28%;
    float: right;
    right: 6%;
    position: absolute;
    z-index: 1;
}

.pagetitle img {
    width: 40px;
}

.pagetitle {
    margin: auto;
    color: #eb6400;
    display: table;
    font-size: 35px;
    font-weight: bold;
}

.mainbox {
    width: 100%;
    margin: -50px auto 50px auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.page_pointbar {
    background: #f09544;

    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    font-size: 30px;
    margin: 29px auto;
    font-family: "SST-Medium", "微軟正黑體";
    max-width: 1200px;
    border-radius: 30px;
    box-shadow: inset 6px 8px 5px #a2363654;
}

.mainbox img {
    width: 100%;
    vertical-align: bottom;
}

/*
a.goregester_y {
    background-color: #fdd000;
    color: #000;
    width: 180px;
    height: 52px;
    border-radius: 37px;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 52px;
    font-size: 21px;
    font-weight: bold;
    box-shadow: 3px 5px 10px #7fa4b3;
}
*/

.mobileshow {
    display: none;
}

footer {
    width: 100%;
    background-color: #2c655b;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 20px 10px;
    margin-top: -6px;
}

footer p,
footer a {
    color: white;
    text-decoration: none;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .banner_wg {
        height: 755px;
    }
}

@media screen and (max-width: 1700px) {
    .banner_wg {
        height: 360px;
    }
}

@media screen and (max-width: 1600px) {
    .banner_wg {
        height: 450px;
        background-size: contain;
    }

    .banner_wg_bk img.pagett {
        width: 70%;
    }

    .banner_wg_bk {
        width: 75%;
    }
}

@media screen and (max-width: 1400px) {

    .banner_wg {
        height: 400px;
    }



}

@media screen and (max-width: 1200px) {
    .mainbox {
        width: 90%;
        margin: -100px auto 50px auto;
    }

    .page_pointbar {
        width: 100%;
    }

    .banner_wg_bk {
        width: 65%;
    }

    .banner_wg {
        height: 340px;
    }

    .pagetitle {
        font-size: 30px;
    }

    .page_pointbar {
        height: 40px;
        line-height: 40px;
        font-size: 27px;

    }

    /*鳥1*/
    @keyframes warn {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            left: 0px;
            opacity: 1;
            top: 90px;
        }

        100% {
            -moz-transform: scale(.7);
            transform: scale(.7);
            left: 40px;
            opacity: 1;
            top: 120px;
        }

    }

    .bird01 {
        -webkit-animation: warn 6s ease;
        -moz-animation: warn 6s ease;
        animation: warn 6s ease;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        background: url("../img/all/bird01.png") no-repeat;
        background-size: 100% 100%;
        margin-left: 0;
        position: absolute;
        width: 100px;
        animation-iteration-count: infinite;

    }

    /*鳥2*/
    @keyframes warn2 {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            right: 0px;
            opacity: 1;
            top: 60px;
        }

        100% {
            -moz-transform: scale(.7);
            transform: scale(.7);
            right: 40px;
            opacity: 1;
            top: 90px;
        }

    }

    .bird02 {
        -webkit-animation: warn2 6s ease;
        -moz-animation: warn2 6s ease;
        animation: warn2 6s ease;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        background: url("../img/all/bird02.png") no-repeat;
        background-size: 100% 100%;
        margin-left: 0;
        position: absolute;
        animation-iteration-count: infinite;

    }





}



@media screen and (max-width: 1100px) {

    .banner_wg_bk img.tv {
        width: 31%;
    }



}

@media screen and (max-width: 992px) {

    .mainbox {
        margin: -50px auto 50px auto;
    }

    .page_pointbar {
        margin: 40px 0 20px 0;
    }

    .banner_wg {
        height: 290px;
    }



}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {

    img.logo {
        width: 100px;
    }


    .frame_bg {
        padding: 10px 20px 10px 20px !important;
    }


    .banner_wg {
        height: 215px;
    }

    .pagetitle {
        font-size: 27px;
    }

    .pstext {
        font-size: 20px;
    }



    .pcshow {
        display: none;
    }

    .mobileshow {
        display: block;
    }

    .banner_wg_bk {
        width: 70%;
    }

    .mainbox {
        margin: -60px auto 30px auto;
    }

    .page_pointbar {
        margin: 13px auto;
        font-size: 19px;
        height: 35px;
        line-height: 35px;
    }

    .page_pointbar {
        margin: 30px auto 15px auto;
    }





    /*鳥1*/
    @keyframes warn {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            left: 0px;
            opacity: 1;
            top: 20px;
        }

        100% {
            -moz-transform: scale(.7);
            transform: scale(.7);
            left: 30px;
            opacity: 1;
            top: 40px;
        }

    }

    .bird01 {
        -webkit-animation: warn 6s ease;
        -moz-animation: warn 6s ease;
        animation: warn 6s ease;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        background: url("../img/all/bird01.png") no-repeat;
        background-size: 100% 100%;
        margin-left: 0;
        position: absolute;
        width: 100px;
        animation-iteration-count: infinite;

    }

    /*鳥2*/
    @keyframes warn2 {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            right: 0px;
            opacity: 1;
            top: 10px;
        }

        100% {
            -moz-transform: scale(.5);
            transform: scale(.5);
            right: 40px;
            opacity: 1;
            top: 20px;
        }

    }


}

@media screen and (max-width: 650px) {
    .banner_wg {
        height: 200px;
    }

    .pagetitle {
        font-size: 23px;
    }

    .pstext {
        font-size: 18px;
    }

    .banner_wg_bk img.tv {
        margin-top: -15px;
    }



}

@media screen and (max-width: 600px) {
    .mainbox {
        margin: -40px auto 30px auto;
    }

    a.goregester_y {
        width: 150px;
        height: 48px;
        line-height: 48px;
        font-size: 19px;
    }

    .banner_wg {
        height: 240px;
    }


    .bird01 {
        width: 70px;
    }


    .bird02 {
        width: 70px;
    }


    p.pstext {
        font-size: 18px;
    }



    .banner_wg {
        height: 170px;
    }


}

@media screen and (max-width: 500px) {
    .banner_wg {
        height: 155px;
    }

    .pagetitle {
        font-size: 19px;
    }

    .pagetitle img {
        width: 25px;
    }

    .frame_bg {
        padding: 12px 0px 10px 0px !important;
    }

    .page_pointbar {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 20px auto 10px auto;
    }


    .banner_wg_bk {
        width: 64%;
    }




    p.pstext {
        font-size: 14px;
    }



    a.goregester_y {
        width: 130px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .mainbox {
        margin: -30px auto 30px auto;
        width: 95%;
    }


}

@media screen and (max-width: 450px) {
    p.pstext {
        font-size: 15px;
        letter-spacing: 0;
    }

    .frame_bg {
        padding: 12px 0px 10px 0px !important;
    }

    .banner_wg {
        height: 140px;
    }

    .banner_wg_bk img.pagett {
        margin-top: -15px;
    }


    .page_pointbar {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }


}

@media screen and (max-width: 430px) {

    .pagetitle {
        font-size: 15px;
    }

    .pagetitle img {
        width: 20px;
    }

    p.pstext {
        font-size: 13px;
    }



}

@media screen and (max-width: 420px) {
    .page_pointbar {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        font-weight: 400;
    }
}

@media screen and (max-width: 400px) {

    .banner_wg {
        height: 130px;
    }

}
