/*************** [introduce]basic ***************/
#section_type_introduce_4 {position:relative;}
#section_type_introduce_4 .sec {width:100%;}

/*sec4*/
#section_type_introduce_4 .sec4 { clear:both; overflow:hidden; height:auto; padding:60px 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#section_type_introduce_4 .sec4 .sec4_box {float:left; width:24%; height:275px; margin-right:1.3%; box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
#section_type_introduce_4 .sec4 .sec4_box1 {background:#4094d4;}
#section_type_introduce_4 .sec4 .sec4_box2 {background:#4bc7bf;}
#section_type_introduce_4 .sec4 .sec4_box3 {background:#6b9338;}
#section_type_introduce_4 .sec4 .sec4_box4 {background:#98c666; margin-right:0;}
#section_type_introduce_4 .sec4 .sec4_box a {width:100%; height:100%; display:block; color:#fff; text-align:center; padding:30px; 
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#section_type_introduce_4 .sec4 .sec4_box a h4 {font-size:23px; margin-bottom:30px; font-weight:400;}
#section_type_introduce_4 .sec4 .sec4_box a p {font-size:18px; margin-bottom:45px; line-height:135%; letter-spacing:-1px;}
#section_type_introduce_4 .sec4 .sec4_box a img {}

/*************** [introduce]responsive ***************/
@media screen and (max-width:1024px){ 
	#section_type_introduce_4 .sec4 .sec4_box {width:49%; margin-right:2%;}
	#section_type_introduce_4 .sec4 .sec4_box2, #section_type_introduce_4 .sec4 .sec4_box4 {margin-right:0;}
	#section_type_introduce_4 .sec4 .sec4_box1, #section_type_introduce_4 .sec4 .sec4_box2 {margin-bottom:2%;}
}
@media screen and (max-width:600px){ /*tablet*/
	#section_type_introduce_4 .sec4 .sec4_box {height:260px;}
	#section_type_introduce_4 .sec4 .sec4_box a h4 {font-size:20px;}
	#section_type_introduce_4 .sec4 .sec4_box a p {font-size:16px;}
}
@media screen and (max-width:450px){
	#section_type_introduce_4 .sec4 .sec4_box {height:240px;}
	#section_type_introduce_4 .sec4 .sec4_box {width:100%; margin-right:0; margin-bottom:2%;}
	#section_type_introduce_4 .sec4 .sec4_box4 {margin-bottom:0;}
}
@media screen and (max-width:375px){ /*mobile - iphone 6,7,8*/
	#section_type_introduce_4 .sec4 .sec4_box a p {margin-bottom:35px;}
}