/* footer
-------------------------------------------------- */
.footer .detail {
    padding-top: 20px;
    background-color: #191970;
    line-height: 2em;
    color: #ffffff;
}

.footer .menu {
    font-size: 14px;
}

.footer .menu .menu-inner {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 40px;
    width: 1000px;
}

@media screen and (max-width: 768px) {
    .footer .menu .menu-inner {
        flex-direction: column;
        margin: 40px auto 20px;
        padding: 0 40px;
        width: 100%;
        box-sizing: border-box;
    }
}

.footer .menu .menu-inner .footer-menu {
    margin-bottom: 20px;
}

.footer .menu .menu-inner .footer-menu.no-title {
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .footer .menu .menu-inner .footer-menu.no-title {
        margin-top: -30px;
    }
}

.footer .menu .menu-inner .footer-menu .menu-title {
    color: #ffffff;
}

.footer .menu .menu-inner .footer-menu ul li {
    margin: 10px 0;
}

.footer .menu .menu-inner .footer-menu ul li a {
    color: #babad5;
    transition: all 0.3s ease 0s;
}

.footer .menu .menu-inner .footer-menu ul li a:hover {
    color: #ffffff;
}

.footer .bottom {
    padding: 10px 10px 60px 10px;
    text-align: center;
}

.footer .bottom .logo-footer img {
    width: 164px;
}