#section1{
    width: 100%;
    background-color: #282828;
    padding: 30px 0;
}

.f01{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

.f_logo{
    display: flex;
    align-items: center;
}

.f_logo img{
    display: block;
}

.f_logo img:first-child{
    margin-right: 10px;
}

.copyright{
    width: 23%;
    font-size: 16px;
    color: #ccc;
    font-family: 'Pretendard-Light', sans-serif;
}

.f02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0 5px;
    box-sizing: border-box;
}

address{
    font-size: 16px;
    color: #ccc;
    font-family: 'Pretendard-Thin', sans-serif;
    font-style: normal;
    line-height: 30px;
}

address span{
    margin: 0 10px;
}

.f_more{
    width: 23%;
    font-size: 14px;
    color: #ccc;
    font-family: 'Pretendard-Thin', sans-serif;
}

.f_more p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 15px;
    cursor: pointer;
}