* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', "Font Awesome 5 Free", sans-serif !important;
}

a:hover {
    text-decoration: none !important;
}

ul,
li {
    list-style-type: none;
    padding: 0px;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

body {
    background-color: #F5BD3C !important;
}


/*--------------header---------------*/

.container {
    padding: 2em 0em;
}

@media all and (min-width:900px) {
    .container {
        max-width: 1000px !important;
    }
}

.bg_banner {
    background: url(../img/header-1.jpg) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_banner img {
    width: 50%;
}

@media all and (max-width:1200px) {
    .bg_banner img {
        width: 70%;
    }
}

@media all and (max-width:768px) {
    .bg_banner img {
        width: 90%;
    }
    .bg_banner {
        background: url(../img/header-1-ph.jpg) center/cover no-repeat;
    }
}


/*--------------#header---------------*/


/*--------------------------------------pt1-------------------------------------------------*/

.title1 {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.titletext {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: transparent;
}

.titletext h2 {
    font-size: 2.5em;
}

@media all and (max-width:1280px) {
    .titletext h2 {
        font-size: 2em;
    }
}

@media all and (max-width:425px) {
    .title1 {
        width: 90%;
    }
}

.a01 {
    font-size: 16px;
}

.a01box {
    position: relative;
}

.a01text {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #fff;
}

.a01text h4 {
    text-indent: -1em
}

.a01text h3 {
    line-height: 2em;
}

.a01text h3,
.a01text h4 {
    font-size: 1.3em;
    font-weight: 700;
}

.a01box2 {
    background: #fff;
}

.a01text2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 1em;
}

.a01text2 h3 {
    width: 40%;
    font-size: 2.5em;
    font-weight: 700;
    color: #0E5E92;
}

.a01text2 h5 {
    width: 100%;
    font-size: 1em;
    font-weight: 700;
}

.a01text2 h5 span {
    font-size: 1.5em;
    color: #0E5E92;
}

.a01img {
    position: absolute;
    top: -27%;
    right: -1%;
    width: 15%;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .a01 {
        font-size: 12px;
    }
}

@media all and (max-width:576px) {
    .a01img {
        top: -15%;
        width: 18%;
    }
}

@media all and (max-width:425px) {
    .a01text {
        top: 50%;
        left: 52%;
        width: 85%;
    }
    .a01text h3 {
        text-align: center;
    }
    .a01text2 {
        flex-wrap: wrap;
    }
}

@media all and (max-width:375px) {
    .a01text2 h3{width: 50%;}
}


/*--------------------------------------#pt1-------------------------------------------------*/


/*--------------------------------------pt2-------------------------------------------------*/

.b01 {
    font-size: 16px;
}

.b01box {
    background: #0E5E92;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width:575px) {
    .b01 {
        font-size: 12px;
    }
    .b01box {
        flex-wrap: wrap;
    }
}


/* iframe */

.iframe {
    position: relative;
    box-sizing: border-box;
    padding: 2em;
    width: 60%;
    max-width: 1200px;
    text-align: center;
}

.iframe iframe {
    height: 530px;
    background-color: white;
}

.iframe .ifr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ifrinp {
    width: 100%;
}

.iframe .ifr img {
    width: 80%;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .iframe {
        width: 100%;
    }
    .ifrimg {
        width: 90%;
    }
    .ifrinp {
        width: 100%;
    }
}


/*--------------------------------------#pt2-------------------------------------------------*/


/*-----------TOP按鈕------------------*/

#goTop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    z-index: 999;
    background: linear-gradient(to bottom, #09639a 0%, #f4cb73 100%);
    border: 0px;
    color: #fff;
}

#goTop .fas {
    font-family: "Font Awesome 5 Free" !important;
}

@media all and (max-width: 575px) {
    #goTop {
        bottom: 4em;
    }
}


/*-----------TOP按鈕------------------*/

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}