.footer {
    width: 100%;
    /*margin-top: 20px;*/
    background-color: #848484;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
    font-size: 0.875rem;
}

.footer-content {
    width: 100%;
}

.footer-top .footer-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-title {
    margin: 0;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
}

.footer-menu-item {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
}

.footer .last-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer-tel,
.footer .footer-mail {
    margin-bottom: 3px;
    color: #fff;
    font-size: 0.875rem;
}

.footer .social {
    display: flex;
    margin-bottom: 10px;
}

.footer .social a {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem;
    text-align: center;
    padding: 2px;
}

.footer .social i {
    line-height: 1.1;
}

.footer .social .fa-youtube {
    font-size: 1.8rem;
    line-height: 1.25;
}

.footer-bottom {
    background: #1b1b1b;
    color: #fff;
    height: 35px;
    display: flex;
    width: 100%;
}

.footer-bottom .container {
    display: flex;
    justify-content: center;
}

.footer-bottom .cp {
    font-size: 0.875rem;
}

.footer-bottom ul.horizontal li::after {
    content: '|';
    display: inline-block;
    margin: auto 5px;
}

.footer-bottom ul.horizontal li:last-child::after {
    display: none;
}

@media screen and (max-width: 800px) {
    .footer .social {
        /* margin-left: 37%; */
    }
}
