/* 공통 */
.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-section {
	box-sizing: border-box;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 150px 120px 100px !important;
	background: #fff;
}

/* Figma 장비소개 섹션 */
#equipment.equipment-section {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 140px max(120px, calc((100vw - 1680px) / 2));
	background: #f9fafb;
}

#equipment .equipment-section__inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

#equipment .equipment-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

#equipment .equipment-section__title-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

#equipment .equipment-section__eyebrow {
	margin: 0;
	color: var(--sub-color, #5880bf);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.34px;
}

#equipment .equipment-section__heading-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

#equipment .equipment-section__heading-group h2 {
	margin: 0;
	color: #111827;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.8px;
}

#equipment .equipment-section__description {
	width: 616px;
	margin: 0;
	color: #6b7280;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1px;
}

#equipment .equipment-section__controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

#equipment .equipment-section__controls button {
	display: flex;
	width: 71px;
	height: 71px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

#equipment .equipment-section__controls .swiper-btn-prev-eq {
	background: #fff;
}

#equipment .equipment-section__controls .swiper-btn-next-eq {
	background: var(--main-color, #2d5096);
}

#equipment.equipment-section .eq-progress {
	width: 100%;
	margin: 0;
}

#equipment.equipment-section .eq-progress__track {
	position: relative;
	width: 100%;
	height: 4px;
	background: #fff;
}

#equipment.equipment-section .eq-progress__fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 4px;
	background: var(--sub-color, #5880bf);
}

#equipment.equipment-section .swiper-equipment {
	width: 100%;
	overflow: visible;
	clip-path: inset(0 -100vw 0 0);
}

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

#equipment.equipment-section .swiper-equipment .equipment-card {
	width: 546px !important;
	height: auto;
	box-sizing: border-box;
}

#equipment.equipment-section .equipment-card:first-child {
	width: 586px !important;
}

#equipment .equipment-card__image {
	display: flex;
	width: 100%;
	height: 400px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

#equipment .equipment-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#equipment .equipment-card__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

#equipment .equipment-card__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 32px;
}

#equipment .equipment-card__content h3 {
	margin: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.56px;
}

#equipment .equipment-card__content .eq-card-p-sy {
	display: block;
	height: auto;
	margin: 0;
	color: #374151;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.36px;
}

@media (max-width: 991.98px) {
	#equipment.equipment-section {
		padding: 80px 20px;
	}

	#equipment .equipment-section__inner {
		gap: 48px;
	}

	#equipment .equipment-section__header {
		align-items: flex-start;
	}

	#equipment .equipment-section__title-group {
		gap: 24px;
	}

	#equipment .equipment-section__heading-group h2 {
		font-size: 32px;
	}

	#equipment .equipment-section__description {
		width: auto;
		font-size: 18px;
	}

	#equipment .equipment-section__controls {
		display: none;
	}

	#equipment.equipment-section .swiper-equipment .equipment-card,
	#equipment.equipment-section .equipment-card:first-child {
		width: min(84vw, 420px) !important;
	}

	#equipment .equipment-card__image {
		height: auto;
		aspect-ratio: 546 / 400;
	}

	#equipment .equipment-card__content {
		padding-top: 24px;
	}

	#equipment .equipment-card__content h3 {
		font-size: 22px;
	}

	#equipment .equipment-card__content .eq-card-p-sy {
		font-size: 16px;
	}
}

.ba-section-label {
	margin: 0 0 40px;
	color: var(--sub-color, #5880bf);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.34px;
	text-align: center;
}

.ba-section-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
}

.ba-section-heading h2 {
	margin: 0;
	color: #1f2937;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.8px;
	text-align: center;
}

.ba-tabs-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 106px;
}

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

.ba-tabs__track {
	position: relative;
	display: inline-flex;
    justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 12px 0;
	background: rgba(88, 128, 191, 0.2);
	border-radius: 99px;
	width: 100%;
    max-width:1200px;
	box-sizing: border-box;
}

.ba-tabs__indicator {
	position: absolute;
	top: 12px;
	left: 0;
	height: calc(100% - 24px);
	background: var(--main-color, #2d5096);
	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 34px;
	border: none;
	border-radius: 99px;
	background: transparent;
	color: var(--dark, #2c2c2c);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.44px;
	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__indicator {
		top: 5px;
		height: calc(100% - 10px);
	}

	.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 슬라이더 핸들 */
.ba-section .ba-slider {
	position: relative;
	overflow: hidden;
	height: auto !important;
	padding: 0 !important;
	border-radius: 20px !important;
	aspect-ratio: 828 / 491 !important;
	touch-action: pan-y;
	cursor: col-resize;
	outline: none;
}

.ba-section .ba-slider.is-dragging {
	cursor: grabbing;
}

.ba-section .ba-slider:focus-visible {
	box-shadow: 0 0 0 3px rgba(45, 80, 150, 0.28);
}

.ba-section .ba-placeholder {
	pointer-events: none;
}

.ba-section .ba-placeholder--after {
	background: #d1d5db;
}

.ba-section .ba-placeholder--before {
	width: 100%;
	background: #9ca3af;
}

.ba-section .ba-divider {
	width: 32px;
	transform: translateX(-50%);
	pointer-events: auto;
	cursor: col-resize;
	touch-action: none;
}

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

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

/* 메인 유튜브 섹션 */
.youtube-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 90px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 140px 120px;
	background: #fff;
}

.youtube-section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.youtube-section__eyebrow {
	margin: 0;
	color: var(--sub-color, #5880bf);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.34px;
}

.youtube-section__title-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.youtube-section__logo {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.youtube-section__logo img {
	display: block;
	width: 39px;
	height: 27px;
}

.youtube-section__title-row h2 {
	margin: 0;
	color: var(--dark, #2c2c2c);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.8px;
	text-align: center;
}

.youtube-section__thumbnails {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.youtube-thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	aspect-ratio: 402 / 720;
	background: #111827;
}

.youtube-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youtube-section__more {
	display: flex;
	width: 280px;
	height: 72px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
	border: 1px solid var(--sub-color, #5880bf);
	border-radius: 100px;
	background: #fff;
	color: var(--dark, #2c2c2c);
}

.youtube-section__more span {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.44px;
}

.youtube-section__more img {
	display: block;
	width: 36px;
	height: 36px;
}

@media (max-width: 991.98px) {
	.youtube-section {
		gap: 56px;
		padding: 80px 20px;
	}

	.youtube-section__title {
		gap: 20px;
	}

	.youtube-section__title-row {
		gap: 10px;
	}

	.youtube-section__logo {
		width: 32px;
		height: 32px;
	}

	.youtube-section__logo img {
		width: 28px;
		height: auto;
	}

	.youtube-section__title-row h2 {
		font-size: 28px;
	}

	.youtube-section__thumbnails {
		display: flex;
		overflow-x: auto;
		gap: 16px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.youtube-section__thumbnails::-webkit-scrollbar {
		display: none;
	}

	.youtube-thumbnail {
		flex: 0 0 min(72vw, 300px);
		scroll-snap-align: center;
	}

	.youtube-section__more {
		width: 220px;
		height: 58px;
		padding: 0 22px;
	}

	.youtube-section__more span {
		font-size: 18px;
	}

	.youtube-section__more img {
		width: 30px;
		height: 30px;
	}
}

.ba-section .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);
}

.ba-section .ba-lbl {
	border: none;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.44px;
}

.ba-case-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.ba-more-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.ba-more-link {
	display: flex;
	height: 52px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	padding: 1px 25px 1px 29px;
	border: 1px solid var(--main-color, #2d5096);
	border-radius: 99px;
}

.ba-more-link p {
	margin: 0;
	color: var(--main-color, #2d5096);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.36px;
}

.ba-case-note {
	margin: 60px 0 0;
	color: #111827;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.28px;
	text-align: center;
	white-space: nowrap;
}

.ba-case-note span {
	opacity: 0.5;
}

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

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

@media (max-width: 991.98px) {
	.ba-section {
		padding: 80px 20px !important;
	}

	.ba-section-heading h2 {
		font-size: 32px;
	}

	.ba-case-grid {
		grid-template-columns: 1fr;
	}

	.ba-section .ba-slider {
		height: auto !important;
		aspect-ratio: 828 / 491 !important;
	}

	.ba-case-note {
		display: none;
	}

	.ba-section .ba-handle {
		gap: 8px;
		top: 61%;
	}

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

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

	.ba-section .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;
	box-sizing: border-box;
}
#equipment .swiper-equipment .swiper-slide .eq-card-p-sy{
    display: inline-block;
    height: clamp(54px, 1.4vw + 48.8px, 81px);
}

#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 .swiper-equipment .swiper-slide-active .eq-card

#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);
	}

	#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;
	}
}

/* 메인 인테리어 슬라이더 */
.interior-section {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 150px max(120px, calc((100vw - 1680px) / 2));
	background: #1b305a;
	color: #fff;
}

.interior-section__emblem {
	position: absolute;
	top: 80px;
	right: max(60px, calc((100vw - 1920px) / 2 + 60px));
	width: 608px;
	height: 631px;
	pointer-events: none;
}

.interior-section__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 90px;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.interior-section__header {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.interior-section__eyebrow {
	margin: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -.02em;
}

.interior-section__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.interior-section__copy h2,
.interior-section__copy p {
	margin: 0;
	color: #fff;
}

.interior-section__copy h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.02em;
}

.interior-section__copy p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -.02em;
}

.interior-gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	background: #ddd;
}

.interior-progress {
	display: none;
}

.interior-gallery::after {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent);
	content: "";
	pointer-events: none;
}

.interior-gallery .reason-slider-outer,
.interior-gallery .reasonSwiper,
.interior-gallery .swiper-wrapper,
.interior-gallery .swiper-slide,
.interior-gallery .reason-slide-inner,
.interior-gallery .reason-img {
	width: 100%;
	height: 100%;
}

.interior-gallery .reason-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interior-gallery__tabs {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 80px;
}

.interior-gallery__tabs .reason-tab {
	display: flex;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 80px;
	margin: 0;
	padding: 0 12px;
	border: 0;
	border-bottom: 3px solid rgba(255, 255, 255, .5);
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -.02em;
	opacity: .5;
	cursor: pointer;
}

.interior-gallery__tabs .reason-tab.active {
	align-items: flex-start;
	padding-top: 15px;
	border-bottom-color: #fff;
	opacity: 1;
}

@media (max-width: 767px) {
	.interior-section {
		padding: 80px 20px;
	}

	.interior-section__emblem {
		top: 40px;
		right: -90px;
		width: 320px;
		height: auto;
	}

	.interior-section__inner {
		gap: 48px;
	}

	.interior-section__header {
		gap: 20px;
	}

	.interior-section__copy h2 {
		font-size: 30px;
	}

	.interior-section__copy p {
		font-size: 16px;
	}

	.interior-gallery {
		min-height: 360px;
		aspect-ratio: 4 / 3;
	}

	.interior-gallery__tabs {
		height: 58px;
	}

	.interior-gallery__tabs .reason-tab {
		height: 58px;
		padding: 0 4px;
		font-size: 12px;
	}

	.interior-gallery__tabs .reason-tab.active {
		padding-top: 10px;
	}
}

/* 인테리어 갤러리 */
#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%;
	height: 180px;
	display: flex;
	align-items: center;
	user-select: none;
	pointer-events: none;
  
	& .brand-watermark__track {
	  display: flex;
	  align-items: center;
	  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;
	  line-height: 1;
	  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;
	  }
	}
  }

.brand-watermark--schedule {
	height: 190px;
}

.location-section__mobile-header {
	display: none;
}

#location .location-section__time-range {
	display: grid;
	grid-template-columns: 68px 18px 68px;
	align-items: center;
	gap: 0;
	width: 154px;
}

#location .location-section__time-range i {
	font-style: normal;
	text-align: center;
}

#location .location-section__time-range span:last-child {
	text-align: right;
}

@media (min-width: 993px) {
	#location .location-section__hour {
		display: grid;
		grid-template-columns: 104px 154px 54px;
		column-gap: 12px;
		justify-content: start;
	}

	#location .location-section__day {
		display: block;
		width: 104px;
		text-align: justify;
		text-align-last: justify;
	}

	#location .location-section__night {
		text-align: right;
		white-space: nowrap;
	}
}

#location .location-section__night.is-empty {
	display: none;
}

.brand-watermark--schedule .brand-watermark__track,
.brand-watermark--schedule .brand-watermark__group,
.brand-watermark--schedule .brand-watermark__item {
	height: 100%;
}

.brand-watermark--schedule .brand-watermark__track,
.brand-watermark--schedule .brand-watermark__group,
.brand-watermark--schedule .brand-watermark__item {
	display: flex;
	align-items: center;
}

.brand-watermark--schedule .brand-watermark__item {
	line-height: 1;
}
  
  @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);
}
/* ============================================================
   Main page mobile — Figma 88:2362 (390px)
   Keep this block last: it intentionally normalizes older mobile rules.
============================================================ */
@media screen and (max-width: 767px) {
    html, body { overflow-x: hidden; }
    .main { width: 100%; overflow: clip; }
    .main section { scroll-margin-top: 52px; }
    .partner-marquee { display: none !important; }

    /* hero */
    #firstSlide { height: 700px !important; aspect-ratio: auto !important; }
    #firstSlide .fs-bg { inset: 0; background-position: center; }
    #firstSlide .first-visual__overlay {
        align-items: center;
        justify-content: center;
        padding: var(--twin-header-height, 80px) 20px 0;
        background: rgba(0, 0, 0, .34);
    }
    #firstSlide .first-visual__title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -.56px;
        white-space: nowrap;
    }
    #firstSlide .first-visual__description {
        max-width: none;
        margin: 24px auto 0;
        font-size: 15px;
        line-height: 1.45;
        letter-spacing: -.3px;
        white-space: nowrap;
    }
    #firstSlide .first-visual__description p { display: block; }

    /* feature banner */
    #sect01 { height: 700px !important; min-height: 700px; }
    #sect01 .swiper-slide { align-items: flex-start !important; }
    #sect01 .swiper-slide::before {
        background: linear-gradient(to top, #111827 0%, #111827 33.179%, rgba(17, 24, 39, .1) 52.679%, rgba(17, 24, 39, 0) 100%);
    }
    #sect01 .feature-banner__copy {
        top: 414px;
        right: 20px;
        left: 20px;
        transform: none;
    }
    #sect01 .feature-banner__label {
        margin-bottom: 40px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -.28px;
    }
    #sect01 .feature-banner__title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -.56px;
        white-space: nowrap;
    }
    #sect01 .feature-banner__highlight { padding: 0; }
    #sect01 .feature-banner__description {
        max-width: none;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: -.28px;
        white-space: nowrap;
    }
    #sect01 .slide-content-mob { display: none !important; }
    .main #sect01 .swiper-custom-nav {
        display: none !important;
    }
    .main #sect01 .swiper-custom-current,
    .main #sect01 .swiper-custom-total { font-size: 14px !important; }
    .main #sect01 .swiper-progress-bar {
        flex-basis: 148px !important;
        width: 148px !important;
        background: rgba(255, 255, 255, .8) !important;
    }
    .main #sect01 .swiper-progress-fill { display: none; }
    .main #sect01 .swiper-custom-prev,
    .main #sect01 .swiper-custom-next,
    .main #sect01 .swiper-custom-prev img,
    .main #sect01 .swiper-custom-next img {
        width: 14px !important;
        height: 14px !important;
    }

    /* common mobile section rhythm */
    #mainIntro .twin-greeting,
    .doctors-showcase,
    .specialty-section,
    #treatment,
    .ba-section,
    .youtube-section,
    #equipment.equipment-section,
    .interior-section { padding: 64px 20px !important; }

    /* greeting */
    #mainIntro .twin-greeting {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 20px !important;
    }
    #mainIntro .twin-greeting__content { display: contents; }
    #mainIntro .twin-greeting__media {
        grid-row: 2;
        aspect-ratio: 350 / 233;
        overflow: hidden;
        border-radius: 12px;
    }
    #mainIntro .twin-greeting__media > img { border-radius: 12px; }
    #mainIntro .twin-greeting__photo-note { display: none; }
    #mainIntro .twin-greeting__content h2 { grid-row: 1; font-size: 24px; line-height: 1.3; letter-spacing: -.48px; white-space: nowrap; }
    #mainIntro .twin-greeting__message { font-size: 13px; line-height: 1.45; letter-spacing: -.26px; white-space: nowrap; }
    #mainIntro .twin-greeting__message p { margin-bottom: 1.45em; }
    #mainIntro .twin-greeting__signature { flex-direction: row; align-items: flex-end; gap: 12px; font-size: 17px; font-weight: 500; }
    #mainIntro .twin-greeting__signature img { width: 117px; height: 36px; }
    .brand-watermark { height: 86px; display: flex; align-items: center; }
    .brand-watermark--schedule { height: 90px; min-height: 90px; }
    .brand-watermark .brand-watermark__item { font-size: 50px !important; letter-spacing: -.25px !important; }
    .brand-watermark .brand-watermark__group { gap: 36px; padding-right: 36px; }

    /* doctors */
    .doctors-showcase { gap: 32px; padding: 48px 20px 64px !important; }
    .doctors-showcase__header { gap: 24px; }
    .doctors-showcase__header > p { font-size: 14px; }
    .doctors-showcase__header h2 { font-size: 24px; line-height: 1.3; letter-spacing: -.48px; }
    .doctors-showcase__header > div > p { font-size: 13px; line-height: 1.5; }
    .doctors-showcase__header .doctors-copy-mobile br { display: block !important; }
    .doctors-showcase__cards { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .doctors-showcase__cards::-webkit-scrollbar { display: none; }
    .doctor-profile { flex: 0 0 300px; min-height: 440px; aspect-ratio: auto; border-radius: 12px; scroll-snap-align: start; }
    .doctor-profile__mark { top: 18px; right: 18px; width: 140px; height: 145px; }
    .doctor-profile__copy { top: 24px; left: 20px; width: calc(100% - 40px); }
    .doctor-profile__name h3 { font-size: 24px; }
    .doctor-profile__name span { font-size: 13px; }
    .doctor-profile__school span, .doctor-profile ul { font-size: 10px; }
    .doctor-profile ul { max-width: 62%; line-height: 1.45; }
    .doctor-profile__portrait { right: -42px; bottom: -20px; width: 78%; }

    /* specialty */
    .specialty-section { gap: 0; padding: 48px 20px !important; }
    .specialty-section__inner { gap: 32px; }
    .specialty-section__header { gap: 12px; }
    .specialty-section__header > p { font-size: 14px; }
    .specialty-section__header h2 { font-size: 24px; line-height: 1.3; }
    .specialty-section__header > div > p { font-size: 13px; line-height: 1.5; }
    .specialty-card { gap: 24px; }
    .specialty-card__media { aspect-ratio: 350 / 231; border-radius: 23px; }
    .specialty-card__content { gap: 28px; }
    .specialty-card h3 { font-size: 18px; }
    .specialty-card__intro > p { font-size: 14px; }
    .specialty-card li { min-height: 48px; font-size: 15px; }

    /* treatment */
    #treatment { background-position: center; }
    #treatment .treatment-heading { align-items: flex-start; gap: 12px; padding: 0; text-align: left !important; }
    #treatment .treatment-heading__copy { align-items: flex-start; gap: 12px; }
    #treatment .treatment-heading__eyebrow { font-size: 14px; }
    #treatment .treatment-heading h2 { font-size: 24px; }
    #treatment .treatment-heading__copy > p { font-size: 13px; line-height: 1.5; }
    #treatment .treat-swiper-wrap { margin-top: 36px; }
    #treatment .treat-card, #treatment .swiper-slide-active .treat-card { border-radius: 12px !important; }
    #treatment .swiper-slide-active .treat-card__title { font-size: 20px; }
    #treatment .treat-card__tag { font-size: 11px !important; padding: 4px 10px !important; }
    #treatment .treat-card__desc { font-size: 13px !important; }

    /* cases and youtube */
    .ba-section { display: flex; flex-direction: column; align-items: center; gap: 0; padding: 48px 20px !important; }
    .ba-section-label { margin: 0 0 12px; font-size: 14px; font-weight: 500; line-height: 1.2; letter-spacing: -.28px; }
    .ba-section-heading { margin: 0 0 32px; }
    .ba-section-heading h2 { font-size: 24px; line-height: 1.3; letter-spacing: -.48px; white-space: nowrap; }
    .ba-tabs-wrap { width: 324px; max-width: 100%; margin: 0 0 32px; overflow: visible; }
    .ba-tabs { width: 100%; overflow: visible; }
    .ba-tabs-wrap::before, .ba-tabs-wrap::after { display: none; }
    .ba-tabs__track { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; width: 100%; padding: 8px; overflow: visible; background: rgba(88,128,191,.2); border-radius: 20px; scroll-snap-type: none; }
    .ba-tabs__indicator { display: none; }
    .ba-tab { width: 100%; padding: 6px 0; color: #111827; background: transparent; border-radius: 12px; font-size: 14px; font-weight: 400; line-height: 1.2; letter-spacing: -.28px; }
    .ba-tab.is-active { color: #fff; background: #2d5096; }
    .ba-case-grid { display: block; width: 350px; max-width: 100%; margin: 0 0 20px; }
    .ba-case-col:nth-child(n+2) { display: none !important; }
    .ba-section .ba-slider { width: 350px; max-width: 100%; height: auto !important; aspect-ratio: 350 / 207.627 !important; background: #d1d5db; border-radius: 12px !important; }
    .ba-section .ba-after { visibility: hidden; }
    .ba-section .ba-before { background: #9ca3af; }
    .ba-section .ba-before img { visibility: hidden; }
    .ba-section .ba-slider > .position-absolute.d-flex { display: none !important; }
    .ba-section .ba-divider { width: 20px; }
    .ba-section .ba-handle { gap: 12px; top: 61%; }
    .ba-section .ba-handle__pill { width: 50px; height: 20px; padding: 0 7px; box-shadow: none; }
    .ba-section .ba-handle__pill svg { width: 11px; height: 12px; stroke-width: 1.5; }
    .ba-section .ba-lbl { font-size: 11px; font-weight: 400; line-height: 1.5; letter-spacing: -.22px; }
    .ba-more-wrap { margin: 0 0 32px; }
    .ba-more-link { height: 40px; padding: 0 26px; gap: 8px; }
    .ba-more-link p { font-size: 15px; font-weight: 600; line-height: 1; letter-spacing: -.3px; }
    .ba-more-link svg { width: 20px; height: 20px; }
    .ba-case-note { display: flex; align-items: flex-start; justify-content: center; width: 100%; margin: 0; padding: 12px; box-sizing: border-box; color: #111827; background: #f9fafb; border-radius: 8px; font-size: 11px; font-weight: 400; line-height: 1.5; letter-spacing: -.22px; text-align: left; white-space: nowrap; }

    .youtube-section { gap: 32px; }
    .youtube-section__title { gap: 12px; }
    .youtube-section__eyebrow { font-size: 14px; }
    .youtube-section__title-row h2 { font-size: 24px; }
    .youtube-section__logo { width: 28px; height: 28px; }
    .youtube-section__thumbnails { gap: 14px; margin-right: -20px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .youtube-thumbnail { flex: 0 0 300px; scroll-snap-align: start; }
    .youtube-section__more { align-self: center; font-size: 13px; }

    /* equipment */
    #equipment .equipment-section__inner { gap: 32px; }
    #equipment .equipment-section__header { align-items: flex-start; }
    #equipment .equipment-section__eyebrow { font-size: 14px; font-weight: 500; line-height: 1.2; letter-spacing: -.28px; }
    #equipment .equipment-section__title-group,
    #equipment .equipment-section__heading-group { gap: 12px; }
    #equipment .equipment-section__heading-group h2 { font-size: 24px; line-height: 1.3; }
    #equipment .equipment-section__description { font-size: 13px; line-height: 1.5; }
    #equipment .equipment-section__controls { display: none; }
    #equipment.equipment-section .eq-progress { order: 3; margin-top: 0; }
    #equipment.equipment-section .swiper-equipment .equipment-card,
    #equipment.equipment-section .equipment-card:first-child { width: 300px !important; flex-basis: 300px !important; }
    #equipment .equipment-card__image { width: 300px; height: 210px; border-radius: 12px; }
    #equipment .equipment-section__description { width: 350px; max-width: 100%; color: #111827; font-weight: 400; letter-spacing: -.26px; white-space: nowrap; }
    #equipment .equipment-card__content { gap: 12px; margin-top: 0; padding-top: 32px; }
    #equipment .equipment-card__content h3 { font-size: 17px; font-weight: 500; line-height: 1.2; letter-spacing: -.34px; }
    #equipment .equipment-card__content .eq-card-p-sy { font-size: 13px !important; font-weight: 400; line-height: 1.45; letter-spacing: -.26px; }
    #equipment.equipment-section .eq-progress__track { overflow: hidden; border-radius: 99px; }
    #equipment.equipment-section .eq-progress__fill { width: 20px !important; background: #1a93a9; border-radius: 99px; }

    /* interior */
    .interior-section { padding: 64px 0 !important; background: #2d5096; }
    .interior-section__emblem { display: none; }
    .interior-section__inner { gap: 32px; }
    .interior-section__header { gap: 12px; padding: 0 20px; }
    .interior-section__eyebrow { color: #e5e7eb; font-size: 14px; font-weight: 500; line-height: 1.2; letter-spacing: -.28px; }
    .interior-section__copy { gap: 12px; }
    .interior-section__copy h2 { color: #fff; font-size: 24px; font-weight: 700; line-height: 1.3; letter-spacing: -.48px; }
    .interior-section__copy p { color: #e5e7eb; font-size: 13px; font-weight: 400; line-height: 1.45; letter-spacing: -.26px; white-space: nowrap; }
    .interior-mobile-break { display: block; }
    .interior-gallery { width: 100%; min-height: 0; aspect-ratio: auto; border-radius: 0; }
    .interior-gallery::after { display: none; }
    .interior-gallery__tabs { display: block; position: absolute; inset: 0; width: 100%; height: 223px; pointer-events: none; }
    .interior-gallery__tabs .reason-tab { display: none; }
    .interior-gallery__tabs .reason-tab.active { position: absolute; right: 0; bottom: 0; display: flex; width: 76px; height: 28px; align-items: center; justify-content: center; padding: 0; border: 0; background: rgba(0,0,0,.45); color: #fff; font-size: 11px; font-weight: 400; line-height: 1.5; letter-spacing: -.22px; opacity: 1; }
    .interior-gallery .reason-slider-outer, .interior-gallery .reasonSwiper { height: 223px; }
    .interior-gallery .reason-img, .interior-gallery .reason-img img { height: 223px; object-fit: cover; }
    .interior-progress { position: relative; display: block; width: 350px; max-width: calc(100% - 40px); height: 4px; margin: 0 auto; overflow: hidden; background: #fff; border-radius: 99px; }
    .interior-progress__fill { display: block; width: 60px; height: 4px; background: #cae9fa; border-radius: 99px; transition: transform .35s ease; }

    /* map / contact */
    #location.location-section { padding: 64px 0 0 !important; }
    .location-section__inner { gap: 0; }
    .location-section__mobile-header { order: 1; display: flex; flex-direction: column; gap: 12px; width: 100%; margin-bottom: 32px; padding: 0 20px; box-sizing: border-box; }
    .location-section__mobile-header p { margin: 0; color: #5880bf; font-size: 14px; font-weight: 500; line-height: 1.2; letter-spacing: -.28px; }
    .location-section__mobile-header h2 { margin: 0; color: #111827; font-size: 24px; font-weight: 700; line-height: 1.3; letter-spacing: -.48px; }
    .location-section__map { order: 2; width: 100%; margin-bottom: 28px; aspect-ratio: 1; }
    #location .location-section__map > img { display: block; width: 100% !important; height: 100% !important; object-fit: cover; }
    #location .location-section__info { order: 3; display: block; align-items: stretch; width: 100%; }
    #location .location-section__logo { display: none !important; width: 0; height: 0; margin: 0; padding: 0; }
    #location .location-section__body { display: block; gap: 0; width: 100%; padding: 0; }
    #location .location-section__row { display: block; }
    #location .location-section__row:first-child > h3 { display: none; }
    #location .location-section__row:first-child { padding: 0 20px 64px; }
    #location .location-section__row:nth-child(2) { display: block; padding: 48px 20px 0; background: #f9fafb; }
    #location .location-section__row:nth-child(3) { display: block; padding: 40px 20px 48px; background: #f9fafb; }
    #location .location-section__content { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
    #location .location-section__content address { margin: 0 0 16px; font-size: 14px; font-weight: 600; line-height: 1.45; letter-spacing: -.28px; }
    #location .location-section__directions { margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: -.22px; }
    #location .location-section__links { flex-wrap: nowrap; gap: 10px; margin-top: 28px; }
    #location .location-section__links a { flex: 0 0 auto; width: auto; height: 36px; padding: 0 15px 0 10px; font-size: 12px; font-weight: 500; letter-spacing: -.24px; }
    #location .location-section__links img { width: 24px; height: 24px; }
    #location .location-section__row:nth-child(n+2) h3 { margin: 0 0 12px; font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -.36px; }
    #location .location-section__tel { color: #5880bf; font-size: 28px; font-weight: 700; line-height: 1.3; letter-spacing: -.56px; }
    #location .location-section__row:nth-child(3) h3 { margin-bottom: 16px; }
    #location .location-section__hours { width: 100%; max-width: none; }
    #location .location-section__hour { display: grid; grid-template-columns: 60px 54px 146px 30px; column-gap: 0; min-height: 21.75px; padding: 0 20px; font-size: 15px; font-weight: 400; line-height: 1.45; letter-spacing: -.3px; }
    #location .location-section__hour + .location-section__hour { margin-top: 12px; }
    #location .location-section__hour.is-night { height: 33px; min-height: 33px; }
    #location .location-section__day { display: block; width: 60px; text-align: justify; text-align-last: justify; white-space: nowrap; }
    #location .location-section__time-range { display: grid; grid-column: 3; grid-template-columns: 1fr 10px 1fr; align-items: center; gap: 0; width: 146px; }
    #location .location-section__time-range span:last-child { text-align: right; }
    #location .location-section__time-range i { font-style: normal; text-align: center; }
    #location .location-section__night { display: flex; grid-column: 4; align-items: center; align-self: stretch; font-size: 16px; font-weight: 600; line-height: 1; letter-spacing: -.32px; white-space: nowrap; }
    #location .location-section__night.is-empty { display: block; visibility: hidden; }
    #location .location-section__note { margin: 16px 0 0 20px; color: #9ca3af; font-size: 11px; font-weight: 400; line-height: 1.5; letter-spacing: -.22px; }
}
