/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    background-color: #222222;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 200px;
}

footer .frame {
    padding-top: 65px;
}
.footer-logo {
    width: 100%;
    max-width: 220px;
    margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
    .footer-txt {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
}

.footer-l,
.footer-r {
    width: 50%;
    max-width: 380px;
}
.footer-times {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.footer-times-l,
.footer-times-r {
    min-width: 170px;
}

.footer-icn {
    position: absolute;
    right: 20px;
    top: -40px;
}

.footer-address {
    margin-bottom: 43px;
}
.footer-nav {
    margin-bottom: 46px;
}
.footer-nav li {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
}
.footer-nav a {
}

footer p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}
