*{
        box-sizing: border-box !important;
        font-family: Noto Sans KR, sans-serif;
    }

    #id_O4I8A{position: relative; width: 100%; height: 500px; overflow: hidden; box-sizing: border-box;display: flex;justify-content: center}
    #id_FZfAw{position: absolute; width: 100%; height: 500px; box-sizing: border-box; display: flex;justify-content: space-between; }

    .class_VG965{
        box-sizing: border-box;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .class_ewc3j{
        position: relative;
        box-sizing: border-box;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #0c7f9c;
    }
    .class_WBlAD{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: repeat;
        background-size: 350px 350px;
        background-position: center;
        filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);;
        opacity: 0.5;
    }

    .class_9hw55{
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: calc(10% + 50px);
    }
    .class_YERZr{
        width: 80%;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    .class_ikXCs{
        width: 80%;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
        color: #474747;
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .class_owABA{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .class_rv6Xg{position: absolute; width: 55%; height: 100%; display: flex; flex-direction: column; justify-content: center; z-index: 1 }
    .class_2JVZr{
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .class_deaB0{
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 20px;

    }

    @media (max-width: 992px) {
        .class_YERZr{
            width: 100%;
        }
        .class_ikXCs {
            width: 100%;
        }
        #id_O4I8A{
            height: 100%;
        }
        #id_FZfAw{
            height: auto;
            flex-direction: column;
        }
        .class_VG965{width: 100%;height: auto}
        .class_ewc3j{
            width: 100%;
            height: auto;
            padding: 50px;
        }
        .class_rv6Xg {
            position: relative;
            width: 100%;
            height: auto;
        }
        .class_owABA {
            width: 100%;
            height: 300px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .class_9hw55{
            padding-left: 0;
        }
    }

    @media (max-width: 768px) {
        .class_YERZr{
            font-size: 20px;
            padding-left: 0;
        }
        .class_ikXCs {
            font-size: 14px;
            margin-bottom: 20px;
            padding-left: 0;
        }
        .class_ewc3j{
            padding: 30px 20px;
        }
        .class_owABA {
            height: 200px;
        }
        .class_2JVZr{
            font-size: 15px;
        }
        .class_deaB0{
            font-size: 14px;
        }
    }