/*사업영역 Type01 */
.business { width:100%; max-width:1210px; margin:0 auto;  }
.business:after { content:""; display:block; clear:both; }
.business ul { padding:0; margin:0; }
.business ul li { float:left; width:31.333333%; 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:1em; text-align:center; letter-spacing:-0.04em; }


.tbl_type2 {width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c; }
.tbl_type2 th { color:#333; text-align:center; font-weight:700; padding:10px 15px; border-bottom:1px solid #ddd; border-right:1px solid #eee; background-color:#f8f8f8;}
.tbl_type2 td { text-align:left; padding:10px 15px; border-bottom:1px solid #ddd; text-align: center;  font-size: 1.1em; line-height: 1.2em}
.tbl_type2 td.alignL {text-align: left}

.con_arrow {font-size:1.5em; font-weight:400; line-height:30px;  color: #000; margin:50px 0 20px 0; border:0px solid red;}
.con_arrow:before { content: ""; width:16px; height:16px; display:inline-block; border:5px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
.con_arrow:first-child { margin:0 0 20px 0;}


/*사업영역 Type02 */
.cross {width:100%; max-width:1200px; margin:0 auto;  }
.cross:after{ content:""; display:block; clear:both;}
.cross ul {padding:0; margin:0; }
.cross ul li{float:left; width:100%; overflow:hidden; margin-bottom:60px; }
.cross ul li .cross_tit{font-size:2em;}
.cross ul li .cross_txt{font-size:1.2em; padding-top:20px; }
.cross ul li .cross_img{float:left; width:55%; height:340px; margin-bottom:0px; background:#f8f8f8;}
.cross ul li .cross_img img{height:340px;}
.cross ul li .cross_right{float:right; width:45%;  height:340px; background:#f8f8f8; padding:50px 50px 0 50px; box-sizing: border-box; }
.cross ul li.other_type .cross_img{float:right; width:55%; height:340px; background:#f8f8f8; margin-bottom:00px; text-align:right;}
.cross ul li.other_type .cross_right{float:left; width:45%;  height:340px; background:#f8f8f8; padding:50px 40px 0 50px; }
.cross ul li.other_type .cross_img img{height:340px; }


.btn_go {display:inline-block; background:#222; color:#fff; text-align:center;  font-size: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; }



#banners { width:100%; padding:0px 0 30px 0;}
#banners:after{ content:""; display:block; clear:both;}
#banners .comm_area { width:100%; max-width:1200px;margin:0 auto; }
#banners .comm_bnr { clear:both; width:100%; padding-top:30px; }
#banners .comm_bnr:after{ content:""; display:block; clear:both;}
#banners .comm_bnr li { position:relative; padding-top:15px; float:left; width:215px;  height:110px; padding-left:15px; margin-right:10px; background:#fff; border:1px solid #ddd; box-sizing:border-box; transition: 0.1s all ease;   -webkit-transition: 0.1s all ease;   -moz-transition: 0.1s all ease;   -ms-transition: 0.1s all ease;   -o-transition: 0.1s all ease; }
#banners .comm_bnr li div {text-align:center;  margin:0px 0px 0px 0; }
#banners .comm_bnr li div i {}
#banners .comm_bnr li div img {width:30px}
#banners .comm_bnr li:last-child {margin-right:0;}
#banners .comm_bnr li .txt_tit {color:#000; font-size:1.15em; line-height:1.2em; padding-top:10px; }
#banners .comm_bnr li .txt_list {color:#777;	font-size:0.95em;	line-height:20px; padding-top:0px; }
#banners .comm_bnr li:hover {background:#57b6e6;}
#banners .comm_bnr li:hover i{color:#fff;}
#banners .comm_bnr li:hover .txt_tit{color:#fff;}
#banners .comm_bnr li:hover .txt_list{color:#fff; opacity:0.8;}


/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	
	.cross {width:95%;}
	.cross ul li .cross_tit{font-size:1.5em; }
	.cross ul li .cross_txt{font-size:1em; }
	.cross ul li .cross_img{ width:60%; height:250px; margin-bottom:0px;}
	.cross ul li .cross_right{ width:40%;  height:250px; padding:30px 30px; margin-bottom:50px; }
	.cross ul li .cross_img img{height:100%;}
	.cross ul li.other_type .cross_img{ width:60%; height:250px; margin-bottom:0px;}
	.cross ul li.other_type .cross_right{ width:40%; height:250px; padding:30px 30px; }
	.cross ul li.other_type .cross_img img{height:100%;}

	#banners .comm_bnr { padding-top:0px;}
	#banners .comm_bnr li { width:50%; margin:0;  border:0px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-top:1px solid #ddd;  box-sizing:border-box; margin-bottom: 1px  }
	#banners .comm_bnr li:nth-child(even) {border-right:0;} 


}


/* 반응형 중간기기 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;}

	.cross ul li{ width:100%; height:auto;}
	.cross ul li .cross_img{float:left; width:100%; height:auto;}
	.cross ul li .cross_img img{width:100%;}
	.cross ul li .cross_right{width:100%; height:auto; padding:30px 20px; }
	.cross ul li.other_type .cross_right{width:100%; height:auto;  padding:30px; 20px; }
	.cross ul li.other_type .cross_img{float:right; width:100%; height:auto;}
	.cross ul li.other_type .cross_img img{width:100%;}
	
	.tbl_type2 td {font-size: 0.95em; line-height: 1.2em; padding:10px 5px;}
	.tbl_type2 th {padding:10px 5px;}
	
	.con_arrow {font-size:1.1em; font-weight:400; letter-spacing: -1px}
	.con_arrow:before { content: ""; width:12px; height:12px; display:inline-block; border:4px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
	.con_arrow:first-child { margin:0 0 20px 0;}

}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	
	.vision ul li { width:100%;}

	#banners .comm_bnr li { width:25%; height:100px;  padding-left:0;  border-right:1px solid #ddd; border-bottom:0;}
	#banners .comm_bnr li:nth-child(even) {border-right:1px solid #ddd;} 
	#banners .comm_bnr li:nth-child(4) {border-right:0px solid #ddd;} 
	#banners .comm_bnr li div { position:absolute; top:15px; left:50%; transform:translate(-50%,0); margin-left:0px; }
	#banners .comm_bnr li div i { display:block; vertical-align:middle; width:100%; height:70px; line-height:70px; text-align:center; font-size:1.5em; color:#333; }
	#banners .comm_bnr li .txt_tit {position:absolute; bottom:20px; width:100%; font-size:0.8em; letter-spacing: -1px;  text-align:center; padding-top:0; }
	#banners .comm_bnr li .txt_list {display:none; }
	#banners .notice_area li a{display:block; width:75%;  text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; }
	#banners .notice_area .tab{height:40px;}
	#banners .notice_area .tab li{height:40px; line-height:40px;}
	#banners .notice_area .tab li a{height:40px; line-height:40px;}
	#banners .notice_area .more{top:5px;}

}



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

	
}