* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.flex_wrapper,.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-center {
	align-items:center;
}

.wrap_1280 {
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
.wrap_1024 {
	max-width:1024px;
	width:100%;
	margin:0 auto;
}

#Index {
	width: 100%;
	height: 100vh;
	height: 100dvh;
	position: relative;
	margin-top: -4.8rem;
}
#Index .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 26, 53, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}
#Index .content .content_inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
#Index .content .content_inner * {
	color: #fff;
}
#Index .content .content_inner .since {
	font-size: 2.4rem;
	font-weight: 700;
}
#Index .content .content_inner .since small {
	font-size: 1.2rem;
}
#Index .content .content_inner h1 {
	font-size: 3.2rem;
	font-weight: 400;
}
#Index .content .content_inner h1 strong {
	font-weight: 800;
}
#Index .content .content_inner p {
	font-size: 1rem;
	line-height: 170%;
}
#Index .content_inner .login_google_btn {
	background: #fff;
	margin-top: 1.25rem;
	width: 16.35rem;
	position: relative;
	padding-left: 2rem;
}
#Index .content_inner .login_google_btn img {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.2rem;
}
#Index .content_inner .login_google_btn span {
	color: #000;
	line-height: 111.111%;
	font-weight: 600;
}
#Index .content_inner .input_box {
	position: relative;
	margin-top: 1rem;
}
#Index .content_inner .input_box input {
	width: 29.8rem;
	background: rgba(217, 217, 217, 0.20);
	border: 1px solid #fff;
	border-radius: 0.25rem;
	padding: 0.9rem 3rem 0.9rem 2rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 170%;
	color: #fff;
}
#Index .content_inner .input_box input::placeholder {
	color: #fff;
}
#Index .content_inner .input_box button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
#Index .content_inner .input_box button img {
	width: 1.7rem;
}
#Index .bg-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#Index .bg-video video {
	width:100%;
	height: 100%;
	object-fit: cover;
}

.mb_10 { margin-bottom:0.5rem;}
.mb_15 { margin-bottom:0.75rem;}
.mb_20 { margin-bottom:1rem;}
.mb_30 { margin-bottom:1.5rem;}
.mb_40 { margin-bottom:2rem;}
.mb_45 { margin-bottom:2.25rem;}
.mb_50 { margin-bottom:2.5rem;}
.mb_55 { margin-bottom:2.75rem;}
.mb_60 { margin-bottom:3rem;}
.mb_70 { margin-bottom:3.5rem;}
.mb_80 { margin-bottom:4rem;}
.mb_85 { margin-bottom:4.25rem;}
.mb_120 { margin-bottom:6rem;}