@charset "utf-8";.tab1 {
	float: left;
	height: 100vh;
	width: 30%;
	background-size: cover, contain;
	background-position: right;
	background-color: #F93;
}
.tab2 {
	float: left;
	height: 100vh;
	width: 70%;
}
