:root {
	--zlm02-page-section-top-space: 96px;
	--zlm02-page-section-bottom-space: 100px;
	--zlm02-page-section-top-space-mobile: 64px;
}

.zlm02-pain-intro {
	position: relative;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: var(--zlm02-page-section-top-space) max(40px, calc((100vw - 1196px) / 2 + 40px)) var(--zlm02-page-section-bottom-space);
	border-radius: 0;
	background:
		radial-gradient(circle at 82% 42%, rgba(224, 218, 206, 0.42), transparent 28%),
		linear-gradient(180deg, #fbfaf6 0%, #f7f4ed 100%);
	text-align: center;
}

.zlm02-pain-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--zlm02-pain-intro-bg-image, none);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: .1;
	filter: blur(1px);
	mix-blend-mode: multiply;
	transform: none;
	pointer-events: none;
	z-index: 0;
}

.zlm02-pain-intro::after {
	content: "";
	position: absolute;
	right: -60px;
	top: 56px;
	width: 240px;
	height: 520px;
	border-radius: 120px;
	background:
		repeating-radial-gradient(circle at center, rgba(221, 217, 208, 0.34) 0 7px, transparent 7px 19px),
		linear-gradient(180deg, rgba(240, 236, 228, 0.6) 0%, rgba(240, 236, 228, 0) 100%);
	opacity: .55;
	transform: rotate(8deg);
	pointer-events: none;
}

.zlm02-pain-intro__quote-mark {
	position: relative;
	z-index: 1;
	width: 64px;
	height: 64px;
	margin: 0 auto 34px;
	border-radius: 999px;
	background: rgba(237, 232, 221, 0.9);
	color: #b7ae96;
	font-size: 52px;
	line-height: 64px;
	font-weight: 600;
}

.zlm02-pain-intro__headline {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 52px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.06em;
	color: #403a34;
	word-break: keep-all;
}

.zlm02-pain-intro__headline span {
	display: block;
}

.zlm02-pain-intro__headline span:last-child {
	color: #9ea07d;
}

.zlm02-pain-intro__divider {
	position: relative;
	z-index: 1;
	width: 1px;
	height: 84px;
	margin: 36px auto 28px;
	background: linear-gradient(180deg, rgba(184, 176, 162, 0) 0%, rgba(184, 176, 162, 0.82) 48%, rgba(184, 176, 162, 0) 100%);
}

.zlm02-pain-intro__copy {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin: 0 auto;
	color: #625c55;
	word-break: keep-all;
}

.zlm02-pain-intro__copy h3 {
	margin: 0 0 26px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.04em;
	color: #3a3631;
}

.zlm02-pain-intro__copy p {
	margin: 0;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: -0.03em;
}

.zlm02-pain-intro__copy p + p {
	margin-top: 6px;
}

.zlm02-pain-intro__callout {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 52px auto 0;
	padding: 34px 40px;
	border-radius: 28px;
	background: rgba(200, 166, 143, 0.88);
	color: #35322f;
	word-break: keep-all;
}

.zlm02-pain-intro__callout p,
.zlm02-pain-intro__callout strong {
	display: block;
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: -0.04em;
}

.zlm02-pain-intro__callout strong {
	font-weight: 700;
	margin-top: 6px;
	color: #35322f;
}

.zlm02-pain-cards {
	padding: var(--zlm02-page-section-top-space) 0 var(--zlm02-page-section-bottom-space);
	background: #fff;
}

.zlm02-pain-cards__inner {
	max-width: none;
	margin: 0 auto;
	padding: 0 4px;
	box-sizing: border-box;
}

.zlm02-pain-cards__head {
	margin-bottom: 44px;
	text-align: center;
}

.zlm02-pain-cards__title {
	margin: 0;
	font-size: 58px;
	font-weight: 300;
	line-height: 1.16;
	letter-spacing: -0.06em;
	color: #34312e;
	word-break: keep-all;
}

.zlm02-pain-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: stretch;
}

.zlm02-pain-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #dedbd3;
	border-radius: 34px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(61, 55, 43, 0.08);
	overflow: hidden;
}

.zlm02-pain-card__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 40px 36px 24px;
	flex: 1 1 auto;
}

.zlm02-pain-card__meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.zlm02-pain-card__index {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #1f5a46;
}

.zlm02-pain-card__eyebrow {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #3a3a36;
	word-break: keep-all;
}

.zlm02-pain-card__heading {
	margin: 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.24;
	letter-spacing: -0.05em;
	color: #2f2d2b;
	word-break: keep-all;
}

.zlm02-pain-card__lead {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.72;
	letter-spacing: -0.03em;
	color: #47433d;
	word-break: keep-all;
}

.zlm02-pain-card__list {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	gap: 14px;
}

.zlm02-pain-card__item {
	position: relative;
	margin: 0;
	padding-left: 18px;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: -0.03em;
	color: #5a5550;
	word-break: keep-all;
}

.zlm02-pain-card__item + .zlm02-pain-card__item {
	margin-top: 10px;
}

.zlm02-pain-card__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #b7b0a6;
}

.zlm02-pain-card__image {
	margin-top: auto;
	width: 100%;
	aspect-ratio: 1.78 / 1;
	overflow: hidden;
	background: #f1eee8;
}

.zlm02-pain-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.zlm02-detail-statement {
	position: relative;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: var(--zlm02-page-section-top-space) 0 var(--zlm02-page-section-bottom-space);
	background-color: #d8ccc2;
}

.zlm02-detail-statement::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--zlm02-detail-statement-bg-image, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .3;
	pointer-events: none;
}

.zlm02-detail-statement::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(88, 66, 52, 0.34) 0%, rgba(88, 66, 52, 0.34) 100%),
		radial-gradient(circle at 28% 10%, rgba(255, 255, 255, 0.08) 0 10%, transparent 10.5%),
		radial-gradient(circle at 20% 34%, rgba(255, 255, 255, 0.08) 0 8%, transparent 8.5%),
		radial-gradient(circle at 42% 54%, rgba(255, 255, 255, 0.06) 0 7%, transparent 7.5%),
		linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0 12%, transparent 12.5% 28%, rgba(255, 255, 255, 0.05) 28.5% 40%, transparent 40.5%);
	background-repeat: no-repeat;
	background-size: 100% 100%, min(34vw, 420px) 100%, min(34vw, 420px) 100%, min(34vw, 420px) 100%, min(34vw, 420px) 100%;
	background-position: center center, left top, left top, left top, left top;
	filter: blur(.3px);
	pointer-events: none;
}

.zlm02-detail-statement__media {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 1290px;
	min-height: 0;
	margin: 0 auto;
	padding: 0 68px;
	box-sizing: border-box;
}

.zlm02-detail-statement__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 100px 72px 100px;
	background: rgba(102, 78, 61, 0.72);
	backdrop-filter: blur(10px);
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}

.zlm02-detail-statement__eyebrow {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #f4efc6;
	text-transform: uppercase;
}

.zlm02-detail-statement__title {
	margin: 34px 0 0;
	font-size: 62px;
	font-weight: 300;
	line-height: 1.18;
	letter-spacing: -0.06em;
	color: #ffffff;
	word-break: keep-all;
}

.zlm02-detail-statement__copy {
	max-width: 620px;
	margin: 34px auto 0;
	font-size: 19px;
	line-height: 1.82;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.92);
	word-break: keep-all;
}

.zlm02-detail-statement__quote {
	margin: 52px 0 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.05em;
	color: #ffffff;
	word-break: keep-all;
}

.zlm02-treatment-program {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: var(--zlm02-page-section-top-space) 0 var(--zlm02-page-section-bottom-space);
	background: linear-gradient(180deg, #f6f2ea 0%, #efe8dd 100%);
	border-top: 1px solid #e4dacc;
	position: relative;
	overflow: hidden;
}

.zlm02-treatment-program::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: 8px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle at center, rgba(202, 212, 181, 0.18) 0, rgba(202, 212, 181, 0.18) 22%, transparent 22%, transparent 38%), radial-gradient(circle at center, rgba(202, 212, 181, 0.12) 0, rgba(202, 212, 181, 0.12) 14%, transparent 14%, transparent 100%);
	opacity: .7;
	pointer-events: none;
	filter: blur(.2px);
}

.zlm02-treatment-program__inner {
	max-width: 1156px;
	margin: 0 auto;
	padding: 0 4px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.zlm02-treatment-program__head {
	margin-bottom: 42px;
	text-align: center;
}

.zlm02-treatment-program__title {
	margin: 0;
	font-size: 54px;
	font-weight: 300;
	line-height: 1.18;
	letter-spacing: -0.06em;
	color: #302d2a;
}

.zlm02-treatment-program__copy {
	margin: 12px 0 0;
	font-size: 19px;
	line-height: 1.8;
	letter-spacing: -0.03em;
	color: #514c47;
	word-break: keep-all;
}

.zlm02-treatment-program__copy strong {
	font-weight: 700;
	color: #34302c;
}

.zlm02-treatment-program__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 26px;
}

.zlm02-treatment-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.zlm02-treatment-card__image {
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
	border-radius: 34px;
	background: #ece8df;
}

.zlm02-treatment-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.zlm02-treatment-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.zlm02-treatment-card__meta {
	display: flex;
	align-items: baseline;
	gap: 14px;
	word-break: keep-all;
}

.zlm02-treatment-card__index {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #a9a784;
}

.zlm02-treatment-card__title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.04em;
	color: #2e2c29;
}

.zlm02-treatment-card__copy {
	margin: 0;
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -0.03em;
	color: #726a63;
	word-break: keep-all;
	position: relative;
}

.zlm02-treatment-card__copy::before {
	content: "·";
	position: absolute;
	left: 20px;
	top: 0;
	color: #8f877e;
	font-weight: 700;
}

@media (max-width: 900px) {
	.zlm02-pain-intro {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: var(--zlm02-page-section-top-space-mobile) 22px var(--zlm02-page-section-bottom-space);
		border-radius: 0;
	}

	.zlm02-pain-intro::after {
		right: -92px;
		top: 130px;
		width: 180px;
		height: 360px;
	}

	.zlm02-pain-intro__quote-mark {
		width: 52px;
		height: 52px;
		margin-bottom: 26px;
		font-size: 40px;
		line-height: 52px;
	}

	.zlm02-pain-intro__headline {
		font-size: 34px;
		line-height: 1.3;
	}

	.zlm02-pain-intro__divider {
		height: 56px;
		margin: 28px auto 24px;
	}

	.zlm02-pain-intro__copy h3 {
		font-size: 20px;
	}

	.zlm02-pain-intro__copy p {
		font-size: 16px;
		line-height: 1.8;
	}

	.zlm02-pain-intro__callout {
		margin-top: 40px;
		padding: 24px 20px;
		border-radius: 20px;
	}

	.zlm02-pain-intro__callout p,
	.zlm02-pain-intro__callout strong {
		font-size: 17px;
	}

	.zlm02-pain-cards {
		padding: var(--zlm02-page-section-top-space-mobile) 0 var(--zlm02-page-section-bottom-space);
	}

	.zlm02-pain-cards__inner {
		padding: 0 12px;
	}

	.zlm02-pain-cards__head {
		margin-bottom: 28px;
	}

	.zlm02-pain-cards__title {
		font-size: 34px;
		line-height: 1.28;
	}

	.zlm02-pain-cards__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.zlm02-pain-card {
		border-radius: 24px;
	}

	.zlm02-pain-card__body {
		padding: 28px 22px 20px;
		gap: 14px;
	}

	.zlm02-pain-card__index {
		font-size: 17px;
	}

	.zlm02-pain-card__meta {
		gap: 10px;
	}

	.zlm02-pain-card__eyebrow {
		font-size: 16px;
	}

	.zlm02-pain-card__heading {
		font-size: 34px;
	}

	.zlm02-pain-card__lead {
		font-size: 16px;
	}

	.zlm02-pain-card__item {
		padding-left: 16px;
		font-size: 15px;
		line-height: 1.7;
	}

	.zlm02-pain-card__item::before {
		top: 11px;
	}

	.zlm02-treatment-program {
		padding: var(--zlm02-page-section-top-space-mobile) 0 var(--zlm02-page-section-bottom-space);
	}

	.zlm02-treatment-program::after {
		right: -80px;
		bottom: -10px;
		width: 220px;
		height: 220px;
	}

	.zlm02-treatment-program__inner {
		padding: 0 12px;
	}

	.zlm02-treatment-program__head {
		margin-bottom: 28px;
	}

	.zlm02-treatment-program__title {
		font-size: 34px;
	}

	.zlm02-treatment-program__copy {
		font-size: 16px;
		line-height: 1.7;
	}

	.zlm02-treatment-program__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.zlm02-treatment-card {
		gap: 12px;
	}

	.zlm02-treatment-card__title {
		font-size: 24px;
	}

	.zlm02-detail-statement {
		padding: var(--zlm02-page-section-top-space-mobile) 0 var(--zlm02-page-section-bottom-space);
	}

	.zlm02-detail-statement__media {
		min-height: 0;
		padding: 0 16px;
	}

	.zlm02-detail-statement::after {
		background-size: 100% 100%, 180px 100%, 180px 100%, 180px 100%, 180px 100%;
	}

	.zlm02-detail-statement__panel {
		padding: 100px 24px 100px;
	}

	.zlm02-detail-statement__eyebrow {
		font-size: 13px;
	}

	.zlm02-detail-statement__title {
		margin-top: 24px;
		font-size: 36px;
		line-height: 1.28;
	}

	.zlm02-detail-statement__copy {
		margin-top: 24px;
		font-size: 16px;
		line-height: 1.8;
	}

	.zlm02-detail-statement__quote {
		margin-top: 36px;
		font-size: 20px;
		line-height: 1.6;
	}

	.zlm02-treatment-card__copy {
		padding-left: 26px;
		font-size: 15px;
	}

	.zlm02-treatment-card__copy::before {
		left: 14px;
	}
}
