/* SECTION: COOPERATE */
#cooperate {
	height: 47.52rem;
	width: 100%;
	background: white;
	position: relative;
	padding-top: 2.12rem;
	z-index: 1;
}
.cooperate__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: fill;
}
#cooperate .container {
	z-index: 2;
	padding-top: 3.54rem;
	height: 100%;
}
.cooperate__main,
.cooperate__swiper__button__next,
.cooperate__swiper__button__prev {
	display: none;
}
.cooperate__title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);

	font-size: 3rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
}

.cooperate__desc {
	color: rgba(22, 49, 94, 0.95);

	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	width: 36.68619rem;
	margin-top: 1.1rem;
}

.cooperate__slider {
	width: 100%;
	height: 9.41rem;
	overflow: hidden;
	position: relative;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.cooperate__slider .cooperate__slider__wrapper {
	display: flex;
	width: calc(13.8rem * 14);
	animation: scroll 10s linear infinite;
	flex-wrap: nowrap;
	height: 6.09038rem;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-13.8rem * 7));
	}
}

.cooperate__slider .cooperate__slider__wrapper div {
	width: 13.8rem;
	height: 6.36rem;
}

.cooperate__slider .cooperate__slider__wrapper div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.personnel__swiper {
	width: 71.29689rem;
	height: 41.72369rem;
	position: absolute;
	bottom: 0;
	right: -6.85rem;
	z-index: 15;
}
.personnel__swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
}
.personnel__swiper .swiper-slide-active,
.personnel__swiper .swiper-slide-next,
.personnel__swiper .swiper-slide-prev {
	opacity: 1;
	pointer-events: all;
}
.personnel__swiper .swiper-slide-active {
	position: relative;
	z-index: 10;
}

.personnel__swiper .swiper-slide div {
	width: 100%;
	height: 23.76563rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.5s linear;
}
.personnel__swiper .swiper-slide-active div {
	width: 41.72369rem;
	height: 36.52825rem;
}
.personnel__swiper .swiper-slide-prev div {
	transition: all 0.5s linear;
	opacity: 0;
	pointer-events: none;
}

.personnel__swiper .swiper-slide div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personnel__swiper .swiper-button-prev::after,
.personnel__swiper .swiper-button-next::after {
	content: "";
}
.personnel__swiper .swiper-button-prev svg,
.personnel__swiper .swiper-button-next svg {
	width: 1.25rem;
	height: 1.25rem;
}
.personnel__swiper .swiper-button-prev,
.personnel__swiper .swiper-button-next {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	bottom: 2rem;
	top: auto;
	left: 0;
	right: auto;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.personnel__swiper .swiper-button-next {
	left: 10rem;
}
.personnel__swiper .swiper-button-prev {
	left: 7rem;
}

.biography__swiper {
	width: 42.3rem;
	height: 24.4rem;
	position: absolute;
	bottom: 0;
	left: 9.05rem;
	z-index: 10;
}

.biography__swiper .slide__item__bio {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 2rem 2.88rem;
	opacity: 0;
}

.biography__swiper .swiper-slide-active .slide__item__bio {
	opacity: 1;
	transition: all 0.5s linear;
}
.slide__item__bio .quote {
	width: 1.593rem;
	height: 1.24413rem;
}
.slide__item__bio .description {
	color: #fff;
	font-feature-settings: "liga" off, "clig" off;
	font-family: Lexend;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	letter-spacing: -0.0625rem;
	margin-top: 0.44rem;
	margin-bottom: 2.56rem;
	width: 36.68619rem;
}

.slide__item__bio .triangle {
	width: 0.68556rem;
	height: 0.68556rem;
}

.slide__item__bio .fullname {
	display: flex;
	align-items: center;
	gap: 0.62rem;
}
.project__slide__logo_mb {
	display: none;
}
.slide__item__bio .fullname span {
	color: #fff;
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	opacity: 0.6;
}

.slide__item__bio .fullname span:last-child {
	color: #fff;
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	opacity: 1;
}
.slide__item__bio .position {
	color: rgba(255, 255, 255, 0.81);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 1.225rem */
	margin-top: 0.25rem;
	width: 16.875rem;
}

@media (max-width: 767px) {
	/* SECTION : PROJECTS */
	#projects {
		height: fit-content;
		padding-top: 3.12rem;
	}
	#projects .projects__linear {
		height: 14.3rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
	}
	#projects .projects__background {
		display: none;
	}
	#projects .projects__deco__white {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#projects .projects__deco__white div:nth-child(1) {
		background: white;
		width: 2.3625rem;
		height: 1.4055rem;
		border-radius: 0 2.4375rem 2.4375rem 0;
	}
	#projects .projects__deco__white div:nth-child(2) {
		width: 1.40563rem;
		height: 1.4055rem;
		border-radius: 50%;
		background: white;
	}
	#projects .projects__deco__green {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		display: block;
		transform: translate(0, -100%);
	}
	#projects .projects__deco__green div:nth-child(1) {
		display: flex;
		justify-content: end;
	}
	#projects .projects__deco__green div:nth-child(1) div:nth-child(1) {
		width: 1.40563rem;
		height: 1.4055rem;
		flex-shrink: 0;
		background: #cdead9;
		border-radius: 50%;
	}
	#projects .projects__deco__green div:nth-child(1) div:nth-child(2) {
		width: 1.85706rem;
		height: 1.4055rem;
		flex-shrink: 0;
		background: #cdead9;
		border-radius: 2.4375rem 0 0 2.4375rem;
	}
	#projects .projects__deco__green div:nth-child(2) {
		width: 5.27256rem;
		height: 1.4055rem;
		background: #cdead9;
		border-radius: 2.4375rem 0 0 2.4375rem;
	}

	#projects .projects__background__mb {
		height: 29.1rem;
		width: 100%;
		position: absolute;
		left: 0;
		top: 14.3rem;
		z-index: 1;
		display: block;
	}
	.projects__map {
		display: none;
	}
	#projects .container {
		width: calc(100vw - 0.75rem * 2);
	}
	#projects .projects__slider {
		width: 100%;
	}
	#projects .projects__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;
	}
	#projects .projects__heading {
		justify-content: space-between;
		padding-top: 0;
		padding-right: 0;
	}
	.projects__slider__wrapper {
		flex-direction: column;
		height: fit-content;
		margin-top: 0.83rem;
		position: relative;
		height: 38rem;
	}

	.projects__slider__gallery {
		width: 100%;
		height: 17.43163rem;
		position: absolute;
		top: 0;
		left:0;
	}
	.project__slide__logo_mb {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0.69rem;
		left: 0.52rem;
		z-index: 11;
		border-radius: 0.50275rem;
		border: 1.006px solid var(--Shinnec-Color-Secondary-Blue-900, #0061C2);
		background: var(--text-text-grey-0, #FFF);
		width: 9.30769rem;
		height: 2.04981rem;
	}
	.project__slide__logo_mb img {
		display: none;
	}
	.project__slide__logo_mb img.active {
		display: block;
		object-fit: contain;
		width: 7.90219rem;
		height: 1.17313rem;
	}
	@keyframes clipPath-image-next {
		0% {
			clip-path: circle(8.9% at 89% 100%);
			-webkit-clip-path: circle(8.9% at 89% 100%);
		}
		100% {
			clip-path: circle(150% at 89% 100%);
			-webkit-clip-path: circle(150% at 89% 100%);
		}
	}
	.projects__slider__content {
		width: 100%;
/* 		height: 19.92rem; */
		z-index: 101;
	}
	.projects__circle__pagination {
		width: 3.94825rem;
		height: 3.94825rem;
		top: 50%;
		right: 0.72rem;
		left: auto;
		transform: translate(0, -100%);
	}
	.circle__pagination {
		color: #fff;
		font-feature-settings: "liga" off, "clig" off;
		font-family: Lexend;
		font-size: 0.73819rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.02306rem;
	}
	.project__slide__item {
		padding-left: 0.59rem;
		padding-top: 18.92rem;
	}
	.project__slide__item .title {
		display: none;
	}
	.project__slide__item .service:first-of-type {
		margin-top: 0;
		margin-bottom: 0.69rem;
	}
	.project__slide__item .service img {
		width: 1.75rem;
		height: 1.79013rem;
		margin-right: 0.5rem;
	}
	.project__slide__item .service span {
		color: #737373;
		font-size: 0.625rem;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.039rem;
	}
	.project__slide__item .service p {
		color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.039rem;
	}
	.project__slide__item .description {
		margin-top: 0.94rem;
		margin-bottom: 2.5rem;
		color: rgba(22, 49, 94, 0.95);
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.03125rem;
	}
	.project__slide__item .link {
		width: fit-content;
		margin-left: auto;
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		text-align: center;
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 133.3%;
	}
	.projects__slider__swiper .swiper-button-prev {
		right: auto;
		left: 0.59rem;
		bottom: 0.75rem;
	}
	.projects__slider__swiper .swiper-button-next {
		right: auto;
		left: 4rem;
		bottom: 0.75rem;
	}
	/* SECTION: COOPERATE */
	#cooperate {
		height: fit-content;
		padding-top: 5.39rem;
		overflow-x: hidden;
	}
	.cooperate__background {
		display: none;
	}
	#cooperate .container {
		padding-top: 0;
		width: calc(100vw - 0.75rem * 2);
	}
	.cooperate__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;
	}
	.cooperate__desc {
		color: rgba(22, 49, 94, 0.95);
		font-family: Lexend;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 150%;
		margin-top: 0.25rem;
		width: 18.453rem;
	}
	.personnel__swiper {
		width: 14.23563rem;
		height: 14.23563rem;
		right: -1rem;
	}
	.personnel__swiper .swiper-slide div {
		width: 14.23563rem;
		height: 14.23563rem;
	}
	.personnel__swiper .swiper-slide-active div {
		width: 100%;
		height: 100%;
	}
	.cooperate__main {
		display: block;
		position: relative;
		height: 33.2rem;
		margin-top: 2.94rem;
	}
	.cooperate__main .background {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.biography__swiper {
		top: 17.42rem;
		left: 0;
		width: 100%;
		height: 21rem;
	}
	.biography__swiper .slide__item__bio {
		padding-top: 0;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.slide__item__bio .quote {
		width: 1.28194rem;
		height: 1.00125rem;
	}
	.slide__item__bio .description {
		color: #fff;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		width: 100%;
		min-height: 12rem;
		margin-top: 0.37rem;
		display: -webkit-box;
		-webkit-line-clamp: 9;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		margin-bottom: 1rem;
	}
	.slide__item__bio .triangle {
		width: 0.36744rem;
		height: 0.36744rem;
	}
	.slide__item__bio .fullname {
		gap: 0.33rem;
	}
	.slide__item__bio .fullname span {
		color: #fff;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 300;
		line-height: 150%; /* 1.125rem */
	}
	.slide__item__bio .fullname span:last-child {
		color: #fff;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.125rem */
	}
	.slide__item__bio .position {
		color: rgba(255, 255, 255, 0.81);
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		width: 12.67138rem;
		margin-top: 0;
	}
	.personnel__swiper .swiper-button-prev,
	.personnel__swiper .swiper-button-next {
		display: none;
	}
	.cooperate__swiper__button__next,
	.cooperate__swiper__button__prev {
		display: flex;
		width: 2rem;
		height: 2rem;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		z-index: 15;
	}
	.cooperate__swiper__button__prev {
		bottom: 8.85rem;
		left: 0.75rem;
	}
	.cooperate__swiper__button__next {
		bottom: 8.85rem;
		left: 3.2rem;
	}
	.cooperate__deco__white {
		position: absolute;
		top: -1px;
		left: 0;
		display: flex;
		width: fit-content;
		z-index: 2;
	}
	.cooperate__deco__white div:nth-child(1) {
		width: 1.5706rem;
		height: 1.4055rem;
		background: white;
		border-radius: 0 2.4375rem 2.4375rem 0;
	}
	.cooperate__deco__white div:nth-child(2) {
		width: 0.7rem;
		height: 1.4055rem;
		background: white;
		border-radius: 0 2.4375rem 2.4375rem 0;
	}
	.cooperate__deco__blue {
		position: absolute;
		top: 1px;
		right: 0;
		width: fit-content;
		height: fit-content;
		z-index: 2;
		transform: translate(0, -100%);
	}
	.cooperate__deco__blue div:nth-child(1) {
		display: flex;
		justify-content: end;
	}
	.cooperate__deco__blue div:nth-child(1) div:nth-child(1) {
		width: 0.7rem;
		height: 1.4055rem;
		background: #0161c1;
		border-radius: 2.4375rem 0 0 2.4375rem;
	}
	.cooperate__deco__blue div:nth-child(1) div:nth-child(2) {
		width: 1.23706rem;
		height: 1.4055rem;
		background: #0161c1;
		border-radius: 2.4375rem 0 0 2.4375rem;
	}
	.cooperate__deco__blue div:nth-child(2) {
		width: 4.65256rem;
		height: 1.4055rem;
		background: #0161c1;
		border-radius: 2.4375rem 0 0 2.4375rem;
	}
	.cooperate__slider {
		height: 4.25rem;
	}
	.cooperate__slider .cooperate__slider__wrapper {
		height: 2.749rem;
		width: calc(6.23rem * 14);
	}
	.cooperate__slider .cooperate__slider__wrapper div {
		width: 6.23rem;
		height: 2.75rem;
	}
	.projects__slider__gallery--mb {
		width: 100%;
        height: 17.43163rem;
	}
	.projects__slider__gallery--mb img {
		width: 100%;
		height: 100%;
	}
}