
.testimonials-title {
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.185em;
	color: #121F47;
	max-width: 22em;
	margin: auto;
	padding-top: 7.5em;
	padding-bottom: 5em;
	position: relative;
}

.testimonials-title::before {
	content: "“";
	position: absolute;
	left: -0.4em;
	top: 0.3em;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
}

.testimonials-title::after {
	content: "“";
	transform: rotate(180deg);
	position: absolute;
	right: -0.38em;
	bottom: 0.1em;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
}

.testimonials-archive .col-md-6 {
	margin-bottom: 2em;
}

article.testimonials {
	height: 100%;
	max-height: 16.5em;
}

.testimonials-wrapper {
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.12);
	height: 100%;
	padding: 2.4em 1.4em;
	min-height: 100%;
	max-height: 100%;
}

.testimonial-right .entry-title {
	font-weight: 600;
	letter-spacing: 0.095em;
	color: #121F47;
	line-height: 136.8%;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}

.testimonial-right .entry-content {
	display: flex;
	flex-direction: column-reverse;
	line-height: 143.3%;
	color: #141414;
}

article.testimonials.testimonials-has-thumbnail .testimonial-left {
	width: 4.3em;
	margin-right: 1.7em;
}

.testimonial-content {
	margin-bottom: 0.6em;
}

.link.read-more {
	text-decoration-line: underline;
	color: #DE2B26;
	font-weight: 600;
	letter-spacing: 0;
}

.show-read-more .testimonial-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.show-read-more:hover .link.read-more + .testimonial-content {
	-webkit-line-clamp: none;
}

.show-read-more .testimonials-wrapper {
	max-height: unset;
	height: auto;
}

.show-read-more:hover .link.read-more {
	opacity: 0;
	height: 0;
}

.show-read-more:hover {
	z-index: 2;
	position: relative;
}

article.testimonials.testimonials-has-thumbnail .testimonial-right {
	width: calc(100% - 6em);
}

@media (max-width: 991px){
	article.testimonials {
		max-height: 19.5em;
	}
}

@media (max-width: 767px){
	.testimonials-archive {
		overflow: hidden;
	}

	.testimonials-wrapper {
		flex-direction: column;
	}

	article.testimonials.testimonials-has-thumbnail .testimonial-left {
		margin: 0 auto 2em;
	}

	article.testimonials.testimonials-has-thumbnail .testimonial-right {
		width: 100%;
	}

	.testimonials-title::before {
		left: -0.15em;
		top: 0.2em;
	}

	.testimonials-title::after {
		right: -0.15em;
		bottom: 0.05em;
	}
}

@media (max-width: 480px){
	article.testimonials {
		max-height: 21.5em;
	}
}

@media (max-width: 370px){
	article.testimonials {
		max-height: 23.5em;
	}
}