#footer{
    width: 100%;
    padding: 45px 0;
    background-color: #fff;
    border-top: 1px solid #009844;
}

#footer .center{
    text-align: center;
}

address{
    font-style: normal;
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 20px;
    margin: 20px 0 15px;
}

#footer span{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
}






























/* mobile */
@media screen and (max-width: 767px){

    #footer{
        padding: 20px 0;
    }

    #footer img{
        width: 100px;
    }

    address{
        font-size: 10px;
        line-height: 13px;
        margin: 10px 0 5px;
        word-break: keep-all;
    }

    #footer span{
        font-size: 10px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #footer{
        padding: 30px 0;
    }

    #footer img{
        width: 120px;
    }

    address{
        font-size: 10px;
        line-height: 13px;
        margin: 10px 0 5px;
        word-break: keep-all;
    }

    #footer span{
        font-size: 10px;
    }

}
