/* footer */
.footer{

    width:100%;
    height:382px;
    background: url(../img/footer/footer.png) no-repeat center / cover;
    position: relative;
    text-align: center;

    margin-top:80px;
    padding:0 20px;
    box-sizing: border-box;
}

.footer > img{
    width:35%;
    margin-top:55px;
}

.f_p{
    color:#fff;
    font-size: 14px;
    font-weight: 900;
    margin-top:30px;
    opacity:0.7;
}

.f_p > a{
    color:inherit;
    text-decoration: none;
}

.s_p{
    color:#fff;
    font-size: 11px;
    font-weight: 900;
    margin-top:20px;
    line-height: 20px;
    opacity:0.7;
}




