#home {
	width: 100vw;
	height: 100vh;
	min-height: 573px;
	background-image: url(../../img/1920x1080/back.webp);
	background-size: cover;
}

.home_contant_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home_logo_img {
	width: 300px;
}

.home_contant_con h1 {
	font-size: 52px;
	font-weight: 900;
	color: white;
	margin: 21px 0 28px 0;
	white-space: nowrap;
}

.home_contant_con > p {
	font-weight: 100;
	color: white;
	line-height: 20px;
	text-align: center;
}

.btn_tomove {
	background-color: transparent;
	border: 1px solid white;
	border-radius: 4px;
	padding: 4px 16px;
	padding-right: 10px;
	color: white;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	margin-top: 34px;
	line-height: 20px;
}

.btn_tomove .material-icons {
	top: 0px;
}