@charset "utf-8";

/*---------------------vca----------------*/
.vacBg{
	background:url(../img/vcabg.jpg) no-repeat top center;
	/*background-size:auto 17%;
	min-height:200px;*/
	text-align:left;
	float:left;
	color:#000;
}
.vacpageBg{
	/*background:url(../img/vcabg.jpg) #f5bb99 no-repeat top center;
	background-size:auto 17%;
	min-height:200px;*/
	text-align:left;
	float:left;
	color:#000;
}
.vacBg > h1,
.vacpageBg > h1{
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bolder;
}
.yellowvcaBg > p{
	height:auto;
	font-size:1.2em;
	line-height:1.6em;
	font-weight:600;
}
.yellowvcaBg > p,.yellowvcaBg > span{
	margin:1% 20% 1%  20%;
}
.vcaPageBox{
	width:40%;
	margin:1% 5% 5% 5%;
	float:left;
	max-height:15%;
}
.vcaimgBorder{
	width:100%;
	float:left;
	height:auto;
}
.vcaimgBorder img{
	width:100%;
	height:auto;
}
.vcaSubBorder{
	font-size:1em;
	padding:4% 5%;
	width:100%;
	text-align:left;
	height:auto;
	float:left;
	font-weight:600;
	color:#000;
	background:#f1f0ee;
}
.vcaSubBorder a{
	display:block;
}
.vcaSubBorder:hover{
	background:#dffb69;
}
.yellowvcaBg{
	/*min-height:250px;*/
	padding:2% 0.2%;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
}
.yellowvcaBg p{
	text-align:left;
}
.vcaPageImg{
	width:40%;
	float:left;
	margin-left:30%;
	margin-top:0px;
	margin-right:30%;
	margin-bottom:3%;
	height:auto;
}
.vcaPageImg img{
	width:100%;
	height:auto;
}
.yellowvcaBg >span.protypelistPageTxt{
	font-size:1em;
	/*width:96%;*/
	float:left;
	height:auto;
	padding:2% 0.2%;
	text-align:left;
	color:#252524;
	line-height:1.6em;
}

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

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

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	.yellowvcaBg > p,.yellowvcaBg > span{
	margin:1% 1% 1%  1%;
	}
	
}

@media  (max-width: 480px) {
	.vacBg{
		background:url(../img/vcabg.jpg) no-repeat top center;
		/*background-size:auto 17%;*/
		min-height:200px;
		float:left;
		color:#000;
	}
	.vacpageBg{
		/*background:url(../img/vcabg.jpg) #f5bb99 no-repeat top center;
		background-size:auto 180px;
		min-height:200px;*/
		margin-top:5%;
		float:left;
		color:#000;
	}
	.yellowvcaBg > p,.yellowvcaBg > span{
	margin:1% 1% 1%  1%;
	}
	.vacBg > h1,
	.vacpageBg > h1{
		font-size:1.5em;
		line-height:2.2em;
		font-weight:bolder;
	}
	.vacpageBg > p{
		font-size:1.1em;
		line-height:1.7em;
		font-weight:600;
	}
	.vcaPageBox{
		width:96%;
		margin:4% 2%;
		float:left;
		max-height:15%;
	}
	.vcaimgBorder{
		width:100%;
		float:left;
		height:auto;
	}
	.vcaimgBorder img{
		width:100%;
		height:auto;
	}
	.vcaSubBorder{
		font-size:1.1em;
		padding:4% 5%;
		width:100%;
		text-align:left;
		height:auto;
		float:left;
		font-weight:600;
		color:#000;
		background:#f1f0ee;
	}
	.vcaSubBorder a{
		display:block;
	}
	.vcaSubBorder:hover{
		background:#dffb69;
	}
	.yellowvcaBg{
		min-height:250px;
		padding:2% 0.2%;
		text-align:left;
	}
	.vcaPageImg{
		width:50%;
		float:left;
		margin-left:25%;
		margin-right:25%;
		margin-top:-10px;
		height:auto;
	}
	.vcaPageImg img{
		width:100%;
		height:auto;
	}
	.yellowvcaBg >span.protypelistPageTxt{
		font-size:1em;
		width:96%;
		float:left;
		height:auto;
		margin:2%;
		color:#252524;
		line-height:1.6em;
	}
	
}