@charset "UTF-8";

/* ------------------------------
	Company Detail
------------------------------ */
@media screen and (min-width: 751px), print {
	#vcon,#rcon {
		background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .6)),
	  url("../images/img_main.jpg?ver=1.0.1") bottom center no-repeat;
		background-size: cover;
		background-position: bottom center;
	}
	
} @media screen and (max-width: 750px) {
	#vcon,#rcon {
		background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .6)),
	  url("../images/img_main.jpg?ver=1.0.1") bottom center no-repeat;
		background-size: cover;
		background-position: bottom center;
	}
	
}

