.main_image {
	width: 100%;
	padding-top: 15px;
	height: 450px;
	overflow: hidden;
}

.main_image img {
	width: 100%;
}

.quote {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#quote {
	font-size: 22px;
}

.quote p {
	text-align: right;
}

h3 {
	border-top: thin black solid;
	border-bottom: thin black solid;
	padding: 15px 0px;
}

.quote {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.quote p {
	color: #626567;
	width: 50%;
	padding-left: 25%;
	height: 11.4%;
	text-align: center;
	font-style: italic;
	line-height: 1.5;
}

.quote #name {
	color: #797D7F;
	font-size: 20px;
	text-align: right;
	padding-right: 10%;
	font-style: normal;
}
#role {
	color: #909497;
	font-size: 16px;
	text-align: right;
	padding-right: 10%;
	font-style: normal;
	padding-top: 10px;
}

h4 {
	letter-spacing: 8px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 50px;
	color: white;
	position: absolute;
	left: 35%;
	top: 50%;
	font-weight: bold;
}
.summary {
	text-align: center;
	margin: 5vh 0;
}

.blockText {
	width: 60%;
	margin-left: 20%;
	font-size: 26px;
	line-height: 1.3;
	font-family: 'Nanum Gothic', sans-serif;
	letter-spacing: 1.5;
	color: #3A3A3A;
}

.role {
	color: #909497;
	font-size: 16px;
	text-align: right;
	padding-right: 10%;
	font-style: normal;
	padding-top: 10px;
}

.name {
	color: #5b5b5b;
	font-size: 18px;
	text-align: right;
	padding-right: 10%;
	font-style: normal;
	margin-top: -10px;
}