/* Main page section 7 (Patents & Certificates) */

.main-patents {
	padding: 6rem 0;
	background: url("../../../img/en/v2/main/main_07.png") no-repeat right center /
		cover;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.patents-container {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	position: relative;
	z-index: 2;
}

.patents-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.patents-label {
	font-size: 1.75rem;
	font-weight: 600;
	color: white;
	margin: 0 0 1rem 0;
	letter-spacing: 0.15rem;
}

.patents-title {
	font-size: 6.5rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1;
	font-family: "Pretendard", "Apple SD Gothic Neo", Arial, sans-serif;
	letter-spacing: -0.06rem;
}

.patents-carousel {
	position: relative;
	width: 100%;
	padding-bottom: 6rem;
}

.patent-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.patent-image {
	width: 100%;
	height: 18.75rem;
	overflow: hidden;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.patent-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.patent-description {
	font-size: 1.125rem;
	font-weight: 500;
	color: #fff;
	margin: 0 0 1rem 0;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.patent-date {
	font-size: 1rem;
	font-weight: 400;
	color: #a0c8e0;
	margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute !important;
	width: 3.5rem;
	height: 3.5rem;
	background: #00a8e8 !important;
	border-radius: 50%;
	border: none;
	color: #fff !important;
	z-index: 20;
	top: auto !important;
	bottom: 0 !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: rgba(0, 168, 232, 0.8) !important;
	transform: scale(1.1);
}

.swiper-button-next {
	right: 4.5rem !important;
}

.swiper-button-prev {
	right: 10rem !important;
}

/* Swiper Scrollbar */
.patents-carousel .swiper-scrollbar {
	bottom: 2rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	height: 4px;
}

.patents-carousel .swiper-scrollbar-drag {
	background: #00a8e8;
	border-radius: 10px;
	height: 100%;
}

/* 반응형: 태블릿 */
@media (max-width: 1024px) {
	.patents-container {
		padding: 0 3.75rem;
	}

	.patents-header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 3.75rem;
		gap: 2rem;
	}

	.patents-title {
		font-size: 4rem;
	}

	.patent-image {
		height: 14rem;
	}

	.patent-description {
		font-size: 1rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 3rem;
		height: 3rem;
	}

	.swiper-button-next {
		right: 3rem !important;
	}

	.swiper-button-prev {
		right: 7rem !important;
	}
}

/* 반응형: 모바일 */
@media (max-width: 768px) {
	.main-patents {
		height: auto;
		width: 100%;
		background: url("../../../img/en/v2/main/main_07_m.png") no-repeat center
			center / cover;
		/* padding: 3rem 0; */
	}

	.patents-container {
		padding: 0 2rem;
	}

	.patents-header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 2.5rem;
		gap: 1.5rem;
	}

	.patents-title {
		font-size: 3rem;
	}

	.patents-view-btn {
		padding: 0.75rem 1.5rem;
		font-size: 0.8rem;
	}

	.patent-item {
		width: 100%;
	}

	.patent-image {
		height: 3rem;
		width: 100%;
	}

	.patent-image img {
		width: 100%;
		height: 1rem;
		max-width: 100%;
		object-fit: contain;
	}

	.patent-description {
		font-size: 0.95rem;
		margin: 0 0 0.75rem 0;
	}

	.patent-date {
		font-size: 0.9rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 2.5rem;
		height: 2.5rem;
	}

	.swiper-button-next {
		right: 2rem !important;
	}

	.swiper-button-prev {
		right: 5rem !important;
	}
}
