#footer{
    width: 100%;
    padding: 60px 0;
    background-color: rgba(106, 219, 175, 0.2);
}

#footer .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.f_info{
    display: flex;
    align-items: flex-start;
}

.f_info address{
    margin-left: 100px;
    font: normal 16px/25px 'Pretendard-Light', sans-serif;
    color: #333;
}

.f_info address span{
    margin: 0 10px;
}

.f_info address p{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.f_info address ul{
    display: flex;
    margin-bottom: 20px;
}

.f_info address ul li{
    padding: 0 20px;
    border-right: 1px solid #666;
    line-height: 15px;
    font-family: 'Pretendard-Medium', sans-serif;
    cursor: pointer;
}

.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:last-child{
    margin-right: 0;
}