
			.detail_module_2 { padding-top: 10px; padding-bottom: 10px; margin: 0 auto; }
			.detail_module_2 .h3_title { font-size: 40px; line-height: 60px; font-family:'OpenSans-Bold'; text-align: center; }
			.detail_module_2 .con_p { font-size: 16px; line-height: 30px; margin-top: 5px; text-align: center; }
			.detail_module_2 .item_box { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
			.detail_module_2 .item_box .item { width: calc(33.33% - 3.33px); margin-right: 5px; }
			.detail_module_2 .item_box .item:last-child { margin-right: 0; }
			.detail_module_2 .item_box .item img { max-height: 100% !important; }
			@media screen and (max-width: 768px){
				.detail_module_2 .h3_title { font-size: 20px; line-height: 27px; }
				.detail_module_2 .con_p { line-height: 21px; margin-top: 15px; }
				.detail_module_2 .item_box .item { width: 100%; margin-right: 0 !important; margin-bottom: 15px; }
				.detail_module_2 .item_box .item:last-child { margin-bottom: 0; }
			}
		