#section1{
    width: 100%;
    background-color: #282828;
    padding: 20px 0;
}

.f01{
    width: 100%;
    /* padding-bottom: 25px; */
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_logo img{
    width: 80px;
    display: block;
}

.f_logo img:first-child{
    margin-right: 10px;
}

.copyright{
    width: 100%;
    font-size: 12px;
    color: #ccc;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
    margin-top: 15px;
}

.f02{
    width: 100%;
    margin-top: 20px;
}

address{
    font-size: 10px;
    color: #ccc;
    font-family: 'Pretendard-Thin', sans-serif;
    font-style: normal;
    line-height: 18px;
    text-align: center;
}

address span{
    margin: 0 5px;
}

.f_more{
    width: 100%;
    font-size: 10px;
    color: #ccc;
    font-family: 'Pretendard-Thin', sans-serif;
    text-align: center;
    margin-top: 10px;
}

.f_more p{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 15px;
}
