body {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.footer {
    background: #f5f5f5;
    height: 235px;
    margin-top: 10px;
}

.foot_nav {
    background: #e60000;
    color: white;
}

.nav_cont {
    background: #e60000;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom:1px dashed #caccc9;
}

.nav_cont a {
    width: 100%;
    font-size:14px;
    margin: 0 10px;
}

.foot_mes {
    background: #f5f5f5;
    color: #666666;
    font-size: 0.7rem;
    text-align: center;
    /* margin: 20px; */
    padding: 20px 0;
    line-height: 30px;
}

.foot_img {
    text-align: center;
    padding-bottom: 10px;
}