/*사업영역 Type01 */
.business { width:100%; max-width:1200px; margin:0 auto;  }
.business:after { content:""; display:block; clear:both; }

.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}

.tbl_type9 {width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c; border-bottom:2px solid #002b5c; background-color:#fff; }
.tbl_type9 th { color:#333; text-align:center; font-weight:700; padding:10px 15px; border-bottom:1px solid #ddd; border-right:1px solid #eee; }
.tbl_type9 td { text-align:left; padding:10px 15px; border-bottom:1px solid #ddd; text-align: center;  font-size: 1em; line-height: 1.2em}
.tbl_type9 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; }



/* 블루 컨텐츠 */
.view .titleH3 {font-size:1.6em;  line-height:0.8em; color:#005c8b; border-bottom:1px solid #005c8b; margin-bottom:20px; margin-top:50px; font-weight:500; letter-spacing:-1px }
.view .titleH3 i {padding-right:10px; color:#11469e}
.view .titleH4 {font-size:1.3em; background:#6b7f47; color:#fff; border-radius:30px; display:inline-block; padding: 3px 30px 5px 30px; margin-bottom:10px; }

.view .contentsBasicA {font-size:1.2em;  letter-spacing:0.7px;color:#333; line-height:1.3em; text-align:justify; background:#efefef; padding:20px 25px; border-radius:20px; margin-bottom:20px}
.view .contentsBasicA span {color:#d05f04}
.view .listA {padding-left:20px; margin-top:5px}
.view .listA li {list-style-type: decimal;  font-size:1.2em; line-height:1.2em;  margin-bottom:7px  }
.view .listA li span {font-weight:500; color:#000}
.view .listAB {padding-left:40px;}
.view .listAB li {list-style-type: circle;  font-size:1.2em; line-height:1.2em;  margin-bottom:7px     }
.view .listB {padding-left:20px; margin-top:5px}
.view .listB li {list-style-type: disc;  font-size:1.2em; line-height:1.2em;  margin-bottom:7px  }
.view .listB .etc {list-style-type: none; color:#d05f04; letter-spacing: -1px}
.view .listB .etc2 {list-style-type: none; letter-spacing: -1px}
.view .listB .orange {color:#d05f04; font-weight:400}
.view .listB .blue {color:#2e46bf; font-weight:400}

.view .listB li span {font-weight:500; color:#000}
.view .listBB {padding-left:40px;}
.view .listBB li {list-style-type: circle;  font-size:1.2em; line-height:1.2em;  margin-bottom:7px     }


/* 사업추진체계 */
.processBusiness {overflow:hidden; position:relative}
.processBusiness li {width:33%; float:left; padding-right:5%; margin-bottom:20px ; position:relative}
.processBusiness li dl {padding:20px 20px; background:#efefef; border-radius:15px}
.processBusiness li:nth-child(even) dl {background-color: #d9d9d9}
.processBusiness dl dt {font-size:1.3em; font-weight:bold; letter-spacing:1px;  color:#138ab6; padding-bottom: 10px}
.processBusiness dl dd {font-size:1.2em;  line-height:1em;}
.processBusiness dl dd span {font-size:0.8em;}

.processBusiness li:after {
	content: "\f0a9";
    font-family: FontAwesome;
	font-size:2em;
	color:#999;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position:absolute;
	right:30px;
	top:40px;
}
.processBusiness li.end:after {content:none; }




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

}


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

	/* 사업추진체계 */
	.processBusiness li {width:45%; float:left; padding-right:5%; margin-bottom:20px ; position:relative}

}



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

	.tbl_type9 td {font-size: 0.8em; line-height: 1.2em; padding:10px 5px;}
	.tbl_type9 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;}


	
	/* 사업추진체계 */
	.business .processBusiness li {margin-bottom:10px; padding-right:15%;}
}



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


}



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

	
}