.img_plus_bg_style_1{}
.img_plus_bg_style_1 .bg_con{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}

@media all and (min-width: 992px){

    .img_plus_bg_style_1 .bg_con{
        width: calc(100% - ((100% - 804px) / 2)); /* bg의 크기가 (2560 - 804)/2 여서 804px를 넣었음.*/
        height: calc(50% + 60px); /*60px은 img_con들의 간격을 위해서 추가함*/
        top: 50%; transform: translateY(-50%);}
    .img_plus_bg_style_1 .img_con:last-child{transform: translateX(33%);}
    
}