#footer{
    width: 100%;
    background-color: #eaeaea;
    padding: 30px 0;
}

#footer .center{
    height: 100%;
}

.f_logo{
    width: 100%;
    text-align: center;
}

.f_logo img{
    width: 150px;
}

address{
    color: #666;
    font-size: 10px;
    font-family: 'paybooc-Medium', sans-serif;
    line-height: 18px;
    font-style: normal;
    transform: skew(-0.1deg);
    text-align: center;
    margin-top: 10px;
}

address span{
    color: #999;
    font-size: 10px;
    display: block;
}

.sp_num{
    color: #666;
    font-size: 10px;
    line-height: 20px;
    transform: skew(-0.1deg);
    font-family: 'paybooc-Medium', sans-serif;
    text-align: center;
    margin-top: 10px;
}

.sp_num span{
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    font-size: 12px;
}