/* =========================================
footer_menu
========================================== */

.footer-sitemap{
    background:#212121 ;
    color: #989588;
}
.footer-sitemap_inner{
    width: 93%;
    margin:0 auto;
    padding-bottom: 25px;
}

@media screen and (min-width: 900px) {
    .footer-sitemap_inner{
    width: 900px;
    margin:0 auto;
}
}


.footer__logo{
    padding: 25px 0 0;
}

@media screen and (min-width: 900px) {
   .footer__logo{
    padding: 56px 0 24px;
} 
}

.footer__logo img{
    width: 158px;
}

@media screen and (min-width: 900px) {
    
    .footer__logo img{
        width: 380px;
        height: auto;
    }
}

.footer_menu__area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}
@media screen and (max-width: 639px) {
    .footer_menu__area{
        max-width: 400px;
    }
}

@media screen and (max-width: 380px) {
    .footer_menu__area{
        font-size: 11px
    }   
}

@media screen and (min-width:640px) {
    .inner__layout__wrap{
        width: 60%;
        display: flex;
        justify-content: space-between;
    }
}

.footer_menu__area a{
    text-decoration: none;
}

.menu__nomal{margin-top: 2rem;}
.menu__indent{margin-left: .7rem;}


.l-footer__copyright.text-center{
    text-align: center;
}