@charset "utf-8";



/*테이블 반응형 UI 수정 */
@media all and (max-width:960px) {
/*  .wrap-contents .con-table table {width:100% !important;}*/
.wrap-contents .con-table:after {width:auto !important; background:none !important;}
}


.wrap-sub-visual {position:relative; background:url('/sites/iacf/images/sub-visual.jpg') no-repeat center top !important; display:table; width:100%;}





/* ol 리스트 숫자표기 추가 230612*/
.wrap-contents .con-list3 li:nth-child(11):after {content: '11';}
.wrap-contents .con-list3 li:nth-child(12):after {content: '12';}
