#section4{
    height: auto !important;
    background-color: #222;
    padding: 70px 0 60px;
}

#section4 .center{
    display: flex;
    justify-content: space-between;
}

#section4 address{
    font-size: 16px;
    line-height: 32px;
    color: #adadad;
    font-family: 'Pretendard-Light', sans-serif;
    font-style: normal
}

#section4 address strong{
    font-weight: normal;
    color: #d5d5d5;
    font-family: 'Pretendard-Regular', sans-serif;
}

#section4 address span{
    margin: 0 7px;
}

.f_logo_copy{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy{
    font-size: 16px;
    color: #adadad;
    font-family: 'Pretendard-Light', sans-serif;
    text-transform: uppercase;
}




































/* mobile */
@media screen and (max-width: 767px){

    #section4{
        padding: 30px 0;
    }
    
    #section4 .center{
        align-items: center;
        flex-direction: column;
    }
    
    #section4 address{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }

    #section4 address span{
        margin: 0;
        font-size: 0;
        line-height: 0;
        display: block;
    }
    
    .f_logo_copy{
        width: 100%;
        margin-top: 20px;
    }
    
    .f_logo{
        display: none;
    }
    
    .copy{
        width: 100%;
        font-size: 10px;
    }

}
































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #section4{
        padding: 40px 0;
    }
    
    #section4 address{
        font-size: 13px;
        line-height: 22px;
    }

    #section4 address span{
        margin: 0;
        font-size: 0;
        line-height: 0;
        display: block;
    }

    .f_logo{
        width: 150px;
    }

    .f_logo img{
        width: 100%;
    }
    
    .copy{
        font-size: 12px;
    }

}







































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){

    #section4 .center{
        width: 95%;
    }
    
}