/* 사업분야 */
.business .example ul li span{ word-break: keep-all; }

@media screen and (max-width: 1200px){
	#business .business .example ul li{ width: calc((100% - 20px) / 2); }
}


/* product */
#product .product .txt h5{ font-size: 3.5rem; }

@media screen and (max-width: 1600px){
	#product .product .txt h5{ font-size: 3rem; }
}

@media screen and (max-width: 1280px){
	#product .product .txt h5{ font-size: 2.4rem; }
}