/* Main page section 4 (Request a Demo) */

.main-demo {
	height: 1100px;
	background: url("../../../img/en/v2/main/main_04.png") no-repeat right center /
		cover;
	background-color: #e8f4f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.demo-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	gap: 7.5rem;
	position: relative;
	z-index: 2;
}

.demo-content {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.demo-title {
	font-size: 6.5rem;
	font-weight: 700;
	color: #003366;
	margin: 0 0 4rem 0;
	line-height: 1.4;
	font-family: "Pretendard", "Apple SD Gothic Neo", Arial, sans-serif;
	letter-spacing: -0.06rem;
	white-space: nowrap;
}

.demo-description {
	font-weight: 400;
	color: #0066cc;
	letter-spacing: -0.04rem;
	font-size: 1.75rem;
	margin: 0 0 3rem 0;
	line-height: 1.6;
}

.demo-content {
	flex: 0 0 auto;
	width: 100%;
}

.demo-image {
	flex: 0 0 auto;
	width: 100%;
}

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

	.demo-description {
		font-size: 1.875rem;
	}
}

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

	.demo-container {
		flex-direction: column;
		padding: 0 2rem;
		gap: 2rem;
	}

	.demo-content {
		flex: 0 0 auto;
		width: 100%;
	}

	.demo-image {
		flex: 0 0 auto;
		width: 100%;
	}

	.demo-image img {
		width: 100%;
		height: auto;
		display: block;
	}

	.demo-title {
		font-size: 4rem;
		white-space: nowrap;
		/* margin: 0 0 2rem 0; */
	}

	.demo-description {
		font-size: 1.75rem;
		margin: 0 0 3rem 0;
		line-height: 1.6;
	}

	.demo-btn {
		/* width: auto; */
		padding: 1.25rem 2.5rem;
		font-size: 1.5rem;
	}
}
