@charset "utf-8";

/*---------------------case----------------*/
.caseBg{
	background:url(../img/casebg.jpg) no-repeat center center;
	min-height:250px;
	border-top:1px solid #e8e8e8;
	padding:1% 0.2%;
	text-align:center;
}
.caselistImg{
	width:25%;
	float:right;
	margin-left:0;
	margin-right:20%;
	height:auto;
}
.caselistImg img{
	width:100%;
	height:auto;
}
.caseBg >.mainBorder >span.protypelistPageTxt{
	font-size:1em;
	width:50%;
	float:left;
	height:auto;
	margin:2% 0 2% 5%;
	text-align:left;
	color:#252524;
	line-height:1.6em;
}
.casePageBox{
	width:29.3333%;
	margin:1% 2%;
	float:left;
	max-height:15%;
}
.caseimgBorder{
	width:100%;
	float:left;
	height:auto;
}
.caseimgBorder img{
	width:100%;
	height:auto;
}
.caseSubBorder{
	font-size:1em;
	padding:4% 5%;
	width:100%;
	text-align:left;
	height:auto;
	float:left;
	font-weight:600;
	color:#000;
	background:#f1f0ee;
}
.caseSubBorder a{
	display:block;
}
.caseSubBorder:hover{
	background:#f9be00;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	.caselistImg{
		width:50%;
		float:left;
		margin-left:25%;
		margin-right:25%;
		height:auto;
	}
	.caselistImg img{
		width:100%;
		height:auto;
	}
	.caseBg >.mainBorder >span.protypelistPageTxt{
		font-size:1em;
		width:92%;
		float:left;
		height:auto;
		margin:4% 2%;
		text-align:left;
		color:#252524;
		line-height:1.6em;
	}
	.casePageBox{
		width:46%;
		margin:4% 2%;
		float:left;
		max-height:15%;
	}
	.casePageBox:nth-child(9){
		display:none;
	}
	.caseimgBorder{
		width:100%;
		float:left;
		height:auto;
	}
	.caseimgBorder img{
		width:100%;
		height:auto;
	}
	.caseSubBorder{
		font-size:1em;
		padding:4% 5%;
		width:100%;
		text-align:left;
		height:auto;
		float:left;
		font-weight:600;
		color:#000;
		background:#f1f0ee;
	}
	.caseSubBorder a{
		display:block;
	}
	.caseSubBorder:hover{
		background:#f9be00;
	}
	
}

@media  (max-width: 480px) {
	.caseBg{
		background:url(../img/casebg.jpg) no-repeat center center;
		min-height:250px;
		border-top:1px solid #e8e8e8;
		padding:1% 0.2%;
		text-align:center;
	}
	.caselistImg{
		width:50%;
		float:left;
		margin-left:25%;
		margin-right:25%;
		height:auto;
	}
	.caselistImg img{
		width:100%;
		height:auto;
	}
	.caseBg >.mainBorder >span.protypelistPageTxt{
		font-size:1em;
		width:92%;
		float:left;
		height:auto;
		margin:4% 2%;
		text-align:left;
		color:#252524;
		line-height:1.6em;
	}
	.casePageBox{
		width:96%;
		margin:4% 2%;
		float:left;
		max-height:15%;
	}
	.caseimgBorder{
		width:100%;
		float:left;
		height:auto;
	}
	.caseimgBorder img{
		width:100%;
		height:auto;
	}
	.caseSubBorder{
		font-size:1em;
		padding:4% 5%;
		width:100%;
		text-align:left;
		height:auto;
		float:left;
		font-weight:600;
		color:#000;
		background:#f1f0ee;
	}
	.caseSubBorder a{
		display:block;
	}
	.caseSubBorder:hover{
		background:#f9be00;
	}
	
}