<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+TC:500,700&amp;display=swap');

footer {
    background-image: url(../images/Banner/footer_bg.jpg);
    /* background-color: #22634f; */
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

footer a {
    color: #fff;
    font-weight: 300;
}

footer .item a{
    font-size: 1.3rem;
}

footer .item .tel{
    font-size: 2rem;
}

footer a:hover {
    color: #eee;
    text-decoration: none;
}


.copyright {
    /*margin-top: 5%;*/
    color: #221814;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 5%;
}

footer {
    padding-top: 5%;
    padding-bottom: 3%;
}

footer:before {
    content: '';
    width: 100%;
    height: 30px;
    /*background-image: url(../images/banner/bottom_before.svg);*/
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    bottom: 99%;
}

footer .titleBox {
    margin-top: 10%;
    color: #fff;
    text-align: center;
    margin-bottom: 10%;
}

footer .titleBox h1 {
    color: #ffe200;
}

/*footer .titleBox:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    padding-top: 90%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}*/
footer .titleBox a {
    color: #435203;
}

footer .titleBox h1 {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Noto Sans TC', sans-serif;

}

footer .titleBox ul {
    margin: 0;
    padding: 0;

}

footer .titleBox ul li {
    display: inline;
}

footer .titleBox ul li+li:before {
    content: '嚚�';
}


footer .title {
    text-align: center;
    margin-bottom: 2rem;
}

footer .titleBox .Txt{
    /*border:1px solid #eee;*/

}

footer .footer_logo {
    width: 45%;
    padding-bottom: 1rem;
}

footer .contactBox {
    /*transform: translateY(-5%);*/
    margin-bottom: 3rem;

}

footer .contactBox .infoBox .li_icon {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 35px;
    margin-bottom: 1rem;
}

footer .contactBox .infoBox .li_icon .iconImg {
    position: absolute;
    left: 0;
}

footer .contactBox .infoBox .item .sosial .icon a img,
footer .contactBox .infoBox .iconImg {
    width: 15%;
    max-width: 30px;
}

footer .contactBox {
    z-index: 2;
    padding: 10%;
    color: #fff;
    background-color: #15748C;
}

footer .title h3 {
    color: #15748C;
    font-size: 3rem;
    margin-bottom: 3%;
    letter-spacing: 10px;
}

footer .contactBox .infoBox .item {
    padding-bottom: 1.3rem;
}

footer .contactBox h4 {
    /*color: #333;*/
    font-size: 1rem;
    font-weight: bold;
}

footer .contactBox h4 span {
    /* font-family: 'Playfair Display', 'Times New Roman', serif; */
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
}

footer .contactBox h4:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

footer .contactBox p {
    font-family: 'Noto Sans TC', sans-serif;
    /*letter-spacing: 2px;*/
    line-height: 1.5;
    /*color: #333;*/
    opacity: 0.85;
    font-size: 1rem;
}

footer .contactBox #contact .title h4 {
    border-bottom: 2px solid #b3a895;
    text-align: left;
    padding-bottom: 10px;
}

footer .contactBox:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    transform: translateX(-50%);
}





@media(max-width: 991px) {
    footer {
        background-image: unset;
        background-color: #fff;
    }
    footer:before {
        bottom: 100%;
        background-size: 100%;
        background-position: bottom;
    }

    footer .contactBox h4 span {
        font-size: 1.2rem;
    }

    footer .contactBox a span {
        display: block;
    }

    footer .contactBox .infoBox .item .sosial .icon a span {
        display: none;
    }

    footer .contactBox .infoBox .item .sosial .icon a img {
        width: 20%;
    }
}

@media(max-width: 768px) {


    .content .Item .Txt h3.CATCH:after {
        margin: 10px 0;
    }

    footer .contactBox .title h3 {
        margin-bottom: 3.5rem;
    }

    footer .contactBox:after {
        font-size: 14px;
    }

    footer .contactBox {
        padding-top: 20%;
        padding-bottom: 20%;
    }
}

@media(max-width: 583px) {

    footer .contactBox .title h3 {
        font-size: 2rem;
    }

    .copyright span {
        display: block;
    }
}

@media(max-width: 480px) {
    footer {
        padding-top: 15%;
    }

    footer .title img {
        width: 30%;
    }

    footer .contactBox h4 span {
        letter-spacing: 1px;
    }

    footer .contactBox .infoBox .item .sosial .icon a {
        font-size: 0.8rem;
    }



}</pre></body></html>