
/* ########################   COMMUNITY STYLE   ######################## */
.text-body-highlight1 {
	font-family: 'Nanum Gothic', serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #015BAF;
	padding: 18px 28px 18px 10px;
	line-height: 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e7e7e7;
	background: #ffffff;
	position: relative;
	margin: 24px 0;
	z-index: 2;
}

.text-body-highlight1 p {
  margin: 0;
  position: relative;
  padding-left: 50px; padding-right: 50px;
  z-index: 3;
}


.text-body-highlight1 p:after {
  font-family: "Goudy Bookletter 1911", serif;
  font-style: italic;
  content: "\201C";
  font-size: 90px;
  font-weight: bold;
  color: #e4e4e4;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: -1;
}

.text-body-highlight1 p:before {
  font-family: "Goudy Bookletter 1911", serif;
  font-style: italic;
  content: "\201D";
  font-size: 90px;
  font-weight: bold;
  color: #e4e4e4;
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: -1;
}





.text-body-highlight2 {
	font-family: 'Nanum Gothic', serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #015BAF;
	padding: 18px;
	line-height: 30px;
	border: 1px solid #ddd;
	background: #ffffff;
	position: relative;
	margin: 24px 0;
	z-index: 2;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.text-body-highlight2:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #cecece;
  border-top: 8px solid #cecece;
}
.text-body-highlight2:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 51px;
  bottom: -14px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  border-top: 8px solid #fff;
}
.text-body-highlight2 p {
  margin: 0;
  position: relative;
  z-index: 3;
}




.text-body-highlight3 {
	font-family: 'Nanum Gothic', serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #015BAF;
	padding: 18px;
	line-height: 30px;
	border: 1px solid #ddd;
	background: #ffffff;
	position: relative;
	margin: 24px 0;
	z-index: 2;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.text-body-highlight3:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50px;
  top: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #cecece;
  border-bottom: 8px solid #cecece;
}
.text-body-highlight3:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 51px;
  top: -14px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
.text-body-highlight3 p {
  margin: 0;
  position: relative;
  z-index: 3;
}




.text-body-highlight4 {
	font-family: 'Nanum Gothic', serif;
/*
	font-size: 20px;
*/
	font-weight: 700;
	color: #015BAF;
	text-align: center;
	padding: 18px;
	line-height: 30px;
	border: 1px solid #ddd;
	background: #ffffff;
	position: relative;
	margin: 24px 0;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.text-body-highlight4 p {
  margin: 0;
  position: relative;
}
/* ########################   COMMUNITY STYLE   ######################## */