#footer{
    background-color: #252525;
    padding: 50px 0;
}

#footer .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer address{
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Pretendard-Light', sans-serif;
}

#footer address span{
    margin: 0 8px;
}

#footer address p{
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 15px;
}

#footer address p strong{
    font-family: 'Pretendard-Medium', sans-serif;   
    font-weight: normal;
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}