body{
    margin: 0;
    padding: 0;
}
*{
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}
#sec_i7x9q{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
#cont_12g36{
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}
#wrap_lrn36{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#group_ovjkx{
    width: 100%;
    display: flex;
}
#group_ovjkx_img{
    background-image: url('https://dc.cmshom.co.kr/up/block/img/page/info/info1_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1500px;
    aspect-ratio: 750 / 283;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#tex_rzbmk{
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin-right: 70px;
    margin-bottom: 150px;
}

@media (max-width: 1200px) {
    #tex_rzbmk{
        font-size: 34px;
        line-height: 40px;
        margin-right: 50px;
        margin-bottom: 100px;
    }
}

@media (max-width: 992px) {
    #tex_rzbmk{
        font-size: 28px;
        line-height: 34px;
        margin-right: 40px;
        margin-bottom: 70px;
    }
}
@media (max-width: 768px) {
    #tex_rzbmk{
        font-size: 23px;
        line-height: 30px;
        margin-right: 30px;
        margin-bottom: 50px;
    }
}