/*사업영역 Type01 */
.business { width:100%; max-width:1210px; margin:0 auto;  overflow:hidden;}
.business:after { content:""; display:block; clear:both; }
.business ul { padding:0; margin:0; }
.business ul li { float:left; width:47.6%; margin-left:1%; margin-right:1%; }
.business ul li img { display:block; width:100%;}
.business ul li strong { display:block; margin-top:30px; font-size:1.5em; font-weight:700; line-height:28px; text-align:center; }
.business ul li > span { display:block; margin-top:20px; font-size:1.02em; text-align:center; letter-spacing:-0.04em; }


.btn_go {display:inline-block; background:#222; color:#fff; text-align:center; font-size:1.1em; margin:20px 0px; padding:10px 30px; border:1px solid #000;  transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.btn_go:hover {color:#000; background-color:#fff; }


.text-center {text-align: center}
.font-16 {font-size: 1.12em; line-height: 1.6em}
.font-wl {font-weight: 200;}

.tbl2{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl2 th{background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl2 td{border-bottom:1px solid #ccc; padding:5px 10px 6px 12px; /*text-indent:10px;*/ font-size:0.9em;}


/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	

}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){	


}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {		
	
	.business ul li { width:100%; margin-left:0px; margin-bottom:50px;}


}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
}