.img_style_3_2{}

@media all and (min-width: 1200px) {
    .img_style_3_2{display: flex; flex-wrap: nowrap; align-items: center;}
    .img_style_3_2 .left_con{width: 72.85%;} /* calc(100% - ((100% - 1170px) / 2) )와 동일한 값 (2560px 한정) */
    .img_style_3_2 .right_con{width: 27.15%;} /* calc((100% - 1170px) / 2)와 동일한 값 (2560px 한정) */
    .img_style_3_2 .left_con .img_con:first-child{width: 37.3%;}
    .img_style_3_2 .left_con .img_con:nth-child(2){width: 62.7%;}
    .img_style_3_2 .left_con .img_con:last-child{width: 28.15%;}




}