h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.slogan2 {
    font-size: 18px;
    color: #df5959;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 40px;
}

p {
    font-size: 18px;
    color: #333333;
    margin: 10px 10px 30px 10px;
}

p.content {
    line-height: 40px;
}

p span {
    color: #cc0000;
}


/* Page Banner */

#Page_Banner {
    background-position: center 100px;
    background-size: auto 500px !important;
    background-position-x: center;
    background-position-y: top;
    background-attachment: scroll !important;
    /* height: 500px; */
    padding-top: 60px;
}

#Page_Banner h1 {
    font-size: 48px; /*55px*/
    margin-bottom: 10px;
    font-weight: bold; /*400*/
    padding: 5px 15px;
    letter-spacing: 2px;
}

#Page_Banner .slogan {
    background-color: #cc0000;
    color: white;
    padding: 5px 15px;
    margin: 0px 0px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
}

#Page_Banner .content {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
}

#Page_Banner .col-01 {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 10px;
}

@media only screen and (min-width: 1600px) {
    #Page_Banner {
        /* background-size: auto 500px !important; */
    }
}

@media only screen and (max-width: 992px) {
    #Page_Banner h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 768px) {
    section {
        padding: 40px 0px 20px 0px;
    }
    /* Page Banner */
    #Page_Banner {
        background-position: center 0px;
        background-size: unset !important;
        padding: 40px 0px 0px 0px;
    }
    #Page_Banner h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
        text-align: center;
    }
    p.content {
        line-height: 30px;
    }

    /* 麵包屑 */
    .page-breadcrumb {
        display: none;
    }
    .breadcrumb {
        height: 35px;
        position: unset !important;
        margin: 0px !important;
        padding: 10px !important;
    }
    .breadcrumb li {
        margin: 0px !important;
        padding: 0px !important;
    }
    .breadcrumb a {
        font-size: 8px;
    }
}
