/* pc */
#footer_wrap {
    width: 100%;
    padding: 4px 12px;
    border-top: 1px solid #E1E1E1;
    background-color: #fff;
}

#footer_wrap .footer_nav_list {
    display: flex;
}

#footer_wrap .footer_nav_list>li {
    width: 20%;
}

#footer_wrap .footer_nav {
    display: block;
    padding: 25px 0 3px;
    text-align: center;
    color: #9E9E9E;
    background-position: center top;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-size: 12px;
}

#footer_wrap .footer_nav.active {
    color: #101010;
}

#footer_wrap .footer_nav.main {
    background-image: url("/static/app_owner/base/img/icon_footer_home_default.png");
}

#footer_wrap .footer_nav.main.active {
    background-image: url("/static/app_owner/base/img/icon_footer_home_active.png");
}

#footer_wrap .footer_nav.wait {
    background-image: url("/static/app_owner/base/img/icon_footer_wait_default.png");
}

#footer_wrap .footer_nav.wait.active {
    background-image: url("/static/app_owner/base/img/icon_footer_wait_active.png");
}

#footer_wrap .footer_nav.reserve {
    background-image: url("/static/app_owner/base/img/icon_footer_reserve_default.png");
}

#footer_wrap .footer_nav.reserve.active {
    background-image: url("/static/app_owner/base/img/icon_footer_reserve_active.png");
}

#footer_wrap .footer_nav.chat {
    background-image: url("/static/app_owner/base/img/icon_footer_chat_default.png");
}

#footer_wrap .footer_nav.chat.active {
    background-image: url("/static/app_owner/base/img/icon_footer_chat_active.png");
}

#footer_wrap .footer_nav.my {
    background-image: url("/static/app_owner/base/img/icon_footer_my_default.png");
}

#footer_wrap .footer_nav.my.active {
    background-image: url("/static/app_owner/base/img/icon_footer_my_active.png");
}


/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}