@media (min-width: 1024px) {
    /*회사설명*/
    .footer-container{
        width: 100%;
        height: 230px;
        background: #222;
        color: #999;
        padding: 45px 0;
    }

    /*회사 설명 박스*/
    .footer-info-box{
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
    }

    /*정보*/
    .footer-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        height: 100%;
        min-width: 855.48px;
    }

    .footer-info1{
        color: #ccc;
        margin-bottom: 7px;
        
    }
    .footer-info li {
        position: relative;
        float: left;
        line-height: 1.2;
        font-size: 1.7rem;
        font-family: 'NanumSquare';
    }

    .footer-info2{
        font-family: 'NanumSquare';
        font-size: 1.6rem;
    }

    .footer-info3{
        margin-top: 7px;
    }

} 

@media (max-width: 1023px) {
        /*회사설명*/
        .footer-container{
            width: 100%;
            height: 100%;
            background: #222;
            color: #999;
            padding: 45px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        /*회사 설명 박스*/
        .footer-info-box{
            display: flex;
            width: 90%;
            height: 100%;
            align-items: center;
        }
    
        /*정보*/
        .footer-info{
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 20px;
            height: 100%;
        }
    
        .footer-info1{
            color: #ccc;
            margin-bottom: 7px;
            
        }
        .footer-info li {
            position: relative;
            float: left;
            line-height: 1.2;
            font-size: 1.7rem;
            font-family: 'NanumSquare';
        }
    
        .footer-info2{
            font-family: 'NanumSquare';
            font-size: 1.6rem;
        }
    
        .footer-info3{
            margin-top: 7px;
        }
}