.fadein_up2{
    transition: 0.5s;
    transition-timing-function: ease-out;
    opacity: 0;
    transform: translateY(20px);
}
.fadein_up2.on{
    opacity: 1;
    transform: translateY(0px);
}

header {
	background: #252a2f;
}
.main {
	/* display: grid; */
	display: -ms-grid;
	grid-template-columns: auto 1140px auto;
	-ms-grid-columns: auto 1140px auto;
	grid-template-rows: 400px auto auto auto;
	-ms-grid-rows: 400px auto auto auto;
	overflow-x: hidden;
	background: #fff;
}
.wrap .mb{
	background-image: url(/images/partners/banner_partners.jpg)
}
.common_tab_sub>li>a{
	width: 570px;
}

/* partners contents S */
.partnerss-banner {
	height: 800px;
	background-image: url(/images/partners/banner_partners.jpg);
	background-size: 100% 100%;
}
.partners__contents {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	margin-bottom: 120px;
}
.content__title {
	margin-bottom: 15px;

	font-size: 36px;
	font-weight: bold;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
	color: var(--primary);
}
.content__title+p{
	text-align: center;
	font-weight: 500;
	margin-bottom: 50px;
}
.partners {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}
.partners-in {
	grid-template-rows: repeat(6, 1fr);
}
#inCompanyContent2 .partners-in{
	grid-template-rows: repeat(3, 1fr);
}
#inCompanyContent2{
	display: none;
}
.partners-ex {
	grid-template-rows: repeat(4, 1fr);
}
.partners__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 130px;
	padding-right: 7px;
	/* background-color: #000; */
}

.partners__item:nth-of-type(1) img{
	height: 100px;
}
.partners__item:nth-of-type(2) img{
	height: 100px;
}
.partners__item:nth-of-type(3) img{
	height: 80px;
}
.partners__item:nth-of-type(4) img{
	height: 50px;
}
.partners__item:nth-of-type(5) img{
	height: 45px;
}
.partners__item:nth-of-type(6) img{
	height: 100px;
}
.partners__item:nth-of-type(7) img{
	height: 50px;
}
.partners__item:nth-of-type(8) img{
	height: 55px;
}
.partners__item:nth-of-type(9) img{
	height: 100px;
}
.partners__item:nth-of-type(10) img{
	height: 130px;
}
.partners__item:nth-of-type(11) img{
	height: 85px;
}
.partners__item:nth-of-type(12) img{
	height: 80px;
}
.partners__item:nth-of-type(13) img{
	height: 50px;
}
.partners__item:nth-of-type(14) img{
	height: 50px;
}
.partners__item:nth-of-type(15) img{
	height: 45px;
}
.partners__item:nth-of-type(17) img{
	height: 45px;
}
.partners__item:nth-of-type(18) img{
	height: 50px;
}
.partners__item:nth-of-type(21) img{
	height: 90px;
}
.partners__item:nth-of-type(23) img{
	height: 50px;
}
.partners__item:nth-of-type(26) img{
	height: 75px;
}
.partners__item:nth-of-type(27) img{
	height: 100px;
}
.partners__item:nth-of-type(28) img{
	height: 70px;
}
.partners__item:nth-of-type(29) img{
	height: 40px;
}
.partners__item:nth-of-type(30) img{
	height: 40px;
}
.partners__item:nth-of-type(33) img{
	height: 100px;
}

.partners img {
	height: 60px;
	margin-right: 10px;
	margin-bottom: 8px;
}


.partners2__item img{
	height: 120px;
}