
/*
* footer
*/

img {
    max-width: 100%;
}

.custom-footer-container {
    border-top: 1px solid var(--Border-border-primary, #eef2f6);
    background: #fcfcfd;
}

.custom-footer-container .custom-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 107px;
    padding: 88px 20px 56px;
}

.custom-footer-logo {
    width: 216px;
}

.custom-footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-footer-content-list {
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.custom-footer-content-list li, .custom-footer-content-list li>a {
    color: #4b5565;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
}

.custom-footer-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #697586;
    align-items: flex-start;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
}

.custom-footer-info-list em {
    display: inline-block;
    width: 12px;
}

.custom-footer-content-list-item {
    display: flex;
    gap: 24px;
}

.custom-footer-info-list p {
    display: flex;
    gap: 4px;
    align-items: center;
}

.custom-footer-info-list p img {
    width: 16px;
    height: 16px;
}

.custom-copyright {
    color: #697586;
    text-align: left;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
    opacity: 0.5;
}

.custom-footer-content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

.brand_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.brand_logo img {
    max-width: 68px;
}

@media (max-width: 1200px) {

    /*
  * footer
  */
    .custom-footer-container .custom-inner {
        gap: 8.9167vw;
        padding: 7.3333vw 1.6667vw 4.6667vw;
    }

    .custom-footer-logo {
        width: 18vw;
    }

    .custom-footer-content {
        gap: 1.6667vw;
    }

    .custom-footer-content-list {
        gap: 1.6667vw;
    }

    .custom-footer-info-list {
        gap: 0.8333vw;
    }

    .custom-footer-info-list em {
        width: 1vw;
    }

    .custom-footer-content-list-item {
        gap: 2vw;
    }

    .custom-footer-info-list p {
        gap: 0.3333vw;
    }

    .custom-footer-info-list p img {
        width: 1.3333vw;
        height: 1.3333vw;
    }

    .custom-footer-content-container {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 768px) {


    /* footer */
    .custom-footer-container .custom-inner {
        flex-direction: column;
        align-items: center;
        padding: 10.4167vw 5.2083vw;
        gap: 8.8542vw;
    }

    .custom-footer-logo {
        width: 39.0625vw;
    }

    .custom-footer-content-list {
        justify-content: center;
    }

    .custom-footer-content-list li, .custom-footer-content-list li>a {
        font-size: 3.1250vw;
    }

    .custom-footer-info-list {
        font-size: 3.1250vw;
        align-items: center;
    }

    .custom-footer-content-list-item {
        flex-direction: column;
        gap: 2.6042vw;
        justify-content: center;
    }

    .custom-footer-info-list p {
        justify-content: center;
    }

    .custom-footer-info-list p img {
        width: 3.3333vw;
        height: 3.3333vw;
    }

    .custom-copyright {
        font-size: 3.1250vw;
        text-align: center;
    }

    .custom-footer-content-container {
        gap : 32px;
    }

    .brand_logo {
        justify-content: center;
        width: 100%;
    }

}
