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


.tbl_type2 {width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #739831; background:#fff; margin:20px 0 }
.tbl_type2 th { color:#333; text-align:center; font-weight:600; padding:15px 5px; border-bottom:2px solid #ccc; border-right:1px solid #eee; background-color:#f8f8f8;}
.tbl_type2 td { text-align:left; padding:15px 5px; border-bottom:1px solid #ddd; text-align: center;  font-size: 1em; line-height: 1em}
.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;}



/* 프로그램 소개 */
.cross {width:100%; max-width:1200px; margin:0 auto;  }
.cross:after{ content:""; display:block; clear:both;}
.cross .cross_container {padding:0; margin:0;}
.cross .cross_container li.wow {float:left; width:100%; overflow:hidden; margin-bottom:60px; }
.cross ul li .cross_tit{font-size:1.5em; line-height: 1.1em; color:green}
.cross ul li .cross_txt{font-size:1.2em; line-height:1.3em; padding-top:10px; text-align:justify}
.cross ul li .cross_img{float:left; width:50%; height:300px; margin-bottom:0px; background:#f8f8f8;}
.cross ul li .cross_img img{height:300px;}
.cross ul li .cross_right{float:right; width:50%;  height:300px; background:#f8f8f8; padding:40px 40px 0 40px; box-sizing: border-box; }
.cross ul li.other_type .cross_img{float:right; width:50%; height:300px; background:#f8f8f8; margin-bottom:0px; text-align:right;}
.cross ul li.other_type .cross_right{float:left; width:50%;  height:300px; background:#f8f8f8; padding:40px 40px 0 40px; }
.cross ul li.other_type .cross_img img{height:300px; }
.cross ul li .cross_list {clear:both; padding-left:15px; margin-top:10px}
.cross ul li .cross_list li {margin-bottom:1px; list-style-type:circle !important; margin-left:5px; font-size:1.2em; line-height:1.3em; }
.cross ul li .goMovie {margin-top:15px;}
.cross ul li .goMovie a {background:orange; padding:8px 15px; border-radius:20px; color:#fff}
.cross ul li .goMovie a:hover {background:#666}

.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;  color:#333; line-height:1.2em; 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}
.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     }



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


}


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


	/* 프로그램소개 */
	.cross ul li{ width:100%; height:auto;}
	.cross ul li .cross_img{float:left; width:100%; height:auto;}
	.cross ul li .cross_img img{height:100%; width:100%; } 
	.cross ul li .cross_right{width:100%; height:auto; padding:20px 20px; }
	.cross ul li.other_type .cross_right{width:100%; height:auto;  padding:20px; 20px; }
	.cross ul li.other_type .cross_img{float:right; width:100%; height:auto;}
	.cross ul li.other_type .cross_img img{width:100%; height:100%}
	.cross .cross_container .wow {position:relative}
	.cross ul li .cross_tit {position:absolute; top:0; left:0; padding:10px 15px; background:#3b6a03; color:#fff; border-left:5px solid #a3d007}

}



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


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

	/* 프로그램소개 */
	.cross ul li .cross_tit{font-size:1em}
	.cross ul li .cross_txt{font-size:1em; line-height:1em;}
	.cross ul li .cross_right{padding:20px;padding-top:10px }
	.cross ul li.other_type .cross_right{padding:20px; padding-top:10px }
	.cross ul li .cross_list {clear:both; padding-left:15px; margin-top:10px}
	.cross ul li .cross_list li {margin-bottom:1px; list-style-type:circle !important; margin-left:1px; font-size:1em; line-height:1.1em; margin-bottom: 5px}

}



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

	
}