main {
	padding: 1.875rem 1.875rem 0rem;
}

.ip-bg {
	margin-top: 1.875rem;
}

.section-title {
	margin-top: 0.625rem;
	font-weight: bold;
	font-size: 1.3125rem;
}

.ip-image {
	width: 100%;
}

.ip-recruit {
	background-color: white;
	color: black;
	border-radius: 0.6875rem;
	width: 5rem;
	height: 1.3125rem;
	line-height: 1.3125rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.625rem;
	margin-top: 0.625rem;
}


.section-flex {
	display: flex;
	justify-content: flex-start;
	/* gap: 1.875rem; */
}

.ip-more {
	margin-top: -24%;
	margin-left: 2.2rem;
}

.ip-more img {
	width: 80%;
}