/* sub-top-banner */
.sub-content {
  padding-top: 110px;
}
.sub-top-banner {
  width: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto 0;
  justify-content: center;
  z-index: 3;
}
.sub-top-banner:has(.breadcrumb) {
  overflow: visible;
}
.sub-top-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.sub-top-banner-bg {
  position: absolute;
  top: -7.5%;
  left: -7.5%;
  width: 115%;
  height: 115%;
  background: url("../img/sub/hospital-intro-hero1.png") no-repeat center
    center / cover;
  z-index: 0;
  will-change: transform;
  filter: blur(14px);
  opacity: 0.82;
  transform: scale(1.26);
  animation:
    subHeroBgIntro 2.1s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    subHeroBgDrift 38s ease-in-out 2.1s infinite;
}
/* 모션 변형: drift(기본) | zoom | none */
.sub-top-banner--motion-zoom .sub-top-banner-bg {
  animation:
    subHeroBgIntro 2.1s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    subHeroBgZoom 42s ease-in-out 2.1s infinite;
}
.sub-top-banner--motion-none .sub-top-banner-bg {
  animation: subHeroBgIntro 2.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-top-banner--2 .sub-top-banner-bg {
  background-image: url("../img/sub/hospital-intro-hero2.png");
}
.sub-top-banner--3 .sub-top-banner-bg {
  background-image: url("../img/sub/hospital-intro-hero3.png");
}
.sub-top-banner--4 .sub-top-banner-bg {
  background-image: url("../img/sub/hospital-intro-hero4.png");
}
.sub-top-banner--5 .sub-top-banner-bg {
  background-image: url("../img/sub/hospital-intro-hero5.png");
}
.sub-top-banner--6 .sub-top-banner-bg {
  background-image: url("../img/sub/hospital-intro-hero6.png");
}
/* 1) 블러 → 선명 + 2) 크게 → 작아짐 (페이지 로드마다 1회) */
@keyframes subHeroBgIntro {
  0% {
    filter: blur(14px);
    opacity: 0.82;
    transform: translate3d(0, 0, 0) scale(1.26);
  }
  55% {
    filter: blur(3px);
    opacity: 0.95;
    transform: translate3d(0, 0, 0) scale(1.1);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.09);
  }
}
/* 3) 로드 후 계속: 은은하지만 눈에 띄는 드리프트 */
@keyframes subHeroBgDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.09);
  }
  33% {
    transform: translate3d(-5%, -2.5%, 0) scale(1.12);
  }
  66% {
    transform: translate3d(-1.5%, -5%, 0) scale(1.07);
  }
}
@keyframes subHeroBgZoom {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.08);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sub-top-banner-bg {
    animation: none;
    filter: none;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .pain-top-content .content1-right .pin {
    animation: none;
  }
  .pain-top-content::before,
  .treatment-manual.pain-main-content::before {
    animation: none;
  }
}
.sub-top-banner-content {
  position: relative;
  z-index: 2;
  padding: 95px 0;
  max-width: 1280px;
  width: 95%;
  color: #555;
  margin: 0 auto;
}
.sub-top-banner-subtitle {
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 700;
}
.breadcrumb {
  margin-bottom: 16px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #757575;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 20px;
  border-radius: 50%;
  background: #757575;
  flex-shrink: 0;
}
.breadcrumb__item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__home {
  line-height: 0;
  display: inline-flex;
}
.breadcrumb__home svg {
  display: block;
  width: 1.875em;
  height: 1.875em;
  flex-shrink: 0;
}
.breadcrumb__dropdown {
  position: relative;
  z-index: 1;
}
.breadcrumb__dropdown.is-open {
  z-index: 100;
}
.breadcrumb__dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  color: #757575;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.breadcrumb__dropdown-ico {
  width: 28px;
  height: 28px;
  display: inline-flex;
}
.breadcrumb__dropdown-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
}
.breadcrumb__dropdown.is-open .breadcrumb__dropdown-ico svg {
  transform: rotate(180deg);
}
.breadcrumb__dropdown-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  transform: translateX(50%);
  min-width: 200px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 5px 0.5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 100;
}
.breadcrumb__dropdown-panel[hidden] {
  display: none;
}
.breadcrumb__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.breadcrumb__dropdown-list li.active a {
  font-weight: 700;
  background: #bbb;
  color: #fff;
}
.breadcrumb__dropdown-list a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.breadcrumb__dropdown-list a:hover {
  background: #f1f1f1;
  color: #555;
}
/* hospital-greeting (병원소개)  */
.hospital-greeting {
  background: url("/assets/img/sub/hospital-greeting-bg.png") no-repeat center
    center / cover;
}
.sub-content h3 {
  font-size: 52px;
  margin-bottom: 80px;
  font-weight: 300;
}
.sub-content h3.c {
  text-align: center;
}
.hospital-greeting h3 b {
  color: var(--color-point);
}
.hospital-greeting-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.hospital-greeting-content-item {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 2px 15px 5px rgba(61, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}
.hospital-greeting-content-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.hospital-greeting-content-item-img {
  line-height: 0;
  overflow: hidden;
  flex: 5;
  position: relative;
}
.hospital-greeting-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-page--greeting
  .hospital-greeting-content-item.is-visible
  .hospital-greeting-content-item-img
  img {
  transform: scale(1);
}
.hospital-greeting-content-item-img::before {
  content: "";
  position: absolute;

  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.hospital-greeting-content-item-img-num {
  position: absolute;
  bottom: 0;
  right: -5px;
  color: #fff;
  font-family: "MaruBuri";
  font-size: 156px;
  line-height: 0.65;
  font-weight: 700;
  letter-spacing: -3.12px;
}
.hospital-greeting-content-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 7;
  padding: 80px 40px;
}
.greeting-promise-title {
  border-radius: 50px;
  background: #fae9e9;
  display: inline-flex;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  color: #b31d1d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.greeting-promise-title-text {
  color: #1d1d4f;
  font-size: 40px;
  font-weight: 700;
}
.greeting-subtitle {
  color: #33336c;
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 20px;
}
.greeting-text-content {
  opacity: 0.8;
  font-size: 18px;
}
/* hospital-mou */
.hospital-mou {
  position: relative;
  overflow: hidden;
  background: url("/assets/img/sub/hospital-mou-bg.png") no-repeat center
    center / cover;
  color: #fff;
}
.hospital-mou::before {
  content: "TANTAN";
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 0.9;
  transform: translateX(-50%);
  font-size: 12vw;
  font-weight: 900;
  color: #fff;
  opacity: 0.05;
}
.hospital-mou-inner {
  margin-left: calc((100vw - 1280px) / 2);
  position: relative;
  z-index: 2;
}
.hospital-mou .inner {
  position: relative;
  z-index: 1;
}
.hospital-mou-layout {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 48px 56px;
  align-items: center;
}
.hospital-mou-label {
  margin-bottom: 20px;
  color: #1d1d4f;
  font-size: 16px;
  font-weight: 700;
}
.hospital-mou-title {
  margin-bottom: 25px;
  font-weight: 300;
}
.hospital-mou-title b {
  font-weight: 700;
  display: block;
}
.hospital-mou-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
}
.hospital-mou-pagination {
  width: 100%;
}
.hospital-mou-pagination-track {
  --mou-progress: 0;
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.15);
  overflow: visible;
}
.hospital-mou-pagination-fill {
  height: 100%;
  width: calc(var(--mou-progress, 0) * 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9f4a 0%, #fff 100%);
  box-shadow: 0 0 8px rgba(255, 180, 120, 0.45);
  pointer-events: none;
}
.hospital-mou-pagination-end-icon {
  position: absolute;
  left: calc(var(--mou-progress, 0) * 100%);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(43, 43, 43, 0.23));
}
.hospital-mou-slider-wrap {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.hospital-mou-swiper {
  overflow: hidden;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.hospital-mou-swiper .swiper-slide {
  height: auto;
}
/* 협력기관이 적을 때: 스와이퍼 미사용, 동일 크기 그리드 */
.hospital-mou-slider-wrap--static {
  overflow: visible;
}
.hospital-mou-swiper--static {
  overflow: visible;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.hospital-mou-swiper--static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  transform: none !important;
}
.hospital-mou-swiper--static .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.hospital-mou-swiper--static .hospital-mou-card {
  height: 100%;
  min-height: 132px;
}
@media (min-width: 1521px) {
  .hospital-mou-swiper--static .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 720px;
  }
}
.hospital-mou-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
  padding: 22px 20px 20px;
  border: 1px solid #d17600;
  border-radius: 15px;
  background: rgba(83, 47, 0, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition:
    border-color 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}
.hospital-mou-card:hover {
  border-color: #ffb347;
  background: rgba(83, 47, 0, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 180, 80, 0.4),
    inset 0 0 20px rgba(255, 159, 74, 0.15);
}
.hospital-mou-card-badge {
  align-self: flex-start;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9f4a 0%, #e8641f 100%);
  color: #910e0e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.hospital-mou-card-name {
  font-size: 30px;
  font-weight: 700;
  color: #fff4e0;
}
.hospital-mou-card-desc {
  font-size: 15px;
  color: #fff4e0;
}
/* hospital-tour */
.hospital-tour {
  background: url("/assets/img/sub/hospital-tour-bg.png") no-repeat center
    center / cover;
}
.hospital-tour-inner {
  margin-left: calc((100vw - 1280px) / 2);
  position: relative;
  z-index: 2;
}
.hospital-tour-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 40px 56px;
}
.hospital-tour-label {
  margin: 0 0 12px;
  color: #8b95a5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.hospital-tour-title {
  margin: 0;
  color: #1e3354;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.35;
}
.hospital-tour-title b {
  font-weight: 800;
}
.hospital-tour-nav {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}
.hospital-tour-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.hospital-tour-nav-btn:hover {
  transform: scale(1.04);
  opacity: 0.92;
}
.hospital-tour-nav-btn__icon {
  display: block;
  line-height: 0;
}
.hospital-tour-nav-btn__icon svg {
  display: block;
  width: 60px;
  height: 60px;
}
.hospital-tour-nav-btn__icon--next svg {
  transform: scaleX(-1);
}
.hospital-tour-slider-wrap {
  min-width: 0;
  overflow: hidden;
}
.hospital-tour-swiper {
  overflow: hidden;
  width: 100%;
}
.hospital-tour-swiper .swiper-slide {
  height: auto;
}
/* hospital-doctor (의료진 소개) */
.hospital-doctor {
  background: #fff;
}
.hospital-doctor-head {
  margin-bottom: 40px;
}
.hospital-doctor-title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-black);
}
.hospital-doctor-title b {
  font-weight: 700;
  color: var(--color-primary);
}
.doctor-profile-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.doctor-profile {
}
.doctor-profile-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.doctor-profile-photo {
  flex: 1;
  border-radius: 30px;
  background: linear-gradient(180deg, #e0e0e5 0%, #f2f2f6 100%);
  overflow: hidden;
  line-height: 0;
  display: flex;
  align-items: flex-end;
}
.doctor-profile-photo img {
  width: 100%;
  object-fit: contain;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-page--doctor .doctor-profile.is-visible .doctor-profile-photo img {
  transform: scale(1);
}
.doctor-profile-main {
  flex: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.doctor-profile-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 0 0 24px;
}
.doctor-profile-name {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
.doctor-profile-name span {
  font-weight: 700;
}
.doctor-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}
.doctor-more-btn:hover {
  opacity: 0.9;
}
.sub-page--doctor .doctor-profile.is-visible .doctor-more-btn {
  transition:
    background 0.2s ease,
    opacity 0.2s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.sub-page--doctor .doctor-profile.is-visible .doctor-more-btn:hover {
  box-shadow: 0 6px 16px rgba(29, 29, 79, 0.18);
  transform: translateY(-1px);
}
.doctor-detail--page-preview {
  display: none;
}
.doctor-schedule-wrap {
  width: 100%;
}
.doctor-schedule {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  background: #fff;
}
.doctor-schedule thead th {
  padding: 12px 12px;
  background: #eaeaea;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.doctor-schedule thead th:first-child {
  width: 80px;
}
.doctor-schedule tbody th {
  padding: 12px 12px;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.doctor-schedule tbody tr:last-child th {
  border-bottom: none;
}
.doctor-schedule tbody td {
  padding: 12px 14px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.doctor-schedule tbody tr:last-child td {
  border-bottom: none;
}
.doctor-schedule-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.doctor-schedule-badge--on {
  background: #f39c12;
  color: #fff;
}
.doctor-schedule-badge--off {
  background: #f0f0f0;
  color: #999;
}
.doctor-schedule-badge--proc {
  background: #9b1b30;
  color: #fff;
}
.doctor-schedule-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  opacity: 0.7;
}
.doctor-schedule-note-sep {
  color: #ccc;
  font-weight: 300;
}
.doctor-schedule-note strong {
  color: #222;
  font-weight: 700;
}
.doctor-detail {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 24px 40px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  scroll-margin-top: 120px;
  align-items: start;
}
.doctor-detail--combined {
  display: block;
  grid-template-columns: none;
}
.doctor-detail-single {
  min-width: 0;
}
.doctor-detail-columns {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 16px 48px;
  align-items: start;
}
.doctor-detail-col {
  min-width: 0;
}
.doctor-detail-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
}
.doctor-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-detail-list li {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  color: #2a2e33;
  opacity: 0.85;
  word-break: keep-all;
  line-height: 1.7;
}
.doctor-detail-list li + li {
  margin-top: 6px;
}
.doctor-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2a2e33;
  flex-shrink: 0;
}
.doctor-detail-item-inline {
  display: inline;
}
.doctor-detail-item-text--sub {
  color: #555;
}
.doctor-detail-item-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0.35em;
  vertical-align: -0.2em;
  object-fit: contain;
}

/* 의료진 약력 전체보기 모달 */
html.doctor-bio-modal-open {
  overflow: hidden;
}
.doctor-bio-modal {
  --doctor-modal-header: #0d5563;
  --doctor-modal-badge: #00b5bd;
  --doctor-modal-name: #1d1d4f;
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.doctor-bio-modal[hidden] {
  display: none;
}
.doctor-bio-modal__backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.doctor-bio-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(94vw, 600px);
  height: min(94dvh, 900px);
  max-height: 94dvh;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.doctor-bio-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  flex-shrink: 0;
  padding: 80px 20px 30px;
  background: url("/assets/img/sub/doctor-modal-bg.png") center / cover
    no-repeat;
  color: #fff;
}
.doctor-bio-modal__logo {
  display: block;
  width: 100%;
  max-width: 230px;
  object-fit: contain;
  justify-self: start;
}
.doctor-bio-modal__header-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
.doctor-bio-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.doctor-bio-modal__close:hover {
  background: rgba(255, 255, 255, 0.14);
}
.doctor-bio-modal__scroll {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
}
.doctor-bio-modal__scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  width: min(72%, 320px);
  height: 180px;
  transform: translate(-50%, -50%);
  background: url("/assets/img/logo.png") center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.doctor-bio-modal__panels {
  position: relative;
  z-index: 1;
}
.doctor-bio-modal__panel[hidden] {
  display: none;
}
.doctor-bio-modal__hero {
  text-align: center;
  background: #fff;
}
.doctor-bio-modal__photo {
  margin: 0;
  line-height: 0;
  background: linear-gradient(180deg, #e0e0e5 0%, #f2f2f6 100%);
}
.doctor-bio-modal__photo img {
  display: block;
  width: 80%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  vertical-align: bottom;
}
.doctor-bio-modal__name {
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 700;
  color: var(--doctor-modal-name);
  line-height: 1.35;
  text-align: left;
  margin-bottom: 20px;
}
.doctor-bio-modal__name span {
  font-weight: 700;
}
.doctor-bio-modal__body {
  padding: 40px 20px;
}
.doctor-bio-modal__section + .doctor-bio-modal__section {
  margin-top: 28px;
}
.doctor-bio-modal__section-title {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 20px;
  border-radius: 999px;
  background: var(--doctor-modal-badge);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.doctor-bio-modal__list {
  margin: 0;
  padding: 0 0 0 6px;
}
.doctor-bio-modal__list li {
  font-size: 16px;
  line-height: 1.75;
  color: #2a2e33;
  opacity: 0.85;
}
.doctor-bio-modal__list li + li {
  margin-top: 8px;
}
.doctor-bio-modal__list li::before {
  background: #9aa0a8;
}
.doctor-bio-modal__list .doctor-detail-item-text--sub {
  color: #5c636a;
}

.hospital-tour-slide-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  line-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #eef2f6;
}
.hospital-tour-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-page--greeting
  .hospital-tour-slider-wrap.is-visible
  .hospital-tour-slide-img:hover
  img {
  transform: scale(1.04);
}

/* pain-top-content */
.pain-top-content {
  background: url("/assets/img/sub/pain-top-content-bg.png") no-repeat center
    center / cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.pain-top-content::before {
  content: "";
  position: absolute;
  z-index: 0;
  color: #e8f0f8;
  opacity: 0.42;
  font-size: 17vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  top: 0%;
  left: 10%;
  pointer-events: none;
  white-space: nowrap;
  will-change: transform;
  animation: painTopWatermarkDrift 26s ease-in-out infinite;
}
@keyframes painTopWatermarkDrift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5%, -6%);
  }
  50% {
    transform: translate(-4%, 5%);
  }
  75% {
    transform: translate(6%, -3%);
  }
}

.pain-top-content .inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
  z-index: 2;
}
.pain-top-content .content1-left {
  flex: 6;
}
.pain-top-intro {
  position: relative;
  z-index: 2;
  /* padding-top: 20px; */
}
.pain-top-brand {
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.3;
}
.pain-top-badge {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
  padding: 6px 20px;
  border-radius: 50px;
  background: #fae9e9;
  color: var(--color-point-dark);
  font-size: 16px;
  font-weight: 700;
}
.sub-content h3.pain-top-headline {
  line-height: 1.28;
  margin: 0 0 36px;
}
.pain-top-headline em {
  font-style: normal;
  color: var(--color-point);
}
.pain-top-divider {
  margin: 0 0 60px;
  border: 0;
  height: 1px;
  background: rgba(123, 133, 145, 0.35);
}
.pain-top-desc {
  margin: 0 0 80px;
  font-size: 26px;
  opacity: 0.7;
  word-break: keep-all;
}
.pain-top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}
.pain-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.pain-top-btn--primary {
  background: var(--color-point);
  color: #fff;
  box-shadow: 0 4px 16px rgba(145, 14, 14, 0.22);
}
.pain-top-btn--primary:hover {
  background: var(--color-point-dark);
  transform: translateY(-2px);
}
.pain-top-btn--tel {
  border: 1.5px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary);
  padding-inline: 24px;
}
.pain-top-btn--tel:hover {
  border-color: var(--color-point);
  color: var(--color-point);
}
.pain-top-btn-ico {
  display: flex;
  line-height: 0;
}
.pain-top-btn-ico svg {
  display: block;
  width: 1.35em;
  height: 1.35em;
  fill: var(--color-primary);
}
.pain-top-btn--tel:hover svg {
  fill: var(--color-point);
}
.pain-top-content .content1-right {
  flex: 5;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, #fff 30.7%, #eef0f6 100%);
  box-shadow: 0 3px 30px 5px rgba(29, 29, 79, 0.12);
}
.pain-top-content .content1-right > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pain-top-content .content1-right .pin {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  transform-origin: center center;
  animation: painPinPulse 2.2s ease-in-out infinite;
}
@keyframes painPinPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
.pain-top-content .pin img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* 목 */
.neck-content1::before {
  content: "NECK";
}
.neck-content1.pain-top-content .content1-right .pin {
  top: 12%;
  left: 45%;
}

#pain-neck-qa {
  scroll-margin-top: 120px;
}
/* 앵커 이동 대상(치료대상 알아보기 등) 고정 헤더 보정 */
.pain-symptom-content[id] {
  scroll-margin-top: 120px;
}
/* 통증 클리닉 FAQ */
.pain-faq {
  position: relative;
  overflow: hidden;
  background:
    url("/assets/img/sub/pain-neck-qa-bg.png") no-repeat center center / cover,
    linear-gradient(160deg, #1a1a3e 0%, #2a2d5c 45%, #1e2248 100%);
}
.pain-faq::after {
  content: "Q&A";
  position: absolute;
  right: -2%;
  bottom: -3%;
  font-size: clamp(120px, 18vw, 310px);
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  user-select: none;
}
.pain-faq .inner {
  position: relative;
  z-index: 1;
}
.pain-faq-head {
  text-align: center;
  margin-bottom: 48px;
}
.pain-faq-badge {
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 22px;
  border-radius: 999px;
  background: #ddd;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
}
.pain-faq-title {
  color: var(--color-white);
  font-weight: 300;
  margin-bottom: 80px;
}
.pain-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pain-faq-item {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  border: 5px solid #abdbdd;
  background: #fffdfd;
  box-shadow: 0 3px 10px 4px rgba(75, 9, 0, 0.1);
}
.pain-faq-item.pain-faq-item--navy {
  border: 5px solid #afbbd9;
}
.pain-faq-item__question-col {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
.pain-faq-item__answer-col {
  flex: 2;
}
.pain-faq-item__mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.pain-faq-item--teal .pain-faq-item__mark {
  background: linear-gradient(135deg, #0cc 0%, #005666 100%);
}
.pain-faq-item--navy .pain-faq-item__mark {
  background: linear-gradient(135deg, #4242b5 0%, #1d1d4f 100%);
}
.pain-faq-item__question {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
  color: #00a2a2;
}
.pain-faq-item.pain-faq-item--navy .pain-faq-item__question {
  color: #1d1d4f;
}
.pain-faq-item__answer {
  color: var(--color-black);
  opacity: 0.8;
}
/* 대표질환 */
.pain-main-content {
  background: url("/assets/img/sub/pain-main-content-bg.png") no-repeat center
    center / cover;
}
.pain-main-content .inner {
  display: flex;
  align-items: center;
  gap: 100px;
}
.pain-main-content-left {
  flex: 1;
}
.pain-main-content-left .pain-top-brand {
  color: #f39800;
  opacity: 1;
}
.pain-main-content-title {
  color: var(--color-white);
  font-weight: 300;
}
.pain-main-content-desc {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 300;
  opacity: 0.8;
}
.pain-main-content-right {
  flex: 2;
}
.pain-main-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pain-disease-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 15px;
  border: 0.785px solid #f39800;
  background: rgba(83, 47, 0, 0.15);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pain-disease-card__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f39800;
  color: var(--color-point-dark);
  font-size: 14px;
  font-weight: 700;
}
.pain-disease-card__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff4e0;
}
.pain-disease-card__desc {
  font-size: 14px;
  font-weight: 300;
  color: #fff4e0;
}
/* 주요 증상 */
.pain-symptom-content {
  background: url("/assets/img/sub/pain-symptom-content-bg.png") no-repeat
    center center / cover;
}
.pain-symptom-content .inner {
  display: flex;
  align-items: flex-end;
  gap: 90px;
}
.pain-symptom-content-left {
  flex: 1.2;
}
.pain-symptom-content-left .pain-top-brand {
  color: #02b8b8;
  opacity: 1;
}
.pain-symptom-content-left .pain-main-content-title {
  color: var(--color-primary);
}
.pain-symptom-content-left .pain-main-content-desc {
  opacity: 0.8;
  color: var(--color-black);
}
.pain-symptom-content-right {
  flex: 2;
}
.pain-symptom-check-list {
  margin-top: 70px;
  padding: 30px 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1d1d4f 0%, #25257c 100%);
}
.pain-symptom-check-list__label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #02b8b8;
}
.pain-symptom-check-list__count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 15px;
  line-height: 1;
}
.pain-symptom-check-list__num {
  font-size: 52px;
  font-weight: 700;
  color: var(--color-white);
}
.pain-symptom-check-list__total {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
}
.pain-symptom-check-list__hint {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.pain-symptom-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pain-symptom-item__label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px 24px;
  padding: 18px 22px;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 2px 10px 3px rgba(10, 0, 70, 0.1);
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}
.pain-symptom-item__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pain-symptom-item__thumb {
  flex-shrink: 0;
  width: 170px;
  aspect-ratio: 2/1;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  line-height: 0;
}
.pain-symptom-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pain-symptom-item__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  color: var(--color-primary);
}
.pain-symptom-item__title {
  font-size: 30px;
  font-weight: 700;
}
.pain-symptom-item__desc {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}
.pain-symptom-item__check {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 56px;
  text-align: center;
}
.pain-symptom-item__check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #7b8591;
  transition: color 0.25s ease;
}
.pain-symptom-item__check-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}
.pain-symptom-item__check-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #7b8591;
  transition: color 0.25s ease;
}
.pain-symptom-item__label:has(.pain-symptom-item__input:checked) {
  border-radius: 15px;
  background: linear-gradient(180deg, #1d1d4f 0%, #25257c 100%);
  box-shadow: 0 2px 10px 3px rgba(10, 0, 70, 0.1);
}
.pain-symptom-item__label:has(.pain-symptom-item__input:checked)
  .pain-symptom-item__title,
.pain-symptom-item__label:has(.pain-symptom-item__input:checked)
  .pain-symptom-item__desc {
  color: var(--color-white);
}
.pain-symptom-item__label:has(.pain-symptom-item__input:checked)
  .pain-symptom-item__desc {
  opacity: 0.85;
}
.pain-symptom-item__label:has(.pain-symptom-item__input:checked)
  .pain-symptom-item__check-icon,
.pain-symptom-item__label:has(.pain-symptom-item__input:checked)
  .pain-symptom-item__check-text {
  color: #02b8b8;
}
/* 어깨 */
.shoulder-content1::before {
  content: "SHOULDER";
}
.pain-top-content .content1-right .pin.shoulder {
  top: 15%;
  right: 30%;
}
.pain-main-content.pain-main-content--shoulder {
  background: url(/assets/img/sub/pain-main-content-bg-shoulder.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--shoulder {
  background: url(/assets/img/sub/pain-faq-bg-shoulder.png) no-repeat center
    center / cover;
}
/* 허리 */
.back-content1::before {
  content: "WAIST";
}
.pain-top-content .content1-right .pin.back {
  top: 35%;
  right: 32%;
}
.pain-main-content.pain-main-content--back {
  background: url(/assets/img/sub/pain-main-content-bg-back.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--back {
  background: url(/assets/img/sub/pain-faq-bg-back.png) no-repeat center
    center / cover;
}
/* 무릎 */
.knee-content1::before {
  content: "KNEE";
}
.pain-top-content .content1-right .pin.knee {
  top: 57%;
  right: 50%;
}
.pain-main-content.pain-main-content--knee {
  background: url(/assets/img/sub/pain-main-content-bg-knee.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--knee {
  background: url(/assets/img/sub/pain-faq-bg-knee.png) no-repeat center
    center / cover;
}
/* 팔꿈치 */
.elbow-content1::before {
  content: "ELBOW";
}
.pain-top-content .content1-right .pin.elbow {
  top: 22%;
  right: 15%;
}
.pain-main-content.pain-main-content--elbow {
  background: url(/assets/img/sub/pain-main-content-bg-elbow.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--elbow {
  background: url(/assets/img/sub/pain-faq-bg-elbow.png) no-repeat center
    center / cover;
}
/* 손목 / 손 */
.wrist-content1::before {
  content: "Wrist and hand";
}
.pain-top-content .content1-right .pin.wrist {
  top: 22%;
  right: 73%;
}
.pain-main-content.pain-main-content--wrist {
  background: url(/assets/img/sub/pain-main-content-bg-wrist.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--wrist {
  background: url(/assets/img/sub/pain-faq-bg-wrist.png) no-repeat center
    center / cover;
}
/* 발목 / 발 */
.foot-content1::before {
  content: "ANKLES AND FEET";
}
.pain-top-content .content1-right .pin.foot {
  top: 77%;
  right: 43%;
}
.pain-main-content.pain-main-content--foot {
  background: url(/assets/img/sub/pain-main-content-bg-foot.png) no-repeat
    center center / cover;
}
.pain-faq.pain-faq--foot {
  background: url(/assets/img/sub/pain-faq-bg-foot.png) no-repeat center
    center / cover;
}
/* menu3 */
/* injection-content1 — pain-top-content와 동일 레이아웃, 색상만 변경 */
.injection-content1.pain-top-content {
  background: #fff;
  background-attachment: scroll;
}
.injection-content1.pain-top-content::before {
  content: "NERVE BLOCK";
}
.injection-content1 .pain-top-badge {
  background: #eef1f5;
  color: #5a6573;
}
.injection-content1 .pain-top-headline b {
  color: #1d1d4f;
}
.injection-content1 .pain-top-headline em {
  color: #02b8b8;
}
.injection-content1 .pain-top-btn--primary {
  background: #6b8aa8;
  box-shadow: 0 4px 16px rgba(74, 106, 138, 0.25);
}
.injection-content1 .pain-top-btn--primary:hover {
  background: #567894;
}
.injection-content1 .pain-top-btn--tel:hover {
  border-color: #02b8b8;
  color: #02b8b8;
}
.injection-content1 .pain-top-btn--tel:hover .pain-top-btn-ico svg {
  fill: #02b8b8;
}
/* 오른쪽: 인체 핀 없이 이미지 꽉 채움 (content1-right 크기·라운드는 공통) */
.injection-content1.pain-top-content .inner {
  align-items: stretch;
}
.injection-content1 .content1-right--cover {
  line-height: 0;
}
.injection-content1 .content1-right--cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.pain-main-content--nerve {
  background: url(/assets/img/sub/pain-main-content-bg-nerve.png) no-repeat
    center center / cover;
}
/* 근막수압박리술 */
.pain-main-content--fascia {
  background: url(/assets/img/sub/pain-main-content-bg-fascia.png) no-repeat
    center center / cover;
}
/* 근막수압박리술 치료프로세스 */
.pain-process-content {
  background: #f0f2f5;
}
.pain-process-content .inner {
  overflow-x: clip;
}
.pain-process-title {
  text-align: center;
  margin-bottom: 80px;
}
.pain-process-title-desc {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.85;
}
.pain-process-title .pain-top-brand {
  color: #1d1d4f;
}
.pain-process-title h3 {
  font-weight: 300;
}
.pain-process-title h3 b {
  color: #1d1d4f;
}
.cir_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cir_box .line {
  flex: 1;
  height: 1px;
  background-color: #1d1d4f;
  position: relative;
}
.cir_box .line::before {
  content: "";
  background-color: #f0f2f5;
  width: 100%;
  height: 200%;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
/* 첫 연결선은 바로, 마지막 연결선은 4번째 원 마스크 종료 후(1.85s + 0.65s) */
.cir_box .line:first-of-type::before {
  transition-delay: 0s;
}
.cir_box .line:last-of-type::before {
  transition-delay: 2.55s;
}
.cir_box.active .line::before {
  width: 0%;
}
.cir_box .cir {
  position: relative;
  /* flex: 1 1 0; */
  min-width: 0;
  width: calc(1280px / 4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #1d1d4f;
  color: #1d1d4f;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cir_box .cir::before {
  content: "";
  background-color: #f0f2f5;
  width: calc(100% + 5px);
  height: 105%;
  right: -2px;
  top: -2px;
  display: block;
  position: absolute;
  z-index: 1;
  transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.35s;
}
.cir_box.active .cir::before {
  width: 0%;
}
.cir_box .cir:nth-child(2)::before {
  transform: translateX(-1px);
  transition-delay: 0.35s;
}
.cir_box .cir:nth-child(3)::before {
  transform: translateX(-1px);
  transition-delay: 0.85s;
}
.cir_box .cir:nth-child(4)::before {
  transform: translateX(-1px);
  transition-delay: 1.35s;
}
.cir_box .cir:nth-child(5)::before {
  transform: translateX(-1px);
  transition-delay: 1.85s;
}
.cir_box .cir .text_box {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cir_box.active .cir:nth-child(2) .text_box {
  opacity: 1;
  transition-delay: 0.95s;
}
.cir_box.active .cir:nth-child(3) .text_box {
  opacity: 1;
  transition-delay: 1.45s;
}
.cir_box.active .cir:nth-child(4) .text_box {
  opacity: 1;
  transition-delay: 1.95s;
}
.cir_box.active .cir:nth-child(5) .text_box {
  opacity: 1;
  transition-delay: 2.45s;
}
.cir_box .cir .text_box .num {
  color: #2b2c52;
  font-family: "MaruBuri";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.cir_box .cir .text_box .ico {
  max-width: 78px;
  line-height: 0;
  margin-bottom: 15px;
}
.cir_box .cir .text_box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cir_box .cir .text_box .tit {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d4f;
  margin-bottom: 10px;
}
.cir_box .cir .text_box .desc {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.6;
}

@media (prefers-reduced-motion: reduce) {
  .cir_box .line::before,
  .cir_box .cir::before {
    transition-duration: 0.01ms;
    transition-delay: 0s !important;
  }
  .cir_box.active .cir .text_box {
    opacity: 1;
    transition: none;
    transition-delay: 0s;
  }
}
/* 근막수압박리술 */
.injection-content1.pain-top-content::before {
  color: #446b98;
  opacity: 0.04;
}
.injection-fascia.pain-top-content::before {
  content: "HYDRODISSECTION";
}
/* PRP 주사 Q&A */
.injection-prp.pain-top-content::before {
  content: "PRP Therapy";
}
.pain-faq.pain-faq--prp {
  background: url(/assets/img/sub/pain-prp-qa-bg.png) no-repeat center center /
    cover;
}
/* 석회흡인술 */
.injection-calcium.pain-top-content::before {
  content: "Calcium Aspiration";
}
/* 자가혈장 줄기세포 */
.injection-stemcell.pain-top-content::before {
  content: "Autologous Stem Cell IV Therapy";
}

/* 비수술 · 통증 치료 클리닉 */
.treatment-manual-content1 .pain-top-badge {
  background: #fde6d0;
  color: #f36500;
}
.treatment-manual-content1 .pain-top-headline b {
  color: #f36500;
}
.treatment-manual-content1 .pain-top-btn--primary {
  background: #f36500;
}
.treatment-manual-content1 .pain-top-btn--tel:hover {
  border-color: #f36500;
  color: #f36500;
}
.treatment-manual-content1 .pain-top-btn--tel:hover svg {
  fill: #f36500;
}
.treatment-manual-content1.pain-top-content::before {
  color: #eee;
  opacity: 0.35;
}
.manual-therapy .pain-main-content-left .pain-top-brand {
  color: #1d1d4f;
  opacity: 1;
}
/* 체외충격파 치료 */
.manual-therapy.pain-top-content::before {
  content: "Physical Therapy";
}
.treatment-manual.pain-main-content {
  background: linear-gradient(
    94deg,
    #ff9d00 0%,
    #b41818 39.74%,
    #7e0000 98.41%
  );
  position: relative;
  overflow: hidden;
}
.treatment-manual.pain-main-content .inner {
  position: relative;
  z-index: 2;
}
.treatment-manual.pain-main-content::before {
  position: absolute;
  z-index: 0;
  color: #eee;
  opacity: 0.05;
  font-size: 10vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  top: 0%;
  left: 10%;
  pointer-events: none;
  white-space: nowrap;
  will-change: transform;
  animation: painTopWatermarkDrift 26s ease-in-out infinite;
}
.treatment-manual.pain-main-content .inner {
  position: relative;
  z-index: 2;
}
.manual-therapy.pain-main-content::before {
  content: "TANTAN Physical Therapy";
}
.treatment-manual.pain-main-content .pain-main-content-right {
  flex: 3;
}
/* 체외충격파 치료 */
.treatment-manual-content1.pain-top-content.eswt::before {
  content: "ESWT";
}
.manual-therapy.pain-main-content.eswt::before {
  content: "TANTAN ESWT";
}

.treatment-manual.pain-main-content.eswt .pain-main-content-right {
  flex: 2;
  min-width: 0;
}
.eswt-type-list {
  display: flex;
  gap: 20px;
}
.eswt-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px;
  border-radius: 20px;
  background: #fff url(/assets/img/sub/eswt-type-card-bg.png) no-repeat right
    bottom / 40%;
  box-shadow: 0 2px 12px 3px rgba(61, 122, 130, 0.12);
}
.eswt-type-card__figure {
  margin: 0 0 20px;
  line-height: 0;
  width: 100%;
  max-width: 280px;
}
.eswt-type-card__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.eswt-type-card__title {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.3;
}
.eswt-type-card--radial .eswt-type-card__title {
  color: #f36500;
}
.eswt-type-card--focused .eswt-type-card__title {
  color: #7e0000;
}
.eswt-type-card__divider {
  width: 100%;
  max-width: 220px;
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #c9daf0;
}
.eswt-type-card__desc {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #333;
  word-break: keep-all;
}
/* 프리미엄 수액 — 싸이모신 (treatment-iv.php) */
.treatment-manual.pain-main-content.iv-thymosin {
  background: linear-gradient(180deg, #d35100 0%, #b10f0f 50%, #9c0505 100%);
}
.treatment-manual-content1.pain-top-content.iv::before {
  content: "IV THERAPY";
}
.pain-main-content.iv-thymosin::before {
  content: "THYMOSIN";
}
.pain-main-content.iv-thymosin .pain-main-content-right {
  flex: 0.8;
  min-width: 0;
}
.iv-thymosin__signature {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff;
  color: #f36500;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.iv-thymosin__title {
  margin-bottom: 28px;
  padding-bottom: 28px;
  font-weight: 300;
  line-height: 1.28;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.iv-thymosin__title-accent {
  color: #fc0;
}
.iv-thymosin__desc {
  margin: 0 0 32px;
  max-width: 520px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
  opacity: 0.92;
  word-break: keep-all;
}
.iv-thymosin__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.iv-thymosin__tag {
  padding: 6px 16px;
  border-radius: 999px;
  border-radius: 50px;
  border: 1px solid #f39800;
  background: rgba(255, 244, 224, 0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.iv-thymosin__card {
  border-radius: 30px;
  box-shadow: 0 2px 10px 5px rgba(58, 0, 0, 0.15);
  line-height: 0;
  overflow: hidden;
}
.iv-thymosin__card img {
  width: 100%;
}
/* 탄탄 수액치료 12종 (treatment-iv.php) */
.iv-tantan {
  background: linear-gradient(180deg, #fff 10%, #e6f5f8 100%);
}
.iv-tantan__head {
  margin-bottom: 40px;
}
.iv-tantan__title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-mint);
}
.iv-tantan__title b {
  color: #1d1d4f;
}
.iv-tantan__lead {
  margin-bottom: 50px;
  font-size: 20px;
  opacity: 0.8;
}
.iv-tantan__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.iv-tantan__legend-item {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
}
.iv-tantan__legend-item--immunity {
  background: #e1fdfd;
  color: #02b8b8;
}
.iv-tantan__legend-item--beauty {
  background: #faeef3;
  color: #ee005c;
}
.iv-tantan__legend-item--fatigue {
  background: #fff4e0;
  color: #f39800;
}
.iv-tantan__legend-item--pain {
  background: #e8f0f8;
  color: #1d1d4f;
}
.iv-tantan__legend-item--etc {
  background: #f0f2f5;
  color: #2a2e33;
}
.iv-tantan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.iv-tantan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e8eef2;
  box-shadow: 0 2px 12px 3px rgba(61, 122, 130, 0.1);
}
.iv-tantan-card--signature {
  background: linear-gradient(180deg, #fff 0%, #e3fbfb 100%);

  border: 1px solid #02b8b8;
}
.iv-tantan-card__signature-badge {
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(-50%);
  padding: 5px 14px;
  border-radius: 999px;
  background: #02b8b8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.iv-tantan-card__cat {
  align-self: flex-start;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.3;
}
.iv-tantan-card--immunity .iv-tantan-card__cat {
  color: #02b8b8;
  background: #e1fdfd;
}
.iv-tantan-card--beauty .iv-tantan-card__cat {
  color: #ee005c;
  background: #faeef3;
}
.iv-tantan-card--fatigue .iv-tantan-card__cat {
  color: #f39800;
  background: #fff4e0;
}
.iv-tantan-card--pain .iv-tantan-card__cat {
  color: #1d1d4f;
  background: #e8f0f8;
}
.iv-tantan-card--etc .iv-tantan-card__cat {
  color: #2a2e33;
  background: #f0f2f5;
}
.iv-tantan-card__figure {
  line-height: 0;
  width: 100%;
  max-width: 60px;
  margin: 20px 0;
}
.iv-tantan-card__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.iv-tantan-card__name {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d1d4f;
}
.iv-tantan-card__desc {
  font-size: 18px;
  opacity: 0.8;
}
/* 도수치료사 */
.treatment-manual-therapist {
  background: linear-gradient(180deg, #fff 30%, #e6f5f8 100%);
}
.treatment-manual-therapist-head {
  text-align: center;
  margin-bottom: 80px;
}
.treatment-manual-therapist-title {
  line-height: 1.3;
  color: var(--color-primary-dark);
  margin-bottom: 20px;
}
.treatment-manual-therapist-title b {
  color: #02b8b8;
}
.treatment-manual-therapist-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #888;
  margin: 0;
}
.treatment-manual-therapist-content {
  margin-left: calc((100vw - 1280px) / 2);
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.treatment-manual-therapist-content-left {
  flex: 1;
  max-width: 500px;
  min-width: 0;
}
.treatment-manual-therapist-content-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.therapist-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  padding: 22px 28px;
  border-radius: 20px;
  background: #e8f7f7;
}
.therapist-info-head-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.therapist-info-badge {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #888;
}
.therapist-info-name {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  color: #02b8b8;
}
.therapist-info-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.therapist-info-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #7b8591;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}
.therapist-info-nav-btn:hover {
  border-color: #555;
  transform: scale(1.04);
}
.therapist-info-nav-btn__icon {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  margin-left: 3px;
}
.therapist-info-nav-btn__icon--next {
  transform: rotate(-135deg);
  margin-left: -3px;
}
.therapist-info-panels {
  display: grid;
}
.therapist-info-panel {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}
.therapist-info-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.therapist-info-section + .therapist-info-section {
  margin-top: 28px;
}
.therapist-info-section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 5px;
}
.therapist-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.therapist-info-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.therapist-info-sublist {
  list-style: none;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.therapist-profile-swiper {
  --therapist-slide-gap: 20px;
  --therapist-slides-per-view: 2.5;
  --therapist-slide-padding-y: 20px;
  --therapist-slide-padding-x: 12px;
  overflow: hidden;
  width: 100%;
  padding: var(--therapist-slide-padding-y) 0;
  box-sizing: border-box;
}
.therapist-profile-swiper .swiper-slide {
  width: calc(
    (
        100% - var(--therapist-slide-gap) *
          (var(--therapist-slides-per-view) - 1)
      ) /
      var(--therapist-slides-per-view)
  );
  height: auto;
  box-sizing: border-box;
  padding: var(--therapist-slide-padding-y) var(--therapist-slide-padding-x);
  display: flex;
  align-items: center;
  justify-content: center;
}
.therapist-profile-card {
  width: 100%;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px 3px rgba(61, 122, 130, 0.15);

  line-height: 0;
  transform: scale(0.8);
  transform-origin: center center;
  opacity: 0.45;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    box-shadow 0.45s ease;
}
.therapist-profile-swiper .swiper-slide-active .therapist-profile-card {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 2px 12px 3px rgba(61, 122, 130, 0.15);
}
.therapist-profile-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .therapist-profile-card {
    transform: none;
    opacity: 1;
    transition: none;
  }
  .therapist-profile-swiper .swiper-slide-active .therapist-profile-card {
    transform: none;
    opacity: 1;
  }
}
/* 대상포진 */
.treatment-manual-content1.pain-top-content.shingles::before {
  content: "Shingles";
}
.pain-main-content.iv-thymosin.shingles::before {
  content: "Shingles";
}
/* 교통사고 클리닉 */
.treatment-manual-content1.pain-top-content.traffic::before {
  content: "TRAFFIC ACCIDENT CLINIC";
}
/* 스포츠 손상 클리닉 (clinic-sports.php) */
.treatment-manual-content1.pain-top-content.sports .pain-top-badge {
  background: #d3ecff;
  color: #1d1d4f;
}
.treatment-manual-content1.pain-top-content.sports .pain-top-headline b {
  color: #1d1d4f;
}
.treatment-manual-content1.pain-top-content.sports .pain-top-btn--primary {
  background: #1d1d4f;
  box-shadow: 0 4px 16px rgba(29, 29, 79, 0.22);
}
.treatment-manual-content1.pain-top-content.sports
  .pain-top-btn--primary:hover {
  background: #368aca;
}
.treatment-manual-content1.pain-top-content.sports .pain-top-btn--tel:hover {
  border-color: #368aca;
  color: #368aca;
}
.treatment-manual-content1.pain-top-content.sports
  .pain-top-btn--tel:hover
  svg {
  fill: #368aca;
}
.treatment-manual-content1.pain-top-content.sports::before {
  content: "SPORTS INJURIES";
  color: #d0e7f8;
  opacity: 0.22;
}
.sports-program {
  background: url("/assets/img/sub/sports-program-bg.png") no-repeat center
    center / cover;
}
.sports-program .inner {
  align-items: center;
}
.sports-flow-banner {
  overflow: hidden;
  background: linear-gradient(90deg, #1d1d4f 20%, #02b8b8 100%);
}
.sports-flow-banner__track {
  display: flex;
  width: max-content;
  animation: sportsFlowText 120s linear infinite;
  will-change: transform;
}
.sports-flow-banner__text {
  flex-shrink: 0;
  margin: 0;
  padding: 16px 0;
  padding-right: 3rem;
  color: #e8f0f8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
@keyframes sportsFlowText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sports-flow-banner__track {
    animation: none;
  }
}
.sports-body-map {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4ffff 0%, #fff 80%);
}
.sports-body-map::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10%;
  max-width: 1160px;
  width: 60%;
  aspect-ratio: 1/1;
  background: url("/assets/img/sub/sports-body-map-bg.png") no-repeat center
    center / contain;
}
.sports-body-map::before {
  content: "SPORT × BODY MAP";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #02b8b8;
  opacity: 0.05;
  font-size: 8vw;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.sports-body-map .inner {
  position: relative;
  z-index: 1;
}
.sports-body-map__head {
  margin-bottom: 60px;
  text-align: center;
}
.sports-body-map__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #02b8b8;
  font-size: 14px;
  font-weight: 700;
}
.sports-body-map__title {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.35;
}
.sports-body-map__title b {
  color: #02b8b8;
}
.sports-body-map__desc {
  margin: 0;
  color: #5c6670;
  font-size: 16px;
  line-height: 1.7;
}
.sports-body-map__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.sports-body-map__tab {
  font-family: Paperlogy;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  box-shadow: 0 2px 8px 3px rgba(0, 42, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.sports-body-map__tab.is-active {
  background: linear-gradient(180deg, #02b8b8 0%, #009898 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(2, 184, 184, 0.22);
}
.sports-body-map__tab-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.sports-body-map__tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sports-body-map__sport-title .sports-body-map__tab-icon {
  width: 1.2em;
  aspect-ratio: 1/1;
}
.sports-body-map__panel {
  display: flex;
  align-items: center;
  gap: 100px;
}
.sports-body-map__figure {
  position: relative;
  margin: 0;
  line-height: 0;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 30.7%, #eef0f6 100%);
  box-shadow: 0 3px 30px 5px rgba(29, 29, 79, 0.12);
  max-width: 560px;
  flex: 1;
}
.sports-body-map__figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.sports-body-map__hotspot {
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 0;
  opacity: 0;
  transform: scale(0.72);
  transform-origin: center center;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  pointer-events: none;
}
.sports-body-map__hotspot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sports-body-map__hotspot[data-area="neck"] {
  top: 12%;
  right: 48%;
}
.sports-body-map__hotspot[data-area="shoulder"] {
  top: 15%;
  right: 33%;
}
.sports-body-map__hotspot[data-area="back"] {
  top: 35%;
  right: 32%;
}
.sports-body-map__hotspot[data-area="elbow"] {
  top: 22%;
  right: 18%;
}
.sports-body-map__hotspot[data-area="wrist"] {
  top: 22%;
  right: 76%;
}
.sports-body-map__hotspot[data-area="knee"] {
  top: 59%;
  right: 53%;
}
.sports-body-map__hotspot[data-area="foot"] {
  top: 77%;
  right: 44%;
}
.sports-body-map__hotspot.is-active {
  opacity: 1;
  transform: scale(1);
  animation: sportsHotspotPulse 2.4s ease-in-out infinite;
}
@keyframes sportsHotspotPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.sports-body-map__detail {
  position: relative;
  min-height: 280px;
  flex: 1;
}
.sports-body-map__detail-panel {
  display: none;
}
.sports-body-map__detail-panel.is-active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sports-body-map__badge {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 6px 20px;
  border-radius: 999px;
  background: #d6f2f2;
  color: #02b8b8;
  font-size: 16px;
  font-weight: 700;
}

.sports-body-map__sport-title {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(2, 184, 184, 0.4);
  color: var(--color-primary);
  font-size: 52px;
  line-height: 1.2;
}
.sports-body-map__sport-title strong {
  font-weight: 700;
}
.sports-body-map__sport-title .sports-body-map__tab-icon {
  width: 1.2em;
  aspect-ratio: 1/1;
  height: 1.2em;
  flex-shrink: 0;
}
.sports-body-map__sport-desc {
  margin-bottom: 40px;
  font-size: 26px;
  opacity: 0.8;
}
.sports-body-map__areas-label {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.5;
}
.sports-body-map__area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sports-body-map__area-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #02b8b8;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  color: #2a2e33;
  opacity: 0.8;
  font-size: 18px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.sports-body-map__area-link-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02b8b8;
}
.sports-body-map__area-link-label {
  flex: 1;
}
.sports-body-map__area-link-arrow {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
  color: #555;
}
.sports-body-map__area-link-arrow svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
}
.sports-body-map__area-link:hover {
  background: #02b8b8;
  border-color: #02b8b8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(2, 184, 184, 0.22);
}
.sports-body-map__area-link:hover .sports-body-map__area-link-dot {
  background: #fff;
}
.sports-body-map__area-link:hover .sports-body-map__area-link-arrow {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .sports-body-map__hotspot.is-active {
    animation: none;
  }
}
/* TANTAN GUIDE — 교통사고 절차 (treatment-traffic.php) */
.pain-main-content.tantan-guide {
  background: linear-gradient(180deg, #d35100 0%, #b10f0f 50%, #9c0505 100%);
}
.pain-main-content.tantan-guide .inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.treatment-manual.pain-main-content.tantan-guide.traffic::before {
  content: "TRAFFIC ACCID";
}
.tantan-guide__head {
  margin-bottom: 40px;
  text-align: center;
}
.tantan-guide__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff4e0;
  color: #f36500;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.tantan-guide__title {
  font-weight: 300;
  color: #fff;
}
.tantan-guide__title-accent {
  color: #fde047;
}
.tantan-guide__steps {
  display: flex;
  gap: 20px;
}
.tantan-guide-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
}
.tantan-guide-step__figure {
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 0;
  border-radius: 30px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.tantan-guide-step__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tantan-guide-step__num {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #f36500;
}
.tantan-guide-step__title {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
}
.tantan-guide-step__desc {
  font-size: 20px;
  color: #1d1d4f;
}
/* PROGRAM GUIDE — 교통사고 프로그램 (treatment-traffic.php) */
.pain-symptom-content.traffic-program .inner {
  align-items: center;
}
.pain-symptom-content.traffic-program .pain-top-divider {
  margin: 0 0 28px;
}
.traffic-program-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.traffic-program-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 2px 10px 3px rgba(10, 0, 70, 0.1);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.traffic-program-card:hover {
  background: linear-gradient(180deg, #1d1d4f 0%, #25257c 100%);
  box-shadow: 0 4px 16px 4px rgba(10, 0, 70, 0.18);
  transform: translateY(-2px);
}
.traffic-program-card__title,
.traffic-program-card__desc {
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}
.traffic-program-card:hover .traffic-program-card__title,
.traffic-program-card:hover .traffic-program-card__desc {
  color: var(--color-white);
}
.traffic-program-card:hover .traffic-program-card__desc {
  opacity: 0.85;
}
.traffic-program-card__thumb {
  flex-shrink: 0;
  width: 170px;
  aspect-ratio: 2 / 1;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  line-height: 0;
}
.traffic-program-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.traffic-program-card__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  color: var(--color-primary);
}
.traffic-program-card__title {
  font-size: 30px;
  font-weight: 700;
}
.traffic-program-card__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}
/* 사이트이용안내 (privacy / terms / non-covered) */
.non-covered {
  background: linear-gradient(180deg, #fff 50%, #f0f6f8 100%);
}
.non-covered.guide-non-covered {
  /* background: #f7fafb; */
}
.guide-non-covered h3.animated-text {
  margin: 0 0 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
}
.non-covered.guide-non-covered .noti_txt {
  margin-bottom: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #f3f4f6;
  justify-content: center;
}
.non-covered.guide-non-covered .noti_txt li {
  color: #4b5563;
  font-size: 15px;
}
.non-covered.guide-non-covered .site_tit {
  margin-top: 40px;
  margin-bottom: 14px;
  padding: 0 0 0 12px;
  border-bottom: 0;
  border-left: 4px solid #94a3b8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
}
.non-covered.guide-non-covered .site_tit:first-of-type {
  margin-top: 0;
}
.non-covered-table {
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.non-covered-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.non-covered-table thead th {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 6px;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
.non-covered-table tbody td {
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
  padding: 9px 6px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.non-covered-table tbody tr:hover {
  background: #f9fafb;
}
.non-covered-table table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.non-covered-table--wide .col-cat {
  width: 9%;
}
.non-covered-table--wide .col-sub {
  width: 7%;
}
.non-covered-table--wide .col-code {
  width: 7%;
}
.non-covered-table--wide .col-name {
  width: 10%;
}
.non-covered-table--wide .col-type {
  width: 8%;
}
.non-covered-table--wide .col-cost {
  width: 7%;
}
.non-covered-table--wide .col-min {
  width: 6%;
}
.non-covered-table--wide .col-max {
  width: 6%;
}
.non-covered-table--wide .col-mat {
  width: 4%;
}
.non-covered-table--wide .col-med {
  width: 4%;
}
.non-covered-table--wide .col-note {
  width: 24%;
}
.non-covered-table--wide .col-date {
  width: 8%;
}
.non-covered-table--fee .col-code {
  width: 14%;
}
.non-covered-table--fee .col-name {
  width: 34%;
}
.non-covered-table--fee .col-cost {
  width: 18%;
}
.non-covered-table--fee .col-min {
  width: 10%;
}
.non-covered-table--fee .col-max {
  width: 10%;
}
.non-covered-table--fee .col-note {
  width: 18%;
}
.non-covered-table--fee .col-date {
  width: 12%;
}
@media (min-width: 1025px) {
  .non-covered-table {
    overflow: visible;
  }
  .non-covered-table table {
    min-width: 0;
  }
}
@media (max-width: 1024px) {
  .non-covered-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .non-covered-table--wide table {
    min-width: 1080px;
  }
  .non-covered-table--fee table {
    min-width: 720px;
  }
}
/* ======================================================= */
/* 비급여 안내 */
/* ======================================================= */
.non-covered .noti_txt {
  list-style: none;
  padding: 20px 24px;
  margin: 0 0 32px;
  border-radius: 12px;
  background: #f0fafb;
  text-align: left;
}
.non-covered .noti_txt li {
  font-size: 15px;
  color: #005666;
  line-height: 1.8;
}
.non-covered .noti_txt li + li {
  margin-top: 8px;
}

.non-covered .site {
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.9;
  color: #4b4b4b;
}
.non-covered .site h6 {
  margin: 28px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #00a2a2;
}
.non-covered .site br + br {
  line-height: 0;
}
.non-covered .site_tit {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-primary);
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 162, 162, 0.2);
}
.non-covered.guide-non-covered .site {
  font-size: 15px;
  line-height: 1.7;
}
/* ======================== 게시판 (공지사항/치료후기) ======================== */

/* 카드 공통 */
.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: #f1f5ee;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 게시판 카드 목록 — 치료후기(오렌지) */
.board-section--review {
  background: #fafafa;
}
.board-review-head,
.board-news-head,
.board-media-head {
  text-align: center;
}
.board-review-lead,
.board-news-lead,
.board-media-lead {
  margin: 0 0 80px;
  font-size: inherit;
  line-height: 1.6;
  color: var(--color-black);
}
.board-review-title,
.board-news-title,
.board-media-title {
  margin: 0 0 30px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-black);
  letter-spacing: 0;
}
.board-review-title b {
  font-weight: 700;
  color: #f39800;
}
.board-review-divider,
.board-news-divider,
.board-media-divider {
  margin: 36px 0 32px;
  border: none;
  height: 1px;
  background: #e8e8e8;
}
.board-review-toolbar,
.board-news-toolbar,
.board-media-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}
.board-section--review .board-review-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0;
  padding: 10px 2px 10px 0;
  border: none;
  border-bottom: 2px solid #f39800;
  border-radius: 0;
  background: transparent;
}
.board-section--review .board-review-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: var(--color-black);
}
.board-section--review .board-review-search input::placeholder {
  color: #b5b5b5;
}
.board-section--review .board-review-search input:focus-visible {
  outline: none;
}
.board-section--review .board-review-search button {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  color: #f39800;
  cursor: pointer;
}

/* 공덕마디 NEWS — 와인/버건디 */
.board-section--news {
  --board-accent: #8c2232;
  --board-accent-soft: #fae8ec;
  background: #fff;
}
.board-news-title b {
  font-weight: 700;
  color: var(--board-accent);
}
.board-section--news .board-news-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0;
  padding: 10px 2px 10px 0;
  border: none;
  border-bottom: 2px solid var(--board-accent);
  border-radius: 0;
  background: transparent;
}
.board-section--news .board-news-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: var(--color-black);
}
.board-section--news .board-news-search input::placeholder {
  color: #b5b5b5;
}
.board-section--news .board-news-search button {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  color: var(--board-accent);
  cursor: pointer;
}

/* 언론활동 — 청록 */
.board-section--media {
  --board-accent: #00b5bd;
  --board-accent-soft: #fff;
  background: #fff;
}
.board-media-title b {
  font-weight: 700;
  color: var(--board-accent);
}
.board-section--media .board-media-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0;
  padding: 10px 2px 10px 0;
  border: none;
  border-bottom: 2px solid var(--board-accent);
  border-radius: 0;
  background: transparent;
}
.board-section--media .board-media-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: var(--color-black);
}
.board-section--media .board-media-search input::placeholder {
  color: #b5b5b5;
}
.board-section--media .board-media-search button {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  color: var(--board-accent);
  cursor: pointer;
}
.board-grid--review,
.board-grid--news,
.board-grid--media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.board-section--review .board-card--review,
.board-section--news .board-card--news,
.board-section--media .board-card--media {
  border-radius: 18px;
  overflow: hidden;
  min-width: 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.board-section--review .board-card--review:hover,
.board-section--news .board-card--news:hover,
.board-section--media .board-card--media:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}
.board-section--review .board-card-thumb,
.board-section--news .board-card-thumb,
.board-section--media .board-card-thumb {
  aspect-ratio: 4 / 3;
  background: #d8d8d8;
}
.board-section--review .board-card-body,
.board-section--news .board-card-body,
.board-section--media .board-card-body {
  background: #fff;
  padding: 16px 18px 20px;
  justify-content: flex-start;
  min-width: 0;
}
.board-section--review .board-card-tag {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(243, 152, 0, 0.14);
  color: #f39800;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.board-section--news .board-card-tag--news {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--board-accent-soft);
  color: var(--board-accent);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.board-section--media .board-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 10px;
}
.board-section--media .board-card-tag--solid {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--board-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.board-section--media .board-card-tag--outline {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--board-accent);
  background: #fff;
  color: var(--board-accent);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.board-section--review .board-card-desc {
  margin: 0;
  width: 100%;
  min-width: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.board-section--news .board-card-desc,
.board-section--media .board-card-desc {
  margin: 0;
  width: 100%;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.board-pagination--review,
.board-pagination--news,
.board-pagination--media {
  margin-top: 48px;
  gap: 4px;
}
.board-pagination--review .board-page-num,
.board-pagination--news .board-page-num,
.board-pagination--media .board-page-num {
  width: auto;
  min-width: 32px;
  height: auto;
  padding: 4px 8px;
  border-radius: 0;
  background: transparent;
  color: #999;
  font-weight: 400;
}
.board-pagination--review .board-page-num:hover,
.board-pagination--news .board-page-num:hover,
.board-pagination--media .board-page-num:hover {
  background: transparent;
  color: #666;
}
.board-pagination--review .board-page-num.active,
.board-pagination--news .board-page-num.active,
.board-pagination--media .board-page-num.active {
  background: transparent;
  color: #000;
  font-weight: 700;
}
.board-pagination--review .board-page-btn,
.board-pagination--news .board-page-btn,
.board-pagination--media .board-page-btn {
  width: auto;
  min-width: 32px;
  height: auto;
  padding: 4px 10px;
  border-radius: 0;
  background: transparent;
  color: #999;
  font-size: 20px;
}
.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-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;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.board-view-footer-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.board-btn-next {
  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-next:hover {
  background: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 118, 102, 0.25);
}
.board-btn-list {
  display: inline-block;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: 2px solid var(--color-primary-dark);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  background: var(--color-primary-dark);
}
.board-btn-list:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 118, 102, 0.25);
}
.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;
}
