#wrapper__jobs {
	position: relative;
	z-index: 1;
	background: white;
}
/* ------------------------------------------------ */
/* SECTION: IDENTITY */
#identity {
	width: 100%;
	margin-top: 3.8rem;
}
#identity .identity__title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 3rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	max-width: 35rem;
}
#identity .container {
	display: flex;
	justify-content: space-between;
}
#identity .identity__content {
	margin-right: 12.14rem;
	width: 36.5rem;
}
#identity .identity__content strong {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.01125rem;
}
#identity .identity__content p {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0.88rem;
}
.identity__description__first {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.01125rem;
}
.identity__description__second {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0.88rem;
}
.identity__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6rem;
	height: 27.625rem;
	overflow: hidden;
}
.identity__gallery .identity__gallery__item {
	height: 27.625rem;
}
.identity__gallery .identity__gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.identity__gallery .identity__gallery__item img.mobile {
	display: none;
}
.identity__gallery
.identity__gallery__container
.identity__gallery__item
.content {
	color: var(--text-text-grey-0, #fff);
	font-family: "Lexend Deca";
	font-size: 1rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.01rem;
	width: 100%;
	height: fit-content;
	position: absolute;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	top: 3.24rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 29.15813rem;
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.025rem;
}
.identity__gallery
.identity__gallery__container:nth-child(1)
.identity__gallery__item {
	transform: translateY(16.425rem);
}
.identity__gallery
.identity__gallery__container:nth-child(2)
.identity__gallery__item {
	transform: translateY(24.425rem);
}
.identity__gallery
.identity__gallery__container:nth-child(3)
.identity__gallery__item {
	transform: translateY(calc(100% + 4.2rem));
}

.identity__gallery.active .identity__gallery__item:nth-child(1),
.identity__gallery.active .identity__gallery__item:nth-child(2),
.identity__gallery.active .identity__gallery__item:nth-child(3) {
	transform: translateY(0);
	transition: all 1.3s cubic-bezier(0.72, 0.02, 0.25, 0.98);
}
/* ------------------------------------------------ */
/* SECTION: POSITION */
#position {
	padding-top: 5.94rem;
	padding-bottom: 0.62rem;
}
#position .position__heading {
	display: flex;
	justify-content: space-between;
}
#position .position__title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 3rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	max-width: 35rem;
}
#position .position__content {
	width: 34.8325rem;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
.position__feature__tabs {
	width: fit-content;
	height: 3.625rem;
	display: flex;
	padding: 0 0.75rem;
	align-items: center;
	border-radius: 4.5rem;
	border: 0.3px solid
		var(--Stroke---Divider-Thin---Background---Default, #d8dde6);
	background: #f3f3f3;
	margin-top: 3.6rem;
}
.position__feature__tabs .feature__tab__item {
	height: 2.64rem;
	width: fit-content;
	padding: 0 0.75rem;
	border-radius: 3.5rem;
	display: flex;
	align-items: center;
	background: transparent;
	color: var(--Input-Text-Inactive---BG-White, #babcc0);
	transition: all 0.2s;
	white-space: nowrap;
}
.position__feature__tabs > button + button {
margin-left: 0.75rem;
}
.position__feature__tabs .feature__tab__item.active {
	background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
	color: white;
}
.position__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 1.38rem;
	margin-top: 3rem;
}
.position__grid__item {
	width: 100%;
	height: 12.9375rem;
	padding: 2rem;
	border-radius: 0.625rem;
	border: 1px solid rgba(112, 115, 124, 0.16);
}
.position__item__category {
	display: flex;
	align-items: center;
}
.position__item__category .circle {
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	display: block;
	margin-right: 0.5rem;
}
.position__item__category.red .circle {
	background: #eb5757;
}
.position__item__category.green .circle {
	background: #40a160;
}
.position__item__category .category {
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
}
.position__item__category.red .category {
	color: var(--Functional-Red-R100, #eb5757);
}
.position__item__category.green .category {
	color: var(--Shinnec-Color-Tertiary-Green-600, #40a160);
}

.position__item__category.gray .category {
	color: var(--Text-Text-Grey-Disable, rgba(0, 18, 36, 0.38));
}
.position__item__category.gray .circle {
	background: var(--Text-Text-Grey-Disable, rgba(0, 18, 36, 0.38));
}

.position__grid__item .title {
	color: var(--Foundation-Deep-Blue-blue-500, #011942);
	font-family: Lexend;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.025rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	margin-top: 0.5rem;
}
.position__wrapper__content {
	position: relative;
	width: 100%;
	height: fit-content;
	margin-top: 1rem;
}
.position__item__detail {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 3rem;
	width: fit-content;
	padding-left: 2.44rem;
	padding-right: 0.38rem;
	border-radius: 3.75rem;
	border: 0.8px solid rgba(0, 107, 29, 0.5);
	background: linear-gradient(90deg, #fff 44.99%, #ededed 126.93%);
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.position__item__detail span {
	color: var(--Shinnec-Color-Secondary-Green-900, #00943e);
	font-family: Lexend;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.125rem;
	letter-spacing: -0.0175rem;
	transition: all 0.3s ease-in-out;
}
.position__item__detail .icon {
	background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 1.69rem;
}

.position__item__detail .icon img {
	width: 1.2rem;
	height: 1.2rem;
	object-fit:contain;
}

.position_content__item .icon img{
	width: 0.9375rem;
	height: 0.9375rem;
	object-fit:contain;
}

.position_content__item {
	display: flex;
	align-items: center;
	max-width: 23rem;
}
.position_content__item:first-child {
	margin-bottom: 0.5rem;
}
.position_content__item .icon {
	width: 2rem;
	height: 2rem;
	background: #e0efff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.position_content__item .label {
	color: var(--text-text-grey-54, rgba(0, 18, 36, 0.54));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	width: fit-content;
	margin: 0 0.5rem;
}
.position_content__item .value {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.039rem;
}
.position__pagination {
	margin-top: 3rem;
	width: 24rem;
	margin-left: auto;
	margin-right: auto;
	height: 2.5rem;
	background: #014588;
	border-radius: 0.5rem;
}
@media screen and (min-width: 1025px) {
	.position__feature__tabs .feature__tab__item:hover {
		background: rgba(0, 148, 62, 0.1);
		color: #959595;
	}
	.position__feature__tabs .feature__tab__item.active:hover {
		background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
		color: white;
	}
	.position__item__detail:hover {
		background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
	}
	.position__item__detail:hover span {
		color: white;
	}
}

@media screen and (max-width: 767px) {
	/* ------------------------------------------------ */
	/* SECTION: IDENTITY */
	#identity {
		margin-top: 3.5rem;
	}
	#identity .container {
		width: 100%;
		flex-direction: column;
	}
	#identity .identity__title {
		max-width: 100%;
		padding: 0 0.75rem;
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}
	#identity .identity__content {
		margin-right: 0;
		width: 100%;
		padding: 0 0.75rem;
		margin-top: 1rem;
	}
	#identity .identity__content strong {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: "Lexend Deca";
		font-size: 1rem;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.01rem;
	}
	#identity .identity__content p {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: var(--font-size-14, 0.875rem);
		font-weight: 400;
		line-height: 150%;
	}
	.identity__description__first {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: "Lexend Deca";
		font-size: 1rem;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.01rem;
	}
	.identity__description__second {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: var(--font-size-14, 0.875rem);
		font-weight: 400;
		line-height: 150%;
	}
	.identity__gallery {
		margin-top: 2rem;
		grid-template-columns: repeat(1, 1fr);
		height: fit-content;
	}
	.identity__gallery .identity__gallery__item {
		height: 24.5rem;
	}
	.identity__gallery .identity__gallery__item img {
		display: none;
	}
	.identity__gallery .identity__gallery__item img.mobile {
		display: block;
	}
	.identity__gallery__container {
		overflow: hidden;
	}
	.identity__gallery
	.identity__gallery__container
	.identity__gallery__item
	.content {
		width: 20.4375rem;
		color: var(--text-text-grey-0, #fff);
		font-family: "Lexend Deca";
		font-size: 1rem;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.01rem;
		top: 4rem;
	}
	.identity__gallery
	.identity__gallery__container:nth-child(2)
	.identity__gallery__item,
	.identity__gallery
	.identity__gallery__container:nth-child(3)
	.identity__gallery__item {
		transform: translateY(16.425rem);
	}
	.identity__gallery__container.active .identity__gallery__item {
		transform: translateY(0) !important;
		transition: all 1.3s cubic-bezier(0.72, 0.02, 0.25, 0.98) !important;
	}
	.identity__gallery
	.identity__gallery__container:nth-child(1)
	.identity__gallery__item {
		border-radius: 3.75rem 0rem 0rem 0rem;
		overflow: hidden;
	}
	/* ------------------------------------------------ */
	/* SECTION: POSITION */
	#position {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	#position .container {
		width: 100%;
		padding: 0 0.75rem;
	}
	#position .position__heading {
		flex-direction: column;
	}
	#position .position__title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}
	#position .position__content {
		width: 100%;
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-feature-settings: "liga" off, "clig" off;
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.03125rem;
		margin-top: 1rem;
	}
	.position__feature__tabs {
		margin-top: 1.25rem;
		height: 3.5625rem;
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.00875rem;
		border-radius: 4.5rem;
		border: 0.3px solid
			var(--Stroke---Divider-Thin---Background---Default, #d8dde6);
		background: #f3f3f3;
		z-index: 20;
	}
	.position__feature__tabs.enter {
		transition: all 0.2s linear;
	}
	.position__feature__tabs.active {
		margin-top: 3rem !important;
	}
	.position__feature__tabs .feature__tab__item {
		height: 2.5625rem;
		padding: 0 0.95rem;
		margin-left: 0.25rem;
	}
	.position__grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem 1.38rem;
		margin-top: 2rem;
	}
	.position__grid__item {
		height: fit-content;
		padding: 1.375rem 1.25rem 1.5rem 1.25rem;
		border-radius: 0.625rem;
		border: 1px solid var(--outline-neutral-16, rgba(112, 115, 124, 0.16));
	}
	.position__item__category .category {
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 120%;
		letter-spacing: -0.02019rem;
	}
	.position__grid__item .title {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 1.125rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		margin-top: 0.62rem;
		-webkit-line-clamp: 2;
	}
	.position__wrapper__content {
		margin-top: 1.25rem;
	}
	.position_content__item:first-child {
		margin-bottom: 0.62rem;
	}
	.position__item__detail {
		position: relative;
		margin-top: 1.5rem;
		width: 100%;
		justify-content: center;
		height: 2rem;
		padding: 0;
	}
	.position_content__item .icon {
		width: 1.375rem;
		height: 1.375rem;
	}
	.position_content__item .label {
		color: var(--text-text-grey-54, rgba(0, 18, 36, 0.54));
		font-feature-settings: "liga" off, "clig" off;
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.03125rem;
	}
	.position_content__item .value {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 130%;
	}
	.position__item__detail .icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.25rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.position__item__detail .icon img {
		width: 0.86775rem;
		height: 0.86775rem;
	}
	.position__item__detail span {
		color: var(--Shinnec-Color-Secondary-Green-900, #00943e);
		font-family: Lexend;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 133.3%;
	}
	.position__pagination {
		width: 100%;
		margin-top: 2.5rem;
	}
}
