#section2{
    width: 100%;
    height: inherit;
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

#section2 .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

#section2 address{
    width: 60%;
    font-style: normal;
    font-size: 15px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 20px;
}

#section2 address span{
    margin: 0 10px;
}

#section2 address p{
    font-size: 13px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 15px;
}

.f_sns{
    display: flex;
}

.f_sns a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.f_sns a:last-child{
    margin-right: 0;
}

.f_fix_text{
    width: 100%;
    padding: 25px 0;
}

.f_fix_text .center{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}
