.text_info_style_2{}
.text_info_style_2 .bg_con{position: absolute; top: 0; left: 0; z-index: -1;}
.text_info_style_2 .text_info_style_2_card_wrap{}
.text_info_style_2 .text_info_style_2_card_wrap .text_info_style_2_card_inner{border-top: 1px solid rgba(255,255,255,0.2);}


@media all and (min-width: 1200px) {
    .text_info_style_2 .bg_con{width: calc(((100% - 1170px) * 0.712) + 1170px); left: calc(((100% - 1170px)/2) * 0.575);} /* width가 1170px에 100% - 1170px 의 약 71.2%차지하고 있기 때문에 해당 식이 나왔고, left는 시작점이 100% - 1170px의 2분의 1에 57.5%지점에서 출발하기 때문에 해당 식이 나옴  */

}