@charset "UTF-8";

.section11_wid .section11_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:0 30px;
}

.section11_wid .section11_li:first-child {
    width: 71.83%;
    max-width: 1257px;
    aspect-ratio: 1257/850;
}

.section11_wid .section11_li:nth-child(2) {
    width: 27.03%;
    max-width: 473px;
    aspect-ratio: 473/850;
}

.section11_wid .section11_li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:991px) {
    .section11_wid .mob_section11 .image_div {
        aspect-ratio: 1/1;
    }
    .section11_wid .mob_section11 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section11_wid .mob_section11 .text_box {
        margin: 20px 0 0; 
    }

    .section11_wid .mob_section11 .sec11_mob_tit {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #fff;
    } 

    .section11_wid .mob_section11 .sec11_sub{
        margin-top: 3.28%;
        line-height: 1.65;
        font-size: 14px;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #999999;
    }
    


}