#footer{
    width: 100%;
    background-color: #252525;
}

.f01{
    width: 100%;
    border-bottom: 1px solid #464646;
}

.f01 ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.f01 ul li{
    padding: 15px 0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.f01 ul li:first-child{
    margin-right: 50px;
    font-family: 'Pretendard-Light', sans-serif;
}

.f01 ul li:last-child{
    font-family: 'Pretendard-Medium', sans-serif;
}

.f02{
    width: 100%;
    padding: 40px 0;
}

.f02 .center02{
    display: flex;
    align-items: center;
}

.f_logo{
    margin-right: 70px;
}

address{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
    font-style: normal;
    line-height: 23px;
}

address br.m_br{
    display: none;
}

address span.f_copy{
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 7px;
}


































/* mobile */
@media screen and (max-width: 767px){
    
    .f01 ul{
        justify-content: center;
    }
    
    .f01 ul li{
        padding: 10px 0;
        font-size: 12px;
    }
    
    .f01 ul li:first-child{
        margin-right: 30px;
        font-family: 'Pretendard-Thin', sans-serif;
    }
    
    .f01 ul li:last-child{
        font-family: 'Pretendard-Regular', sans-serif;
    }
    
    .f02{
        padding: 15px 0 50px;
    }
    
    .f02 .center02{
        display: block;
    }
    
    .f_logo{
        margin-right: 0;
        text-align: center;
    }

    .f_logo img{
        width: 80px;
    }
    
    address{
        font-size: 10px;
        line-height: 18px;
        text-align: center;
        word-break: keep-all;
        margin-top: 10px;
    }
    
    address span.s_br{
        display: none;
        
    }

    address span.f_copy{
        font-size: 10px;
        margin-top: 5px;
    }

    address br.m_br{
        display: block;
    }
    
    
}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    
    .f01 ul li{
        padding: 10px 0;
        font-size: 12px;
    }
    
    .f02{
        width: 100%;
        padding: 30px 0;
    }
    
    .f_logo{
        margin-right: 50px;
    }

    .f_logo img{
        width: 100px;
    }
    
    address{
        font-size: 12px;
        line-height: 18px;
    }

    address span.f_copy{
        font-size: 10px;
        margin-top: 5px;
    }
    

}