.signup-page-title {
	position: relative;
	text-align: center;
	border: 1px solid black;
	line-height: 30px;
	margin-bottom: 20px;
}
.signup-page-title div:nth-child(1) {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../img/arrow/chevron-left.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.signup-page-title div:nth-child(2) {
	font-size: 0.5rem;
}
.signup-label {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 0.7rem;
}
.signup-label .require {
	border-radius: 4px;
	background: #293442;
	color: white;
	font-size: 0.4rem;
	padding: 2px 6px;
	scale: 0.7;
	margin: 4px 0 0 0;
}
.signup-input {
	border: 1px solid #293442;
	border-radius: 4px;
	margin: 10px 0;
	padding: 8px 10px;
}
.signup-input .name {
	outline: none;
	border: none;
	width: 100%;
	resize: none;
}
.signup-input-check {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 0.7rem;
	margin: 10px 0;
}
.signup-input-check .box {
	display: flex;
	gap: 8px;
	align-items: center;
}
.signup-input-check .box div:nth-child(1) {
	width: 14px;
	height: 14px;
	background-image: url(../img/check/iconmonstr-checkbox-4.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.signup-input-check .box div:nth-child(2) {
	width: 14px;
	height: 14px;
	background-image: url(../img/check/iconmonstr-checkbox-6.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.signup-input-check .box div:nth-child(3) {
	
}