/*案例*/
.case-list-box{background-color:rgba(208, 208, 208, 0.2);}
.case-info-left img{height:310px;width:543px;padding:75px;}
.case-info-right{
background:none;width:50%;padding:98px 50px 70px 20px;}
.product-list:nth-child(even) .case-info-right{
	width:50%;
	background:none;
	padding:120px 20px 110px 40px;
}
.case-list-box .case-go-detail{
	margin-top:10px;
}

@media screen and (max-width: 768px){
	
	.case-info-left img{
		height: auto;
		width: 99%;
		padding: 5px;
	}
	
	.product-list:nth-child(even) .case-info-right,.product-list .case-info-right{
		width:100%;padding:15px;
	}
}
