.img_style_2_4_con{}

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

    .img_style_2_4_con .img_style_2_4{width: calc(100% - ( (((100% - 1170px) / 2) * 625 ) / 1000));/* 해당 크기는 100%에서 1170px을 뺀 크기의 1/2에서 37.5%를 더 차지하고 있기 때문에 62.5%를 곱해서 빼줘야 하기 때문에 625를 곱해서 1000을 나누었다. */display: flex; flex-wrap: nowrap; align-items: flex-end;}
    .img_style_2_4_con .img_style_2_4 .img_con:first-child{width: 32.7%;}
    .img_style_2_4_con .img_style_2_4 .img_con:nth-child(2){width: 46.8%;}
    .img_style_2_4_con .img_style_2_4 .img_con:last-child{width: 20.5%;}

}