@import url(i835__main-nav.css);

/* Hide horizontal scrollbar */
/* body {
    overflow-x: hidden;
} */

/* 解決諮詢popup會在最下方產生空間 */
/* 0728新增#post_form, #export_form */
#query_form,
#post_form,
#export_form {
    margin-block-end: 0;
}

.i835__footer * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.i835__footer {
    font-family: 'Noto Sans TC', sans-serif;
    text-align: left;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.5;


    padding: 48px 24px;

    background-color: var(--nav-dark-color);
    color: #fff;
}

/* ------------------------------------ */
.i835__footer div,
.i835__footer a,
.i835__footer a:hover,
.i835__footer h4,
.i835__footer h6 {
    color: #fff;

    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
}

.i835__footer img {
    vertical-align: middle;
}

.i835__footer a {
    text-decoration: none;
}

.i835__footer a:hover {
    text-decoration: underline;
}

/* ------------------------------------ */
.i835__footer>.footer__container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    
    gap: 2rem;
}

.i835__footer .footer__left,
.i835__footer .footer__right{
    display: flex;
    gap: 1rem;
}

.i835__footer .footer__left {
    max-width: 480px;
}


/* ------------------------------------ */
.i835__footer .footer__web-intro {
    font-size: 16px;
    text-align: left;
}

.i835__footer .footer__brand,
.i835__footer .footer__web-intro,
.i835__footer .footer__copyright {
    margin-bottom: 8px;
}

.i835__footer .footer__copyright,
.i835__footer .footer__note {
    font-size: 13px;
    font-weight: normal;
}


/* ------------------------------------ */
.i835__footer .footer__text-area>.footer__brand {
    display: flex;
    align-items: baseline;
}

.i835__footer .footer__text-area>.footer__brand h4 {
    font-size: 24px;
    font-weight: bold;
    margin-right: 16px;
}


/* ------------------------------------ */
.i835__footer .footer__links-area {
    display: flex;
    gap: 8px;
    min-width: 25rem;
}

.i835__footer .footer__links-area>.footer__links {
    width: 25%;
}

.i835__footer .footer__links-area>.footer__links h6 {
    font-size: 16px;
    font-weight: 500;
    color: #AAAAAA;
}

.i835__footer .footer__links-area>.footer__links div {
    font-size: 16px;
    margin-bottom: 2px;
}


/* ------------------------------------ */
.i835__footer .footer__icons-area {
    flex: 1 0 auto;
}

.i835__footer .footer__icons-area>.footer__icon {
    text-decoration: none;
    margin-right: 8px;
}

.i835__footer .footer__icons-area>.footer__icon img {
    background-color: #6c757d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.i835__footer .footer__icons-area>.footer__icon:hover img {
    background-color: #8c9094;
}



/* ------------------------------------ */

/* responsive */
@media (max-width: 1100px) {
    .i835__footer .footer__right {
        flex-direction: column;
    }

    .i835__footer .footer__links-area {
        order: 3;
    }

    .i835__footer .footer__icons-area {
        order: 2;
    }
}

@media (max-width: 860px) {

    .i835__footer>.footer__container,
    .i835__footer .footer__left {
        flex-direction: column;
    }
    .i835__footer>.footer__container {
        max-width: 480px;
        margin: auto;
    }

    .i835__footer .footer__text-area {
        margin-bottom: 20px;
        width: 100%;
    }

    .i835__footer .footer__links-area {
        min-width: 100%;
    }
}


@media (max-width:576px) {
    .i835__footer .footer__links-area>.footer__links h6,
    .i835__footer .footer__links-area>.footer__links div {
        font-size: 14px;
    }
}

@media (max-width:374px) {
    .i835__footer {
        padding: 32px 16px;
    }

    .i835__footer .footer__links-area>.footer__links h6,
    .i835__footer .footer__links-area>.footer__links div {
        font-size: 13px;
    }
}