﻿.mainer-partners {
	display: flex;
	flex-direction: column;
}

.mainer-partners-body span,
.mainer-partners-body p {
	font-family: 'nexa';
	line-height: 1.2em;
}

.mainer-partners-body {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: end;
	background: #f0f0f0;
}

.body-1001 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	width: 32%;
	display: flex;
	flex-direction: column;
}

.body-1001-2-p-1 {
	font-size: 1vw;
	line-height: 1.4em !important;
	margin-top: 10px;
}


.marquee_ul {
	width: 100%;
	display: flex;
	height: 100%;
	margin-block: 0;
	overflow: hidden;
	list-style: none;

}

.marquee_ul li {
	width: 14vw;
	height: 100%;
	background: #d1d1d1;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.slide {
	flex: 1;
	overflow: hidden;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.slide-body {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slide-body p {
	font-size: 1vw;
	color: #000;
	text-align: center;
}

.slide-body-1001 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide-body-1001-1 {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
	height: 80%;
}

.slide-body img {
	width: 100%;
	/* object-fit: contain; */
}

.slide1 {
	width: 65%;
	/* background-color: #fff; */
}

.slide2 {
	width: 45%;
	/* background-color: #fff; */
}

.slide3 {
	width: 65%;
	/* background-color: #fff; */
}

.slide4 {
	width: 55%;
	/* background-color: #fff; */
}

.slide5 {
	width: 75%;
	/* background-color: #fff; */
}

.slide1 li:first-child,
.slide2 li:first-child,
.slide4 li:first-child,
.slide4 li:nth-child(4) {
	background-color: #71d5c9;
}

.marquee_ul li {
	cursor: pointer;
}

.marquee_ul li:hover .slide-body {
	scale: 1.2;
}