/* 척봄한의원 단일 건강칼럼 전용 스타일 */
body.single-post.see-spine-site .ss-article-main {
	width: 100%;
	margin: 0;
	padding: clamp(64px, 7vw, 92px) 0 116px;
	background:
		linear-gradient(180deg, rgba(234, 244, 244, .42), rgba(255, 255, 255, 0) 340px),
		var(--ss-white);
}

body.single-post.see-spine-site .ss-article-shell {
	width: min(1280px, calc(100% - 64px));
	max-width: none;
	margin: 0 auto;
}

body.single-post.see-spine-site .ss-article-shell > *,
body.single-post.see-spine-site .ss-article-layout > *,
body.single-post.see-spine-site .ss-article-column > * {
	margin-block-start: 0;
}

body.single-post.see-spine-site .ss-article-header {
	width: min(760px, 100%);
	margin: 0 auto;
}

body.single-post.see-spine-site .ss-article-kicker {
	margin: 0 0 15px;
	color: var(--ss-primary);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .16em;
}

body.single-post.see-spine-site .ss-article-header .wp-block-post-title {
	margin: 0;
	font-family: "Noto Serif KR Hero", "Batang", serif;
	font-size: clamp(2.15rem, 4.35vw, 3.45rem);
	font-weight: 400;
	letter-spacing: -.06em;
	line-height: 1.28;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

body.single-post.see-spine-site .ss-article-meta {
	gap: 14px;
	margin-top: 22px;
	color: var(--ss-muted);
	font-size: .82rem;
	letter-spacing: .05em;
}

body.single-post.see-spine-site .ss-article-meta .wp-block-post-date {
	margin: 0;
}

body.single-post.see-spine-site .ss-article-feature.wp-block-post-featured-image {
	width: min(760px, 100%) !important;
	max-width: 760px !important;
	margin: clamp(34px, 5vw, 52px) auto clamp(30px, 4vw, 44px);
	overflow: hidden;
	border: 1px solid rgba(1, 117, 124, .16);
	border-radius: 10px;
	background: var(--ss-pale);
	box-shadow: 0 16px 42px rgba(25, 47, 49, .08);
}

body.single-post.see-spine-site .ss-article-feature img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
}

body.single-post.see-spine-site .ss-article-layout {
	display: grid;
	grid-template-columns: 180px minmax(0, 720px) 220px;
	gap: 28px;
	align-items: start;
	justify-content: center;
	margin: clamp(58px, 7vw, 82px) auto 0;
}

body.single-post.see-spine-site.ss-article-no-toc .ss-article-layout {
	grid-template-columns: minmax(0, 720px) 220px;
}

body.single-post.see-spine-site.ss-article-no-toc .ss-article-rail--toc {
	display: none;
}

body.single-post.see-spine-site .ss-article-rail,
body.single-post.see-spine-site .ss-article-column,
body.single-post.see-spine-site .ss-article-content {
	min-width: 0;
}

body.single-post.see-spine-site .ss-article-rail {
	align-self: stretch;
}

body.single-post.see-spine-site .ss-article-toc--desktop,
body.single-post.see-spine-site .ss-article-cta {
	position: sticky;
	top: 108px;
}

body.admin-bar.single-post.see-spine-site .ss-article-toc--desktop,
body.admin-bar.single-post.see-spine-site .ss-article-cta {
	top: 140px;
}

body.single-post.see-spine-site .ss-article-toc--desktop {
	max-height: calc(100vh - 132px);
	overflow-y: auto;
	padding: 22px 0 18px;
	border-top: 3px solid var(--ss-primary);
	border-bottom: 1px solid var(--ss-line);
	scrollbar-width: thin;
}

body.single-post.see-spine-site .ss-article-toc__eyebrow {
	margin: 0 0 6px;
	color: var(--ss-primary);
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .15em;
}

body.single-post.see-spine-site .ss-article-toc__title {
	margin: 0 0 16px;
	color: var(--ss-ink);
	font-size: .95rem;
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-toc ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-post.see-spine-site .ss-article-toc li + li {
	margin-top: 3px;
}

body.single-post.see-spine-site .ss-article-toc a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 7px;
	align-items: start;
	min-height: 38px;
	padding: 7px 7px 7px 0;
	border-right: 2px solid transparent;
	color: var(--ss-muted);
	font-size: .76rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	word-break: keep-all;
}

body.single-post.see-spine-site .ss-article-toc a > span {
	color: rgba(1, 117, 124, .7);
	font-size: .65rem;
	letter-spacing: .04em;
}

body.single-post.see-spine-site .ss-article-toc a:hover,
body.single-post.see-spine-site .ss-article-toc a[aria-current="location"] {
	border-right-color: var(--ss-primary);
	color: var(--ss-primary-dark);
}

body.single-post.see-spine-site .ss-article-toc a[aria-current="location"] {
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-toc a:focus-visible {
	outline-offset: -3px;
}

body.single-post.see-spine-site .ss-article-toc--mobile {
	display: none;
}

body.single-post.see-spine-site .ss-article-column {
	width: 100%;
}

body.single-post.see-spine-site .ss-article-content {
	color: #293234;
	font-size: 1.035rem;
	line-height: 1.88;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

body.single-post.see-spine-site .ss-article-content > :first-child {
	margin-top: 0;
}

body.single-post.see-spine-site .ss-article-content p {
	margin: 0 0 1.42em;
}

body.single-post.see-spine-site .ss-article-content h2 {
	position: relative;
	margin: clamp(72px, 9vw, 104px) 0 28px;
	padding-top: 22px;
	border-top: 1px solid var(--ss-line);
	color: var(--ss-ink);
	font-family: "Noto Serif KR Hero", "Batang", serif;
	font-size: clamp(2rem, 3.2vw, 2.55rem);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: 1.35;
	scroll-margin-top: 130px;
}

body.single-post.see-spine-site .ss-article-content h2::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 66px;
	height: 3px;
	background: var(--ss-primary);
	content: "";
}

body.single-post.see-spine-site .ss-article-content h3 {
	margin: 48px 0 17px;
	color: var(--ss-primary-dark);
	font-size: clamp(1.23rem, 2vw, 1.45rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.5;
}

body.single-post.see-spine-site .ss-article-content h4 {
	margin: 38px 0 14px;
	font-size: 1.08rem;
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-content :is(ul, ol) {
	margin: 24px 0 34px;
	padding-left: 1.42em;
}

body.single-post.see-spine-site .ss-article-content li {
	padding-left: .24em;
}

body.single-post.see-spine-site .ss-article-content li + li {
	margin-top: .66em;
}

body.single-post.see-spine-site .ss-article-content li::marker {
	color: var(--ss-primary);
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-content a:not(.wp-element-button) {
	color: var(--ss-primary-dark);
	text-decoration: underline;
	text-decoration-color: rgba(1, 117, 124, .46);
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

body.single-post.see-spine-site .ss-article-content a:not(.wp-element-button):hover {
	text-decoration-color: currentColor;
}

body.single-post.see-spine-site .ss-article-content .geo-answer {
	margin: 30px 0 34px;
	padding: 24px 26px;
	border-left: 4px solid var(--ss-primary);
	background: linear-gradient(105deg, var(--ss-pale), rgba(249, 250, 251, .82));
	color: #173b3e;
	font-size: 1.02em;
	font-weight: 600;
	line-height: 1.78;
}

body.single-post.see-spine-site .ss-article-content :is(figure.wp-block-image, .wp-block-image) {
	width: min(640px, 100%);
	margin: 46px auto;
}

body.single-post.see-spine-site .ss-article-content figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

body.single-post.see-spine-site .ss-article-content figcaption,
body.single-post.see-spine-site .ss-article-content .wp-element-caption {
	margin-top: 11px;
	color: var(--ss-muted);
	font-size: .78rem;
	line-height: 1.6;
	text-align: center;
}

body.single-post.see-spine-site .ss-article-content blockquote {
	margin: 38px 0;
	padding: 26px 28px;
	border: 0;
	border-left: 3px solid var(--ss-primary);
	background: var(--ss-panel);
	color: #344244;
}

body.single-post.see-spine-site .ss-article-content blockquote p:last-child {
	margin-bottom: 0;
}

body.single-post.see-spine-site .ss-article-content :is(pre, code) {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

body.single-post.see-spine-site .ss-article-content pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 20px;
	border: 1px solid var(--ss-line);
	border-radius: 6px;
	background: #f5f8f8;
	font-size: .86rem;
	line-height: 1.65;
	white-space: pre;
}

body.single-post.see-spine-site .ss-article-content :is(iframe, video, embed) {
	max-width: 100%;
}

body.single-post.see-spine-site .ss-article-content details {
	margin: 30px 0;
	padding: 18px 20px;
	border: 1px solid var(--ss-line);
	background: var(--ss-panel);
}

body.single-post.see-spine-site .ss-article-content details summary {
	cursor: pointer;
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-content table {
	width: 100%;
	margin: 36px 0;
	border: 1px solid var(--ss-line);
	border-collapse: collapse;
	background: var(--ss-white);
	font-size: .88rem;
	line-height: 1.65;
}

body.single-post.see-spine-site .ss-article-content .ss-article-table-scroll {
	width: 100%;
	max-width: 100%;
	margin: 38px 0;
	overflow-x: auto;
	border: 1px solid var(--ss-line);
	border-radius: 7px;
	background: var(--ss-white);
	box-shadow: 0 8px 24px rgba(25, 47, 49, .06);
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

body.single-post.see-spine-site .ss-article-content .ss-article-table-scroll table {
	min-width: 640px;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.single-post.see-spine-site .ss-article-content table :is(th, td) {
	padding: 15px 16px;
	border-right: 1px solid var(--ss-line);
	border-bottom: 1px solid var(--ss-line);
	vertical-align: top;
	text-align: left;
}

body.single-post.see-spine-site .ss-article-content table :is(th, td):last-child {
	border-right: 0;
}

body.single-post.see-spine-site .ss-article-content table tr:last-child td {
	border-bottom: 0;
}

body.single-post.see-spine-site .ss-article-content table th {
	border-color: rgba(255, 255, 255, .2);
	background: var(--ss-primary-dark);
	color: var(--ss-white);
	font-weight: 600;
}

body.single-post.see-spine-site .ss-article-content table tbody tr:nth-child(even) {
	background: rgba(234, 244, 244, .46);
}

body.single-post.see-spine-site .ss-article-content table caption {
	padding: 0 0 11px;
	color: var(--ss-muted);
	font-size: .78rem;
	text-align: left;
}

body.single-post.see-spine-site .ss-article-content .ss-article-table-scroll.is-scrollable {
	border-bottom-color: var(--ss-primary);
}

body.single-post.see-spine-site .ss-article-content .groo-medical-disclaimer {
	margin: 58px 0 18px;
	padding: 20px 22px;
	border: 1px solid var(--ss-line);
	border-left: 3px solid var(--ss-primary);
	background: var(--ss-panel);
	color: var(--ss-muted);
	font-size: .82rem;
	line-height: 1.72;
}

body.single-post.see-spine-site .ss-article-content .page-links {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 48px 0 0;
	flex-wrap: wrap;
}

body.single-post.see-spine-site .ss-article-content .page-links .post-page-numbers {
	display: inline-flex;
	box-sizing: border-box;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	background: var(--ss-white);
	color: var(--ss-primary-dark);
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

body.single-post.see-spine-site .ss-article-content .page-links span.post-page-numbers.current {
	border-color: var(--ss-primary-dark);
	background: var(--ss-primary-dark);
	color: var(--ss-white);
}

body.single-post.see-spine-site .ss-article-end-rule {
	margin: 70px 0 0;
	border-color: var(--ss-line);
}

body.single-post.see-spine-site .ss-article-post-nav {
	display: flex;
	align-items: stretch;
	gap: 18px;
	margin: 22px 0 0;
}

body.single-post.see-spine-site .ss-article-post-nav:not(:has(a)) {
	display: none;
}

body.single-post.see-spine-site .ss-article-post-nav > .wp-block-post-navigation-link {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	flex: 1;
}

body.single-post.see-spine-site .ss-article-post-nav a {
	display: flex;
	box-sizing: border-box;
	width: auto;
	height: 78px;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: var(--ss-primary-dark);
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

body.single-post.see-spine-site .ss-article-post-nav .post-navigation-link-next a,
body.single-post.see-spine-site .ss-article-post-nav .wp-block-post-navigation-link.post-navigation-link-next {
	text-align: right;
}

body.single-post.see-spine-site .ss-article-post-nav a:hover {
	color: var(--ss-primary-bright);
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.single-post.see-spine-site .ss-article-post-nav [class*="arrow"] {
	display: inline;
	flex: 0 0 auto;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: inherit;
}

body.single-post.see-spine-site .ss-article-cta {
	padding: 25px 22px 23px;
	border: 1px solid rgba(1, 117, 124, .2);
	border-top: 3px solid var(--ss-primary);
	background:
		linear-gradient(150deg, rgba(234, 244, 244, .9), rgba(255, 255, 255, .96)),
		var(--ss-white);
	box-shadow: 0 12px 30px rgba(25, 47, 49, .08);
}

body.single-post.see-spine-site .ss-article-cta__eyebrow {
	margin: 0 0 10px;
	color: var(--ss-primary);
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .13em;
}

body.single-post.see-spine-site .ss-article-cta h2 {
	margin: 0;
	color: var(--ss-ink);
	font-family: "Noto Serif KR Hero", "Batang", serif;
	font-size: 1.38rem;
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.45;
}

body.single-post.see-spine-site .ss-article-cta > p:not(.ss-article-cta__eyebrow) {
	margin: 14px 0 0;
	color: var(--ss-muted);
	font-size: .78rem;
	line-height: 1.72;
}

body.single-post.see-spine-site .ss-article-cta address {
	margin: 18px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--ss-line);
	color: var(--ss-muted);
	font-size: .72rem;
	font-style: normal;
	line-height: 1.65;
}

body.single-post.see-spine-site .ss-article-cta__actions {
	display: grid;
	gap: 8px;
	margin-top: 20px;
}

body.single-post.see-spine-site .ss-article-cta__actions a {
	display: inline-flex;
	box-sizing: border-box;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid var(--ss-primary);
	font-size: .78rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

body.single-post.see-spine-site .ss-article-cta__primary {
	background: var(--ss-primary);
	color: var(--ss-white);
}

body.single-post.see-spine-site .ss-article-cta__secondary {
	background: var(--ss-white);
	color: var(--ss-primary-dark);
}

body.single-post.see-spine-site .ss-article-cta__actions a:hover {
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(1, 93, 99, .12);
}

body.single-post.see-spine-site .ss-footer-cta {
	display: none;
}

@media (width < 1280px) {
	body.single-post.see-spine-site .ss-article-shell {
		width: min(780px, calc(100% - 64px));
	}

	body.single-post.see-spine-site .ss-article-layout,
	body.single-post.see-spine-site.ss-article-no-toc .ss-article-layout {
		display: block;
		margin-top: 56px;
	}

	body.single-post.see-spine-site .ss-article-rail--toc {
		display: none;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile {
		display: block;
		margin: 0 0 48px;
		border: 1px solid var(--ss-line);
		border-top: 3px solid var(--ss-primary);
		background: var(--ss-panel);
	}

	body.single-post.see-spine-site .ss-article-toc--mobile summary {
		display: flex;
		min-height: 58px;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 14px 18px;
		cursor: pointer;
		color: var(--ss-primary-dark);
		font-weight: 600;
		list-style: none;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile summary::-webkit-details-marker {
		display: none;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile summary::after {
		font-size: 1.1rem;
		content: "+";
	}

	body.single-post.see-spine-site .ss-article-toc--mobile[open] summary::after {
		content: "−";
	}

	body.single-post.see-spine-site .ss-article-toc--mobile summary small {
		margin-left: auto;
		color: var(--ss-muted);
		font-size: .72rem;
		font-weight: 400;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile nav {
		padding: 4px 18px 18px;
		border-top: 1px solid var(--ss-line);
	}

	body.single-post.see-spine-site .ss-article-toc--mobile a {
		min-height: 44px;
		padding: 10px 4px;
		border-right: 0;
		border-bottom: 1px solid rgba(215, 229, 230, .75);
		font-size: .82rem;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile a[aria-current="location"] {
		background: var(--ss-pale);
	}

	body.single-post.see-spine-site .ss-article-toc--desktop,
	body.single-post.see-spine-site .ss-article-cta,
	body.admin-bar.single-post.see-spine-site .ss-article-toc--desktop,
	body.admin-bar.single-post.see-spine-site .ss-article-cta {
		position: static;
	}

	body.single-post.see-spine-site .ss-article-rail--cta {
		margin-top: 64px;
	}

	body.single-post.see-spine-site .ss-article-cta {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
		gap: 0 30px;
		align-items: start;
		padding: 30px;
	}

	body.single-post.see-spine-site .ss-article-cta :is(.ss-article-cta__eyebrow, h2, p, address) {
		grid-column: 1;
	}

	body.single-post.see-spine-site .ss-article-cta__actions {
		grid-column: 2;
		grid-row: 1 / span 5;
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	body.single-post.see-spine-site .ss-article-main {
		padding: 48px 0 82px;
	}

	body.single-post.see-spine-site .ss-article-shell {
		width: calc(100% - 40px);
	}

	body.single-post.see-spine-site .ss-article-header .wp-block-post-title {
		font-size: clamp(2rem, 10.5vw, 2.65rem);
		line-height: 1.32;
	}

	body.single-post.see-spine-site .ss-article-meta {
		margin-top: 17px;
	}

	body.single-post.see-spine-site .ss-article-feature.wp-block-post-featured-image {
		margin-top: 30px;
		border-radius: 7px;
	}

	body.single-post.see-spine-site .ss-article-layout,
	body.single-post.see-spine-site.ss-article-no-toc .ss-article-layout {
		margin-top: 42px;
	}

	body.single-post.see-spine-site .ss-article-toc--mobile {
		margin-bottom: 40px;
	}

	body.single-post.see-spine-site .ss-article-content {
		font-size: 1rem;
		line-height: 1.84;
	}

	body.single-post.see-spine-site .ss-article-content h2 {
		margin-top: 66px;
		padding-top: 19px;
		font-size: clamp(1.72rem, 8.2vw, 2.08rem);
		scroll-margin-top: 94px;
	}

	body.admin-bar.single-post.see-spine-site .ss-article-content h2 {
		scroll-margin-top: 126px;
	}

	body.single-post.see-spine-site .ss-article-content h3 {
		margin-top: 42px;
		font-size: 1.22rem;
	}

	body.single-post.see-spine-site .ss-article-content :is(ul, ol) {
		padding-left: 1.25em;
	}

	body.single-post.see-spine-site .ss-article-content .geo-answer {
		padding: 21px 19px;
	}

	body.single-post.see-spine-site .ss-article-content :is(figure.wp-block-image, .wp-block-image) {
		margin: 38px auto;
	}

	body.single-post.see-spine-site .ss-article-content table :is(th, td) {
		padding: 13px 14px;
	}

	body.single-post.see-spine-site .ss-article-post-nav {
		flex-direction: column;
		gap: 8px;
	}

	body.single-post.see-spine-site .ss-article-post-nav a {
		height: 72px;
	}

	body.single-post.see-spine-site .ss-article-cta {
		display: block;
		padding: 25px 22px;
	}

	body.single-post.see-spine-site .ss-article-cta__actions {
		margin-top: 20px;
	}

	body.single-post.see-spine-site .ss-floating-booking {
		display: none;
	}
}

@media (max-width: 360px) {
	body.single-post.see-spine-site .ss-article-shell {
		width: calc(100% - 32px);
	}

	body.single-post.see-spine-site .ss-article-toc--mobile summary,
	body.single-post.see-spine-site .ss-article-toc--mobile nav {
		padding-inline: 15px;
	}

	body.single-post.see-spine-site .ss-article-content .page-links {
		gap: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-post.see-spine-site .ss-article-cta__actions a {
		transition: none;
	}

	body.single-post.see-spine-site .ss-article-cta__actions a:hover {
		transform: none;
	}
}
