.terms-main-title {
	color: #333;
	text-align: center;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
	letter-spacing: 0.1px;
}
.sign-up-form__checkbox--all {
	border: none;
}
.terms-list-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 25px;
}
.btn-custom {
	height: 50px;
	color: #fff;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.09px;
}
.sign-up-form__agree-list {
	margin-top: 0;
	padding: 10px;
	background-color: var(--bg-gray);
}
.custom-form-check__label {
	font-size: 18px !important;
}
.form-check__label__isRequired {
	font-size: 16px;
}
.form-title {
	font-size: 16px;
}
.custom-term-btn {
	text-decoration: underline;
}
.sign-up-form__checkbox--partial .custom-optional-title {
	max-width: 200px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	font-size: 16px;
}
