/* --Start banner--------------- */
.section-banner {
    margin-top: 61px;
    position: relative;
    display: block;
    height: 25vh;
    background: url(../img/contact/banner.webp) no-repeat center center/ cover scroll;
}

.section-banner .text-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-banner .item h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 30px;
    }

    .section-banner {
        height: 45vh;
        margin-top: 61px;
    }

}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 84px;
    }

}


/* --End banner--------------- */


/* START privacy ------------------------------ */

.section-privacy {
    padding: 40px 0;
}

.section-privacy .item {
    margin-bottom: 30px;
}

.section-privacy .item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #323232;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .section-privacy {
        padding: 100px 0;
    }
}


/* END privacy ------------------------------ */
/* --Start sitemap--------------- */
.section-sitemap {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .section-sitemap {
        padding: 100px 0;
    }
}

.section-sitemap h2 a {
    font-size: 18px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 500;
    display: block;
}

    .section-sitemap h2 a:hover {
        color: #460059;
    }

.section-sitemap a {
    color: #888;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
}

.section-sitemap a+a {
    margin-top: 15px;
}

    .section-sitemap a:hover {
        color: #460059;
    }

/* END sitemap ------------------------------ */