.d_signupCommunity {
	background: #f3f5f7;
}

.d_signupCommunity {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
	width: 100%;
}

.d_signup_background {
	background: #f3f5f7;
	position: relative;
	height: auto;
}

.d_signupCommunity_oneStringProperty span {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}
.d_signupCommunity_title {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.d_signupCommunity p {
	margin-top: 0;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	width: 80%;
}
.d_signupCommunity img{
	width: 300px;
	height: 450px;
	object-fit: contain;
}

@media (min-width: 576px) {
	.d_signupCommunity {
		width: calc(100% + 25px);
		margin-left: -12.5px;
	}
}
@media (min-width: 768px) {
	.d_signup_background {
		min-height: 100vh;
	}
	.d_signup {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}

	.d_signupCommunity {
		padding: 70px 0 150px 50px;
		align-items: end;
		width: auto;
		margin-left: 0;
		background: transparent;
	}

	.d_signup_leftBox {
		background: white;
		position: absolute;
		left: 0;
		top: 0;
		width: 53.46%;
		height: 100%;
		z-index: 1;
		border-right: 2px solid #eaeaea;
	}
}

@media ( min-width: 992px) {
	.d_signupCommunity {
		padding: 40px 0 150px 125px;
	}
}

@media(min-width: 768px){
	.d_signupCommunity p {
		width: 100%;
	}
	.d_signupCommunity_title{
		text-align: left;
		margin-bottom: 30px;
	}
}
@media(min-width: 992px){
	.d_signupCommunity img{
		width: 350px;
		height: 510px;
	}
}