/* Main page section 3 (Greetings/CEO Message) */

.main-greeting {
	height: 1100px;
	background: url("../../../img/en/v2/main/main_03.png") no-repeat center center /
		cover;
	background-color: #0a1f3d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.main-greeting::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 26, 61, 0.5);
	z-index: 1;
}

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

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

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

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

.greeting-description {
	font-size: 2.25rem;
	font-weight: 400;
	color: #e0e8f0;
	line-height: 1.85;
	margin: 0 0 5rem 0;
	letter-spacing: -0.04rem;
}

.greeting-signature {
	margin-top: 5rem;
	padding-top: 3rem;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.ceo-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #00a8e8;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ceo-signature-span {
	display: inline-flex;
	align-items: center;
}

.ceo-signature {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.greeting-logo {
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 3;
	opacity: 1;
}

.greeting-logo img {
	max-width: 20rem;
	height: auto;
	display: block;
	opacity: 1;
}

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

	.greeting-label {
		font-size: 1.2rem;
		font-weight: 600;
		color: white;
		margin: 0 0 2.5rem 0;
		letter-spacing: 0.15rem;
	}

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

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

	.greeting-logo img {
		max-width: 80%;
	}
}

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

	.main-greeting::before {
		background: rgba(10, 26, 61, 0.7);
	}

	.greeting-container {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0 2rem;
		position: relative;
		z-index: 2;
	}

	.greeting-content {
		display: block;
	}

	.greeting-logo {
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 3;
		opacity: 1;
	}

	.greeting-title {
		display: block;
		font-size: 1.75rem;
		font-weight: 700;
		color: #fff;
		margin: 0 0 1.5rem 0;
		line-height: 1.4;
		font-family: "Pretendard", "Apple SD Gothic Neo", Arial, sans-serif;
		letter-spacing: -0.06rem;
	}

	.greeting-description {
		display: block;
		font-size: 0.95rem;
		font-weight: 400;
		color: #e0e8f0;
		line-height: 1.6;
		margin: 0 0 2rem 0;
		letter-spacing: -0.04rem;
	}

	.greeting-signature {
		margin-top: 2rem;
		padding-top: 1.5rem;
		border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
	}

	.ceo-title {
		display: block;
		font-size: 0.875rem;
		font-weight: 600;
		color: #00a8e8;
		margin: 0 0 0.5rem 0;
		text-transform: uppercase;
		letter-spacing: 0.125rem;
	}

	.greeting-logo img {
		max-width: 8rem;
		height: auto;
		display: block;
		opacity: 1;
	}
}
