#caseDetail-section{
	padding-bottom:25px;
/*	padding-top: 90px;*/
	box-sizing: border-box;
}
.breadNav{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #C2C2C2;
}
.caseDetail-ctn{
	color: #121212;	
	padding-top: 30px;
}
.caseDetail-ctn h2{
	font-size: 30px;
    margin-top: 20px;
}
.caseDetail-ctn p{
	line-height: 30px;
	margin-top: 12px;
}
.caseDetail-ctn span{
	font-size: 16px;
}
.control-detail-btnCtn {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
}
/*.controlBtn{
	float: left;
}
.controlBtn>a{
	font-size: 18px;
	color: #121212;
}
#prev{
	margin-right: 25px;
}*/


@media only screen and (max-width: 980px) {
	.caseDetail-ctn h2 {
    	font-size: 24px;
    	margin: 10px 0;
	}
	.caseDetail-ctn img{
	    width: 100%;
   	 	height: auto;
	}
}