/* sub-hero */
.sub-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-hero {
  --sub-hero-bg: url("../img/sub/hospital-intro-hero1.png");
}
.sub-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: var(--sub-hero-bg) no-repeat center center / cover;
  z-index: -1;
  animation: movingBackground 30s ease-in-out infinite;
}
@keyframes movingBackground {
  0% {
    transform: translate(-10%, -10%) scale(1.1);
  }
  50% {
    transform: translate(0%, 0%) scale(1.15);
  }
  100% {
    transform: translate(-10%, -10%) scale(1.1);
  }
}

.sub-hero-content {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(81, 71, 62, 0.8) 0%,
    rgba(29, 14, 0, 0.8) 100%
  );
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fcfcfc;
}
.sub-hero-content-inner {
  padding: 140px 0 120px;
}

.sub-hero-subtitle {
  font-family: "Paperlogy";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.032em;
  margin-bottom: 10px;
  opacity: 0;
  animation: subHeroSubtitleIn 0.8s ease forwards 0.2s;
}

.sub-hero-title {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 3px;
  opacity: 0;
  animation: subHeroTitleIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
}

@keyframes subHeroSubtitleIn {
  from {
    opacity: 0;
    letter-spacing: 0.15em;
  }
  to {
    opacity: 1;
    letter-spacing: 0.032em;
  }
}
@keyframes subHeroTitleIn {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.sub-tab {
  display: flex;
  gap: 6px;
  font-size: 20px;
}

.sub-tab li {
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.2);
  gap: 10px;
  flex: 1 0 0;
  text-align: center;
}
.sub-tab li a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub-tab li.active {
  background: #fff;
  color: var(--color-primary-dark);
  font-weight: 800;
  font-size: 1.1em;
}
/* hospital-about */
.hospital-about-title {
  text-align: center;
  font-size: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 100px;
}
.hospital-about-title i {
  position: relative;
  color: #595757;
  font-weight: 800;
}
.hospital-about-title i::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #9fa0a0;
  display: block;
}
.hospital-about-title b {
  color: var(--color-primary);
  font-weight: 800;
}
/* hospital-about-content */
.hospital-about-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hospital-about-content:nth-child(odd) {
  flex-direction: row-reverse;
}
.hospital-about-content:not(:last-child) {
  margin-bottom: 90px;
}
.hospital-about-img {
  flex: 1;
  max-width: 564px;
  width: 100%;
  position: relative;
}
.hospital-about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hospital-about-text {
  flex: 1;
  width: 100%;
  position: relative;
}
.hospital-about-text-title {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(89, 87, 87, 0.4);
  margin-bottom: 30px;
  color: var(--color-primary-dark);
  & .num {
    font-size: 2em;
    font-weight: 800;
    line-height: 1;
    color: #e0e0e0;
  }
}
.hospital-about-text ul li:not(:last-child) {
  margin-bottom: 30px;
}
.hospital-about-text ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hospital-about-text ul li span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--color-primary);
}
.hospital-about-text ul li em {
  font-size: 20px;
  color: var(--color-grey);
}
/* hospital-doctor */
.doctor-wrap {
  padding-left: calc((100vw - 1280px) / 2);
}
.doctor-wrap--reverse {
  padding-left: 0;
  padding-right: calc((100vw - 1280px) / 2);
}
.doctor-name {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
.doctor-name .name {
  font-size: 1.5em;
  color: var(--color-primary-dark);
}
.doctor-name .position {
  color: var(--color-grey);
}
.doctor-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.doctor-content-img {
  flex: 2;
  border-radius: 50px 0 0 50px;
  background: #fff;
  box-shadow: -2px -2px 35px 0 rgba(135, 118, 102, 0.2);
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  line-height: 0;
  background: url("/assets/img/sub/hospital-doctor-bg.png") no-repeat 100% 90% /
    90%;
}
.doctor-content-text {
  flex: 3;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.doctor-wrap--reverse .doctor-content {
  flex-direction: row-reverse;
}
.doctor-wrap--reverse .doctor-content-text {
  padding-left: 0;
  padding-right: 20px;
}
.doctor-wrap--reverse .doctor-content-img {
  border-radius: 0 50px 50px 0;
  box-shadow: 2px -2px 35px 0 rgba(135, 118, 102, 0.2);
  justify-content: right;
  background-position: 0% 90%;
}
.doctor-content-title {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 800;
  display: flex;
  gap: 10px;
  margin: 30px 0 20px;
  & em {
    position: relative;
  }
  & em::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    width: 9px;
    height: 9px;
    background: var(--color-primary);
    display: block;
  }
  &::after {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--color-primary);
    opacity: 0.6;
    align-self: center;
  }
}
.doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.doctor-content ul li {
  font-size: 18px;
  color: var(--color-grey);
  display: flex;
  gap: 5px;
  line-height: 2;
  &::before {
    content: "- ";
  }
}
.doctor-content-paper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.doctor-content-paper ul li i {
  font-style: italic;
  font-weight: 600;
}
/* hospital-tour-equipment */
.hospital-tour-equipment {
  width: 100%;
  position: relative;
  background: url("/assets/img/sub/hospital-tour-equipment-bg.png") no-repeat
    center center / cover;
}
.equipment-content {
  padding-left: calc((100vw - 1280px) / 2);
}
.equipment-content-inner {
  display: flex;
  gap: 40px;
}
.equipment-left {
  width: 300px;
}
.equipment-right {
  flex: 1;
  min-width: 0;
  text-align: center;
  overflow: hidden;
}
.equipment-item-img {
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(135, 118, 102, 0.25);
  overflow: hidden;
  line-height: 0;
  margin-bottom: 30px;
}

.equipment-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--color-primary-dark);
  & strong {
    font-weight: 800;
  }
  & span {
    font-size: 0.9em;
  }
}
.equipment-item-desc {
  font-size: 18px;
  margin: 0 50px;
}
.equipment-nav {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.equipment-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-primary-light);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.equipment-nav-btn:hover {
  background: var(--color-primary);
  & svg path {
    stroke: #fff;
  }
}
.equipment-swiper-scrollbar {
  margin-top: 70px;
  height: 3px;
  background: rgba(135, 118, 102, 0.15);
  border-radius: 999px;
}
.equipment-swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 999px;
}
/* 병원 둘러보기 */
.hospital-tour-guide {
  position: relative;
}
.hospital-tour-wrap::before {
  content: "IMUN CENTRAL";
  color: #877666;
  font-family: "Paperlogy";
  font-size: 12vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4.72px;
  opacity: 0.06;
  position: absolute;
  top: 0;
  left: 50%;
  text-wrap: nowrap;
  z-index: -1;
  transform: translateX(-50%);
}
.hospital-tour-scrollbar {
  margin-top: 60px;
  height: 3px;
  background: rgba(135, 118, 102, 0.15);
  border-radius: 999px;
}
.hospital-tour-scrollbar .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 999px;
}
.hospital-tour-swiper {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.swiper-backface-hidden .swiper-slide {
  overflow: hidden;
  line-height: 0;
  border-radius: 20px;
}
/*  */
.symptom-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.symptom-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.symptom-img-wrap {
  flex: 1;
  width: 100%;
  position: relative;
  line-height: 0;
  border-radius: 40px;
  box-shadow: 0 2px 15px 0 rgba(81, 71, 62, 0.35);
  overflow: hidden;
}
.symptom-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.symptom-text-wrap {
  flex: 1;
  width: 100%;
}
.symptom-text-title i {
  color: #9fa0a0;
  font-size: 20px;
  font-weight: 800;
  display: block;
}
.symptom-text-title h4 {
  color: var(--color-primary-dark);
  font-size: 52px;
  font-weight: 800;
  display: inline-block;
  border-bottom: 5px solid var(--color-primary-light);
  margin-bottom: 40px;
}
.symptom-text-desc {
  color: #595757;
  font-size: 20px;
  font-weight: 400;
}

/* 대표질환 */
.representative-disease {
  position: relative;
  padding-left: calc((100vw - 1280px) / 2);
}
.representative-disease::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #d7cdc4;
}
.representative-disease > div {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.representative-disease-left {
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.representative-disease-title {
  font-size: 40px;
  font-weight: 700;
  color: #877666;
}
.representative-disease-title i {
  display: block;
  font-weight: 800;
  color: var(--color-primary-dark);
}
.disease-nav {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.disease-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--color-primary-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.disease-nav-btn:hover {
  background: var(--color-primary-dark);
}
.representative-disease-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.representative-disease-swiper.swiper {
  overflow: visible;
}
.representative-disease-swiper .swiper-wrapper {
  align-items: stretch;
}
.representative-disease-swiper .swiper-slide {
  height: auto;
}
.representative-disease-item {
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(135, 118, 102, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.representative-disease-item-img-wrap {
  position: relative;
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.representative-disease-item-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.representative-disease-item-img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 30px;
  font-weight: 800;
  color: var(--color-primary-dark);
  background: var(--color-white);
  border-radius: 0 20px 0 0;
  display: inline-block;
  line-height: 1;
}
.representative-disease-item-text {
  padding: 40px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.disease-desc {
  flex: 1;
  font-size: 22px;
  color: #595757;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(135, 118, 102, 0.4);
}
.disease-symptoms {
  font-size: 20px;
  line-height: 1.6;
  color: #595757;
  display: flex;
  align-items: center;
  gap: 10px;
}
.disease-symptoms span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #af8780;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  height: fit-content;
}
/* 이문센트럴 치료방법 */
.m13-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* 왼쪽 영역: 스크롤해도 고정 */
.m13-left {
  flex: 0 0 45%;
  /* max-width: 420px; */
  position: sticky;
  top: 120px;
  align-self: flex-start;
  padding: 0px 40px 40px 0;
}

.m13-left-title {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #877666;
  margin-bottom: 60px;
}
.m13-left-title b {
  color: var(--color-primary-dark);
  font-weight: 800;
}
.m13-img-wrap {
  border-radius: 40px;
  line-height: 0;
  overflow: hidden;
}
.m13-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m13-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m13-nav a {
  display: block;
  font-size: 20px;
  color: #969696;
  padding: 10px 0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.m13-nav a:hover {
  color: #51473e;
}

.m13-nav li.active a {
  font-size: 24px;
  color: #51473e;
  font-weight: 700;
}

/* 오른쪽 영역: 일반 플로우 → 페이지 스크롤됨 */
.m13-right {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
  padding-left: 0;
}

/* 타임라인: 시작점부터 .m13-timeline-dot까지 이어지는 세로 라인 + 그라데이션 라인 하나 더 */
.m13-timeline {
  flex: 0 0 48px;
  position: relative;
  align-self: stretch;
}

/* 그라데이션 라인 (흰색 → #51473E), 높이 동적: dot 위치까지 */
.m13-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: var(--m13-line-height, 0);
  transform: translateX(calc(-50%));
  background: linear-gradient(135deg, #fff 0%, #51473e 100%);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  /* transition: height 0.1s ease-out; */
}

.m13-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: #d4d4d4;
  border-radius: 3px;
  pointer-events: none;
}

/* 가운데 원: sticky로 스크롤 시 뷰포트 세로 중앙에 고정 → 스크롤 따라 내려오는 효과 */
.m13-timeline-dot {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  margin-left: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 52, 119, 0.35);
  pointer-events: none;
  z-index: 3;
}

.m13-timeline-dot img {
  width: 65px;
  height: 65px;
}

.m13-sections {
  flex: 1;
  padding-left: 24px;
}

.m13-section:not(:last-of-type) {
  margin-bottom: 120px;
}

/* 비활성 섹션: 흑백, 활성 섹션: 컬러 */
.m13-section {
  filter: grayscale(1);
  opacity: 0.65;
  transition:
    filter 0.4s ease,
    opacity 0.4s ease;
}

.m13-section.active {
  filter: grayscale(0);
  opacity: 1;
}
.m13-section-img {
  aspect-ratio: 1/1;
  line-height: 0;
  max-width: 60px;
  margin-bottom: 40px;
}

.m13-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m13-section-title {
  color: var(--color-primary-dark);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.m13-section-desc {
  color: var(--color-grey);
}
/* 기타관절 */
.etc .disease-desc {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.etc .representative-disease-item-img-wrap {
  aspect-ratio: 1/1;
}
/* 운동/재활 클리닉 소개 */
.rehab-overview-top {
  position: relative;
  overflow: hidden;
}
.rehab-overview-top .symptom-bottom {
  background: transparent;
}
.rehab-overview-title {
  text-align: center;
  margin-bottom: 80px;
}

.rehab-overview-title i {
  color: var(--color-primary);
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.rehab-overview-title .title {
  font-size: 52px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 40px;
}
.rehab-overview-title .title b {
  color: var(--color-primary-dark);
  font-weight: 800;
}
.rehab-overview-title p {
  opacity: 0.8;
}
/* 도수치료사 */
.manual-therapy {
  background: rgba(182, 165, 149, 0.15);
}
.mt-wrap {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.mt-left {
  flex: 1;
  width: 100%;
}
.mt-left-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary-dark);
  line-height: 1.4;
}
.mt-left-title em {
  color: var(--color-primary);
}
.mt-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 30px 0;
}
.mt-nav-current,
.mt-nav-total {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary-dark);
  line-height: 1;
}
.mt-nav-progress {
  width: 60px;
  height: 3px;
  background: rgba(135, 118, 102, 0.2);
  border-radius: 999px;
  overflow: hidden;
}
.mt-nav-progress-fill {
  height: 100%;
  width: 50%;
  background: var(--color-primary-dark);
  border-radius: 999px;
  transition: width 0.4s ease;
}
.mt-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-primary-light);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.mt-nav-btn:hover {
  background: var(--color-primary);
  & svg path {
    stroke: #fff;
  }
}
.mt-info-name {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-primary-dark);
  display: inline;
}
.mt-info-role {
  display: inline;
  font-size: 18px;
  color: #877666;
  margin-left: 12px;
}
.mt-info-career {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.mt-info-career li {
  font-size: 15px;
  line-height: 1.8;
  color: #595757;
}
.mt-info-list {
  position: relative;
}
.mt-info {
  display: none;
}
.mt-info.is-active {
  display: block;
}
.mt-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-right: calc((100vw - 1280px) / -2);
  padding-right: calc((100vw - 1280px) / 2);
}
.mt-swiper.swiper {
  overflow: visible;
}
.mt-card {
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  background: #fff url("/assets/img/sub/hospital-doctor-bg.png") no-repeat 50%
    50% / 80%;
}
.mt-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.mt-swiper .swiper-slide:not(.swiper-slide-active) .mt-card img {
  opacity: 0.5;
}
.mt-swiper .swiper-slide-active .mt-card img {
  opacity: 1;
}
/* 도수치료 */
.rehab-overview {
  position: relative;
}
.rehab-overview .symptom-bottom {
  background: transparent;
}
.manual-therapy-top {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.manual-therapy-top .bg-imun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px 0;
}
.manual-therapy-top .bg-imun img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.manual-therapy-top .inner {
  position: relative;
  z-index: 2;
}
.manual-therapy-top .manual-therapy-title {
  color: var(--color-primary-dark);
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 40px;
}
.manual-therapy-top p {
  color: var(--color-grey);
  opacity: 0.8;
}
/* 도수치료 특별함 */
.manual-therapy-special {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.manual-therapy-special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(0deg, #d7cdc4 0%, #d7cdc4 100%), #af9680;
}
.mtc-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
}
.mtc-left {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 2px 15px 3px rgba(81, 71, 62, 0.35);
  overflow: hidden;
  flex: 1;
  min-width: 0;
  position: relative;
}
.mtc-slide-img {
  line-height: 0;
}
.mtc-slide-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mtc-nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.mtc-nav-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(81, 71, 62, 0.6);
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.mtc-nav-btn svg path {
  stroke: #fff;
}
.mtc-nav-btn:hover {
  background: var(--color-primary);
}
.mtc-right {
  flex: 1;
  min-width: 0;
}
.mtc-right-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 50px;
}
.mtc-right-title b {
  color: var(--color-primary-dark);
}
.mtc-info-list {
  position: relative;
}
.mtc-info {
  display: none;
}
.mtc-info.is-active {
  display: block;
}
.mtc-info-title {
  color: var(--color-primary-dark);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.2px;
  padding-bottom: 5px;
  border-bottom: 4px solid #b6a595;
  display: inline-block;
  margin-bottom: 30px;
}
.mtc-info-desc {
  color: var(--color-grey);
}
/* 적용질환 알아보기 */
.manual-therapy-application {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f1f1 0%, #eee 100%);
}
.manual-therapy-application-title {
  color: #9fa0a0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}
.manual-therapy-application-title b {
  color: #595757;
  font-weight: 700;
}
.manual-therapy-application ul {
  display: flex;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, -50%);
    height: 1px;
    background: #aaa;
  }
}
.manual-therapy-application ul li {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 35px 30px;
  text-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.manual-therapy-application ul li img {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.manual-therapy-application-item-title {
  color: #595757;
  font-size: 22px;
  font-weight: 800;
}
.manual-therapy-application-item-desc {
  color: var(--, #595757);
  font-size: 18px;
  opacity: 0.8;
}

/* 서류 발급 안내 */
.doc-block {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 60px;
}
.doc-block-title {
  flex-shrink: 0;
  width: 320px;
  font-size: 30px;
  font-weight: 800;
  color: var(--color-primary-dark);
  line-height: 1.4;
  padding-top: 20px;
}
.doc-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.doc-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--color-primary-light);
  font-size: 18px;
  color: #333;
}
.doc-list li:first-child {
  border-top: 1px solid var(--color-primary-light);
}
.doc-table {
  flex: 1;
  border-collapse: collapse;
  width: 100%;
}
.doc-table tr {
  border-bottom: 1px solid var(--color-primary-light);
}
.doc-table tr:first-child {
  border-top: 1px solid var(--color-primary-light);
}
.doc-table th,
.doc-table td {
  padding: 24px 20px;
  font-size: 17px;
  vertical-align: top;
  text-align: left;
}
.doc-table th {
  width: 280px;
  font-weight: 800;
  color: var(--color-primary-dark);
}
.doc-table td {
  color: #595757;
  line-height: 1.7;
}

/* 비급여 안내 */
.non-covered .noti_txt {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  text-align: center;
}
.non-covered .noti_txt li {
  font-size: 15px;
  color: #888;
  line-height: 1.8;
}
.non-covered .site {
  margin-top: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
  color: #4b4b4b;
}
.non-covered .site h6 {
  margin: 28px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary-dark);
}
.non-covered .site br + br {
  line-height: 0;
}
.non-covered .site_tit {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-top: 60px;
  margin-bottom: 20px;
}
.table_sty03 {
  width: 100%;
}
.table_sty03 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table_sty03 table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.table_sty03 thead th {
  background: rgba(135, 118, 102, 0.1);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary-dark);
  padding: 14px 10px;
  border: 1px solid rgba(135, 118, 102, 0.2);
  text-align: center;
  word-break: keep-all;
}
.table_sty03 tbody td {
  font-size: 14px;
  color: #595757;
  padding: 14px 10px;
  border: 1px solid rgba(135, 118, 102, 0.15);
  text-align: center;
  word-break: break-all;
}
.table_sty03 tbody tr:hover {
  background: rgba(135, 118, 102, 0.04);
}
.m_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.m_scroll.w950 table {
  min-width: 950px;
}

/* ======================== 게시판 (공지사항/치료후기) ======================== */
.board-header-text {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(135, 118, 102, 0.4);
  text-align: center;
}
.board-title {
  font-size: 52px;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin: 0 0 10px;
}
.board-desc {
  font-size: 20px;
  color: var(--color-grey);
  opacity: 0.8;
  margin: 0;
}

.board-search {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  background: #f0f0f0;
  max-width: 420px;
  margin-bottom: 40px;
}
.board-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #333;
}
.board-search input::placeholder {
  color: #aaa;
}
.board-search button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #888;
  padding: 0;
  line-height: 0;
}

/* 공지사항 3열 그리드 */
.board-grid--notice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 카드 공통 */
.board-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.board-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.board-card-thumb {
  aspect-ratio: 4/3;
  background: #fff;
  line-height: 0;
  overflow: hidden;
}
.board-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.board-card:hover .board-card-thumb img {
  transform: scale(1.05);
}
.board-card-body {
  background: #f1f1f1;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.board-section--review .board-card-body {
  background: #f6f2ee;
}
.board-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.4;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board-card-desc {
  font-size: 14px;
  color: #888;
  margin: 0 0 auto;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-card-date {
  font-size: 16px;
  color: var(--color-grey);
  opacity: 0.6;
  display: block;
}
.board-section--review .board-card-date {
  color: var(--color-primary);
}

/* 치료후기 피처드 행 */
.board-featured-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.board-featured-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.board-featured-img {
  width: 100%;
  height: 100%;
  max-height: 440px;
}
.board-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.board-featured-card:hover .board-featured-img img {
  transform: scale(1.05);
}
.board-featured-static {
  cursor: default;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 440px;
}
.board-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  color: #fff;
}
.board-featured-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}
.board-featured-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* 치료후기 3열 그리드 */
.board-grid--review {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 치료후기: 1페이지에서 첫 글은 배너 옆에 크게, 그리드에 있는 동일 글은 데스크톱에서는 숨김 */
.board-section--review .board-grid--review .board-card--featured-dup {
  display: none;
}

/* 치료후기 색상 변형 */
.board-section--review .board-card {
  box-shadow: 0 2px 12px rgba(135, 118, 102, 0.1);
}
.board-section--review .board-card-title {
  color: var(--color-primary-dark);
}

/* 빈 상태 */
.board-empty {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 80px 0;
}

/* 페이지네이션 */
.board-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 60px;
}
.board-page-btn,
.board-page-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}
.board-page-num:hover {
  background: rgba(135, 118, 102, 0.1);
}
.board-page-num.active {
  background: var(--color-primary-dark);
  color: #fff;
  font-weight: 700;
}
.board-page-btn {
  font-size: 18px;
  color: #999;
}
.board-page-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* 상세보기 */
.board-view-section {
  background: #fff;
}
.board-view {
  margin: 0 auto;
}
.board-view-head {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}
.board-view-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin: 0 0 16px;
  line-height: 1.4;
}
.board-view-date {
  font-size: 15px;
  color: #888;
  margin: 0;
}
.board-view-footer {
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.board-btn-line {
  display: inline-block;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary-dark);
  border: 2px solid var(--color-primary-dark);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  background: #fff;
}
.board-btn-line:hover {
  background: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 118, 102, 0.25);
}

/* 상세보기 post-body */
.board-view-section #post-body {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
.board-view-section #post-body p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 20px;
}
.board-view-section #post-body h1,
.board-view-section #post-body h2,
.board-view-section #post-body h3,
.board-view-section #post-body h4,
.board-view-section #post-body h5,
.board-view-section #post-body h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 32px 0 16px;
  color: #222;
}
.board-view-section #post-body h1 {
  font-size: 30px;
}
.board-view-section #post-body h2 {
  font-size: 26px;
}
.board-view-section #post-body h3 {
  font-size: 22px;
}
.board-view-section #post-body h4 {
  font-size: 20px;
}
.board-view-section #post-body h5,
.board-view-section #post-body h6 {
  font-size: 18px;
}
.board-view-section #post-body ul,
.board-view-section #post-body ol {
  margin: 0 0 20px 1.4em;
  padding: 0;
}
.board-view-section #post-body ul {
  list-style-type: disc;
}
.board-view-section #post-body ol {
  list-style-type: decimal;
}
.board-view-section #post-body li {
  margin-bottom: 6px;
  list-style-position: outside;
}
.board-view-section #post-body li::marker {
  color: var(--color-primary);
}
.board-view-section #post-body blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--color-primary-light);
  background: #faf7f3;
  border-radius: 8px;
  color: #444;
}
.board-view-section #post-body a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.board-view-section #post-body strong {
  font-weight: 700;
}
.board-view-section #post-body em {
  font-style: italic;
}
.board-view-section #post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 16px;
}
.board-view-section #post-body th,
.board-view-section #post-body td {
  border: 1px solid #e1e1e1;
  padding: 10px 12px;
}
.board-view-section #post-body th {
  background: #faf7f3;
  font-weight: 700;
}
.board-view-section #post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
  display: block;
}

/* ======================== 반응형 ======================== */
@media (max-width: 1290px) {
  .sub-tab {
    gap: 5px;
    font-size: 18px;
  }
  .sub-tab li {
    border-radius: 24px 24px 0 0;
  }
  .sub-tab li.active {
    font-size: 1.08em;
  }
  /* 이문센트럴 치료컨셉 */
  .hospital-about-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  /* 의료진 소개 */
  .doctor-wrap,
  .equipment-content,
  .representative-disease {
    padding-left: 2.5vw;
  }
  .doctor-wrap--reverse {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .doctor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* 장비 소개 */
  .equipment-item-title {
    font-size: 22px;
    gap: 10px;
  }
  .equipment-item-desc {
    font-size: 16px;
    margin: 0 10px;
  }
  .symptom-text-title h4 {
    font-size: 42px;
  }
  .symptom-wrap {
    gap: 30px;
  }
  .symptom-text-desc {
    font-size: 18px;
  }
  .representative-disease::before {
    width: 35%;
  }
  .representative-disease > div {
    flex-direction: column;
  }
  .representative-disease-right {
    width: 100%;
  }
  .representative-disease-item-text {
    padding: 20px;
  }
  .representative-disease-item-img-title {
    padding: 15px 19px;
    font-size: 24px;
  }
  .disease-desc {
    flex: 1;
    font-size: 18px;
  }
  .disease-symptoms {
    font-size: 16px;
  }
  .m13-section:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .m13-section-img {
    margin-bottom: 20px;
  }
  .m13-section-title {
    font-size: 26px;
  }
  .m13-left-title,
  .representative-disease-title {
    font-size: 36px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .mt-right {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
  .manual-therapy > .inner {
    width: 97.5%;
    margin-right: 0;
  }
  /* 도수치료 */

  .manual-therapy-top .manual-therapy-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .mtc-right-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .mtc-wrap {
    gap: 30px;
  }
  .mtc-info-title {
    font-size: 26px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  .manual-therapy-application ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .manual-therapy-application ul li {
    flex: 0 1 33.33%;
    max-width: 300px;
    justify-content: center;
    aspect-ratio: 1/1;
  }
  .manual-therapy-application ul {
    &::before {
      display: none;
    }
  }
}
@media (max-width: 1024px) {
  .sub-hero-content-inner {
    padding: 100px 0 80px;
  }
  .sub-hero-title {
    font-size: 42px;
  }
  .sub-tab {
    gap: 4px;
    font-size: 16px;
  }
  .sub-tab li {
    border-radius: 20px 20px 0 0;
    padding: 0 8px;
  }
  .sub-tab li.active {
    font-size: 1.05em;
  }
  /* 이문센트럴 치료컨셉 */
  .hospital-about-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .hospital-about-content:not(:last-child) {
    margin-bottom: 60px;
  }

  .hospital-about-content,
  .hospital-about-content:nth-child(odd) {
    flex-direction: column;
    gap: 20px;
  }
  /* 의료진 소개 */
  .doctor-name {
    margin-bottom: 30px;
  }
  .doctor-content {
    flex-direction: column-reverse;
    gap: 0;
  }
  .doctor-wrap--reverse .doctor-content {
    flex-direction: column-reverse;
  }
  .doctor-content-img {
    width: 100%;
    margin-left: auto;
  }
  .doctor-wrap--reverse .doctor-content-img {
    margin-left: 0;
    margin-right: auto;
    border-radius: 50px 0 0 50px;
  }
  /* 장비 소개 */
  .equipment-content-inner {
    flex-direction: column;
  }
  .equipment-right {
    padding-right: 2.5vw;
  }
  /* 도수치료 */
  .rehab-overview-title {
    margin-bottom: 60px;
  }
  .rehab-overview-title i {
    font-size: 20px;
  }
  .rehab-overview-title .title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .mt-wrap {
    flex-direction: column;
  }
  .mt-right {
    width: 100%;
  }
  /* 게시판 */
  .board-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .board-search {
    min-width: 100%;
  }
  .board-featured-row {
    grid-template-columns: 1fr;
  }
  /* 서류발급 */
  .doc-block {
    flex-direction: column;
    gap: 20px;
  }
  .doc-block-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .doc-list {
    width: 100%;
  }
  .doc-list li {
    padding: 15px;
  }
  .doc-list li:first-child {
    border-top: 1px solid #b6a59560;
  }
  .doc-list li {
    border-bottom: 1px solid #b6a59560;
  }
  .doc-table tr:first-child {
    border-top: 1px solid #b6a59560;
  }
  .doc-table tr {
    border-bottom: 1px solid #b6a59560;
  }
  .doc-table th,
  .doc-table td {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .sub-hero-content-inner {
    padding: 80px 0 60px;
  }
  .sub-hero-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .sub-hero-subtitle {
    font-size: 14px;
  }
  .sub-tab {
    gap: 4px;
    font-size: 16px;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 10px 10px;
  }
  .sub-tab li {
    border-radius: 18px;
    flex: 1 0 25%;
    min-width: 0;
  }
  .sub-tab li a {
    padding: 10px 10px;
    white-space: nowrap;
  }
  .sub-tab li.active {
    font-size: 1em;
  }
  /* 이문센트럴 치료컨셉 */
  .hospital-about-text-title {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    & .num {
      font-size: 45px;
    }
  }
  .hospital-about-img {
    width: 70%;
  }
  .hospital-about-text ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .hospital-about-text ul li span {
    font-size: 22px;
  }
  .hospital-about-text ul li em {
    font-size: 17px;
  }
  /* 의료진 소개 */
  .doctor-name {
    margin-bottom: 20px;
  }
  .doctor-content {
    flex-direction: column-reverse;
    gap: 0;
  }
  .doctor-wrap--reverse .doctor-content {
    flex-direction: column-reverse;
  }
  .doctor-wrap--reverse .doctor-content-img {
    margin-left: 0;
    margin-right: auto;
    border-radius: 50px 0 0 50px;
  }
  /* 게시판 */
  .board-grid--notice,
  .board-grid--review {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .board-featured-row {
    gap: 16px;
  }
  .board-title {
    font-size: 28px;
  }
  .board-featured-title {
    font-size: 18px;
  }
  .board-view-title {
    font-size: 26px;
  }
  .board-view-section #post-body,
  .board-view-section #post-body p {
    font-size: 16px;
  }
  .board-view-section #post-body h1 {
    font-size: 24px;
  }
  .board-view-section #post-body h2 {
    font-size: 22px;
  }
  .board-view-section #post-body h3 {
    font-size: 20px;
  }
  .board-view-section #post-body h4 {
    font-size: 18px;
  }
  .board-view-section #post-body h5,
  .board-view-section #post-body h6 {
    font-size: 16px;
  }
  .board-view-section #post-body table {
    font-size: 15px;
  }
  /* 이용약관 / 개인정보처리방침 */
  .non-covered .site {
    font-size: 15px;
    line-height: 1.8;
  }
  .non-covered .site h6 {
    font-size: 17px;
    margin: 24px 0 8px;
  }
  /* 어디가 아프신가요? */
  .symptom-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .representative-disease-item {
    border-radius: 30px;
  }
  /* m13: 세로 배치 + 스티키 유지, 겹칠 때 왼쪽/도트가 위로 보이게 */
  .m13-wrap {
    flex-direction: column;
    gap: 32px;
  }
  .m13-left {
    position: sticky;
    top: 70px;
    z-index: 2;
    background: #fff;
    flex-direction: column;
    padding: 20px 20px 20px 0;
  }
  .m13-right {
    position: relative;
    z-index: 1;
  }
  /* 타임라인 도트 스티키 유지, 더 아래에 붙게 */
  .m13-right .m13-timeline-dot {
    position: sticky;
    top: 65%;
    transform: translateY(-50%);
  }
  .symptom-text-title h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .representative-disease > div {
    gap: 20px;
  }
  /* 도수치료 */
  .mtc-wrap {
    flex-direction: column;
  }
  .mtc-left {
    width: 100%;
  }
  .manual-therapy-special::before {
    width: 65%;
    opacity: 0.5;
  }
  .manual-therapy-application ul li {
    padding: 20px;
  }
  .manual-therapy-application-item-desc {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .sub-hero-content-inner {
    padding: 60px 0 50px;
  }
  .sub-hero-title {
    font-size: 7vw;
  }
  .sub-hero-subtitle {
    font-size: 3.5vw;
  }
  .sub-tab {
    font-size: 3.7vw;
  }
  .sub-tab li {
    border-radius: 14px;
    flex: 1 0 40%;
  }
  .sub-tab li a {
    padding: 10px 10px;
  }
  /* 이문센트럴 치료컨셉 */
  .hospital-about-title {
    font-size: 5.5vw;
  }
  .hospital-about-text-title {
    font-size: 6vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
    & .num {
      font-size: 8vw;
    }
  }
  .hospital-about-text ul li span {
    font-size: 4.5vw;
  }
  .hospital-about-text ul li em {
    font-size: 3.5vw;
  }
  /* 의료진 소개 */
  .doctor-name {
    font-size: 4.5vw;
  }
  .doctor-content-title {
    font-size: 4.5vw;
  }
  .doctor-content ul {
    padding-right: 2.5vw;
  }
  .doctor-content ul li {
    font-size: 3.2vw;
  }
  /* 게시글 상세 post-body 타이포 축소 */
  .board-view-section #post-body,
  .board-view-section #post-body p {
    font-size: 15px;
    line-height: 1.7;
  }
  .board-view-section #post-body h1 {
    font-size: 22px;
  }
  .board-view-section #post-body h2 {
    font-size: 20px;
  }
  .board-view-section #post-body h3 {
    font-size: 18px;
  }
  .board-view-section #post-body h4 {
    font-size: 17px;
  }
  .board-view-section #post-body h5,
  .board-view-section #post-body h6 {
    font-size: 16px;
  }
  .board-view-section #post-body table {
    font-size: 14px;
  }
  .board-view-section #post-body img {
    margin: 20px 0;
  }
  /* 이용약관 / 개인정보처리방침 */
  .non-covered .site {
    font-size: 14px;
    line-height: 1.7;
  }
  .non-covered .site h6 {
    font-size: 16px;
    margin: 22px 0 8px;
  }
  /* 치료후기: 모바일에서는 배너 옆 첫 카드 숨기고, 그리드의 중복 카드는 보이게 */
  .board-section--review .board-featured-row .board-card--featured-first {
    display: none;
  }
  .board-section--review .board-grid--review .board-card--featured-dup {
    display: block;
  }
  /* 장비 소개 */
  .equipment-content-inner {
    gap: 20px;
  }
  .equipment-nav-btn {
    width: 36px;
    height: 36px;
  }
  .equipment-item-title {
    font-size: 4.5vw;
  }
  .equipment-item-desc {
    font-size: 3.2vw;
    margin: 0 5px;
  }
  /* 어디가 아프신가요? */
  .m13-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .m13-img-wrap {
    display: none;
  }
  .symptom-text-title i {
    font-size: 4.5vw;
  }
  .symptom-text-title h4 {
    font-size: 7vw;
  }
  .symptom-text-desc {
    font-size: 3.8vw;
  }
  .m13-left-title,
  .representative-disease-title {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .disease-nav {
    margin-top: 20px;
  }
  .representative-disease::before {
    width: 60%;
  }
  .representative-disease-item-img-title {
    padding: 10px 20px;
    font-size: 5vw;
    border-radius: 0 14px 0 0;
  }
  .disease-desc {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 3.2vw;
  }
  .disease-symptoms {
    flex-direction: column;
    align-items: flex-start;
  }
  .disease-symptoms span {
    padding: 5px 15px;
    font-size: 4vw;
  }
  .disease-symptoms {
    font-size: 3.2vw;
  }
  .disease-symptoms {
    font-size: 3.2vw;
  }
  .m13-timeline-dot {
    width: 45px;
    height: 45px;
  }
  .m13-timeline-dot img {
    width: 45px;
    height: 45px;
  }
  .m13-sections {
    padding: 0 10px;
  }
  .m13-section-title {
    font-size: 6vw;
  }
  /* 어디가 아프신가요? */
  .rehab-overview-title {
    margin-bottom: 40px;
  }
  .rehab-overview-title i {
    font-size: 4vw;
  }
  .rehab-overview-title .title {
    font-size: 6.3vw;
    margin-bottom: 20px;
  }
  .mt-left-title {
    font-size: 6.3vw;
  }
  .mt-nav {
    margin: 30px 0 20px;
  }
  .mt-info-name {
    font-size: 6vw;
  }
  .mt-info-role {
    font-size: 4vw;
    margin-left: 7px;
  }
  .mt-info-career li {
    font-size: 3.2vw;
  }
  /* 도수치료 */
  .manual-therapy-top .manual-therapy-title {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .mtc-right-title {
    font-size: 6.7vw;
    margin-bottom: 20px;
  }
  .mtc-info-title {
    font-size: 5.5vw;
    margin-bottom: 15px;
  }
  .manual-therapy-application-title {
    font-size: 6.7vw;
    margin-bottom: 25px;
  }
  .manual-therapy-application ul li {
    padding: 15px;
  }
  .manual-therapy-application ul li {
    flex: 0 1 50%;
    max-width: 100%;
    gap: 8px;
  }
  .manual-therapy-application-item-title {
    font-size: 4.5vw;
  }
  /* 비급여 */
  .non-covered .site_tit {
    font-size: 5.5vw;
    margin: 30px 0 10px;
  }
  .table_sty03 thead th {
    font-size: 14px;
    word-break: normal;
  }
  .table_sty03 tbody td {
    padding: 8px;
  }
  .table_sty03 tbody td {
    font-size: 12px;
  }
  .table_sty03 table {
    min-width: 590px;
  }
  /* 서류발급 */
  .doc-block-title {
    font-size: 6.5vw;
  }
  .doc-list li {
    font-size: 3.8vw;
  }
  .doc-table tr {
    display: flex;
    flex-direction: column;
    padding: 14px;
    gap: 5px;
  }
  .doc-table th,
  .doc-table td {
    padding: 0;
    font-size: 3.8vw;
  }
  .board-card-title {
    font-size: 4vw;
  }
  .board-card-date {
    font-size: 3.2vw;
  }
}
@media (max-width: 480px) {
  .sub-hero-content-inner {
    padding: 60px 0 50px;
  }
  .sub-hero-title {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
  .sub-hero-subtitle {
    font-size: 12px;
  }
  /* 게시글 상세 post-body: 가장 작은 화면에서 추가 축소 */
  .board-view-section #post-body,
  .board-view-section #post-body p {
    font-size: 14px;
    line-height: 1.7;
  }
  .board-view-section #post-body h1 {
    font-size: 20px;
  }
  .board-view-section #post-body h2 {
    font-size: 18px;
  }
  .board-view-section #post-body h3 {
    font-size: 17px;
  }
  .board-view-section #post-body h4 {
    font-size: 16px;
  }
  .board-view-section #post-body h5,
  .board-view-section #post-body h6 {
    font-size: 15px;
  }
  .board-view-section #post-body table {
    font-size: 13px;
  }
  .board-view-section #post-body img {
    margin: 16px 0;
  }
  /* 이용약관 / 개인정보처리방침 */
  .non-covered .site {
    font-size: 13px;
    line-height: 1.7;
  }
  .non-covered .site h6 {
    font-size: 15px;
    margin: 20px 0 8px;
  }
}
