﻿

.footer_container .container {
    max-width: unset;
}

.footer {
    width: 100%;
    height: 88px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
}

    .footer .footer_left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer .footer_centre {
        width: 50%;
        line-height: 50px;
        color: #05B8B5;
        display: flex;
        justify-content: flex-end;
        white-space: nowrap;
    }

.footer_centre_div {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #05B8B5;
}


.footer .footer_right {
    line-height: 50px;
    color: #929BA2;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.footer_centre .footer_centre_left .footer_centre_div a {
    cursor: pointer !important;
    color: #05B8B5;
    text-decoration: none !important;
}

    .footer_centre .footer_centre_left .footer_centre_div a:hover {
        cursor: pointer !important;
        color: #05B8B5;
        text-decoration: none !important;
    }

.footer_centre .footer_centre_right .footer_centre_div a:hover {
    cursor: pointer !important;
    color: #05B8B5;
    text-decoration: none !important;
}

.footer_left_img img {
    height: 48px;
}


@media screen and (max-width: 328px) {
    .footer {
        display: unset;
        height: 362px !important;
    }

        .footer .footer_left {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .footer_left_img img {
        height: 70px;
    }

    .border-interval {
        border: 1px solid #BDC3C9;
    }

    .footer .footer_centre {
        width: 100%;
        color: #05B8B5;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .footer_right {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer .footer_centre {
        display: unset;
        justify-content: unset;
    }

    .footer_centre_left {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }

    .footer_centre_right {
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }

    .footer_centre_div {
        font-size: 11px;
    }

    .footer .footer_right {
        font-size: 13px;
    }

    .footer_centre_div_zj {
        width: 40px
    }
}


@media screen and (min-width: 328px) and (max-width: 959px) {
    .footer {
        display: unset;
        height: 362px !important;
    }

        .footer .footer_left {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .footer_left_img img {
        height: 80px;
    }

    .border-interval {
        border: 1px solid #BDC3C9;
    }

    .footer .footer_centre {
        width: 100%;
        color: #05B8B5;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .footer_right {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer .footer_centre {
        display: unset;
        justify-content: unset;
    }

    .footer_centre_left {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }

    .footer_centre_right {
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }

    .footer_centre_div_zj {
        width: 40px
    }
}

.footer_centre_left {
    display: flex;
}


@media screen and (min-width: 960px) and (max-width: 1239px) {
    .footer {
        display: unset;
        height: 324px !important;
    }

        .footer .footer_left {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .footer_left_img img {
        height: 80px;
    }

    .border-interval {
        border: 1px solid #BDC3C9;
    }

    .footer .footer_centre {
        display: unset;
        padding-top: 40px;
        display: flex;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .footer_centre_left {
        display: flex;
    }

    .footer_right {
        padding-top: 40px;
    }


    .footer .footer_right {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .footer .footer_centre_li {
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer_centre_div_zj {
        width: 40px
    }

    .footer_centre_right_top {
        width: 40px
    }
}

.footer_centre_div_padding {
    padding-right: 40px;
}


@media screen and (min-width: 1240px) and (max-width: 1320px) {

    .footer_centre_div {
        padding-right: 40px;
    }

    .footer .footer_centre {
        width: 40%;
    }

    .footer_right {
        white-space: nowrap;
    }
}

@media screen and (min-width: 1321px) {


    .footer_centre_div {
        padding-right: 40px;
    }

    .footer .footer_centre {
        width: 45%;
    }

    .footer_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        white-space: nowrap;
    }
}
