.k-fc-slide-inner {
	display: flex;
	flex-wrap: nowrap;
	background: #fff;
	position: relative;
}
.k-fc-hot-icon {
	position: absolute;
	top: 0;
	left: 60px;
	width: 100%;
	height: 100%;
}
.k-fc-wrap {
	overflow: hidden;
}
.k-fc-slide-left, .k-fc-slide-right {
	flex: 0 0 50%;
	max-width: 50%;
}
.k-fc-slide-left {
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
}
.k-fc-slide-left div {
	flex: 0 0 100%;
	max-width: 100%;
}
.k-fc-title {
	font-size: 24px;
	line-height: 33.6px;
	font-weight: 700;
	color: #5b257d;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.k-fc-content {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
.k-fc-content span {
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.k-fc-read-more span {
	padding: 12px 15px;
	background: #f2f3f7;
	color: #92278f;
	border-radius: 24px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.k-fc-thumbnail-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 60%;
}
.k-fc-thumbnail-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.k-fc-navigator {
	margin-top: 48px;
}
.k-fc-navigator .swiper-pagination-bullet-active {
	color: #92278f;
	width: 12px;
}
