/* 공통 */
.page-inner {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.site-hero {
	min-height: clamp(520px, 47.9vw, 920px);
	background: var(--gray-100);
}

.site-banner {
	min-height: clamp(200px, 55.2vw, 1060px);
	background: var(--gray-200);
}

/* 의료진 — Figma 절대 좌표 기반 (1920 기준) */
.doctor-section {
	min-height: clamp(900px, 58.3vw, 1120px);
	perspective: 1400px;
}

.doctor-section {
	& .doctor-section__photo {
		position: absolute;
		left: 12.5%;
		top: 42px;
		bottom: 0;
		width: 32.34%;
		max-width: 621px;
		overflow: hidden;
	}

	& .doctor-section__emblem {
        position: absolute;
		left: 3.65%;
		top: 162px;
		width: 28.64%;
		max-width: 550px;
		z-index: 1;
		pointer-events: none;
		display: inline-block;
		transform-style: preserve-3d;
		transform-origin: center center;
		backface-visibility: visible;
		/* animation: doctor-emblem-dance 18s ease-in-out infinite; */
	}

	& .doctor-section__content {
        position: absolute;
		left: 46.875%;
		top: 107px;
		width: 40.625%;
		max-width: 780px;
		z-index: 2;
	}
}

.doctor-badge {
	padding: 5px 16px;
	border-radius: 100px;
	background: var(--main-color);
}

@keyframes doctor-emblem-dance {
	0%,
	100% {
		transform: rotateY(0deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	14% {
		transform: rotateY(180deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	28% {
		transform: rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	34% {
		transform: rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	42% {
		transform: rotateY(360deg) rotateX(90deg) scaleY(0.2) scaleX(-1);
	}

	50% {
		transform: rotateY(360deg) rotateX(90deg) scaleY(0.2) scaleX(-1);
	}

	58% {
		transform: rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	72% {
		transform: rotateY(540deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	86% {
		transform: rotateY(720deg) rotateX(0deg) scaleY(1) scaleX(1);
	}
}

@keyframes doctor-emblem-dance-mobile {
	0%,
	100% {
		transform: translateX(-50%) rotateY(0deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	14% {
		transform: translateX(-50%) rotateY(180deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	28% {
		transform: translateX(-50%) rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	34% {
		transform: translateX(-50%) rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	42% {
		transform: translateX(-50%) rotateY(360deg) rotateX(90deg) scaleY(0.2) scaleX(-1);
	}

	50% {
		transform: translateX(-50%) rotateY(360deg) rotateX(90deg) scaleY(0.2) scaleX(-1);
	}

	58% {
		transform: translateX(-50%) rotateY(360deg) rotateX(0deg) scaleY(1) scaleX(-1);
	}

	72% {
		transform: translateX(-50%) rotateY(540deg) rotateX(0deg) scaleY(1) scaleX(1);
	}

	86% {
		transform: translateX(-50%) rotateY(720deg) rotateX(0deg) scaleY(1) scaleX(1);
	}
}

.doctor-career {
	& .doctor-career__col {
		flex: 0 0 min(100%, 350px);
	}

	& .doctor-career__rule {
		border: 0;
		height: 1px;
		background: var(--sub-color);
        opacity: 1;
	}

	& .doctor-career__list li {
		position: relative;
		padding-left: 24px;
        margin-bottom: var(--sp-12);
	}

	& .doctor-career__list li::before {
		content: "•";
		position: absolute;
		left: 8px;
	}
}

/* 진료철학 */
.philosophy-section {
	overflow: hidden;
}

.philosophy-layout {
	min-width: 0;

	& .philosophy-layout__content {
		max-width: 693px;
		flex: 1 1 0;
		min-width: 0;
	}

	& .philosophy-layout__body {
		max-width: 560px;
	}

	& .philosophy-layout__media {
		width: 100%;
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
		flex: 0 0 auto;
	}

	& .philosophy-layout__main {
		aspect-ratio: 564 / 600;
	}

	& .philosophy-layout__sub {
		aspect-ratio: 274 / 198;
	}
}

@media (min-width: 992px) {
	.philosophy-layout {
		& .philosophy-layout__media {
			margin-left: 0;
			margin-right: 0;
		}
	}
}

@media (max-width: 991.98px) {
	.philosophy-layout {
		& .philosophy-layout__body {
			max-width: none;
		}
	}
}

/* 특화진료 */
.specialty-section {
	overflow: hidden;
}

.specialty-section {
	& .specialty-section__bg {
		inset: 0;
		z-index: 0;
		pointer-events: none;
	}

	& .specialty-section__dim {
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background:
			linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			linear-gradient(90deg, rgba(13, 43, 110, 0.7), rgba(13, 43, 110, 0.7));
	}

	& > .position-relative {
		position: relative;
		z-index: 2;
	}
}

.specialty-slider {
	overflow: hidden;
	width: 100%;

	& .swiper-slide {
		height: auto !important;
		width: 100%;
		box-sizing: border-box;
	}

	& .swiper-wrapper {
		align-items: stretch;
	}
}

.specialty-slide {
	& .specialty-slide__media {
		flex: 0 0 57.64%;
		height: clamp(320px, 29.17vw, 560px);
	}

	& .specialty-slide__img {
		inset: 0;
	}

	& .specialty-slide__img--offset {
		width: 100%;
		height: 111.63%;
		top: -11.58%;
		left: -0.05%;
	}

	& .specialty-slide__shade {
		inset: 0;
		background: rgba(0, 0, 0, 0.2);
	}

	& .specialty-slide__panel {
		flex: 1 1 auto;
		min-width: 0;
		min-height: clamp(320px, 29.17vw, 560px);
	}

	& .specialty-slide__checks li {
		min-height: 48px;
	}

	& .specialty-slide__link {
		align-self: flex-start;
		min-height: 52px;
		padding: 0 25px 0 29px;
		border: 1px solid var(--light);
		border-radius: 99px;
		text-decoration: none;
	}
}

@media (max-width: 991.98px) {
	.specialty-slide {
		& .specialty-slide__media {
			flex: 0 0 auto;
			width: 100%;
			height: clamp(220px, 56vw, 320px);
		}

		& .specialty-slide__panel {
			flex: 1 1 auto;
			min-height: 0;
			width: 100%;
		}

		& .specialty-slide__checks li {
			min-height: 0;
		}
	}
}

.specialty-dots {
	& .specialty-dots__item {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.35);
		cursor: pointer;
		flex-shrink: 0;
	}

	& .specialty-dots__item.is-active {
		background: var(--white);
		box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
	}
}

/* 진료안내 */
.treatment-section {
	background:
		linear-gradient(135.91deg, rgba(0, 53, 72, 0.1) 2.13%, rgba(174, 174, 174, 0.1) 97.87%),
		var(--white);
}

.treatment-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 26px;
}

.treat-card {
	min-height: 420px;
	background: #fff;
}

.treat-card {
	& .treat-card__visual {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right bottom;
		pointer-events: none;
	}

	/* & .treat-card__visual--flip {
		transform: scaleY(-1) rotate(180deg);
	}

	& .treat-card__visual--blur {
		filter: blur(14.7px);
	} */

	/* & .treat-card__visual--pediatric {
		left: auto;
		right: 0;
		width: 70%;
		filter: blur(5px);
		opacity: 0.85;
	} */

	& .treat-card__body {
		z-index: 1;
	}

	& .treat-card__rule {
		border: 0;
		height: 1px;
		background: var(--sub-color);
	}

	& .treat-card__list li {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding-left: 48px;
		position: relative;
	}

	& .treat-card__list li::before {
		content: "";
		position: absolute;
		left: 14px;
		top: 50%;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: var(--sub-color);
		transform: translateY(-50%);
	}
}

.treat-card--brand {
	& .treat-card__logo {
		width: min(70%, 243px);
	}
}

@media screen and (max-width: 991.98px) {
	.treat-card {
		& .treat-card__visual {
			inset: auto;
			width: 100%;
			height: auto;
			object-fit: auto;
			object-position:center center;
			pointer-events: none;
			right:0;
			bottom:0;
		}


		& .treat-card__list li {
			min-height: var(--sp-40);
			font-size: var(--sp-24);
			padding-left: var(--sp-40);
		}

		& .treat-card__list li::before {
			width: var(--sp-16);
			height: var(--sp-16);
			left: var(--sp-12);
		}
	}
}

/* 전후사진 */
.case-tabs {
	max-width: 1200px;
	width: 100%;
	padding: 5px;
	border-radius: 99px;
	background: var(--light);
}

.case-tabs {
	& .case-tabs__btn {
		padding: 8px 24px;
		border: 0;
		border-radius: 99px;
		background: transparent;
		color: var(--dark);
		font-size: clamp(18px, 1.46vw, 28px);
		line-height: 1.4;
		letter-spacing: -1px;
	}

	& .case-tabs__btn.is-active {
		background: var(--main-color);
		color: var(--white);
	}
}

.case-compare {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-box {
	min-height: 420px;
	background: #f7faff;
}

.compare-box {
	& .compare-box__before {
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		overflow: hidden;
		background: var(--gray-400);
	}

	& .compare-box__after {
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		overflow: hidden;
		background: var(--gray-500);
	}

	& .compare-box__ui {
		inset: 0;
		pointer-events: none;
	}

	& .compare-box__line {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 2px;
		background: var(--white);
		transform: translateX(-50%);
	}

	& .compare-box__knob {
		position: absolute;
		left: 50%;
		bottom: 83px;
		width: 100px;
		height: 40px;
		border-radius: 90px;
		background: var(--main-color);
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 14px;
	}

	& .compare-box__knob span {
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}

	& .compare-box__knob span:first-child {
		border-right: 7px solid var(--white);
	}

	& .compare-box__knob span:last-child {
		border-left: 7px solid var(--white);
	}

	& .compare-box__label {
		position: absolute;
		bottom: 96px;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
	}

	& .compare-box__label--before {
		left: 24px;
	}

	& .compare-box__label--after {
		right: 24px;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	}
}

.compare-box--narrow {
	& .compare-box__before {
		width: 33%;
	}

	& .compare-box__after {
		width: 67%;
	}

	& .compare-box__line,
	& .compare-box__knob {
		left: 33%;
	}
}

.case-more {
	min-height: 52px;
	padding: 0 25px 0 29px;
	border: 1px solid var(--main-color);
	border-radius: 99px;
	color: var(--main-color);
	font-size: clamp(18px, 1.15vw, 22px);
	letter-spacing: -1px;
}

.case-more::after {
	content: "→";
}

/* 장비 */
.equip-track {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.equip-track::-webkit-scrollbar {
	display: none;
}

.equip-card {
	flex: 0 0 min(88vw, 442px);
	min-height: 470px;
	margin-top: 70px;
	padding: 0 62px 58px;
	border-radius: 12px;
	background: var(--white);
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.equip-card--focus {
	flex-basis: min(92vw, 508px);
	min-height: 540px;
	margin-top: 0;
	background: var(--dark);
}

.equip-card {
	& .equip-card__img {
		width: 100%;
		aspect-ratio: 1;
		overflow: hidden;
	}

	& .equip-card__title {
		margin-top: auto;
		padding-top: 24px;
	}

	& .equip-card__desc {
		margin-top: 12px;
		max-width: 320px;
	}
}

/* 인테리어 */
.interior-track {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.interior-track::-webkit-scrollbar {
	display: none;
}

.interior-panel {
	flex: 0 0 100%;
	scroll-snap-align: start;
}

.interior-panel {
	& .interior-panel__img {
		display: block;
		min-height: clamp(360px, 42.19vw, 810px);
	}

	& .interior-panel__tabs {
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}

	& .interior-panel__tab {
		flex: 1 1 0;
		min-height: 80px;
		padding: 15px 10px 0;
		border: 0;
		border-bottom: 3px solid var(--white);
		background: transparent;
		color: var(--white);
		font-size: clamp(16px, 1.15vw, 22px);
		font-weight: 500;
		letter-spacing: -0.7px;
		opacity: 0.5;
	}

	& .interior-panel__tab.is-active {
		opacity: 1;
	}

	&::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.45) 100%);
		pointer-events: none;
	}
}

/* 브랜드 */
.brand-strip {
	& .brand-strip__text {
		font-size: clamp(48px, 7.81vw, 150px);
		line-height: 1.4;
		letter-spacing: -0.025em;
		color: var(--gray-100);
		white-space: nowrap;
	}
}

/* 오시는 길 */
#location .map-layout {
	max-width: 1680px;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
}

@media (min-width: 992px) {
	#location .map-layout {
		display: grid;
		grid-template-columns: minmax(0, 948px) minmax(0, 1fr);
		gap: 24px;
		align-items: start;
	}
}

.map-layout {
	& .map-layout__map {
		width: 100%;
		max-width: 948px;
		max-height: 948px;
		aspect-ratio: 1;
		min-width: 0;
	}

	& .map-layout__map-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	& .map-layout__info {
		min-width: 0;
		display: flex;
		flex-direction: column;
		padding-left: var(--sp-70);
		justify-content: center;
	}

	& .map-layout__logo {
		display: block;
		width: min(100%, 341px);
		max-height: 93px;
		margin-bottom: 60px;
		object-fit: contain;
		object-position: left top;
	}

	& .map-layout__content {
		display: flex;
		flex-direction: column;
		gap: 60px;
		min-width: 0;
	}
}

.map-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;

	& .map-block__label {
		margin: 0;
		flex-shrink: 0;
	}

	& .map-block__body {
		min-width: 0;
	}

	& .map-block__tel {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.map-block {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 60px;
		align-items: start;
	}
}

.map-chip {
	min-height: 40px;
	padding: 4px 30px 4px 20px;
	border-radius: 60px;
	background: #f8f8f8;
	color: inherit;
}

.map-chip--kakao {
	background: #fae100;
}

.hours-board {
	& .hours-board__rows {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	& .hours-board__row {
		display: grid;
		grid-template-columns: 118px 1fr;
		gap: 20px;
		align-items: center;
	}

	& .hours-board__day {
		font-size: clamp(18px, 1.25vw, 24px);
		line-height: 1.2;
		color: var(--dark);
		letter-spacing: 0.14em;
	}

	& .hours-board__time {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: clamp(18px, 1.25vw, 24px);
		font-weight: 600;
		line-height: 1.2;
		color: var(--dark);
	}

	& .hours-board__row--night {
		grid-template-columns: 118px 1fr;
		min-height: 35px;
		margin-left: -16px;
		padding: 3px 16px;
		border-radius: 27px;
		background: var(--main-color);
		color: var(--white);
		width: fit-content;

		& .hours-board__day {
			color: var(--white);
			letter-spacing: 0.14em;
		}

		& .hours-board__time {
			color: var(--white);
		}

		& .hours-board__night-close {
			color: var(--point);
		}

		& em {
			font-style: normal;
			color: var(--point);
			font-size: 20px;
			font-weight: 700;
		}
	}

	& .hours-board__note {
		margin-bottom: 0;
	}
}

/* 푸터 */
.site-footer {
	background: #222;
}

.site-footer {
	& .site-footer__line {
		border: 0;
		height: 1px;
		background: #ddd;
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.doctor-section {
		min-height: auto;
		padding: 30px 0;

		& .doctor-section__photo {
			position: relative;
			left: auto;
			top: auto;
			bottom: auto;
			width: 100%;
			max-width: none;
			height: auto;
			margin-bottom: 32px;
		}

		& .doctor-section__emblem {
			left: 0;
			top: 120px;
			width: min(90%, 420px);
			animation-name: doctor-emblem-dance-mobile;
		}

		& .doctor-section__content {
			position: relative;
			left: auto;
			top: auto;
			width: 100%;
			max-width: none;
			padding: 0 20px;
		}
	}

	.treatment-grid,
	.case-compare {
		grid-template-columns: 1fr;
	}

	.map-layout {
		& .map-layout__info {
			padding-left: var(--sp-20);
			padding-right: var(--sp-20);
		}

		& .map-block__label {
			min-width: 0;
		}

		& .map-layout__logo {
			margin-bottom: 40px;
			max-height: 72px;
		}

		& .map-layout__content {
			gap: 40px;
		}

		& .hours-board__row,
		& .hours-board__row--night {
			grid-template-columns: 88px 1fr;
			width: 100%!important;;
		}
		& .hours-board__row {
			display: flex;
			justify-content: space-between;
			padding: var(--sp-8) var(--sp-40);

		}
		& .hours-board__row--night {
			margin-left: 0;;
		}
		& .hours-board {
			    position: relative;
    padding: 0;
		}
		& .hours-board__time {
			padding-right: var(--sp-60);
		}
		& em {
			position: absolute;
			right: var(--sp-36);
		}
	}
	.map-chip {
		    padding: 5px 15px;
			        display: flex;
        justify-content: space-around;
		max-width: calc(33vw - 10px);
	}
}

/* 임상케이스 카테고리 탭 */
.ba-tabs-wrap {
	position: relative;
	width: 100%;
}

.ba-tabs {
	width: 100%;
	justify-content: center;
}

.ba-tabs__track {
	position: relative;
	display: inline-flex;
    justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 5px;
	background: #f7faff;
	border-radius: 99px;
	width: 100%;
    max-width:1200px;
	box-sizing: border-box;
}

.ba-tabs__indicator {
	position: absolute;
	top: 5px;
	left: 0;
	height: calc(100% - 10px);
	background: var(--main-color, #0d2b6e);
	border-radius: 99px;
	z-index: 0;
	pointer-events: none;
	transform: translateX(0);
}

.ba-tabs__track.is-ready .ba-tabs__indicator {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ba-tab {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	padding: 8px 24px;
	border: none;
	border-radius: 99px;
	background: transparent;
	color: var(--dark, #2c2c2c);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -1px;
	white-space: nowrap;
	cursor: pointer;
	transition: color 0.25s ease;
}

.ba-tab.is-active {
	color: var(--white, #fff);
}

@media (max-width: 991.98px) {
	.ba-tabs {
		justify-content: stretch;
		overflow: visible;
	}

	.ba-tabs-wrap::before,
	.ba-tabs-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 36px;
		z-index: 2;
		pointer-events: none;
		opacity: 1;
		transition: opacity 0.25s ease;
	}

	.ba-tabs-wrap::before {
		left: 0;
		background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0));
	}

	.ba-tabs-wrap::after {
		right: 0;
		background: linear-gradient(270deg, #fff 20%, rgba(255, 255, 255, 0));
	}

	.ba-tabs-wrap.is-at-start::before {
		opacity: 0;
	}

	.ba-tabs-wrap.is-at-end::after {
		opacity: 0;
	}

	.ba-tabs__track {
		display: flex;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
		scroll-padding-inline: 12px;
		gap: 8px;
		padding: 5px 12px;
	}

	.ba-tabs__track::-webkit-scrollbar {
		display: none;
	}

	.ba-tab {
		padding: 8px 16px;
		font-size: 18px;
		letter-spacing: -0.5px;
		scroll-snap-align: center;
	}
}

/* 임상케이스 Before/After 슬라이더 핸들 */
#beforeAfter .ba-slider {
	position: relative;
	overflow: hidden;
}

#beforeAfter .ba-divider {
	transform: translateX(-50%);
	pointer-events: none;
}

#beforeAfter .ba-divider__line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: var(--main-color, #0d2b6e);
	transform: translateX(-50%);
}

#beforeAfter .ba-handle {
	position: absolute;
	left: 50%;
	top: 67%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 12px;
	pointer-events: auto;
	cursor: col-resize;
	white-space: nowrap;
}

#beforeAfter .ba-handle__pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100px;
	height: 40px;
	padding: 0 14px;
	background: var(--main-color, #0d2b6e);
	border-radius: 90px;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#beforeAfter .ba-lbl {
	border: none;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
}

#beforeAfter .ba-lbl--before {
	color: var(--dark, #2c2c2c);
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

#beforeAfter .ba-lbl--after {
	color: var(--white, #fff);
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
	#beforeAfter .ba-handle {
		gap: 8px;
		top: 72%;
	}

	#beforeAfter .ba-handle__pill {
		width: 72px;
		height: 32px;
		padding: 0 10px;
	}

	#beforeAfter .ba-handle__pill svg {
		width: 16px;
		height: 16px;
	}

	#beforeAfter .ba-lbl {
		font-size: 16px;
		line-height: 20px;
	}
}

/* 장비소개 중앙 포커스 캐러셀 */
#equipment .eq-carousel-wrap {
	width: 100%;
}

#equipment .swiper-equipment {
	width: 100%;
	height: 540px;
	overflow: hidden;
}

#equipment .swiper-equipment .swiper-wrapper {
	align-items: flex-end;
}

#equipment .swiper-equipment .swiper-slide {
	width: 508px;
	height: 540px;
	box-sizing: border-box;
}

#equipment .swiper-equipment .swiper-slide .eq-card {
	height: 470px;
	transform: scale(0.87);
	transform-origin: center bottom;
	transition:
		transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		background-color 0.45s ease;
}

#equipment .swiper-equipment .swiper-slide-active .eq-card {
	height: 540px;
	transform: scale(1);
}

#equipment .eq-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--white, #fff);
	border-radius: 12px;
	overflow: hidden;
	transition: background-color 0.45s ease;
}

#equipment .swiper-slide-active .eq-card {
	background: var(--dark, #2c2c2c);
}

#equipment .eq-card__media {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#equipment .eq-card__media img {
	width: 100%;
	height: 100%;
	max-height: 318px;
	object-fit: contain;
}

#equipment .eq-card__empty {
	color: #ccc;
	font-size: 14px;
}

#equipment .eq-card__content {
	flex-shrink: 0;
	padding: 0 24px 58px;
	text-align: center;
}

#equipment .eq-card__title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -1px;
	color: var(--dark, #2c2c2c);
	transition: color 0.45s ease;
}

#equipment .swiper-slide-active .eq-card__title {
	color: var(--white, #fff);
}

#equipment .eq-card__desc {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1px;
	color: var(--g700, #707070);
	white-space: pre-line;
	transition: color 0.45s ease;
}

#equipment .swiper-slide-active .eq-card__desc {
	color: var(--white, #fff);
}

@media (max-width: 991.98px) {
	#equipment .eq-carousel-wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#equipment .swiper-equipment {
		height: 400px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	#equipment .swiper-equipment .swiper-wrapper {
		align-items: flex-end;
	}

	#equipment .swiper-equipment .swiper-slide {
		width: min(76vw, 300px);
		height: 400px;
	}

	#equipment .swiper-equipment .swiper-slide .eq-card {
		height: 340px;
		transform: scale(0.875);
	}

	#equipment .swiper-equipment .swiper-slide-active .eq-card {
		height: 400px;
		transform: scale(1);
	}

	#equipment .eq-card__media {
		padding: 0 24px;
	}

	#equipment .eq-card__media img {
		max-height: 200px;
	}

	#equipment .eq-card__content {
		padding: 0 16px 32px;
	}

	#equipment .eq-card__title {
		font-size: 22px;
	}

	#equipment .eq-card__desc {
		font-size: 14px;
	}
}

/* 인테리어 갤러리 */
#interior3 .interior3-carousel-wrap {
	margin-left: auto;
	margin-right: auto;
}

#interior3 .swiper-interior3 {
	height: clamp(360px, 42.2vw, 810px);
}

#interior3 .interior3-slide__dim {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.45) 100%);
	pointer-events: none;
}

#interior3 .interior3-nav {
	height: 80px;
	z-index: 2;
	pointer-events: none;
	align-items: stretch;
	border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

#interior3 .interior3-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 24px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.7px;
	color: var(--white, #fff);
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -3px;
	opacity: 0.5;
	cursor: pointer;
	pointer-events: auto;
	box-sizing: border-box;
	transition: opacity 0.3s ease, padding-bottom 0.3s ease, border-color 0.3s ease;
	white-space: nowrap;
}

#interior3 .interior3-nav__item.is-active {
	opacity: 1;
	padding-bottom: 12px;
	border-bottom-color: #fff;
}

@media (max-width: 991.98px) {
	#interior3 .swiper-interior3 {
		height: clamp(280px, 62vw, 480px);
	}

	#interior3 .interior3-nav {
		height: auto;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	#interior3 .interior3-nav::-webkit-scrollbar {
		display: none;
	}

	#interior3 .interior3-nav {
		min-height: 56px;
		height: auto;
	}

	#interior3 .interior3-nav__item {
		flex: 1 1 auto;
		min-width: 0;
		height: 56px;
		padding: 0 8px;
		font-size: 14px;
		letter-spacing: -0.5px;
		white-space: normal;
		word-break: keep-all;
	}

	#interior3 .interior3-nav__item.is-active {
		padding-bottom: 8px;
	}
}


/* Watermark */
.brand-watermark {
	overflow: hidden;
	width: 100%;
	user-select: none;
	pointer-events: none;
  
	& .brand-watermark__track {
	  display: flex;
	  width: max-content;
	  animation: brand-watermark-scroll 140s linear infinite;
	  will-change: transform;
	}
  
	& .brand-watermark__group {
	  display: flex;
	  flex-shrink: 0;
	  align-items: center;
	  gap: var(--sp-100);
	  padding-right: var(--sp-100);
	}
  
	& .brand-watermark__item {
	  flex-shrink: 0;
	  white-space: nowrap;
	  font-size: var(--sp-150);
	  font-weight: 700;
	  letter-spacing: -3.75px !important;
	  color: var(--gray-100);
	}
  
	@media (prefers-reduced-motion: reduce) {
	  & .brand-watermark__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	  }
  
	  & .brand-watermark__group:last-child {
		display: none;
	  }
	}
  }
  
  @keyframes brand-watermark-scroll {
	from {
	  transform: translateX(0);
	}
  
	to {
	  transform: translateX(-50%);
	}
  }

/* 모바일 메뉴 — 서브메뉴 토글 아이콘 */
.mob-menu-toggle-icon {
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

.mob-menu-toggle[aria-expanded="true"] .mob-menu-toggle-icon {
	transform: rotate(180deg);
}