body {
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}

p {
	font-family: Pretendard, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin: 100px 0 0 0;
}

h1, h4 {
	margin: 0;
	padding: 0;
}

.login-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.login-button {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	width: 350px;
	height: 56px;
}

.mobile-image {
	display: block;
	width: 126px;
	height: 48px;
}

h1 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

.login-top p {
	margin-top: 16px;
}

.gray-line {
	width: 400px;
	height: 1px;
	background-color: gray;
	margin: 0 auto;
}
