.mp-feedback-wrap {
	padding:60px 0 10px;
}
.mp-feedback-text {
	border: 3px solid #843f74;
	padding: 40px 23px 40px 90px;
	margin-left: 130px;
	position: relative;
	margin-bottom: 65px;
	margin-right: 7%;
	min-height: 250px;
}
.mp-feedback-wrap .img-wrap {
	height: 226px;
	width: 161px;
	position: absolute;
	background: #ececec;
	left: -100px;
	border: 3px solid #ececec;
}
.owl-carousel .owl-item img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}
.mp-feedback-ttl {
	font-size: 30px;
	text-align: center;
}
.mp-feedback-ttlline {
	width: 128px;
	height: 3px;
	background: #864276;
	margin:15px auto 50px;
}
.mp-feedback-text .ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.mp-feedback-wrap .owl-nav {
	position: absolute;
	width: 1140px;
	top: 0;
	left: 50%;
	margin-left: -570px;
}
.mp-feedback-wrap .owl-prev {
	position: absolute;
	height: 300px;
}
.mp-feedback-wrap .owl-next {
	position: absolute;
	right: 0;
	height: 300px;
}

@media screen and (max-width:1200px) {
	.mp-feedback-wrap .owl-nav {
		width: 960px;
		margin-left: -480px;
	}
}
@media screen and (max-width: 992px) {
	.mp-feedback-wrap .owl-nav {
		width: 720px;
		margin-left: -360px;
	}
}
@media screen and (max-width:768px) {
	.mp-feedback-wrap .owl-nav {
		width: 100%;
		margin-left: 0;
		left: 0;
	}
}
@media screen and (max-width: 576px) {
	.mp-feedback-text {
		padding: 0;
		margin: 0;
		border: none;
	}
	.mp-feedback-wrap .img-wrap {
		position: relative;
		left: initial;
		margin: 32px auto 20px;
	}
	.mp-feedback-text .ttl {
		text-align: center;
	}
	.mp-feedback-text .data {
		text-align: center;
		padding: 10px 2% 30px;
	}
}