.cover {
	background-image: url(../img/partners/cover.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 560px;
	display: flex;
	height: 70vh;
}
.cover .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}
.cover h1 {
	font-size: 6rem;
    color: #fff;
    letter-spacing: 7px;
	text-align: center;
	font-weight: 600;
}
.cover p {
	font-size: 2rem;
    color: #fff;
    letter-spacing: 7px;
    margin-top: 2rem;
	text-align: center;
	font-weight: 600;
}

.flex_box {
	max-width: 1280px;
	margin: 0 auto 162px;
}
.flex_box .box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.flex_box .head {
	width: 35px;
	position: relative;
	/* margin-left: 25%; */
	margin-bottom: 11%;
	margin: 0 auto 40px;
}
.flex_box .head span {
    position: absolute;
    right: -4rem;
    top: 0;
    width: 1.8rem;
}
.flex_box .head-single,
.flex_box .exp {
    width: 375px;
}
.flex_box .text_inner {
	margin: 0 5%;
}
.flex_box .text_inner .text_h {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 4rem;
	letter-spacing: 3px;
}
.flex_box .exp p {
	font-size: 1.5rem;
	line-height: 3.5rem;
	letter-spacing: 0px;
}

.text_right .imgs {
	order: 0;
	width: 61%;
}
.text_left .imgs {
	width: 61%;
}
.text_right .text_inner {
	order: 1;
}

section.seeding {
	margin: 21rem 0 16rem;
}

section.seeding .text_inner {
	margin-top: -5rem;
}
section.agri {
	margin-bottom: 183px;
}
section.research .text_inner {
	margin-top: -5rem;
}
section.overseas .text_inner {
	margin-top: 5%;
}

@media screen and (min-width: 737px) {
	.text_right-desktop .imgs { order: 0; width: 61%; }
	.text_left-desktop .imgs { width: 61%; }
	.text_right-desktop .text_inner { order: 1; }
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.cover {
		min-height: 210px;
		height: auto;
	}
	.cover .inner {
	    position: absolute;
	    left: 0;
	    right: 0;
		top: 35%;
	}
	.cover h1 {
		font-size: 2.7rem;
	}
	.cover p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}
	.flex_box {
		    margin: 0 auto 80px;
	}
	.flex_box .box {
		flex-direction: column;
	}
	.flex_box .text_inner {
		display: flex;
		justify-content: space-between;
		margin: 15% 5% 0;
	}
	.flex_box .text_inner .head {
		width: 30%;
		padding: 0 11%;
		margin-bottom: 0;
	}
	.flex_box .text_inner .exp {
		width: 70%;
		padding-top: 3%;
	}
	.text_left .imgs {
		order: 0;
		width: 100%;
	}
	.text_right .imgs {
		width: 100%;
	}
	.text_left .text_inner {
		order: 1;
	}
	section.seeding {
		margin: 12rem 0;
	}
	section.seeding .text_inner {
		margin: 15% 5% 0;
	}

	.flex_box.text_right .text_inner .exp {
		order: 0;
	}

	.flex_box.text_right .text_inner .head {
		order: 1;
	}
	section.agri {
		margin-bottom: 80px;
	}
	.flex_box.agri .head,
	.flex_box.overseas .head
	 {
		display: flex;
		align-items: flex-end;
	}
	section.research .text_inner {
		margin: 15% 5% 0;
	}
	section.research .text_inner .exp {
		padding: 0;
	}

	.seeding .text_inner { flex-flow: row-reverse; }
	.retail .head-single { margin-bottom: 15%; }
	.retail .flex_box .text_inner .exp { padding-top: 0; width: auto; }

	.flex_box.material .head { padding-top: 80px; }

	.text_left-mobile .imgs { order: 0; width: 100%; }
	.text_right-mobile .imgs { width: 100%; }
	.text_left-mobile .text_inner,
	.text_right-mobile .text_inner { order: 1; }
	.flex_box.text_left-mobile .text_inner .head { order: 1; }
	.flex_box.text_left-mobile .text_inner .exp { order: 0; }
	.flex_box.text_right-mobile .text_inner .head { order: 0; }
	.flex_box.text_right-mobile .text_inner .exp { order: 1; }
}
