/* 공통 서브페이지 레이아웃 */
.content-wrap {
	font-family: 'Pretendard JP Variable';
	width: 100%;
	min-height: 100vh;
	padding-top: 150px;
}

.content-wrap .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 공통 메인 타이틀 스타일 */
.sub-main-title {
	text-align: center;
	margin-bottom: 160px;
	line-height: 1.4;
}

.sub-main-title h1 {
	font-family: 'GMarketSans';
	font-size: 64px;
	font-weight: 700;
	color: #343B3F;
	margin-bottom: 40px;
}

.sub-main-title p {
	font-size: 20px;
	color: #343B3F;
	font-weight: 400;
	margin: 0 auto;
}

.highlight {
	color: #33A5F7;
}

/* CTA 섹션 스타일 */
.cta-section {
	position: relative;
	width: 100%;
	height: 570px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('/images/main/cta-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 20px;
}

.cta-content {
	text-align: center;
	z-index: 2;
}

.cta-title {
	color: #fff;
	font-family: 'Pretendard JP Variable', sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 66px;
	letter-spacing: -0.01em;
}

.cta-buttons {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-btn {
	padding: 18px 64px;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	letter-spacing: -0.01em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.cta-btn-primary {
	background: #33A5F7;
	color: #fff;
	border: none;
}

.cta-btn-primary:hover {
	background: rgb(46, 153, 230);
	transform: translateY(-2px);
}

.cta-btn-secondary {
	background: #08516933;
	color: #fff;
	border: 2px solid #fff;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.cta-btn-secondary:hover {
	background: rgba(7, 44, 58, 0.4);
	transform: translateY(-2px);
}

/* Grid Content Section 스타일 */
.grid-content-section {
	margin: 0 auto 200px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 40px;
}

.grid-content-image {
	width: 100%;
	aspect-ratio: 29 / 15;
	height: auto;
	text-align: left;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}

.grid-content-image img {
	width: 100%;
	height: auto;
}

.grid-content-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
	margin: 0;
	padding: 0 40px;
}

.grid-content-title {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.grid-content-description {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.grid-content-description span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.grid-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.grid-image-placeholder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 1;
}

.grid-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Point Container 스타일 */
.point-container {
	font-family: 'Pretendard JP Variable';
	max-width: 1200px;
	padding: 150px 0 250px;
	box-sizing: border-box;
}

/* 콘텐츠 섹션 */
.point-content-section {
	margin: 0 auto 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.point-content-section:last-child {
    margin: 0 auto!important;
}

.point-content-section:nth-child(odd) {
	flex-direction: row;
}

.point-content-section:nth-child(even) {
	flex-direction: row;
}

.point-content-image {
	text-align: center;
}

.point-content-image img {
	width: 100%;
	height: auto;
}

.point-content-text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.point-brand-name {
	width: 100%;
	height: 55px;
	margin-bottom: 40px;
}

.point-brand-name img {
	height: 55px;
	width: auto;
	object-fit: contain;
}

.point-content-text.b {
	align-items: flex-end;
}

.point-content-text.b .point-content-description {
	text-align: right;
}

.point-content-text.b .point-brand-name {
	text-align: right;
}

.point-content-title {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	margin: 0 0 40px;
	line-height: 57px;
	letter-spacing: -0.01em;
}

.point-content-description {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.point-content-description span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

/* 이미지 플레이스홀더 스타일 */
.point-image-placeholder {
	width: 600px;
	max-width: 100%;
	aspect-ratio: 3 / 2;
	height: auto;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7f8c8d;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.point-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
}

/* 세 번째 섹션 오버레이 이미지  */
.point-overlay-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	max-width: 268px;
}

/* ============================================
   반응형 스타일 (모든 미디어 쿼리)
   ============================================ */

/* 1279px 이하 */
@media (max-width: 1280px) {
	.content-wrap .inner {
		padding: 0 20px;
	}

	.sub-main-title h1 {
		font-size: 56px;
	}

	.sub-main-title p {
		font-size: 19px;
	}

	.cta-section {
		height: 500px;
		padding: 70px 20px;
	}

	.cta-title {
		font-size: 36px;
		margin-bottom: 60px;
	}

	.cta-btn {
		padding: 16px 56px;
		font-size: 18px;
	}

	.grid-content-section {
		gap: 50px;
	}
	


	.grid-content-description span {
		font-size: 22px;
	}
	
}

/* 1200px 이하 */
@media screen and (max-width: 1200px) {
	.point-container {
		padding: 0 0 200px;
	}
	
	.point-content-title {
		font-size: 32px;
	}
	
	.point-content-description {
		font-size: 16px;
	}
	
	.point-brand-name {
		height: 40px;
	}
	
	.point-brand-name img {
		height: 100%;
	}
	
	.point-content-section {
		margin: 0 auto 200px;
		gap: 60px;
	}

	.point-image-placeholder {
		width: 500px;
		max-width: 100%;
	}
	
	.point-overlay-image {
		max-width: 180px;
	}
}

/* 1023px 이하 */
@media (max-width: 1024px) {
	.content-wrap .inner {
		padding: 0 20px;
	}

	.sub-main-title {
		margin-bottom: 120px;
	}

	.sub-main-title h1 {
		font-size: 48px;
	}

	.sub-main-title p {
		font-size: 18px;
	}

	.cta-section {
		height: 450px;
		padding: 60px 20px;
	}

	.cta-title {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.cta-btn {
		padding: 15px 48px;
		font-size: 17px;
	}

	.grid-content-section {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin-bottom: 150px;
	}

	
	.grid-content-description span {
		font-size: 20px;
	}

	.point-image-placeholder {
		width: 100%;
		max-width: 100%;
	}

}

/* 768px 이하 */
@media screen and (max-width: 768px) {
	.point-container {
		padding: 0 0 150px;
	}

	.point-content-section {
		flex-direction: column !important;
		margin: 0 auto 100px;
		gap: 40px;
		align-items: flex-start;
	}
	
	.point-content-image {
		order: 1;
		width: 100%;
		text-align: left;
	}
	
	.point-content-text {
		width: 100%;
		order: 2;
	}
	
	.point-content-section:nth-child(2) .point-content-image {
		order: 1;
	}
	
	.point-content-section:nth-child(2) .point-content-text {
		order: 2;
	}
	
	.point-content-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.point-content-description {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.point-brand-name {
		margin-bottom: 20px;
	}
	
	.point-brand-name img {
		height: 100%;
	}

	.point-content-text.b {
		align-items: flex-start;
	}

	.point-content-text.b .point-content-description {
		text-align: left;
	}
	
	.point-content-text.b .point-brand-name {
		text-align: left;
	}

	.point-image-placeholder {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	.point-image-placeholder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 25px;
	}
	
	.point-overlay-image {
		max-width: 220px;
	}
}

/* 767px 이하 */
@media (max-width: 768px) {
	.content-wrap {
		padding-top: 80px;
	}
	.content-wrap .inner {
		padding: 0 15px;
	}

	.sub-main-title {
		margin-bottom: 80px;
	}

	.sub-main-title h1 {
		font-size: 42px;
		margin-bottom: 30px;
	}

	.sub-main-title p {
		font-size: 16px;
		padding: 0 10px;
	}

	.cta-section {
		height: 400px;
		padding: 50px 20px;
	}

	.cta-title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.cta-btn {
		width: 100%;
		max-width: 280px;
		padding: 14px 32px;
		font-size: 16px;
	}

	.grid-content-section {
		margin-bottom: 100px;
		gap: 20px;
	}
	
	.grid-content-text {
		padding: 0 20px;
		align-items: flex-start !important;
	}
	
	.grid-content-text.b .grid-content-description {
		text-align: left;
	}

	
	.grid-content-description span {
		font-size: 18px;
		margin-bottom: 15px;
	}
	

}

/* 580px 이하 */
@media screen and (max-width: 580px) {
	.point-overlay-image {
		max-width: 180px;
	}
}

/* 480px 이하 */
@media (max-width: 480px) {
	.content-wrap .inner {
		padding: 0 10px;
	}

	.sub-main-title {
		margin-bottom: 60px;
	}

	.sub-main-title h1 {
		margin-bottom: 20px;
	}


	.cta-section {
		height: 350px;
		padding: 40px 15px;
	}

	.cta-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.cta-btn {
		max-width: 260px;
		padding: 12px 28px;
		font-size: 14px;
	}

	.grid-content-section {
		margin-bottom: 80px;
	}
	
	.grid-content-description {
		font-size: 14px;
	}
	
	.grid-content-description span {
		font-size: 16px;
		margin-bottom: 12px;
	}
	
	.point-container {
		padding: 0 0 80px;
	}
	
	.point-content-title {
		font-size: 24px;
	}
	
	.point-content-description {
		font-size: 14px;
	}
	
	.point-brand-name {
		height: 30px;
	}

	.point-overlay-image {
		max-width: 140px;
	}
}

/* 320px 이하 */
@media (max-width: 390px) {
	.grid-content-image {
		aspect-ratio: 1 / 1;
	}

	.point-content-title {
		font-size: 20px;
	}

	.point-overlay-image {
		max-width: 120px;
	}
}


@media (max-width: 320px) {
	.grid-content-title {
		font-size: 22px;
	}
}
