@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

#carousel-thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 540px;
}

.carousel-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 540px;
}

.s-body {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 8.1px;
	box-shadow: 0 6px 26px 0 rgb(0 0 0 / 16%);
	max-width: 1088px;
	margin: 0 auto;
	margin-top: 65px;
	background-color: #fff;
}

.s-left {
	padding: 56px 48px 48px;
	float: left;
	display: flex;
	position: relative;
}

.s-text {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 152px;
	-webkit-box-pack: center;
	justify-content: center;
}

.text-inner {
	display: flex;
	flex-direction: column;
	min-height: 152px;
	justify-content: center;
	width: 304px;
	max-width: 304px;
}

.text-inner button {
	margin-top: 24px;
	border-radius: 50px;
	max-width: 300px;
	margin-right: auto;
	padding: 7px 24px;
	font-weight: 600;
}

.text-top {
	margin-top: 8px;
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: .33px;
	color: #484848;
	font-family: 'Varela Round', sans-serif;
}

.text-bottom {
	margin-top: 8px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .34px;
	color: #484848;
	font-family: 'Varela Round', sans-serif;
}

.s-right {
	padding: 4px;
	min-width: 680px;
	display: flex;
}

.s-right img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.s-right a {
	display: contents;
}

.s-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
}

.s-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 88px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24));
	z-index: 1;
}

.bg-inner {
	height: 100%;
}

.bg-inner img {
	height: 100%;
	object-fit: cover;
	display: block;
	width: 100%;
}

.thb {
	justify-content: center;
	display: flex;
}

.carousel-indicators {
	display: flex;
}

.carousel-indicators li {
	width: 60px !important;
	height: 44px !important;
	border: 2px solid rgba(0, 0, 0, 0);
	box-sizing: inherit;
	border-radius: 8px;
	background: none;
}

li.active {
	border: 2px solid #fff;
}

.carousel-indicators li a {
	width: 56px;
	height: 40px;
	display: block;
	cursor: pointer;
}

.small {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	position: relative;
	overflow: hidden;
}

.small img {
	margin-left: -7.89px;
	display: flex;
}

@media screen and (max-width: 1024px) {
	.s-bg {
		display: none;
	}

	#carousel-thumb {
		padding: 15px;
	}

	.thb {
		display: none;
	}

	.s-left {
		float: none;
		padding: 15px 48px 15px;
	}

	.s-text {
		width: 100%;
	}

	.text-inner {
		max-width: none;
		width: auto;
	}

	.s-body {
		margin: 5px;
	}

	.text-top {
		font-size: 30px;
	}

	.text-bottom {
		font-size: 40px;
	}
}