/* footer */
.footer{
    width:100%;
    height:627px;
    background: url(../img/footer/footer_bg.png) no-repeat center / cover;
    margin-top: 190px;

    position: relative;
    text-align: center;
}

.footer img{
    width:14%;
    position: absolute;
    top:25%;
    left:50%;

    transform: translate(-50%);
}

.f_txt{
    width:100%;

    position: absolute;
    top:46%;
    left:0;
}

.f_txt > p{
    margin:0;
    width:100%;
    color:#fff;
    opacity: 0.7;
}

.f_txt > p > a {
    color:inherit;
    text-decoration: none;
}

.f_txt > p:nth-child(2){
    margin-top: 35px;
    line-height: 35px;
}