@font-face {
	font-family: spoqa-medium;
	src: url('../font/Spoqa-Medium.ttf');
}
@font-face {
	font-family: spoqa-light;
	src: url('../font/Spoqa-Light.ttf');
}
@font-face {
	font-family: spoqa-bold;
	src: url('../font/Spoqa-Bold.ttf');
}
@font-face {
	font-family: spoqa-regular;
	src: url('../font/Spoqa-Regular.ttf');
}
._ {
	background-color: #fff;
	text-align: -webkit-center;
}
img.logo {
	width: 298px;
	height: 38px;
	margin-top: 20px;
	object-fit: contain;
}

.background {
	margin-left: 31px;
	margin-right: 31px;
	margin-top: 20px;
	height: 416px;
	border-radius: 12px;
	background-color: #f6faff;
	padding-top: 33px;
}

.title {
	font-family: spoqa-bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
}

.content {
	margin-top: 8px;
	font-family: spoqa-light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
}

.image {
	object-fit: contain;
	margin-top: 66px;
}

.register {
	font-family: spoqa-medium;
	height: 40px;
	border-radius: 50px;
	background-color: #1a2772;
	margin-left: 31px;
	margin-right: 31px;
	height: 40px;
	line-height: 40px;
	color: white;
	margin-top: 23px;
	font-size: 14px;
}

.login {
	font-family: spoqa-medium;
	height: 40px;
	border-radius: 50px;
	border: solid 1px #1b2771;
	margin-left: 31px;
	margin-right: 31px;
	height: 40px;
	line-height: 40px;
	color: #1b2771;
	margin-top: 8px;
	font-size: 14px;
}