/** staff **/

.staff_1_main{
	max-width:1920px;
	padding:0px 0 100px 0;
	color:#434343;
	margin:0 auto;
}
.staff_1_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto 0px auto;
	background:#fff;
	border-radius:60px;
	padding:0px 0;
}
.staff_1_sub_1a{
	width:90%;
	margin:0 auto 0px auto;
	padding:75px 0 75px 0;
}

.staff_1_sub_1 .title_0{
	margin-bottom:35px;
}
.staff_1_sub_1 .title_0 .title_01{
	display:flex;
	align-items:center;
}
.staff_1_sub_1 .title_0 .border_1{
	background:#EF7262;
	width:12px;
	height:40px;
	border-radius:15px;
}
.staff_1_sub_1 .title_0 .title_1a{
	font-size:35px;
	margin-left:25px;
}
.staff_1_sub_1 .title_0 .title_1b{
	font-size:19px;
	margin-left:25px;
	margin-top:10px;
	color:#EF7262;
}
.staff_1_sub_1 .title_0b{
	margin-bottom:35px;
}
.staff_1_sub_1 .title_0b .title_01{
	display:flex;
	align-items:center;
}
.staff_1_sub_1 .title_0b .border_1{
	background:#3C3CA5;
	width:12px;
	height:40px;
	border-radius:15px;
}
.staff_1_sub_1 .title_0b .title_1a{
	font-size:35px;
	margin-left:25px;
}
.staff_1_sub_1 .title_0b .title_1b{
	font-size:19px;
	margin-left:25px;
	margin-top:10px;
	color:#3C3CA5;
}
.staff_1_sub_1 .title_1{
	margin:60px 0 30px 0;
	font-size:30px;
	line-height:180%;
}
.staff_1_sub_1 .text_1{
	margin:0px 0;
	font-size:18px;
	line-height:180%;
}

.staff_1_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.staff_1_sub_1 .flex_1:first-child{
	margin-top:0px;
}
.staff_1_sub_1 .flex_1 .img_1{
	position:relative;
	border-radius:30px;
	overflow:hidden;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-top:30px;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1 div:nth-child(1){
	font-size:16px;
	margin-right:50px;
	line-height:120%;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1 div:nth-child(2){
	font-size:28px;
}
.staff_1_sub_1 .flex_1 .img_1 .pic{
	max-width:100%;
	vertical-align:top;
	min-width:485px;
	width:100%;
}
.staff_1_sub_1 .flex_1 .img_1 img{
	max-width:100%;
	vertical-align:top;
}
.staff_1_sub_1 .flex_1 .btn_1{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:30px auto 0 auto;
	height:60px;
	width:278px;
	background:#EF7262;
	color:#fff;
	font-size:17px;
	border-radius:30px;
}
.staff_1_sub_1 .flex_1 .btn_1 .absolute_1{
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}

@media screen and (max-width:1024px) {
.staff_1_sub_1 .flex_1{
	display:block;
	margin:60px auto 0 auto;
	max-width:485px;
	width:100%;
}
.staff_1_sub_1 .flex_1 .img_1:nth-child(2){
	margin-top:60px;
}
.staff_1_sub_1 .flex_1 .img_1 .pic{
	min-width:0px;
}

}
@media screen and (max-width:784px) {
.staff_1_sub_1 .flex_1 .img_1 .div_1{
	height:70px;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1 div:nth-child(1){
	font-size:14px;
	margin-right:30px;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1 div:nth-child(2){
	font-size:20px;
}
.staff_1_sub_1 .flex_1 .img_1 .div_1{
	margin-top:0px;
}
.staff_1_sub_1 .flex_1 .btn_1{
	margin:0px auto 0 auto;

}
}
@media screen and (max-width:500px) {
.staff_1_sub_1 .title_0 .border_1{
	width:6px;
	height:25px;
}
.staff_1_sub_1 .title_0 .title_1a{
	font-size:25px;
	margin-left:15px;
}
.staff_1_sub_1 .title_0 .title_1b{
	font-size:15px;
	margin-left:15px;
	margin-top:5px;
}
.staff_1_sub_1 .title_0b .border_1{
	width:6px;
	height:25px;
}
.staff_1_sub_1 .title_0b .title_1a{
	font-size:25px;
	margin-left:15px;
}
.staff_1_sub_1 .title_0b .title_1b{
	font-size:15px;
	margin-left:15px;
	margin-top:5px;
}
.staff_1_sub_1 .title_1{
	margin:60px 0 30px 0;
	font-size:20px;
	line-height:180%;
}
.staff_1_sub_1 .text_1{
	font-size:15px;
}
.staff_1_sub_1 .flex_1 .btn_1{
	height:45px;
	width:228px;
	font-size:14px;
}

}