@charset "UTF-8";

.kvAreaInner .imgArea img{
	position: absolute;
	width: 50%;
	bottom: -50px;
	right: 28%;
}
@media screen and (max-width:812px){
	.kvAreaInner .imgArea img {
		width: 100%;
		max-width: 170px;
		right: 5%;
		bottom: -39px;
	}
}