/*최신글*/
.latest_box_wrap { width:100%; margin-bottom:150px; clear:both}
.latest_box_wrap .notice_latest { width:48%; float:left}
.latest_box_wrap .counsel_latest {width:48%; float:right}
/*최신글*/

@media screen and (max-width: 960px) {
    .latest_box_wrap { width:100%; margin-bottom:100px; clear:both}
    .latest_box_wrap .notice_latest { width:100%; float:none}
    .latest_box_wrap .counsel_latest {width:100%; float:none}
}