.career {
	position: relative;
	margin-bottom: 4em;
}

#career-stigma-pattern-image {
	position: absolute;
	top: -10em;
	left: -5em;
	width: calc(15em + 15vw);
	z-index: -1;
	opacity: 0.2;
}

.career__card {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 1em 0;
	border-bottom: 2px solid var(--main-red);
	margin-bottom: 2em;
}

.career__card__status__name {
	color: var(--main-red);
	font-weight: 600;
}

.career__card__status__info-wrapper {
	display: flex;
	margin: 1em 0;
	gap: 2em;
}

.career__card__status__info {
	display: flex;
	gap: 0.5em;
	align-items: center;
}

.career__card__status__info p {
	margin: 0;
	padding: 0;
}

.career__card__status__info img {
	height: 1.3em;
}

.career__card__status__short {
	margin: 1em 0;
	margin-left: 1.5em;
}

.career__card__status__short li {
	margin-bottom: 0.5em;
}

.join-our-team {
	position: relative;
	margin-bottom: 4em;
	scroll-margin-top: 6em;
}

.join-our-team__upload-box {
	margin-top: 2em;
	padding: 2em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border: 2px dashed var(--main-red);
	background-color: var(--main-white-gray);
}

.join-our-team__upload-box .join-our-team__upload-box__document-img {
	height: 2.5em;
}

.join-our-team__upload-info {
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.join-our-team__upload-info__size {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}

.join-our-team__upload-info__size img {
	cursor: pointer;
}

.join-our-team__progress {
	position: relative;
	margin-top: 0.5em;
	width: 100%;
	height: 2px;
	background-color: #949494;
	border-radius: 5px;
}

.join-our-team__progress::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 70%;
	height: 2px;
	background-color: var(--main-red);
	border-radius: 5px;
	transform: translateY(-50%);
	z-index: 1;
}

#join-team-stigma-pattern-image {
	position: absolute;
	top: calc(3vw + 3em);
	right: -15em;
	width: calc(15em + 15vw);
	z-index: -1;
	opacity: 0.2;
}

#join-team-stigma-pattern-image-2 {
	position: absolute;
	bottom: 0;
	left: -5em;
	width: calc(15em + 10vw);
	z-index: -1;
	opacity: 0.2;
}
