@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto_Sans_TC", sans-serif;
}

.footer {
    width: 100%;
    background-color: #f7f7f7;
}

    .footer .footer_Info {
        max-width: 1100px;
        margin: 0px auto;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px 20px;
    }

    .footer .bottom_Line_first_on {
        width: 100%;
        border: 1px solid #d4d4d4;
        margin: 36px 0 18px;
    }

    .footer .bottom_Line {
        display: block;
        width: 100%;
        border: 1px solid #d4d4d4;
        margin: 36px 0 18px;
        display: none;
    }

    .footer .introduction_footer {
        /* div最大寬度 */
        width: 33%;
    }

/* 左側設定 */
.introduction_footer .pic {
    width: 180px;
    height: 22px;
    margin-bottom: 15px;
}

    .introduction_footer .pic img {
        width: 100%;
        height: 100%;
    }

.introduction_footer .txt h3 {
    font-size: 15px;
    /* 字元間距 */
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    font-weight: 1000;
}

.introduction_footer .txt p {
    font-size: 13px;
}

/* 左側設定-end */
/* 右側設定 */
.footer_List_Item h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_Ul {
    padding: 0;
    text-align: start;
}

    .footer_Ul li {
        margin: 5px 0;
    }

        .footer_Ul li a {
            font-size: 13px;
            text-decoration: none;
            color: #7f7f7f;
        }

            .footer_Ul li a:hover {
                color: #000000;
            }

    .footer_Ul .fa-line {
        font-size: 25px;
        color: #0c0;
    }

/* 右側設定-end */
/* 底部設定 */
.footer_Company_Info {
    width: 100%;
}

    .footer_Company_Info p {
        font-size: 12px;
    }

        .footer_Company_Info p br {
            display: none;
        }

/* 底部設定-end */
@media screen and (max-width: 992px) {
    .footer .introduction_footer {
        width: 100%;
    }

    .introduction_footer .txt h3 {
        margin-bottom: 36px;
    }

    .introduction_footer .txt p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer_Info {
        padding: 0;
    }

    .footer .introduction_footer {
        display: none;
    }

    .footer .footer_List_Item {
        display: none;
    }

    .footer .bottom_Line {
        display: none;
    }

    .footer .bottom_Line_first_on {
        display: none;
    }

    .footer .footer_Company_Info {
        padding: 20px;
    }

        .footer .footer_Company_Info p {
            text-align: center;
            margin-bottom: 0;
        }

            .footer .footer_Company_Info p br {
                display: block;
            }
}
/*# sourceMappingURL=footer_for_content.css.map */
