.xili-home-european {
	padding: var(--length-100) 0 var(--length-120) 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.xili-home-european .xili-container {
	display: flex;
	flex-direction: column;
}

.xili-home-european .swiper-slide {
	height: auto;
}

.xili-home-european-list {
	position: relative;
}

.xili-home-european-pics {
	width: calc(1248 / 1600 * 100%);
	border-radius: 12px;
	overflow: hidden;
}

.xili-home-european-pics .swiper-slide {
	border-radius: 12px;
	overflow: hidden;
}

.xili-home-european-pics .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	-webkit-user-drag: none;
}

.xili-home-european-contents {
	background: #fff;
	width: calc(634 / 1600 * 100%);
	position: absolute;
	right: 0;
	top: 40px;
	height: auto;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.03);
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}

.xili-home-european-item-content {
	padding: 56px 48px 84px;
}

.xili-home-european-item-title {
	color: #333;
	font-size: var(--font-40);
	font-weight: 500;
}

.xili-home-european-line {
	width: 100%;
	height: 2px;
	background: rgba(102, 102, 102, 0.20);
	border-radius: 1px;
	margin-top: 40px;
}

.xili-home-european-item-desc {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
	gap: 100px;
}

.xili-home-european-item-desc h4 {
	color: #333;
	font-size: var(--font-32);
	font-weight: 500;
}

.xili-home-european-item-desc p {
	color: #666;
	text-align: right;
	font-size: var(--font-24);
	font-weight: 400;
	line-height: 1.5;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}


.xili-home-european .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 40px;
}

.xili-home-european .swiper-pagination-bullet {
	background: rgba(51, 51, 51, 0.20);
}

.xili-home-european .swiper-pagination-bullet-active {
	background: #333;
}

.xili-home-european-header {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

@media screen and (max-width: 1660px) {

	.xili-home-european-pics {
		width: 70%
	}

	.xili-home-european-contents {
		width: 50%;
	}

	.xili-home-european-item-content {
		padding: 48px 32px 64px;
	}

	.xili-home-european-line {
		margin-top: 30px;
	}

	.xili-home-european-item-desc {
		gap: 60px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 1500px) {
	.xili-home-european-header {
		margin-top: 160px;
	}

	.xili-home-european .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.xili-home-european-pics {
		width: 100%;
	}

	.xili-home-european-contents {
		width: 100%;
		position: static;
		margin-top: 40px;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06), 0 0 30px 0 rgba(0, 0, 0, 0.06);
	}

	.xili-home-european-header {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.xili-home-european .xili-container {
		display: flex;
		flex-direction: column-reverse;
	}

}

@media screen and (max-width: 768px) {
	.xili-home-european-contents {
		margin-top: 30px;
	}

	.xili-home-european-header {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.xili-home-european-item-content {
		padding: 32px 24px 48px;
	}
}

@media screen and (max-width: 576px) {
	.xili-home-european-contents {
		margin-top: 16px;
	}
}

@media screen and (max-width: 480px) {
	.xili-home-european-header {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.xili-home-european-header h2 {
		align-items: center;
	}
}