
@media all and (min-width: 1200px) {
    .img_style_1_4 .right_con{width: calc(100% - ((100% - 1170px) / 2));}
    .img_style_1_4 .left_con{width: calc(((100% - 1170px) / 2) + 554px); margin-top: -3.9%;} /* 해당 크기는 100%에서 1170px을 제외한 크기의 1/2과 554px를 더한 것 */

}

@media all and (max-width: 1199px) {
}