#footer{
    width: 100%;
    padding: 30px 0 50px;
    background-color: rgba(106, 219, 175, 0.2);
}

#footer .center{
    display: flex;
    flex-direction: column;
}

.f_info{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.f_logo {
    height: 20px;
}

.f_logo img{
    height: 100%;
}

.f_info address{
    margin-top: 25px;
    font: normal 12px/20px 'Pretendard-Light', sans-serif;
    color: #333;
}

.f_info address span{
    margin: 0 5px;
}

.f_info address p{
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}

.f_info address ul{
    display: flex;
    margin-bottom: 15px;
}

.f_info address ul li{
    padding: 0 10px;
    border-right: 1px solid #666;
    line-height: 10px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.f_info address ul li:first-child{
    padding-left: 0;
}

.f_info address ul li:last-child{
    border-right: 0;
}

.f_sns{
    display: flex;
}

.f_sns li{
    margin-right: 10px;
    cursor: pointer;
}

.f_sns li img{
    width: 40px;
}

.f_sns li:last-child{
    margin-right: 0;
}
