#footer{
    width: 100%;
    padding: 40px 0;
    background-color: #1c2b55;
    text-align: center;
}

#footer img{
    margin-bottom: 15px;
}

address{
    font-style: normal;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Thin', sans-serif;
    line-height: 25px;
}

address span{
    margin: 0 10px;
}

#footer p{
    font-size: 14px;
    color: #ccc;
    font-weight: 300;
    margin-top: 10px;
}