#section5 {
    height: auto !important;
    padding: 40px 0;
}

#section5 .center {
    width: 93%;
    min-width: 1300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.f_logo_address {
    display: flex;
    align-items: center;
}

.f_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}

.f_logo_address address {
    font-style: normal;
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 30px;
}

.f_logo_address address strong{
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.f_logo_address address span{
    font-size: 14px;
    margin: 0 5px;
}

.f_logo_address address a{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.copy{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 30px;
}





































/* mobile */
@media screen and (max-width: 767px){
    
    #section5 .center {
        width: 90%;
        min-width: auto;
        display: block;
    }
    
    .f_logo_address {
        width: 100%;
        flex-direction: column;
        word-break: keep-all;
    }
    
    .f_logo {
        width: 120px;
        margin-right: 0;
    }

    .f_logo img{
        width: 100%;
    }
    
    .f_logo_address address {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 15px;
    }
    
    .f_logo_address address span{
        font-size: 14px;
        margin: 0 5px;
    }
    
    .f_logo_address address a{
        font-size: 12px;
    }
    
    .copy{
        width: 100%;
        font-size: 12px;
        line-height: inherit;
        margin-top: 20px;
        text-align: center;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

        #section5 .center {
        width: 90%;
        min-width: auto;
        display: block;
    }
    
    .f_logo_address {
        width: 100%;
        flex-direction: column;
        word-break: keep-all;
    }
    
    .f_logo {
        width: 120px;
        margin-right: 0;
    }

    .f_logo img{
        width: 100%;
    }
    
    .f_logo_address address {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 15px;
    }
    
    .f_logo_address address span{
        font-size: 14px;
        margin: 0 5px;
    }
    
    .f_logo_address address a{
        font-size: 12px
    }
    
    .copy{
        width: 100%;
        font-size: 12px;
        line-height: inherit;
        margin-top: 20px;
        text-align: center;
    }

}





















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){

    #section5 .center {
        min-width: 1100px;
    }

    .f_logo {
        margin-right: 40px;
    }    

}
