.ceo_img {
	background-image: url("/img/sub/ceo.png");
	width: 100%;
	height: 350px;
	border-radius: 10px;
	margin-bottom: 50px;
	background-position: center;
}

.ceo_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ceo_leftcon {
	width: calc(30% - 30px);
}

.ceo_rightcon {
	width: calc(70% - 60px);
}

.ceo_name_text {
	font-size: 24px;
	font-weight: 800;
	margin-top: 5px;
}

@media screen and (max-width: 980px) {
	.ceo_leftcon,
	.ceo_rightcon {
		width: 100%;
	}

	.ceo_rightcon {
		margin-top: 20px;
	}
}

@media screen and (max-width: 700px) {
	.ceo_img {
		height: 300px;
	}
}

@media screen and (max-width: 520px) {
	.ceo_img {
		height: 200px;
	}
}
