@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);
}



html,
body {
    font-family: "SST-Bold", "微軟正黑體";
}

header {
    width: 100%;
}

.frame_bg {
    background-image: url(../img/index/bg.png);
    background-color: #b86281;
    background-repeat: repeat;
    padding: 70px;
    margin-top: -3px;
}


a.gosony {
    display: table;
}

img.logo {
    width: 140px;
    padding-top: 11px;
    float: left;
    padding-left: 17px;
}

.saleBox {
    width: 100%;
    margin: auto;
    margin-top: auto;
    padding: 0px 0 80px 0;
    margin-top: 50px;
}


.pagetitle {
    width: 650px;
    margin: 0 auto 20px;
}

.pagetitle img {
    width: 100%;
}

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;
}

.page_pointbar {
    /*    background: linear-gradient(to bottom, #b36480 0%, #856180 100%);*/
    background: #a17c24;
    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    font-size: 29px;
    margin: 30px auto;
    font-family: "SST-Medium", "微軟正黑體";
    max-width: 1200px;
    border-radius: 50px;
}

.mobileshow {
    display: none;
}

footer {
    width: 100%;
    background-color: #b18831;
    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: 1400px) {}

@media screen and (max-width: 1300px) {}





@media screen and (max-width: 1200px) {
    .banner_wg_bk img.tv {
        margin-top: 100px;
        width: 29%;
    }


}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 768px) {
    .anchor {
        background-color: #fcf0d0;
    }

    .page_pointbar {
        margin: 15px auto;
        font-size: 19px;
        height: 35px;
        line-height: 35px;
    }

    .mobileshow {
        display: block;
    }

    .pcshow {
        display: none !important;
    }

    img.logo {
        width: 120px;
    }

    .anchor {
        top: 53px !important;
    }


}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 450px) {
    .page_pointbar {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    img.logo {
        width: 100px;
    }

    .anchor {
        top: 48px !important;
    }

}

@media screen and (max-width: 420px) {
    .page_pointbar {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        font-weight: 400;
        margin: 15px auto;
    }
}
