@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
*/
img, object, embed, video {
	max-width: 100%;
}

/* PUB-WIDE-HERO */
.pub-wide-hero {
	background: #f5f5f5 url("/ad/m5_3/img/0-5.jpg") center/cover no-repeat;
	padding: 80px 16px;
}
.pub-wide-hero--white-reborn {
	padding: 160px 16px;
}
.pub-wide-hero__inner {
	max-width: 1180px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.82);
	border-radius: 18px;
	padding: 32px 28px;
	text-align: left;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.pub-wide-hero__brand {
	font-weight: 800;
	font-size: 1.2rem;
	color: #4b5563;
	letter-spacing: -0.2px;
}
.pub-wide-hero__brand-en {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: #9ca3af;
}
.pub-wide-hero__headline {
	margin-top: 14px;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	color: #111827;
}
.pub-wide-hero__title {
	margin-top: 6px;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 900;
	color: #111827;
}
/* PUB-WIDE-HERO cruise variant */
.pub-wide-hero--cruise {
	background: linear-gradient(180deg, #0b2545 0%, #0a1b33 100%);
	padding: 80px 16px;
}
.pub-wide-hero__inner--cruise {
	background: rgba(6, 24, 45, 0.65);
	color: #e5e7eb;
	text-align: center;
}
.pub-wide-hero__inner--cruise .pub-wide-hero__brand {
	color: #cbd5f5;
	letter-spacing: 0.24em;
	font-weight: 700;
}
.pub-wide-hero__inner--cruise .pub-wide-hero__headline {
	color: #f8fafc;
}
.pub-wide-hero__desc {
	margin-top: 10px;
	color: #e2e8f0;
	font-size: 1rem;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.pub-wide-hero--cruise {
		padding: 56px 14px;
	}
	.pub-wide-hero__inner--cruise {
		padding: 22px 18px;
	}
}

/* PUB-WIDE-HERO wedding variant */
.pub-wide-hero--wedding {
	background: #fde7ea;
	padding: 72px 16px;
}
.pub-wide-hero__inner--wedding {
	background: rgba(255, 255, 255, 0.92);
	color: #3f1d2a;
	text-align: center;
}
.pub-wide-hero__inner--wedding .pub-wide-hero__brand {
	color: #8b5b6b;
	letter-spacing: 0.22em;
	font-weight: 700;
}
.pub-wide-hero__inner--wedding .pub-wide-hero__headline {
	color: #5a2d3a;
}
.pub-wide-hero__inner--wedding .pub-wide-hero__desc {
	color: #6b3b47;
}
.pub-wide-hero__cards {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.pub-wide-hero__card {
	background: #fff7f9;
	border: 1px solid #f4cbd4;
	border-radius: 14px;
	padding: 12px 14px;
	color: #6b3b47;
	line-height: 1.6;
	text-align: left;
	box-shadow: 0 8px 16px rgba(90, 45, 58, 0.08);
}
@media (max-width: 768px) {
	.pub-wide-hero__cards {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	.pub-wide-hero--wedding {
		padding: 52px 14px;
	}
	.pub-wide-hero__inner--wedding {
		padding: 22px 18px;
	}
}
@media (max-width: 768px) {
	.pub-wide-hero {
		padding: 48px 14px;
	}
	.pub-wide-hero__inner {
		padding: 22px 18px;
	}
}
@media (max-width: 768px) {
	.pub-wide-hero--white-reborn {
		padding: 96px 14px;
	}
}

/* 가치 시스템/무자본 비즈니스 신규 섹션 */
.pub-loyalty {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2.4em;
	padding: 4.5em 1.5em;
	background: #f3f4f6;
	color: #111827;
}

.pub-loyalty__hero {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.4em;
	text-align: center;
}

.pub-loyalty__headline {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 900;
	color: #111827;
	margin: 0;
	line-height: 1.4;
}

.pub-loyalty__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2em;
}

.pub-loyalty__card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 1.2em 1.4em;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	font-weight: 700;
	color: #1f2937;
	line-height: 1.6;
}

/* PUB-SONO: light section redesign */
.pub-loyalty__hero.pub-loyalty__hero--light {
	background: #e9efff;
	border-radius: 22px;
	padding: 36px 28px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}
.pub-loyalty__hero--light .pub-loyalty__headline {
	color: #111827;
	font-weight: 800;
	letter-spacing: -0.2px;
	margin-bottom: 18px;
}
.pub-loyalty__hero--light .pub-loyalty__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.pub-loyalty__hero--light .pub-loyalty__card {
	background: #e8f7ef;
	border: 1px solid #cfead9;
	border-radius: 16px;
	padding: 18px 18px 16px;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
	text-align: left;
	color: #1f2937;
}
.pub-loyalty__hero--light .pub-loyalty__card-title {
	font-weight: 700;
	color: #0f172a;
	font-size: 1.05rem;
	margin-bottom: 6px;
}
.pub-loyalty__hero--light .pub-loyalty__card-desc {
	color: #475569;
	margin-bottom: 10px;
	line-height: 1.4;
}
.pub-loyalty__hero--light .pub-loyalty__benefit-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #1f2937;
}
.pub-loyalty__hero--light .pub-loyalty__benefit-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
}
.pub-loyalty__hero--light .pub-loyalty__benefit-list li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #2563eb;
	font-weight: 700;
}
.pub-loyalty__hero--waterpark .pub-loyalty__cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pub-loyalty__hero--waterpark .pub-loyalty__benefit-list li:before {
	color: #0f766e;
}
@media (max-width: 768px) {
	.pub-loyalty__hero--waterpark .pub-loyalty__cards {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	.pub-loyalty__hero.pub-loyalty__hero--light {
		padding: 26px 18px;
		border-radius: 18px;
	}
	.pub-loyalty__hero--light .pub-loyalty__cards {
		grid-template-columns: 1fr;
	}
	.pub-loyalty__hero--light .pub-loyalty__card {
		padding: 16px;
	}
}

.pub-loyalty__reality {
	max-width: 1180px;
	margin: 0 auto;
	background: #ffffff;
	color: #0f172a;
	border-radius: 18px;
	padding: 2.2em 2em;
	box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.pub-loyalty__title {
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	font-weight: 900;
	margin: 0 0 0.8em 0;
	color: #0f172a;
}

.pub-loyalty__reality-body p {
	margin: 0.4em 0;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #1e293b;
}

.pub-loyalty__reality-body strong {
	color: #b91c1c;
}

.pub-loyalty__benefit {
	max-width: 1180px;
	margin: 0 auto;
	background: linear-gradient(180deg, #fff8e1 0%, #fde68a 100%);
	color: #1f2937;
	border: 2px solid #f59e0b;
	border-radius: 20px;
	padding: 2.4em 2.1em;
	box-shadow: 0 18px 36px rgba(245, 158, 11, 0.22), 0 16px 32px rgba(0,0,0,0.12);
}

.pub-loyalty__promise {
	margin: 0 0 1.2em 0;
	font-weight: 800;
	color: #b91c1c;
}

.pub-loyalty__benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}

.pub-loyalty__benefit-card {
	background: radial-gradient(circle at 20% 20%, #fff5d7, #fffaf0 45%, #fff8e1 100%);
	border: 2px solid #f59e0b;
	border-radius: 16px;
	padding: 1.25em 1.3em;
	box-shadow: 0 18px 28px rgba(245, 158, 11, 0.25), 0 12px 24px rgba(0,0,0,0.08);
	position: relative;
	overflow: hidden;
}

.pub-loyalty__benefit-card:nth-child(2) {
	background: radial-gradient(circle at 18% 22%, #fff1da, #ffe7c7 45%, #ffe0b5 100%);
	border-color: #f97316;
	box-shadow: 0 22px 32px rgba(249, 115, 22, 0.28), 0 12px 26px rgba(0,0,0,0.1);
}

.pub-loyalty__benefit-card h4 {
	margin: 0 0 0.4em 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #b45309;
}

.pub-loyalty__benefit-card p {
	margin: 0;
	line-height: 1.6;
	color: #1f2937;
}

.pub-loyalty__benefit-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ef4444, #f97316);
	color: #fff;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.6em;
	box-shadow: 0 8px 16px rgba(239, 68, 68, 0.35);
}

.pub-loyalty__flow {
	max-width: 1180px;
	margin: 0 auto;
	background: #0f172a;
	color: #e5e7eb;
	border-radius: 18px;
	padding: 2.1em 2em 2.4em;
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 0 16px 30px rgba(0,0,0,0.2);
}

.pub-loyalty__flow-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	margin-top: 0.8em;
}

.pub-loyalty__flow-card {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 12px;
	padding: 1em 1.2em;
}

.pub-loyalty__flow-title {
	font-weight: 800;
	font-size: 1.05rem;
	margin-bottom: 0.35em;
	color: #facc15;
}

.pub-loyalty__flow-card p {
	margin: 0;
	line-height: 1.6;
}

.pub-loyalty__attachments {
	margin-top: 1.6em;
	background: rgba(250, 204, 21, 0.08);
	border: 1px dashed rgba(250, 204, 21, 0.5);
	border-radius: 14px;
	padding: 1.2em 1.1em;
	width: 100%;
	box-sizing: border-box;
}

.pub-loyalty__attachments-title {
	font-weight: 900;
	font-size: 1.05rem;
	color: #facc15;
	margin: 0 0 0.8em 0;
}

.pub-loyalty__attachments-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8em;
}

.pub-loyalty__attach-card {
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(250, 204, 21, 0.45);
	border-radius: 12px;
	padding: 0.9em 1em;
	color: #e5e7eb;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5em;
	width: 100%;
}

.pub-loyalty__attach-card--highlight {
	background: #fff8e1;
	color: #1f2937;
	border-color: #facc15;
}

.pub-loyalty__attach-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 0.35em 0.6em;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	background: #facc15;
	color: #0f172a;
}

.pub-loyalty__attach-text {
	font-weight: 700;
	line-height: 1.5;
}

.pub-btn--attach {
	background: transparent;
	border: 2px solid #facc15;
	color: #fff;
	margin-top: auto;
	padding: 0.7em 1.2em;
}

.pub-btn--download {
	background: transparent;
	border: 2px solid #facc15;
	color: #111 !important;
}

.pub-loyalty__attach-card--highlight .pub-btn--solid {
	width: fit-content;
}

.pub-loyalty__btns {
	display: flex;
	gap: 0.8em;
	flex-wrap: wrap;
	margin-top: 1.4em;
}

.pub-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9em 1.4em;
	border-radius: 10px;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.2s ease;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.pub-btn--ghost {
	color: #facc15;
	border: 2px solid #facc15;
	background: transparent;
}

.pub-btn--ghost:hover {
	background: rgba(250, 204, 21, 0.12);
}

.pub-btn--solid {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: #fff !important;
	border: 2px solid #ef4444;
}

.pub-btn--solid:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.pub-loyalty__attach-card--highlight .pub-btn--solid {
	color: #fff !important;
}

@media (max-width: 1200px) {
	.pub-loyalty {
		padding: 4em 1.2em;
	}
	.pub-loyalty__cards,
	.pub-loyalty__benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 960px) {
	.pub-loyalty__flow-grid {
		grid-template-columns: 1fr;
	}
	.pub-loyalty__attachments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pub-loyalty {
		padding: 3.2em 1em;
		gap: 2em;
	}
	.pub-loyalty__cards,
	.pub-loyalty__benefit-grid {
		grid-template-columns: 1fr;
	}
	.pub-loyalty__headline {
		font-size: 1.5rem;
	}
	.pub-loyalty__btns {
		flex-direction: column;
		align-items: stretch;
	}
	.pub-btn {
		width: 100%;
	}
	.pub-loyalty__attachments-grid {
		grid-template-columns: 1fr;
		gap: 0.7em;
	}
	.pub-loyalty__attachments {
		padding: 1em 0.9em;
	}
	.pub-loyalty__attach-card {
		padding: 0.9em 1em;
	}
	.pub-loyalty__attachments-grid .pub-btn {
		width: 100%;
		max-width: 100%;
	}
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	
	and Golden Grid System by Joni Korpi
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}



.wimg{
	width:100%;
}

#copy {
	width:90%;
	margin:0 auto;
	padding:2em 0;
	color:#999;
	line-height:2em;
	font-size:1em;
}


#footer {
	position:fixed;
	bottom: 0;
	left: 0;
	width:100%;
	font-size:2em;
	color:#fff;
	text-align:center;
	padding:0.5em 1em;
	background:#ff4200;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3em;
	box-sizing: border-box;
}

.footer-left {
	margin: 0;
}

.footer-right {
	margin: 0;
}

#footer a {
	color:#fff;
	text-decoration:none;
	transition: all 0.3s ease;
}

#footer a:hover {
	transform: translateY(-2px);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#footer .applicant_link {
	background: rgba(255, 255, 255, 0.1);
	padding: 0.3em 0.8em;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .applicant_link:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

/* 모바일 반응형 스타일 */
@media screen and (max-width: 768px) {
	#footer {
		font-size: 1.4em;
		padding: 0.4em 1em;
		gap: 2em;
		justify-content: center;
	}
	
	#footer a {
		padding: 0.2em 0.5em;
	}
	
	#footer .applicant_link {
		padding: 0.2em 0.5em;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		font-size: 1.2em;
		padding: 0.3em 1em;
		gap: 1em;
		flex-direction: row;
		height: auto;
		min-height: 50px;
		justify-content: center;
	}
	
	#footer a {
		padding: 0.15em 0.3em;
		width: auto;
		max-width: none;
		text-align: center;
	}
	
	#footer .applicant_link {
		padding: 0.15em 0.3em;
		width: auto;
		max-width: none;
		text-align: center;
	}
}


#POP {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:10000;
}


#POP2 {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:10000;
}

.pop_report {
	width:90%;
	max-width: 500px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 8em;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
}

.pop_report::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ff4200, #ff6b35, #ff8c42);
}

.pop_reIn {
	margin: 0 auto;
	width: 85%;
	font-size: 1.1em;
	font-weight: 500;
	color: #333;
	line-height: 1.6;
	text-align: left;
	padding: 2em 0;
}


.input_box {
	width: 100%;
	max-width: 12em;
	height: 2.5em;
	border: 2px solid #e1e5e9;
	border-radius: 12px;
	padding: 0 1em;
	font-size: 0.9em;
	transition: all 0.3s ease;
	background: #f8f9fa;
}

/* 모바일에서 입력박스 크기 조정 */
@media screen and (max-width: 480px) {
	.input_box {
		max-width: 200px;
		height: 1.1em;
		font-size: 16px; /* iOS에서 줌 방지 */
	}
	
	/* 모바일에서 메인 타이틀 크기 조정 */
	.main-title {
		font-size: 3.2em !important;
		line-height: 1.1 !important;
		margin: 0 0 1.5em 0 !important;
	}
	
	.title-line-1 {
		display: block;
		margin-bottom: 0.25em;
	}
	
	.title-line-2 {
		display: block;
		margin-bottom: 0.25em;
	}
	
	.title-line-3 {
		display: block;
	}
	
	/* 모바일에서 CTA 버튼 크기 조정 */
	.cta-button.primary {
		padding: 0.8em 1.8em;
		font-size: 1em;
	}
	
	/* 모바일에서 메인 섹션 여백 조정 */
	.main-title-section {
		padding: 4em 1.5em 6em 1.5em;
		min-height: calc(100vh - 80px);
	}
	
	/* 모바일에서 쿠폰 애니메이션 크기 조정 */
	.coupon-item {
		padding: 0.6em 1.2em;
		font-size: 1em;
	}
	
	/* 모바일에서 메인 쿠폰 크기 조정 */
	.main-coupon .coupon-card {
		width: 150px;
		height: 210px;
		padding: 1.5em;
	}
	
	.main-coupon .coupon-percentage {
		font-size: 2.5em;
	}
	
	.main-coupon .coupon-title {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.input_box {
		max-width: 250px;
		height: 1.8em;
	}
}

.input_box:focus {
	outline: none;
	border-color: #ff4200;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(255, 66, 0, 0.1);
	transform: translateY(-2px);
}

.pop_btn01 {
	background: linear-gradient(135deg, #ff4200 0%, #ff6b35 100%);
	border: none;
	color: #fff;
	padding: 0.8em 2em;
	margin: 0 0.5em;
	border-radius: 25px;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 66, 0, 0.3);
	cursor: pointer;
}

.pop_btn01:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(255, 66, 0, 0.4);
	background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
}

.pop_btn02 {
	background: linear-gradient(135deg, #6c757d 0%, #868e96 100%);
	border: none;
	color: #fff;
	padding: 0.8em 2em;
	margin: 0 0.5em;
	border-radius: 25px;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
	cursor: pointer;
}

.pop_btn02:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
	background: linear-gradient(135deg, #868e96 0%, #adb5bd 100%);
}





/*22.07.07 LHB*/
#b_copy{width: 100%; background: #111;}
#copy{ 
	font-family: Pretendard; 
	background-color:#111; 
	color:rgba(255,255,255,.5); 
/*	width: 95.8%; */
	padding: 2em 0; 
	text-align:center;
	word-break:keep-all;
	}

#copy span{margin-right:3px;}

a{color:#448fff;}

.b_hide{display:none;}
@media screen and (max-width: 470px) { 
	.b_hide{display:block;}
}

/* 새로운 컨텐츠 섹션 스타일 */
.main-title-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6em 2em 8em 2em;
	background: url('./img/0-4.jpg') no-repeat center center;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: calc(100vh - 100px);
	text-align: center;
	z-index: 1;
	/* 메인 타이틀 가시성 보장 */
	overflow: visible;
}

.main-title-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

/* 중앙부 X 표시 가리기용 오버레이 */
.main-title-section::after {
	content: '';
	position: absolute;
	inset: 20% 18% 35% 18%;
	background: radial-gradient(circle at 50% 50%, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.65) 55%, rgba(0,0,0,0) 100%);
	filter: blur(10px);
	opacity: 0.95;
	z-index: 2;
	pointer-events: none;
}

/* PUB-MAIN-HERO-HALF-HEIGHT */
.main-title-section.pub-main-hero--half {
	padding: 3em 2em 4em 2em;
	min-height: calc((100vh - 100px) * 0.5);
}

/* PUB-WHITE-REBORN-ANIM */
.pub-hero-animate {
	display: inline-block;
	will-change: transform, opacity, filter, text-shadow;
	animation: pubHeroReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) both,
		pubHeroShine 3.2s ease-in-out 0.9s infinite alternate,
		pubHeroFloat 4.5s ease-in-out 0.9s infinite;
}
.pub-hero-animate--delay {
	animation-delay: 0.2s, 1.1s, 1.1s;
}
@keyframes pubHeroReveal {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.98);
		filter: blur(2px);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	70% {
		opacity: 1;
		transform: translateY(-4px) scale(1.02);
		filter: blur(0);
		text-shadow: 0 8px 22px rgba(255, 255, 255, 0.35);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
		text-shadow: 0 6px 18px rgba(255, 255, 255, 0.25);
	}
}
@keyframes pubHeroShine {
	0% {
		text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25),
			0 0 28px rgba(255, 215, 0, 0.15);
	}
	100% {
		text-shadow: 0 8px 22px rgba(255, 255, 255, 0.45),
			0 0 36px rgba(255, 215, 0, 0.35);
	}
}
@keyframes pubHeroFloat {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-6px) scale(1.01);
	}
}
@media (prefers-reduced-motion: reduce) {
	.pub-hero-animate,
	.pub-hero-animate--delay {
		animation: none;
	}
}



.main-title-section > * {
	position: relative;
	z-index: 100;
}

.hero-content {
	width: 100%;
	max-width: 800px;
	z-index: 100;
}

.main-title {
	font-size: 10.5em;
	font-weight: 700;
	color: #ffd700 !important;
	margin: 0 0 2em 0;
	line-height: 1.2;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	animation: titleFloat 4s ease-in-out infinite, titleGlow 3s ease-in-out infinite alternate;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 9999 !important;
	/* 텍스트 가시성 강화 */
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
	/* 모션 효과 추가 */
	animation-fill-mode: forwards;
}

/* 메인 타이틀 기본 상태 */
.main-title.visible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

/* 메인 섹션 요소들의 애니메이션 최적화 */
.main-title-section .fade-in {
	opacity: 0;
	visibility: visible;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

.main-title-section .fade-in.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-subnote {
	margin-top: 1em;
	font-size: 2.1em;
	font-weight: 600;
	color: #f5f7fa;
	line-height: 1.6;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* 메인 타이틀은 기본 애니메이션과 스크롤 애니메이션 분리 */
.main-title.fade-in {
	animation: titleFloat 4s ease-in-out infinite, titleGlow 3s ease-in-out infinite alternate;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.main-title.fade-in.visible {
	animation: titleFloat 4s ease-in-out infinite, titleGlow 3s ease-in-out infinite alternate;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.title-line-1 {
	display: block;
	margin-bottom: 0.2em;
}

.title-line-2 {
	display: block;
}

.title-line-3 {
	display: block;
}

@keyframes titleSlideIn {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes titleDropIn {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	50% {
		transform: translateY(20px);
		opacity: 0.8;
	}
	70% {
		transform: translateY(-10px);
		opacity: 0.9;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* 메인 타이틀 애니메이션 완료 후 가시성 보장 */
.main-title.visible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

@keyframes badgeFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

/* CTA 섹션 */
.cta-section {
	display: flex;
	gap: 1.5em;
	margin: 3em 0;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 1;
	animation: none;
}

.cta-button {
	display: flex;
	align-items: center;
	gap: 0.5em;
	padding: 1.5em 3em;
	border: none;
	border-radius: 50px;
	font-size: 1.3em;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.4s ease;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cta-button.primary {
	background: linear-gradient(135deg, #ff6b35, #f7931e, #ff6b35);
	background-size: 200% 200%;
	color: white;
	animation: gradientMove 3s ease-in-out infinite;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-button:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-button.primary:hover {
	background: linear-gradient(135deg, #f7931e, #ff6b35);
}

.cta-button.secondary:hover {
	background: rgba(255, 255, 255, 0.3);
}

.button-icon {
	font-size: 1.2em;
}

/* 플로팅 요소들 */
.floating-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.floating-card {
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 25px;
	padding: 2em;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	animation: float 8s ease-in-out infinite;
	transition: all 0.3s ease;
}

.floating-card:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 50px rgba(255, 255, 255, 0.2);
}

.floating-card.card-1 {
	top: 15%;
	left: 8%;
	animation-delay: 0s;
}

.floating-card.card-2 {
	top: 55%;
	right: 8%;
	animation-delay: 0.5s;
}

.floating-card.card-3 {
	bottom: 15%;
	left: 15%;
	animation-delay: 1s;
}

.card-icon {
	font-size: 1.8em;
	font-weight: 900;
	color: #ff6b35;
	display: block;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
}

@keyframes float {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 30px rgba(255, 255, 255, 0.1);
	}
	25% { 
		transform: translateY(-25px) rotate(3deg) scale(1.05); 
		box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25), 0 0 40px rgba(255, 255, 255, 0.15);
	}
	50% { 
		transform: translateY(-15px) rotate(-2deg) scale(1.02); 
		box-shadow: 0 25px 45px rgba(0, 0, 0, 0.22), 0 0 35px rgba(255, 255, 255, 0.12);
	}
	75% { 
		transform: translateY(-30px) rotate(1deg) scale(1.08); 
		box-shadow: 0 35px 55px rgba(0, 0, 0, 0.28), 0 0 45px rgba(255, 255, 255, 0.18);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 쿠폰 애니메이션 */
.coupon-animations {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.coupon-item {
	position: absolute;
	background: linear-gradient(135deg, #ff6b35, #ff8c42);
	color: white;
	padding: 0.8em 1.5em;
	border-radius: 25px;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.3);
	animation: couponFloat 6s ease-in-out infinite;
	transform: rotate(-15deg);
}

.coupon-item:hover {
	transform: rotate(0deg) scale(1.1);
	box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.coupon-item.coupon-1 {
	top: 25%;
	left: 5%;
	animation-delay: 0s;
}

.coupon-item.coupon-2 {
	top: 45%;
	right: 5%;
	animation-delay: 0.3s;
}

.coupon-item.coupon-3 {
	bottom: 35%;
	left: 10%;
	animation-delay: 0.6s;
}

.coupon-item.coupon-4 {
	top: 70%;
	right: 15%;
	animation-delay: 0.9s;
}

.coupon-text {
	font-weight: 900;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes couponFloat {
	0%, 100% { 
		transform: translateY(0px) rotate(-15deg) scale(1); 
		box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
	}
	25% { 
		transform: translateY(-20px) rotate(-10deg) scale(1.05); 
		box-shadow: 0 20px 40px rgba(255, 107, 53, 0.5);
	}
	50% { 
		transform: translateY(-10px) rotate(-20deg) scale(1.02); 
		box-shadow: 0 15px 35px rgba(255, 107, 53, 0.45);
	}
	75% { 
		transform: translateY(-25px) rotate(-5deg) scale(1.08); 
		box-shadow: 0 25px 45px rgba(255, 107, 53, 0.55);
	}
}

/* 메인 쿠폰 이미지 */
.main-coupon {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	z-index: 3;
	animation: mainCouponFloat 3s ease-in-out infinite;
}

.coupon-card {
	position: relative;
	width: 200px;
	height: 280px;
	background: #ffffff;
	border-radius: 20px;
	padding: 2em;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.8);
	text-align: center;
}

.coupon-percentage {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 3em;
	font-weight: 900;
	color: #ff0000;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.coupon-title {
	font-size: 1.5em;
	font-weight: 700;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

.coupon-divider {
	width: 80%;
	height: 2px;
	background: #e0e0e0;
	margin: 0 auto 2em auto;
}

.coupon-barcode {
	width: 100%;
	height: 60px;
	background: repeating-linear-gradient(
		90deg,
		#000000 0px,
		#000000 2px,
		transparent 2px,
		transparent 4px
	);
	background-size: 4px 100%;
	border-radius: 8px;
	margin-top: 1em;
}

.coupon-tag {
	position: absolute;
	top: -15px;
	right: -15px;
	background: linear-gradient(135deg, #20c997, #17a2b8);
	color: white;
	padding: 0.5em 1em;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
	transform: rotate(-15deg);
	box-shadow: 0 5px 15px rgba(32, 201, 151, 0.4);
	animation: tagWiggle 3s ease-in-out infinite;
}

@keyframes mainCouponFloat {
	0%, 100% { 
		transform: translateY(-50%) rotate(0deg) scale(1); 
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	}
	25% { 
		transform: translateY(-50%) rotate(2deg) scale(1.02); 
		box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
	}
	50% { 
		transform: translateY(-50%) rotate(-1deg) scale(1.01); 
		box-shadow: 0 22px 65px rgba(0, 0, 0, 0.32);
	}
	75% { 
		transform: translateY(-50%) rotate(3deg) scale(1.03); 
		box-shadow: 0 28px 75px rgba(0, 0, 0, 0.38);
	}
}

@keyframes tagWiggle {
	0%, 100% { transform: rotate(-15deg); }
	25% { transform: rotate(-20deg); }
	50% { transform: rotate(-10deg); }
	75% { transform: rotate(-18deg); }
}

/* 모바일 반응형 디자인 */
@media screen and (max-width: 768px) {
	.main-title-section {
		padding: 4em 1em 6em 1em;
	}
	/* PUB-MAIN-HERO-HALF-HEIGHT */
	.main-title-section.pub-main-hero--half {
		padding: 2em 1em 3em 1em;
		min-height: 36vh;
	}
	
	.main-title {
		font-size: 4.2em;
	}
	
	.title-line-1 {
		margin-bottom: 0.15em;
	}
	
	/* 태블릿에서 애니메이션 효과 조정 */
	.title-line-1, .title-line-2 {
		animation: titleFloat 3s ease-in-out infinite;
	}
	
	@keyframes titleFloat {
		0%, 100% { transform: translateY(0px) rotate(-0.5deg); }
		25% { transform: translateY(-6px) rotate(0deg); }
		50% { transform: translateY(-3px) rotate(0.5deg); }
		75% { transform: translateY(-9px) rotate(0deg); }
	}
	
	.cta-section {
		flex-direction: column;
		align-items: center;
	}
	
	.cta-button {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
	
	.floating-card {
		position: relative;
		margin: 1em 0;
		animation: none;
	}
	
	.floating-elements {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
		margin-top: 2em;
	}
	
	.coupon-item {
		position: relative;
		margin: 1em 0;
		animation: none;
		transform: rotate(0deg);
	}
	
	.coupon-animations {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
		margin-top: 2em;
	}
	
	.main-coupon {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		margin: 2em auto;
		animation: none;
	}
	
	.coupon-card {
		width: 180px;
		height: 250px;
	}
}

@media screen and (max-width: 480px) {
	.main-title {
		font-size: 3.3em;
	}
	
	.main-title-section {
		padding: 3em 1em 5em 1em;
	}
	
	.title-line-1 {
		margin-bottom: 0.1em;
	}
	
	/* 모바일에서 애니메이션 효과 조정 */
	.title-line-1, .title-line-2 {
		animation: titleFloat 2.5s ease-in-out infinite;
	}
	
	@keyframes titleFloat {
		0%, 100% { transform: translateY(0px) rotate(-0.3deg); }
		25% { transform: translateY(-4px) rotate(0deg); }
		50% { transform: translateY(-2px) rotate(0.3deg); }
		75% { transform: translateY(-6px) rotate(0deg); }
	}
	
	.main-coupon {
		margin: 1.5em auto;
	}
	
	.coupon-card {
		width: 160px;
		height: 220px;
		padding: 1.5em;
	}
	
	.coupon-percentage {
		font-size: 2.5em;
		top: 15px;
		right: 25px;
	}
	
	.coupon-title {
		font-size: 1.3em;
		margin-top: 2.5em;
	}
	
	.cta-section {
		flex-direction: column;
		align-items: center;
	}
	
	.cta-button {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
	
	.floating-card {
		position: relative;
		margin: 1em 0;
		animation: none;
	}
	
	.floating-elements {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
		margin-top: 2em;
	}
}


.store-door {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 100px;
	background: #d4a574;
	border-radius: 4px 4px 0 0;
}

.store-awning {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #ffd700;
	border-radius: 4px;
}

.store-person {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 80px;
	background: #ffb6c1;
	border-radius: 50% 50% 0 0;
}

.store-signs {
	position: absolute;
	top: 20px;
	left: 20px;
}

.heart-sign, .lock-sign {
	font-size: 1.2em;
	margin: 5px;
	color: #ff4200;
	font-weight: bold;
}

.lock-sign {
	font-size: 0.8em;
	background: #ff4200;
	color: white;
	padding: 2px 6px;
	border-radius: 4px;
}

.store-plants {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 40px;
	height: 60px;
	background: #228b22;
	border-radius: 20px;
}

/* 사랑방 프로그램 섹션 - 쿠폰마켓 스타일 */
.sarangbang-section {
	background: linear-gradient(135deg, #0f172a, #111827);
	padding: 4em 2em 3em;
	position: relative;
	overflow: hidden;
	min-height: auto;
	z-index: 100;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.sarangbang-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 45%),
		radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06), transparent 45%),
		linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.55));
	z-index: 1;
	pointer-events: none;
}



.sarangbang-content {
	position: relative;
	z-index: 1000;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 3em;
	color: #e5e7eb;
}

.alt-value-system .value-top {
	display: flex;
	flex-direction: column;
	gap: 1.2em;
}

.value-title {
	font-size: clamp(1.8rem, 3.6vw, 2.6rem);
	font-weight: 900;
	color: #f8fafc;
	margin: 0;
}

.value-paragraph p {
	margin: 0.4em 0;
	font-size: 1.05rem;
	color: #e5e7eb;
	line-height: 1.8;
}

.value-mid {
	display: flex;
	flex-direction: column;
	gap: 1.4em;
	align-items: center;
}

.value-questions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1em;
	width: 100%;
}

.value-question-card {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 14px;
	padding: 1em 1.2em;
	color: #cbd5e1;
	font-weight: 700;
	box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.value-bridge {
	font-size: 1.1rem;
	color: #f8fafc;
	font-weight: 800;
}

.value-bottom {
	display: flex;
	flex-direction: column;
	gap: 1.6em;
}

.value-bottom-title {
	font-size: 1.6rem;
	font-weight: 900;
	color: #f8fafc;
	margin: 0;
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.4em;
}

.value-card {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 14px;
	padding: 1.4em 1.2em;
	color: #e5e7eb;
	box-shadow: 0 16px 30px rgba(0,0,0,0.2);
	text-align: left;
}

.value-card-title {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 0.6em 0;
	color: #f8fafc;
}

.value-card-text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #cbd5e1;
}

@media (max-width: 900px) {
	.value-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.value-grid {
		grid-template-columns: 1fr;
	}
	.value-title {
		font-size: 1.9rem;
	}
}



.sarangbang-main {
	margin-bottom: 4em;
}

.main-title {
	font-size: 4.5em;
	font-weight: 900;
	color: #ffd700;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	margin: 0 0 0.5em 0;
	line-height: 1.1;
	position: relative;
	z-index: 1001;
}

.sarangbang-title {
	font-size: 4.5em;
	font-weight: 900;
	color: #ffd700;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	margin: 0 0 0.5em 0;
	line-height: 1.1;
	position: relative;
	z-index: 1001;
	animation: titleGlow 2s ease-in-out infinite alternate, titleFloat 3s ease-in-out infinite;
}

/* 스크롤 애니메이션 클래스 */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 사랑방 섹션 요소들의 초기 상태 */
.sarangbang-section .fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

/* 사랑방 섹션 요소들이 화면에 보일 때 */
.sarangbang-section .fade-in.visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

/* 사랑방 섹션 요소들의 순차적 애니메이션 */
.sarangbang-section .sarangbang-title.fade-in.visible {
	animation-delay: 0s;
}

.sarangbang-section .sub-title.fade-in.visible {
	animation-delay: 0.2s;
}

.sarangbang-section .highlight-box.fade-in.visible {
	animation-delay: 0.4s;
}

.sarangbang-section .coupon-display.fade-in.visible {
	animation-delay: 0.6s;
}

.sarangbang-section .feature-item:nth-child(1).fade-in.visible {
	animation-delay: 0.8s;
}

.sarangbang-section .feature-item:nth-child(2).fade-in.visible {
	animation-delay: 1s;
}

.sarangbang-section .feature-item:nth-child(3).fade-in.visible {
	animation-delay: 1.2s;
}







.sub-title {
	font-size: 1.8em;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	margin: 0 0 2em 0;
	line-height: 1.4;
	position: relative;
	z-index: 1001;
}

/* 사은품 섹션 배경 이미지 설정 */
.gift-section {
	background: url('./img/0-2.jpg') no-repeat center center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.gift-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	pointer-events: none;
}

.gift-section > * {
	position: relative;
	z-index: 2;
}



.highlight-box {
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.9), rgba(255, 69, 0, 0.9));
	padding: 2em;
	border-radius: 20px;
	margin: 2em 0;
	box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3);
	position: relative;
	z-index: 1001;
	animation: highlightPulse 3s ease-in-out infinite;
}

.highlight-text {
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 0.5em 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.highlight-subtext {
	font-size: 1.2em;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 0.3em 0;
	opacity: 0.9;
}

.highlight-maintext {
	font-size: 2em;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.coupon-display {
	margin: 3em 0;
	position: relative;
	z-index: 1001;
}

.coupon-card {
	background: linear-gradient(135deg, #ff6b9d, #c44569);
	width: 300px;
	height: 200px;
	margin: 0 auto;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 60px rgba(255, 107, 157, 0.4);
	animation: couponFloat 4s ease-in-out infinite;
	position: relative;
	overflow: hidden;
}

.coupon-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.coupon-percentage {
	font-size: 4em;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	margin-bottom: 0.2em;
}

.coupon-text {
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.3em;
}

.coupon-subtext {
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	opacity: 0.9;
}

.sarangbang-features {
	margin-top: 4em;
}

.feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	margin-top: 2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.feature-item {
	background: rgba(255, 255, 255, 0.95);
	padding: 2em;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
	z-index: 1001;
	animation: featureFloat 3s ease-in-out infinite;
}

.feature-item:nth-child(1) { animation-delay: 0s; }
.feature-item:nth-child(2) { animation-delay: 0.5s; }
.feature-item:nth-child(3) { animation-delay: 1s; }

.feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ff6b9d, #c44569, #6c5ce7);
}





.feature-item h3 {
	font-size: 1.8em;
	font-weight: 700;
	color: #2c3e50;
	margin: 0 0 1em 0;
	line-height: 1.3;
}

.feature-item p {
	font-size: 1.3em;
	color: #7f8c8d;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}

.feature-tag {
	background: linear-gradient(135deg, #ff6b35, #f7931e);
	color: white;
	padding: 0.5em 1em;
	border-radius: 20px;
	font-weight: 600;
	font-size: 0.9em;
	display: inline-block;
	animation: tagWiggle 2s ease-in-out infinite;
}

/* 화려한 애니메이션 키프레임들 */


@keyframes titleGlow {
	0% { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8); }
	100% { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.8); }
}

@keyframes titleFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

@keyframes highlightPulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.02); }
}

@keyframes couponFloat {
	0%, 100% { transform: translateY(0px) rotate(0deg); }
	50% { transform: translateY(-15px) rotate(2deg); }
}

@keyframes featureFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-8px); }
}

@keyframes tagWiggle {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(3deg); }
	75% { transform: rotate(-3deg); }
}







/* 모바일 반응형 쿠폰마켓 스타일 */
@media screen and (max-width: 768px) {
	.sarangbang-section {
		padding: 2.5em 1.4em 2em;
		min-height: auto;
	}
	
	.sarangbang-section::after {
		position: absolute;
	}
	
	.main-title {
		font-size: 3em;
	}
	
	.sub-title {
		font-size: 1.4em;
	}
	

	
	.highlight-box {
		padding: 1.5em;
	}
	
	.highlight-text {
		font-size: 1.3em;
	}
	
	.highlight-maintext {
		font-size: 1.6em;
	}
	
	.coupon-card {
		width: 250px;
		height: 160px;
	}
	
	.coupon-percentage {
		font-size: 3em;
	}
	
	.coupon-text {
		font-size: 1em;
	}
	
	.feature-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1.5em;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	
	.feature-item {
		padding: 1.5em;
	}
	
	.feature-item h3 {
		font-size: 1.6em;
	}
	
	.feature-item p {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 480px) {
	.sarangbang-section {
		background-attachment: scroll;
	}
	
	.main-title {
		font-size: 2.5em;
	}
	
	.sub-title {
		font-size: 1.2em;
	}
	
	.icon-item {
		font-size: 1.8em;
	}
	
	.coupon-card {
		width: 200px;
		height: 140px;
	}
	
	.coupon-percentage {
		font-size: 2.5em;
	}
	
	.feature-item h3 {
		font-size: 1.4em;
	}
	
	.feature-item p {
		font-size: 1.1em;
	}
}



















.sarangbang-benefits {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
}

.section-title {
	font-size: 2.5em;
	font-weight: bold;
	color: white;
	margin-bottom: 2em;
	text-align: center;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.benefits-list {
	display: flex;
	flex-direction: column;
	gap: 2em;
	max-width: 800px;
	margin: 0 auto;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 1em;
	padding: 1.5em;
	background: rgba(248, 249, 250, 0.95);
	border-radius: 12px;
	border-left: 5px solid #007bff;
	position: relative;
	z-index: 10;
	backdrop-filter: blur(5px);
}

.benefit-number {
	background: #007bff;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2em;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}

.benefit-content h3 {
	margin: 0 0 0.5em 0;
	color: #333;
	font-size: 1.1em;
	position: relative;
	z-index: 10;
}

.benefit-content p {
	margin: 0;
	color: #666;
	font-size: 0.9em;
	line-height: 1.4;
	position: relative;
	z-index: 10;
}

/* 사은품 섹션 - 안정적인 디자인 */
.gift-section {
	background: url('./img/0-2.jpg') no-repeat center center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 4em 2em;
	position: relative;
	overflow: visible;
	min-height: 100vh;
	z-index: 100;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.gift-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 20, 147, 0.2);
	z-index: 1;
	pointer-events: none;
}

.gift-container {
	position: relative;
	z-index: 1000;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.gift-header {
	margin-bottom: 3em;
}

.gift-title {
	font-size: 4em;
	font-weight: 800;
	color: #ff69b4;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	margin: 0 0 0.5em 0;
	line-height: 1.2;
	position: relative;
	z-index: 1001;
	animation: giftTitleGlow 3s ease-in-out infinite alternate;
}

.gift-subtitle {
	font-size: 1.8em;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	margin: 0 0 2em 0;
	line-height: 1.4;
	position: relative;
	z-index: 1001;
}

.gift-highlight-box {
	background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(218, 112, 214, 0.8));
	padding: 2em;
	border-radius: 20px;
	margin: 2em 0;
	box-shadow: 0 15px 40px rgba(255, 105, 180, 0.3);
	position: relative;
	z-index: 1001;
	animation: giftHighlightPulse 4s ease-in-out infinite;
}

.gift-highlight-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}

.gift-highlight-item {
	background: rgba(255, 255, 255, 0.9);
	padding: 1em 1.5em;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gift-highlight-label {
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
	text-shadow: none;
}

.gift-services {
	margin-top: 4em;
	position: relative;
	z-index: 1001;
}

.gift-service-list {
	display: flex;
	flex-direction: column;
	gap: 3em;
	max-width: 400px;
	margin: 0 auto;
}

.gift-service-item {
	background: rgba(255, 255, 255, 0.95);
	padding: 2em 2.5em;
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(8px);
	z-index: 1001;
	animation: giftServiceFloat 3s ease-in-out infinite;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 105, 180, 0.1);
}

.gift-service-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(255, 105, 180, 0.15);
	border-color: rgba(255, 105, 180, 0.2);
}

.gift-service-tag:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(255, 105, 180, 0.35);
}

/* 아이콘 제거됨 */

.gift-service-item h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #333;
	margin: 0 0 0.8em 0;
	line-height: 1.4;
	letter-spacing: -0.5px;
}

.gift-service-item p {
	font-size: 1.2em;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5em;
	opacity: 0.9;
}

.gift-service-tag {
	background: linear-gradient(135deg, #ff69b4, #da70d6);
	color: #ffffff;
	padding: 0.7em 1.3em;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: 600;
	display: inline-block;
	box-shadow: 0 6px 18px rgba(255, 105, 180, 0.25);
	text-transform: uppercase;
	letter-spacing: 1px;
	animation: giftTagWiggle 2s ease-in-out infinite;
	border: none;
	transition: all 0.3s ease;
}

/* 사은품 섹션 전용 애니메이션 키프레임 */
@keyframes giftTitleGlow {
	0% {
		text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	}
	100% {
		text-shadow: 0 0 20px rgba(255, 105, 180, 0.8), 0 0 40px rgba(255, 105, 180, 0.4), 3px 3px 6px rgba(0, 0, 0, 0.8);
	}
}

@keyframes giftHighlightPulse {
	0%, 100% {
		box-shadow: 0 15px 40px rgba(255, 105, 180, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 20px 50px rgba(255, 105, 180, 0.6);
		transform: scale(1.02);
	}
}

@keyframes giftServiceFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes giftTagWiggle {
	0%, 100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(2deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-2deg);
	}
}

/* 사은품 섹션 요소들의 초기 상태 */
.gift-section .fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

/* 사은품 섹션 요소들이 화면에 보일 때 */
.gift-section .fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 사은품 섹션 요소들의 순차적 애니메이션 */
.gift-section .gift-header.fade-in.visible {
	animation-delay: 0s;
}

.gift-section .gift-highlight-box.fade-in.visible {
	animation-delay: 0.2s;
}

.gift-section .gift-service-item:nth-child(1).fade-in.visible {
	animation-delay: 0.4s;
}

.gift-section .gift-service-item:nth-child(2).fade-in.visible {
	animation-delay: 0.6s;
}

.gift-section .gift-service-item:nth-child(3).fade-in.visible {
	animation-delay: 0.8s;
}

/* 더! 특별한 선물도 함께! 섹션 모바일 반응형 */
@media screen and (max-width: 768px) {
	.special-gift-section {
		padding: 2em 1em;
		min-height: auto;
	}
	
	.special-gift-title {
		font-size: 2.5em;
		line-height: 1.2;
	}
	
	.special-gift-subtitle {
		font-size: 1.2em;
	}
	
	.special-gift-highlight {
		padding: 1.5em;
		margin: 2em 0;
	}
	
	.special-gift-icon {
		font-size: 3em;
	}
	
	.special-gift-highlight-text {
		font-size: 1.4em;
	}
	
	.special-gift-service-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
		max-width: 100%;
		padding: 0 1em;
	}
	
	.special-gift-service-item {
		padding: 2em 1.5em;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
	}
	
	.service-icon {
		font-size: 2.8em;
		margin-bottom: 1em;
		text-align: center;
	}
	
	.service-content h3 {
		font-size: 1.3em;
		margin-bottom: 1em;
		line-height: 1.4;
		text-align: center;
	}
	
	.service-content p {
		font-size: 1.2em;
		margin-bottom: 1.5em;
		line-height: 1.5;
		text-align: center;
	}
	
	.special-gift-service-tag {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 더 작은 모바일 화면 대응 */
@media screen and (max-width: 480px) {
	.special-gift-section {
		padding: 1.5em 0.8em;
	}
	
	.special-gift-title {
		font-size: 2.2em;
	}
	
	.special-gift-subtitle {
		font-size: 1.1em;
	}
	
	.special-gift-highlight {
		padding: 1.2em;
		margin: 1.5em 0;
	}
	
	.special-gift-icon {
		font-size: 2.5em;
	}
	
	.special-gift-highlight-text {
		font-size: 1.2em;
	}
	
	.special-gift-service-list {
		grid-template-columns: 1fr;
		gap: 1.2em;
		padding: 0 0.8em;
		justify-items: center;
		width: 100%;
	}
	
	.special-gift-service-item {
		padding: 1.8em 1.2em;
		border-radius: 12px;
		max-width: 350px;
		width: 100%;
	}
	
	.service-icon {
		font-size: 2.5em;
		text-align: center;
	}
	
	.service-content h3 {
		font-size: 1.2em;
		text-align: center;
	}
	
	.service-content p {
		font-size: 1.14em;
		text-align: center;
	}
	
	.special-gift-service-tag {
		padding: 0.7em 1.3em;
		font-size: 0.85em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 사은품 섹션 모바일 반응형 */
@media screen and (max-width: 768px) {
	/* 카드 중앙 정렬 강제 적용 */
	.special-gift-service-list {
		justify-items: center !important;
		width: 100% !important;
	}
	.gift-section {
		background-attachment: scroll;
		padding: 3em 1em;
	}
	
	.gift-title {
		font-size: 2.8em;
		line-height: 1.2;
	}
	
	.gift-subtitle {
		font-size: 1.4em;
	}
	
	.gift-highlight-box {
		padding: 1.5em 1em;
	}
	
	.gift-highlight-content {
		flex-direction: column;
		gap: 1em;
	}
	
	.gift-highlight-item {
		padding: 0.8em 1.2em;
	}
	
	.gift-highlight-label {
		font-size: 1.1em;
	}
	
	.gift-service-list {
		gap: 2.5em;
		max-width: 90%;
	}
	
	.gift-service-item {
		padding: 1.5em 1em;
	}
	
	.gift-service-icon {
		font-size: 2.5em;
	}
	
	.gift-service-item h3 {
		font-size: 1.2em;
	}
	
	.gift-service-item p {
		font-size: 1em;
	}
	
	.gift-service-tag {
		padding: 0.5em 1em;
		font-size: 0.8em;
	}
}

.gift-boxes {
	display: flex;
	gap: 2em;
	margin: 2em 0;
	justify-content: center;
	flex-wrap: wrap;
}

.gift-box {
	background: white;
	padding: 2em 1.5em;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	flex: 1;
	min-width: 250px;
	max-width: 300px;
	border-left: 5px solid #ff69b4;
}

.gift-box h3 {
	color: #333;
	margin: 0 0 1em 0;
	font-size: 1.1em;
}

.gift-box p {
	color: #666;
	margin: 0;
	line-height: 1.4;
}

.gift-description {
	color: #333;
	font-size: 1.1em;
	margin-top: 2em;
	font-weight: 500;
}

/* 비용 혜택 섹션 - 완전히 새로 작성 */
.cost-benefit-section {
	padding: 4em 1em !important;
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
	min-height: 80vh !important;
	background-color: transparent !important;
	background-image: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
	/* 기존 스타일 완전 무시 */
	background-attachment: scroll !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* 더 구체적인 선택자로 기존 스타일 덮어쓰기 */
div.cost-benefit-section,
section.cost-benefit-section,
.cost-benefit-section[class*="cost-benefit"] {
	padding: 4em 1em !important;
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
	min-height: 80vh !important;
	background-color: transparent !important;
	background-image: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
	background-attachment: scroll !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.cost-benefit-section::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: url('./img/0-4.jpg') center/cover !important;
	filter: blur(6px) !important;
	opacity: 0.6 !important;
	z-index: 1 !important;
}

.cost-benefit-container {
	position: relative !important;
	z-index: 2 !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.cost-benefit-header {
	margin-bottom: 4em !important;
	position: relative !important;
}

.cost-benefit-title-wrapper {
	position: relative !important;
	display: inline-block !important;
	margin-bottom: 1em !important;
}

.cost-benefit-title {
	font-size: 3.5em !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
	line-height: 1.2 !important;
}

.cost-benefit-title-decoration {
	position: absolute !important;
	bottom: -10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 80px !important;
	height: 4px !important;
	background: linear-gradient(90deg, #fff, #ffd700, #fff) !important;
	border-radius: 2px !important;
}

.cost-benefit-subtitle {
	font-size: 1.4em !important;
	color: #fff !important;
	margin: 2em 0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.cost-benefit-highlight {
	background: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(10px) !important;
	border: 2px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 20px !important;
	padding: 2em !important;
	margin: 3em auto !important;
	max-width: 500px !important;
	position: relative !important;
}

.cost-benefit-icon {
	font-size: 4em !important;
	font-weight: 900 !important;
	color: #ffd700 !important;
	margin-bottom: 0.5em !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.cost-benefit-highlight-text {
	font-size: 1.6em !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.cost-benefit-features {
	margin-top: 4em !important;
}

.cost-benefit-feature-list {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 2em !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
}

.cost-benefit-feature-item {
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 15px !important;
	padding: 2.5em 1.5em !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
}

.cost-benefit-feature-item::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: -100% !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
	transition: left 0.5s ease !important;
}

.cost-benefit-feature-item:hover::before {
	left: 100% !important;
}

.cost-benefit-feature-item:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
	background: rgba(255, 255, 255, 0.15) !important;
}

.feature-icon {
	font-size: 3em !important;
	font-weight: 900 !important;
	color: #ffd700 !important;
	margin-bottom: 1em !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.feature-content h3 {
	font-size: 1.3em !important;
	color: #fff !important;
	margin: 0 0 1em 0 !important;
	font-weight: 600 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.feature-content p {
	font-size: 1em !important;
	color: #fff !important;
	margin: 0 0 1.5em 0 !important;
	line-height: 1.5 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.cost-benefit-feature-tag {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
	color: #fff !important;
	padding: 0.8em 1.5em !important;
	border-radius: 25px !important;
	font-size: 0.9em !important;
	font-weight: 600 !important;
	display: inline-block !important;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4) !important;
	transition: all 0.3s ease !important;
	max-width: 200px !important;
	width: auto !important;
}

.cost-benefit-feature-tag:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6) !important;
}

/* 더! 특별한 선물도 함께! 섹션 */
.special-gift-section {
	padding: 4em 1em;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
}

.special-gift-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('./img/0-3.jpg') center/cover;
	filter: blur(6px);
	opacity: 0.6;
	z-index: 1;
}

.special-gift-container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.special-gift-header {
	margin-bottom: 4em;
	position: relative;
}

.special-gift-title-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
}

.special-gift-title {
	font-size: 4em;
	color: #ffffff;
	margin: 0;
	font-weight: 800;
	text-shadow: 
		0 0 10px rgba(255, 255, 255, 0.6),
		0 0 20px rgba(255, 255, 255, 0.4),
		2px 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 3;
}

.special-gift-title-decoration {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 4px;
	background: linear-gradient(90deg, transparent, #ffd700, transparent);
	border-radius: 2px;
}

.special-gift-subtitle {
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.6;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.special-gift-highlight {
	margin: 3em 0;
	padding: 2em;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.special-gift-icon {
	font-size: 4em;
	margin-bottom: 1em;
	color: #ffd700;
	font-weight: bold;
}

.special-gift-highlight-text {
	font-size: 1.8em;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.special-gift-services {
	margin: 4em 0;
}

.special-gift-service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3em;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

/* 모바일 반응형 스타일 */
@media screen and (max-width: 768px) {
	.special-gift-service-list {
		grid-template-columns: 1fr;
		gap: 2em;
		max-width: 100%;
		padding: 0 1em;
		justify-items: center;
	}
	
	.special-gift-service-item {
		padding: 2em 1.5em;
	}
}

@media screen and (max-width: 480px) {
	.special-gift-service-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
		padding: 0 0.8em;
		justify-items: center;
	}
	
	.special-gift-service-item {
		padding: 1.8em 1.2em;
	}
	
	.service-icon {
		font-size: 2.5em;
	}
	
	.service-content h3 {
		font-size: 1.2em;
	}
	
	.service-content p {
		font-size: 1.14em;
	}
}

.special-gift-service-item {
	background: rgba(255, 255, 255, 0.95);
	padding: 2.5em 2em;
	border-radius: 20px;
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: keep-all;
}

.special-gift-service-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.4s ease;
}

.special-gift-service-item:hover::before {
	left: 100%;
}

.special-gift-service-item:hover {
	transform: translateY(-15px) scale(1.05);
	box-shadow: 
		0 30px 60px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.2);
	border-color: #ffd700;
}

.service-icon {
	font-size: 3em;
	margin-bottom: 1em;
	color: #667eea;
	font-weight: bold;
}

.service-content h3 {
	color: #333;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.4;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.service-content p {
	color: #666;
	margin: 0 0 1.5em 0;
	line-height: 1.6;
	font-size: 1.2em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.special-gift-service-tag {
	display: inline-block;
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	padding: 0.8em 1.5em;
	border-radius: 25px;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
	max-width: 200px;
	width: auto;
}

.special-gift-service-tag:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.special-gift-footer {
	margin-top: 4em;
}

.special-gift-cta {
	display: inline-flex;
	align-items: center;
	gap: 1em;
	padding: 1.5em 3em;
	background: linear-gradient(135deg, #ffd700, #ffed4e);
	border-radius: 50px;
	box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
	transition: all 0.3s ease;
	cursor: pointer;
	animation: ctaPulse 2s ease-in-out infinite;
}

.special-gift-cta:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6);
}

.cta-text {
	font-size: 1.4em;
	color: #333;
	font-weight: 700;
}

.cta-arrow {
	font-size: 1.6em;
	color: #333;
	animation: arrowMove 1.5s ease-in-out infinite;
}

.gift-visual {
	flex: 1;
	padding-right: 2em;
	position: relative;
	height: 400px;
}

.skincare-products {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 300px;
}

.product-bottles, .product-jars, .product-tubes {
	position: absolute;
	width: 60px;
	height: 80px;
	background: linear-gradient(135deg, #e6e6fa, #d8bfd8);
	border-radius: 8px;
}

.product-bottles {
	left: 20%;
	bottom: 0;
}

.product-jars {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.product-tubes {
	right: 20%;
	bottom: 0;
}

.gift-box-decoration {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 120px;
	height: 120px;
	background: #ffb6c1;
	border-radius: 8px;
}

.pink-ribbon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 100px;
	background: #ff69b4;
	border-radius: 10px;
}

.cherry-blossoms, .roses {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ffb6c1;
	border-radius: 50%;
}

.cherry-blossoms {
	top: 40px;
	left: 20px;
}

.roses {
	bottom: 20px;
	left: 40px;
}

.window-lighting {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
}

.gift-content {
	flex: 1;
	padding-left: 2em;
}

.gift-columns {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	margin: 2em 0;
}

.gift-column {
	padding: 1.5em;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #6f42c1;
}

.gift-column h3 {
	color: #333;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

.gift-column p {
	color: #666;
	margin: 0;
	line-height: 1.4;
}

.gift-benefit {
	color: #6f42c1;
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 1.5em;
	text-align: center;
}

/* 기존 비용 혜택 섹션 스타일 제거됨 - 새로운 스타일로 대체 */

/* 문의 및 신청 섹션 */
.contact-section {
	display: flex;
	padding: 3em 1em;
	background: white;
}

.contact-visual {
	flex: 1;
	padding-right: 2em;
	position: relative;
	height: 400px;
}

.reception-area {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	border-radius: 12px;
	padding: 20px;
}

.armchairs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 2em;
}

.armchair-1, .armchair-2 {
	width: 80px;
	height: 60px;
	background: #e6e6fa;
	border-radius: 8px;
}

.coffee-table {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 40px;
	background: #d4a574;
	border-radius: 50%;
}

.potted-plants {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 60px;
	background: #228b22;
	border-radius: 20px;
}

.reception-desk {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 120px;
	height: 80px;
	background: #6f42c1;
	border-radius: 8px;
}

.cityscape-window {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 80px;
	background: linear-gradient(135deg, #2c3e50, #34495e);
	border-radius: 8px;
}

.wall-art {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 40px;
	background: linear-gradient(135deg, #e74c3c, #f39c12);
	border-radius: 4px;
}

.ceiling-lights {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 20px;
	background: linear-gradient(90deg, #ffd700, #ff69b4);
	border-radius: 10px;
}

.contact-content {
	flex: 1;
	padding-left: 2em;
}

.contact-details {
	margin: 2em 0;
}

.contact-item {
	margin: 1em 0;
	padding: 1em;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #007bff;
}

.contact-item strong {
	color: #007bff;
}

.organization-info {
	background: #e3f2fd;
	padding: 1.5em;
	border-radius: 8px;
	border-left: 4px solid #2196f3;
	display: flex;
	align-items: flex-start;
	gap: 1em;
}

.info-icon {
	font-size: 1.5em;
	color: #2196f3;
	flex-shrink: 0;
}

.org-details div {
	margin: 0.5em 0;
	color: #333;
	font-weight: 500;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
	.main-title-section,
	.sarangbang-section,
	.special-gift-section,
	.contact-section {
		flex-direction: column;
		padding: 2em 1em;
	}
	
	.title-content,
	.sarangbang-illustration,
	.gift-visual,
	.contact-visual {
		padding: 0;
		margin-bottom: 2em;
	}
	
	.gift-boxes,
	.cost-benefit-highlights {
		flex-direction: column;
	}
	
	.gift-box,
	.cost-benefit-item {
		min-width: auto;
		max-width: none;
	}
	
	.main-title {
		font-size: 2em;
	}
	
	.section-title {
		font-size: 1.5em;
	}
}

/* 팝업창 개선 스타일 */
.pop_report li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pop_report li[style*="background:#ff4200"] {
	background: linear-gradient(135deg, #ff4200 0%, #ff6b35 100%) !important;
	border-radius: 20px 20px 0 0;
	padding: 1em 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.pop_report select[name="applicant_locate"] {
	width: 100%;
	max-width: 12em;
	height: 2.5em;
	border: 2px solid #e1e5e9;
	border-radius: 12px;
	padding: 0 1em;
	font-size: 0.9em;
	transition: all 0.3s ease;
	background: #f8f9fa;
	cursor: pointer;
}

.pop_report select[name="applicant_locate"]:focus {
	outline: none;
	border-color: #ff4200;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(255, 66, 0, 0.1);
}

.pop_report label {
	font-weight: 500;
	color: #495057;
	cursor: pointer;
	transition: color 0.3s ease;
}

.pop_report label:hover {
	color: #ff4200;
}

.pop_report input[type="checkbox"] {
	width: 14px;
	height: 14px;
	accent-color: #ff4200;
	cursor: pointer;
	transform: scale(1);
	margin-right: 8px;
	vertical-align: middle;
}

.pop_report a[href*="privacy"] {
	color: #ff4200;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.pop_report a[href*="privacy"]:hover {
	color: #ff6b35;
	text-decoration: underline;
}

/* 팝업창 애니메이션 */
@keyframes popupSlideIn {
	from {
		opacity: 0;
		transform: translateY(-50px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.pop_report {
	animation: popupSlideIn 0.4s ease-out;
}

/* 모바일 반응형 팝업 */
@media screen and (max-width: 480px) {
	.pop_report {
		width: 95%;
		margin-top: 6em;
		border-radius: 15px;
	}
	
	.pop_reIn {
		width: 90%;
		font-size: 1em;
		padding: 1.5em 0;
	}
	
	.input_box,
	.pop_report select[name="applicant_locate"] {
		max-width: 100%;
	}
	
	.pop_btn01,
	.pop_btn02 {
		padding: 0.7em 1.5em;
		font-size: 0.85em;
		margin: 0.3em;
	}
}

/* 스크롤 애니메이션 클래스 */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

.slide-in-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}

.slide-in-left.visible {
	opacity: 1;
	transform: translateX(0);
}

.slide-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease-out;
}

.slide-in-right.visible {
	opacity: 1;
	transform: translateX(0);
}

.scale-in {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.8s ease-out;
}

.scale-in.visible {
	opacity: 1;
	transform: scale(1);
}

/* 화려한 애니메이션 효과 */
.floating {
	animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-20px); }
}

.pulse {
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

.rotate-slow {
	animation: rotateSlow 10s linear infinite;
}

@keyframes rotateSlow {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.bounce {
	animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-30px); }
	60% { transform: translateY(-15px); }
}

/* 섹션별 애니메이션 지연 */
.animation-delay-1 { animation-delay: 0.2s; }
.animation-delay-2 { animation-delay: 0.4s; }
.animation-delay-3 { animation-delay: 0.6s; }
.animation-delay-4 { animation-delay: 0.8s; }
.animation-delay-5 { animation-delay: 1s; }

/* 스크롤 애니메이션 성능 최적화 */
.fade-in, .slide-in-left, .slide-in-right, .scale-in {
	transform-style: preserve-3d;
}

/* 쿠폰 애니메이션과 동일한 메인 타이틀 효과 */
.main-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
	animation: titleShine 3s ease-in-out infinite;
	pointer-events: none;
	z-index: 9998;
}

@keyframes titleShine {
	0% { left: -100%; }
	50% { left: 100%; }
	100% { left: 100%; }
}

.title-line-1, .title-line-2 {
	position: relative;
	display: inline-block;
	animation: titleFloat 4s ease-in-out infinite;
	z-index: 10000;
	/* 텍스트 가시성 강화 */
	color: #ffd700 !important;
	font-weight: 700 !important;
}

.title-line-2 {
	animation-delay: 0.5s;
}

@keyframes titleFloat {
	0%, 100% { 
		transform: translateY(0) rotate(0deg); 
	}
	25% { 
		transform: translateY(-8px) rotate(0.5deg); 
	}
	50% { 
		transform: translateY(-4px) rotate(-0.3deg); 
	}
	75% { 
		transform: translateY(-10px) rotate(0.2deg); 
	}
}

/* 쿠폰과 동일한 글로우 효과 */
.main-title {
	text-shadow: 
		0 0 10px rgba(255, 215, 0, 0.8),
		0 0 20px rgba(255, 215, 0, 0.6),
		0 0 30px rgba(255, 215, 0, 0.4),
		0 0 40px rgba(255, 215, 0, 0.2),
		2px 2px 4px rgba(0, 0, 0, 0.8);
	/* 텍스트 가시성 강화 */
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
	text-stroke: 1px rgba(0, 0, 0, 0.3);
}

@keyframes titleGlow {
	0% { 
		text-shadow: 
			0 0 10px rgba(255, 215, 0, 0.6),
			0 0 20px rgba(255, 215, 0, 0.4),
			0 0 30px rgba(255, 215, 0, 0.3),
			2px 2px 4px rgba(0, 0, 0, 0.8);
	}
	100% { 
		text-shadow: 
			0 0 15px rgba(255, 215, 0, 0.9),
			0 0 25px rgba(255, 215, 0, 0.7),
			0 0 35px rgba(255, 215, 0, 0.5),
			3px 3px 6px rgba(0, 0, 0, 0.9);
	}
}

/* 더! 특별한 선물도 함께! 섹션 전용 애니메이션 - 단순화됨 */

/* 더! 특별한 선물도 함께! 섹션 모바일 반응형 */
@media screen and (max-width: 768px) {
	.special-gift-section {
		padding: 2em 1em;
		min-height: auto;
	}
	
	.special-gift-title {
		font-size: 2.5em;
		line-height: 1.2;
	}
	
	.special-gift-subtitle {
		font-size: 1.2em;
	}
	
	.special-gift-highlight {
		padding: 1.5em;
		margin: 2em 0;
	}
	
	.special-gift-icon {
		font-size: 3em;
	}
	
	.special-gift-highlight-text {
		font-size: 1.4em;
	}
	
	.special-gift-service-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
		max-width: 100%;
		padding: 0 1em;
	}
	
	.special-gift-service-item {
		padding: 2em 1.5em;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
	}
	
	.service-icon {
		font-size: 2.8em;
		margin-bottom: 1em;
		text-align: center;
	}
	
	.service-content h3 {
		font-size: 1.3em;
		margin-bottom: 1em;
		line-height: 1.4;
		text-align: center;
	}
	
	.service-content p {
		font-size: 1.2em;
		margin-bottom: 1.5em;
		line-height: 1.5;
		text-align: center;
	}
	
	.special-gift-service-tag {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 더 작은 모바일 화면 대응 */
@media screen and (max-width: 480px) {
	.special-gift-section {
		padding: 1.5em 0.8em;
	}
	
	.special-gift-title {
		font-size: 2.2em;
	}
	
	.special-gift-subtitle {
		font-size: 1.1em;
	}
	
	.special-gift-highlight {
		padding: 1.2em;
		margin: 1.5em 0;
	}
	
	.special-gift-icon {
		font-size: 2.5em;
	}
	
	.special-gift-highlight-text {
		font-size: 1.2em;
	}
	
	.special-gift-service-list {
		gap: 1.2em;
		padding: 0 0.8em;
		justify-items: center;
		width: 100%;
	}
	
	.special-gift-service-item {
		padding: 1.8em 1.2em;
		border-radius: 12px;
	}
	
	.service-icon {
		font-size: 2.5em;
		text-align: center;
	}
	
	.service-content h3 {
		font-size: 1.2em;
		text-align: center;
	}
	
	.service-content p {
		font-size: 1.14em;
		text-align: center;
	}
	
	.special-gift-service-tag {
		padding: 0.7em 1.3em;
		font-size: 0.85em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 글로우 애니메이션을 별도로 적용 */
.main-title.glow-effect {
	animation: titleGlow 2s ease-in-out infinite alternate;
}

/* 호버 효과 */
.hover-lift {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* 그라데이션 텍스트 효과 */
.gradient-text {
	background: linear-gradient(45deg, #ff4200, #ff6b35, #ff8c42, #ffd700);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

/* 개인정보 팝업 스타일 */
#PRIVACY1, #PRIVACY2, #PRIVACY3 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	max-height: 80vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 팝업 표시 시 스크롤 방지 */
	overflow: hidden;
	border-radius: 12px;
}

/* 모바일에서 개인정보 팝업 위치 조정 */
@media screen and (max-width: 480px) {
	#PRIVACY1, #PRIVACY2, #PRIVACY3 {
		top: 10%;
		transform: translateX(-50%);
		width: 95%;
		max-height: 85vh;
	}
}

/* 팝업 표시 시 body 스크롤 방지 */
body.popup-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

/* 팝업 닫기 후 스크롤 복원 */
body:not(.popup-open) {
	overflow: auto;
	position: static;
}

#PRIVACY1 .pop_report, #PRIVACY2 .pop_report, #PRIVACY3 .pop_report {
	margin: 0;
	max-height: 80vh;
	overflow-y: auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	width: 100%;
}

#PRIVACY1 .pop_reIn, #PRIVACY2 .pop_reIn, #PRIVACY3 .pop_reIn {
	padding: 1em;
}

#PRIVACY1 h3, #PRIVACY2 h3, #PRIVACY3 h3 {
	color: #ff4200;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#PRIVACY1 p, #PRIVACY2 p, #PRIVACY3 p {
	margin: 0.5em 0;
	line-height: 1.4;
	color: #333;
}

/* 보기 링크 스타일 */
.pop_report a[onclick*="PRIVACY"] {
	transition: all 0.3s ease;
}

/* 비용 혜택 섹션 모바일 반응형 */
@media screen and (max-width: 768px) {
	.cost-benefit-section {
		padding: 2em 1em;
		min-height: auto;
	}
	.cost-benefit-title {
		font-size: 2.5em;
		line-height: 1.2;
	}
	.cost-benefit-subtitle {
		font-size: 1.2em;
	}
	.cost-benefit-highlight {
		padding: 1.5em;
		margin: 2em 0;
	}
	.cost-benefit-icon {
		font-size: 3em;
	}
	.cost-benefit-highlight-text {
		font-size: 1.4em;
	}
	.cost-benefit-feature-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
		max-width: 100%;
		padding: 0 1em;
	}
	.cost-benefit-feature-item {
		padding: 2em 1.5em;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
	}
	.feature-icon {
		font-size: 2.8em;
		margin-bottom: 1em;
		text-align: center;
	}
	.feature-content h3 {
		font-size: 1.3em;
		margin-bottom: 1em;
		line-height: 1.4;
		text-align: center;
	}
	.feature-content p {
		font-size: 1em;
		margin-bottom: 1.5em;
		line-height: 1.5;
		text-align: center;
	}
	.cost-benefit-feature-tag {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 더 작은 모바일 화면 대응 */
@media screen and (max-width: 480px) {
	.cost-benefit-section {
		padding: 1.5em 0.8em;
	}
	.cost-benefit-title {
		font-size: 2.2em;
	}
	.cost-benefit-subtitle {
		font-size: 1.1em;
	}
	.cost-benefit-highlight {
		padding: 1.2em;
		margin: 1.5em 0;
	}
	.cost-benefit-icon {
		font-size: 2.5em;
	}
	.cost-benefit-highlight-text {
		font-size: 1.2em;
	}
	.cost-benefit-feature-list {
		grid-template-columns: 1fr;
		gap: 1.2em;
		padding: 0 0.8em;
		justify-items: center;
		width: 100%;
	}
	.cost-benefit-feature-item {
		padding: 1.8em 1.2em;
		border-radius: 12px;
		max-width: 350px;
		width: 100%;
	}
	.feature-icon {
		font-size: 2.5em;
		text-align: center;
	}
	.feature-content h3 {
		font-size: 1.2em;
		text-align: center;
	}
	.feature-content p {
		font-size: 0.95em;
		text-align: center;
	}
	.cost-benefit-feature-tag {
		padding: 0.7em 1.3em;
		font-size: 0.85em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* 최우선 CSS 규칙 - 모든 기존 스타일 덮어쓰기 */
.cost-benefit-section {
	all: unset !important;
	padding: 4em 1em !important;
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
	min-height: 80vh !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.cost-benefit-section::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: url('./img/0-4.jpg') center/cover !important;
	filter: blur(6px) !important;
	opacity: 0.6 !important;
	z-index: 1 !important;
}

.cost-benefit-container {
	position: relative !important;
	z-index: 2 !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
	display: block !important;
}

.cost-benefit-header {
	margin-bottom: 4em !important;
	position: relative !important;
	display: block !important;
}

.cost-benefit-title-wrapper {
	position: relative !important;
	display: inline-block !important;
	margin-bottom: 1em !important;
}

.cost-benefit-title {
	font-size: 3.5em !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
	line-height: 1.2 !important;
	display: block !important;
}

.cost-benefit-title-decoration {
	position: absolute !important;
	bottom: -10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 80px !important;
	height: 4px !important;
	background: linear-gradient(90deg, #fff, #ffd700, #fff) !important;
	border-radius: 2px !important;
}

.cost-benefit-subtitle {
	font-size: 1.4em !important;
	color: #fff !important;
	margin: 2em 0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.cost-benefit-highlight {
	background: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(10px) !important;
	border: 2px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 20px !important;
	padding: 2em !important;
	margin: 3em auto !important;
	max-width: 500px !important;
	position: relative !important;
	display: block !important;
}

.cost-benefit-icon {
	font-size: 4em !important;
	font-weight: 900 !important;
	color: #ffd700 !important;
	margin-bottom: 0.5em !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.cost-benefit-highlight-text {
	font-size: 1.6em !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.cost-benefit-features {
	margin-top: 4em !important;
	display: block !important;
}

.cost-benefit-feature-list {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 2em !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
	width: 100% !important;
}

.cost-benefit-feature-item {
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 15px !important;
	padding: 2.5em 1.5em !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
	display: block !important;
}

.feature-icon {
	font-size: 3em !important;
	font-weight: 900 !important;
	color: #ffd700 !important;
	margin-bottom: 1em !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.feature-content h3 {
	font-size: 1.3em !important;
	color: #fff !important;
	margin: 0 0 1em 0 !important;
	font-weight: 600 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.feature-content p {
	font-size: 1em !important;
	color: #fff !important;
	margin: 0 0 1.5em 0 !important;
	line-height: 1.5 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	display: block !important;
}

.cost-benefit-feature-tag {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
	color: #fff !important;
	padding: 0.8em 1.5em !important;
	border-radius: 25px !important;
	font-size: 0.9em !important;
	font-weight: 600 !important;
	display: inline-block !important;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4) !important;
	transition: all 0.3s ease !important;
	max-width: 200px !important;
	width: auto !important;
}

.pop_report a[onclick*="PRIVACY"]:hover {
	color: #ff6b35 !important;
	text-decoration: underline !important;
}

/* 모바일 반응형 팝업 디자인 */
@media screen and (max-width: 480px) {
	.pop_report {
		width: 90%;
		max-width: 320px;
		margin: 10px auto;
		padding: 1em;
		border-radius: 15px;
		max-height: 90vh;
		overflow-y: auto;
	}
	
	.pop_report li {
		margin-bottom: 0.8em;
		font-size: 1.5em;
	}
	
	.pop_report input[type="text"] {
		width: 100%;
		max-width: 200px;
		padding: 0.3em;
		font-size: 16px;
		height: 1.1em;
	}
	
	.pop_report select {
		width: 100%;
		max-width: 200px;
		padding: 0.3em;
		font-size: 16px;
		height: 1.1em;
	}
	
	/* 모바일에서 select 박스 크기 조정 */
	.pop_report select[name="applicant_locate"] {
		max-width: 180px;
		height: 2.2em;
		font-size: 16px; /* iOS에서 줌 방지 */
	}
	
	.pop_report .pop_btn01,
	.pop_report .pop_btn02 {
		padding: 0.6em 1.2em;
		font-size: 0.85em;
		margin: 0.3em;
	}
	
	/* 모바일에서 팝업 내부 여백 조정 */
	.pop_reIn {
		padding: 1em 0.8em;
		font-size: 1em;
	}
	
	/* 모바일에서 체크박스와 라벨 간격 조정 */
	.pop_report input[type="checkbox"] {
		margin-right: 0.3em;
	}
	
	.pop_report label {
		font-size: 0.6em;
		line-height: 1.3;
	}
}

/* 태블릿 반응형 팝업 디자인 */
@media screen and (min-width: 481px) and (max-width: 768px) {
	.pop_report {
		width: 85%;
		max-width: 450px;
		margin: 15px auto;
		padding: 1.2em;
		max-height: 85vh;
		overflow-y: auto;
	}
	
	.pop_report input[type="text"] {
		max-width: 280px;
		height: 1.8em;
	}
	
	.pop_report select {
		max-width: 280px;
		height: 1.8em;
	}
	
	.pop_report select[name="applicant_locate"] {
		max-width: 220px;
		height: 1.8em;
	}
	
	.pop_report .pop_btn01,
	.pop_report .pop_btn02 {
		padding: 0.7em 1.5em;
		font-size: 0.9em;
	}
	
	/* 태블릿에서 메인 타이틀 크기 조정 */
	.main-title {
		font-size: 3.8em !important;
		line-height: 1.15 !important;
		margin: 0 0 1.8em 0 !important;
	}
	
	.title-line-1 {
		display: block;
		margin-bottom: 0.2em;
	}
	
	.title-line-2 {
		display: block;
		margin-bottom: 0.2em;
	}
	
	.title-line-3 {
		display: block;
	}
	
	/* 태블릿에서 CTA 버튼 크기 조정 */
	.cta-button.primary {
		padding: 1em 2.2em;
		font-size: 1.1em;
	}
	
	/* 태블릿에서 메인 섹션 여백 조정 */
	.main-title-section {
		padding: 5em 2em 7em 2em;
		min-height: calc(100vh - 90px);
	}
	
	/* 태블릿에서 쿠폰 애니메이션 크기 조정 */
	.coupon-item {
		padding: 0.7em 1.4em;
		font-size: 1.1em;
	}
	
	/* 태블릿에서 메인 쿠폰 크기 조정 */
	.main-coupon .coupon-card {
		width: 180px;
		height: 250px;
		padding: 1.8em;
	}
	
	.main-coupon .coupon-percentage {
		font-size: 3em;
	}
	
	.main-coupon .coupon-title {
		font-size: 1.4em;
	}
}