#block_footer4 > *{
        box-sizing: border-box;
        font-family: Noto Sans KR, sans-serif;
    }
    #block_footer4{
        width: 100%;
        margin-top: 60px;
        padding: 40px 0;
        background-color: #f3f5f7;
    }
    #block_footer4_cont{
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }
    #block_footer4_wrap{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #block_footer4_logo{
        width: fit-content;
        height: auto;
        display: flex;
        align-items: center;
    }
    #block_footer4_logo img{
        width: 100%;
        max-width: 250px;
        height: auto;
        max-height: 55px;
    }
    #block_footer4_addr{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }
    #footer4_addr_tex{
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        color: #2d2d2d;
    }
    #block_footer4_siteMap{
        width: fit-content;
        height: auto;
        display: flex;
        align-items: center;
    }
    #footer4_siteMap{
        padding: 10px;
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        color: #2d2d2d;
        border: 1px solid #9b9b9b;
    }
    #block_footer4_copy{
        width: 100%;
        height: 40px;
        background-color: #e0e3e7;
    }
    #footer4_copy_cont{
        width: 100%;
        height: 100%;
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
    #footer4_copy_box{
        font-size: 14px;
        font-weight: 300;
        color: #494949;
    }

    @media (max-width: 1200px) {
        #block_footer4_wrap{
            flex-direction: column;
            align-items: center;
        }
        #block_footer4_addr{
            margin: 20px 0;
        }
    }
    @media (max-width: 576px) {
        #footer4_addr_tex{
            font-size: 14px;
            line-height: 27px;
        }
        #footer4_addr_tex br{
            display: none;
        }
        #block_footer4_logo img{
            max-width: 200px;
            max-height: 45px;
        }
    }