.c-footer {
    background-color: #0B0B0B;
    padding: 100px 0;
    border: none;
}

.c-footer a:hover {
    opacity: 0.8;
}

.c-footer__inner {
    max-width: 1200px;
}

.c-footer__inner .c-footer__contents {
    align-items: flex-start;
    margin-bottom: 0;
}

.c-footer__inner .c-footer__contents .c-footer-navigation li {
    align-items: start;
    margin-bottom: 10px;
}

.c-footer__inner .c-footer__contents .c-footer-navigation li a {
    color: #fff;
    text-align: left;
}

.c-footer__inner .c-footer__contents .c-footer-navigation li.menu-item-has-children>a {
    font-weight: 600;
    font-size: 16px;
}

.c-footer__inner .c-footer__contents .c-footer-navigation li.menu-item-has-children>a::after {
    content: '\025B8';
    display: inline-block;
}

.c-footer__inner .c-footer__contents .c-footer-navigation li ul.sub-menu {
    margin-top: 16px;
}

.c-footer-other__cr {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: right;
}

@media screen and (max-width: 959px) {
    .c-header__inner .c-header__menu .c-header-menu__main {
        background: linear-gradient(107.1deg, #455BD2 7.58%, #5F75EB 93.36%) !important;
    }

    .c-footer {
        padding: 50px 0 20px;
    }

    .c-footer-other__cr {
        text-align: center;
    }

    .c-footer__inner .c-footer__contents .c-footer-navigation {
        display: flex;
    }
}

@media screen and (max-width: 781px) {
    .c-footer__inner .c-footer__contents {
        flex-direction: column;
        gap: 32px;
    }
}

@media screen and (max-width: 599px) {
    .c-footer__inner .c-footer__contents .c-footer-navigation {
        flex-direction: column;
    }
}
