.footer__layout--desktop {
    border-top: 1px solid var(--color-text-16);
    padding: 40px 0;
    background: #cecece82;
}

.layout__footerBanner--wrapper {
   
}

.footer__banner--left {
    display: flex;

    justify-content: space-between;


}

.footer__banner--title {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__listUnit li p {
    font-size: var(--size-text-5);
}

.footer__banner {
    margin-right: 30px;
}
.footer__banner:last-of-type {
    margin-right: 0; 
}


.footer__listUnit {
    /* font-weight: lighter; */
}
.footer__map{
    border: unset;
    outline: unset;
    /* border-radius: 20px; */
}
.footer__listUnit{
    padding-top: 3px;
}
.footer__listUnit li p a,.footer__listUnit li{
    font-size: var(--size-text-5);
    color: var(--color-text-1) !important;
}
.footer__banner--title .footer__banner--content .footer__listUnit li  a{
    font-size: var(--size-text-5);
    color: var(--color-text-2) !important;
}

iframe{
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 7px #d4d4d4;
}
@media only screen and (max-width: 1240px) {
    .layout__footerBanner--wrapper {
        padding: 0 30px;
    }

    .footer__listUnit li p {
        font-size: var(--size-text-5);
        color: var(--color-text-1) !important;
    }
 
    .footer__listUnit li p a{
        font-size: var(--size-text-5);
        color: var(--color-text-1) !important;
    }
    .footer__banner--title .footer__banner--content .footer__listUnit li  a{
        font-size: var(--size-text-5);
        color: var(--color-text-1) !important;
    }
    .footer__banner--title .footer__banner--content .footer__listUnit li{
        height: auto;
    }
}

@media only screen and (max-width: 850px) {
    .footer__banner--left {
        min-width: 50%;
        flex-wrap: wrap;
    }
    .layout__footerBanner--wrapper {
        padding: 0 30px;
    }
    .footer__banner {
        margin-bottom: 30px;
    }

    .footer__map {
        width: 100%;
        height: 200px;
    }

}

/* @media only screen and (max-width: 830px) {
    .footer__banner--left {
        flex-direction: column;
        width: 100%;
    }

    .footer__banner {
        width: 100%;
    }
} */

@media only screen and (max-width: 580px) {
    .footer__banner--left {
        flex-wrap: wrap;

    }
    .footer__map{
        width: 100%;
        height: 200px;
    }
    .footer__banner{
        width: 100%;
    }
    .footer__banner:nth-child(1),
    .footer__banner:nth-child(2),
    .footer__banner:nth-child(3){
        border-bottom: 1px solid var(--color-text-16);
        margin-bottom: 10px;
    }
 

    .footer__banner{
        margin: 0;
        padding: 0 20px;
    }
    .layout__footerBanner--wrapper{
        padding: 0;
    }
    .footer__layout--desktop {
        padding-bottom: 60px;
    }
    .footer__listUnit iframe{
        width: 100% !important;
    }
}


@media only screen and (max-width: 250px) {
    .footer__banner:nth-child(3){
        display: none;
    }
}