  .siteMap_type5 {
    position: relative;
    font-size: 1rem;
    padding-top: 80px;
    padding-bottom: 90px;
    background: rgb(238, 236, 236);
}
.siteMap_type5::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    z-index: -1;
}
.siteMap_type5 .access_footer_link {
    color: white;
    margin-bottom: 16px;
}
.siteMap_type5 .decorative_thread {
    width: 48px;
    height: 4px;
    margin: 22px 0px 36px;
    background: var(--color-secondary);
}
/* .siteMap_type5 .item li {
    line-height: 28px;
} */
.siteMap_type5 .item li a {
    color: #818181;
    font-size: 1rem;
    line-height: 28px;
}
.siteMap_type5 .item li a:hover {
    color: var(--color-primary);
}
.siteMap_type5 .title span {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000000;
    margin-top: 30px;
    text-transform: uppercase;
}
.siteMap_type5 .footer-links {
    padding: 0 30px;
    margin-bottom: 20px;
}
.siteMap_type5 .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100% - 45px);
}
.siteMap_type5 .footer-links:last-child ul {
    border-right: none;
}
.siteMap_type5 .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem;
    line-height: 1;
}
.siteMap_type5 .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.siteMap_type5 .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    /* color: rgb(255, 255, 255); */
    text-decoration: none;
    font-size: 1rem;
    position: relative;
}
.siteMap_type5 .footer-links ul a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: all 0.2s ease-in-out;
}
.siteMap_type5 .footer-links ul a:hover::before,
.siteMap_type5 .footer-links ul a:focus:before {
    width: 100%;
}
/**************
RWD s.
***************/
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .siteMap_type5 .footer-links ul {
        border-right: none;
        margin-bottom: 25px;
        height: auto;
        padding-bottom: 20px;
    }
}
/**************
RWD e.
***************/
