#footer{
    width: 100%;
    background-color: #222;
}

.logo_address{
    width: 100%;
    padding: 60px 0 30px;
    border-bottom: 1px solid #fff;
}

.footer_center{
    width: 90%;
    min-width: 1300px;
    margin: 0 auto;
}

.f_logo{
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_address address{
    font-size: 17px;
    line-height: 30px;
    color: #b0b0b0;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
    font-style: normal;
}

.copy{
    width: 100%;
    padding: 25px 0 40px;
}

.copy .footer_center{
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
    color: #b7b7b7;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    text-transform: uppercase;
}

































/* mobile */
@media screen and (max-width: 767px){

    .logo_address{
        padding: 30px 0 20px;
    }
    
    .footer_center{
        min-width: auto;
    }
    
    .f_logo{
        width: 150px;
    }

    .f_logo img{
        content: url(../images/m_logo.png);
        width: 100%;
    }
    
    .logo_address address{
        width: 100%;
        font-size: 11px;
        line-height: 20px;
        margin-top: 20px;
    }

    .copy{
        padding: 20px 0 30px;
    }
    
    .copy .footer_center{
        font-size: 11px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    .logo_address{
        padding: 30px 0 20px;
    }
    
    .footer_center{
        min-width: auto;
    }
    
    .f_logo{
        width: 150px;
    }

    .f_logo img{
        content: url(../images/m_logo.png);
        width: 100%;
    }
    
    .logo_address address{
        font-size: 11px;
        line-height: 20px;
        margin-top: 20px;
    }
    
    .copy{
        padding: 20px 0 30px;
    }
    
    .copy .footer_center{
        font-size: 11px;
    }

}





















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){
    
    .footer_center{
        min-width: auto;
    }
    
}