.chiefinner {
	float: left;
	width: 100%;
	box-shadow: 0 0 17px rgb(0, 0, 0, 0.15);
	padding: 62px 73px;
}
.chiefinner-top, .chiefinner-bottom {
	float: left;
	width: 100%;
}
.chiefinner-top {
	padding-bottom: 68px;
}
.chiefinner-bottom {
	padding-top: 38px;
	/*border-top: 3px solid #e7eef1;*/
	position: relative;
}
.chiefinner-bottom::before {
	content: '';
	width: 50%;
	height: 3px;
	background-color: #e7eef1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.chief_who {
	float: right;
	width: 100%;
	max-width: 418px;
	margin-left: 60px;
	margin-bottom: 15px;
}
.chief_image, .chief_who h2, .chief_who h3, .chief_who h4 {
	display: block;
	width: 100%;
}
.chief_image img {
	width: 306px;
	border-radius: 50%;
	border: 5px solid #6fcdf4;
	object-fit: fill;
	object-position: bottom;
}
.chief_who h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 42px;
	color: #242424;
	margin-top: 40px;
}
.chief_who h3, .chief_who h4 {
	font-weight: bold;
	color: #0d6eb6;
	font-size: 23px;
	line-height: 32px;
}
.chief_who h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}
.chief_who h4 {
	margin-top: 4px;
	font-size: 17px;
	line-height: 27px;
	padding-top: 0;
}


@media only screen and ( max-width: 1367px) {
	.chief_who {max-width: 330px;}
	.chiefinner-top {padding-bottom: 40px;}
	.chiefinner-bottom {padding-top: 15px;}
}
@media only screen and ( max-width: 1180px) {
	.chief_who {
		max-width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.chief_who h3 {text-align: center;}
}
@media only screen and ( max-width: 1024px) {
	.chiefinner {padding: 62px 40px;}
}
@media only screen and ( max-width: 900px) {
	
}
@media only screen and ( max-width: 768px) {
	
}
@media only screen and ( max-width: 680px) {
	
}
@media only screen and ( max-width: 429px) {
	.chiefinner {
		padding: 42px 0 0;
		box-shadow: none;
	}
}