.empty_area {
  height: 300px;
}

/* Dream Orphans 24 — 얇게 */
.do-regular-24 {
  font-family: 'Dream Orphans', sans-serif;
  font-weight: 300;
  /* 폰트가 300을 지원하지 않으면 자동으로 400로 폴백됨 */
  font-size: 24px;
  letter-spacing: .2px;
}

/* ====== Recommended Types Section ====== */
.recommended-types-section {
  background-color: #ffffff;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

.recommended-container {
  background-color: #ffffff;
  overflow: hidden;
  width: 1920px;
  height: auto;
  /* 컨텐츠에 맞게 자동 조정 */
  min-height: 2500px;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

/* ====== 순차 애니메이션 스타일 ====== */
.reco-item {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reco-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* 1번 영역 - 기존 위치 유지 */
.reco-overlap {
  position: absolute;
  width: 838px;
  height: 1201px;
  top: 0;
  left: 1075px;
}

.reco-ellipse {
  width: 287px;
  height: 287px;
  top: 859px;
  left: 496px;
  border-radius: 143.52px;
  transform: rotate(-122.87deg);
  position: absolute;
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.reco-overlap-group {
  position: absolute;
  width: 590px;
  height: 1089px;
  top: 0;
  left: 0;
}

.reco-line {
  position: absolute;
  width: 1px;
  height: 1089px;
  top: 0;
  left: 229px;
  object-fit: cover;
}

.reco-line-2 {
  position: absolute;
  width: 1px;
  height: 1089px;
  top: -109px;
  left: 284px;
  object-fit: cover;
}

.reco-line-3 {
  position: absolute;
  width: 1px;
  height: 187px;
  top: 583px;
  right: -405px;
  object-fit: cover;
}

.reco-rectangle {
  position: absolute;
  width: 314px;
  height: 464px;
  top: 231px;
  left: 32px;
  background-color: #d9d9d9;
  box-shadow: 30px 37px 59.5px #00000040;
}

.reco-image {
  position: absolute;
  width: 377px;
  height: 547px;
  top: 153px;
  left: 0;
  aspect-ratio: 0.69;
}

.reco-rectangle-2 {
  position: absolute;
  width: 324px;
  height: 291px;
  top: 358px;
  left: 266px;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(148, 148, 148, 0.4) 100%);
}

.reco-text-wrapper {
  position: absolute;
  width: 78px;
  top: 441px;
  left: 296px;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.reco-p {
  width: 249px;
  top: 548px;
  left: 296px;
  color: #516070;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

/* 2번 영역 - 기존 위치 유지 */
.reco-ellipse-2 {
  width: 392px;
  height: 392px;
  top: 57px;
  left: 176px;
  border-radius: 196.23px;
  transform: rotate(135deg);
  position: absolute;
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.reco-overlap-group-2 {
  position: absolute;
  width: 671px;
  height: 694px;
  top: 462px;
  left: 236px;
}

.reco-rectangle-3 {
  position: absolute;
  width: 314px;
  height: 393px;
  top: 167px;
  left: 357px;
  background-color: #d9d9d9;
  box-shadow: 30px 37px 59.5px #00000040;
}

.recommended-types {
  position: absolute;
  width: 608px;
  top: 0;
  left: 63px;
  text-align: right;
}

.reco-title {
  font-family: "Dream Orphans", Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 10px;
}

.reco-subtitle {
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 200;
  color: #6e6e6e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.reco-span {
  font-family: "Dream Orphans", Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 64px;
}

.reco-text-wrapper-2 {
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
}

.reco-text-wrapper-3 {
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 200;
  color: #6e6e6e;
  font-size: 16px;
}

.reco-img {
  position: absolute;
  width: 347px;
  height: 412px;
  top: 148px;
  left: 324px;
  aspect-ratio: 0.84;
}

.reco-rectangle-4 {
  position: absolute;
  width: 428px;
  height: 296px;
  top: 398px;
  left: 0;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(120, 147, 169, 0.4) 100%);
}

.reco-text-wrapper-4 {
  width: 249px;
  top: 559px;
  left: 137px;
  color: #516070;
  text-align: right;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.reco-text-wrapper-5 {
  width: 110px;
  top: 443px;
  left: 302px;
  font-family: "Pretendard", Arial, sans-serif;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/* 3번 영역 - 오른쪽에 독립적으로 배치 */
.reco-box {
  position: absolute;
  width: 719px;
  height: 719px;
  top: 310px;
  /* 3번 영역 위쪽에 배치 */
  left: -200px;
}

.reco-ellipse-3 {
  position: absolute;
  width: 520px;
  height: 520px;
  top: 0;
  left: 0;
  border-radius: 260px;
  filter: blur(10px);
  transform: rotate(-122deg);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.reco-overlap-3 {
  position: absolute;
  width: 700px;
  height: 500px;
  top: 1200px;
  /* 아래쪽에 배치 */
  right: 200px;
  /* 오른쪽에 배치 */
}

.reco-rectangle-7 {
  position: absolute;
  width: 359px;
  height: 444px;
  top: 0;
  right: 0;
  /* 오른쪽 정렬 */
  background-color: #d9d9d9;
  box-shadow: 30px 37px 59.5px #00000040;
}

.reco-rectangle-8 {
  position: absolute;
  width: 373px;
  height: 219px;
  top: 140px;
  left: -20px;
  z-index: 1;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(103, 149, 186, 0.4) 100%);
}

.reco-text-wrapper-8 {
  width: 293px;
  top: 260px;
  left: 40px;
  color: #516070;
  text-align: right;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  z-index: 2;
}

.reco-text-wrapper-9 {
  width: 116px;
  top: 155px;
  left: 225px;
  font-family: "Pretendard", Arial, sans-serif;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  z-index: 2;
}

.reco-image-2 {
  position: absolute;
  width: 423px;
  height: 538px;
  top: 0;
  right: 30px;
  aspect-ratio: 0.81;
}

/* 4번 영역 - 더 아래쪽에 독립적으로 배치 */
.reco-box-2 {
  position: absolute;
  width: 586px;
  height: 586px;
  top: 370px;
  /* 3번 영역 위쪽에 배치 */
  left: -80px;
}

.reco-ellipse-4 {
  position: absolute;
  width: 416px;
  height: 416px;
  top: 0;
  left: 0;
  border-radius: 207px;
  filter: blur(10px);
  transform: rotate(20deg);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.reco-overlap-2 {
  position: absolute;
  width: 700px;
  height: 500px;
  top: 1600px;
  /* 3번보다 더 아래로 배치 */
  left: 200px;
  /* 중앙 왼쪽에 배치 */
}

.reco-rectangle-5 {
  position: absolute;
  width: 314px;
  height: 393px;
  top: 50px;
  left: 0;
  background-color: #d9d9d9;
  box-shadow: 30px 37px 59.5px #00000040;
}

.reco-rectangle-6 {
  position: absolute;
  width: 373px;
  height: 257px;
  top: 282px;
  right: -460px;
  /* 오른쪽에 텍스트 영역 */
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(114, 171, 217, 0.4) 100%);
  z-index: 1;
}

.reco-text-wrapper-6 {
  width: 249px;
  top: 450px;
  right: -365px;
  /* 오른쪽 기준으로 배치 */
  color: #50606f;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  z-index: 2;
}

.reco-text-wrapper-7 {
  width: 125px;
  top: 310px;
  right: -210px;
  /* 오른쪽 기준으로 배치 */
  font-family: "Pretendard", Arial, sans-serif;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  z-index: 2;
}

.reco-image-3 {
  position: absolute;
  width: 360px;
  height: 443px;
  top: 326px;
  right: -200px;
  /* 오른쪽에 이미지 배치 */
  aspect-ratio: 0.79;
}

/* 섹션은 sticky 방식 그대로 사용 (height는 JS에서 패널수×100vh로 설정 중) */
.reaction-section {
  position: relative;
}

/* sticky 뷰포트 유지 */
.reaction-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* 패널 겹쳐놓고 active만 보이기 — 전환 애니메이션 제거 */
.reaction-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  /* 기본 숨김 */
  transform: none;
  /* 이동 없음 */
  transition: none !important;
  /* 애니메이션 완전 제거 */
  pointer-events: none;
  /* 숨김 패널 클릭 방지(선택) */
}

.reaction-content.active {
  opacity: 1;
  /* 즉시 표시 */
  pointer-events: auto;
}

.reaction-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 메인 섹션 스타일 */
.proven-safety-section {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* 배경 도형 */
.background-shape {
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
  background-color: #F0F3FA;
  border-radius: 50%;
  z-index: 1;
}

/* 컨테이너 */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* 컨텐츠 래퍼 */
.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 텍스트 컨텐츠 */
.text-content {
  flex: 1;
  max-width: 400px;
}

.section-title {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #333333;
  margin: 0 0 30px 0;
  line-height: 1.2;
}

.section-description {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
  word-break: keep-all;
}


/* PS 섹션 기본 */
.ps-proven-safety-section {
  margin-top: 120px;
  position: relative;
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

/* 오른쪽 라운드 네모 배경 */
.ps-bg-pill {
  position: absolute;
  right: 340px;
  top: 45%;
  width: 1077px;
  height: 465px;
  background: #EEF3FF;
  border-radius: 58px;
  z-index: 1;
}

/* 컨테이너 */
.ps-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* 레이아웃 */
.ps-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 좌측 영역 */
.ps-left {
  flex: 0 0 575px;
  /* 01번 이미지 폭에 맞춰 고정 */
  margin-left: -120px;
  /* 왼쪽으로 더 밀어내기 */
}

.ps-title {
  font-family: 'Dream Orphans', sans-serif;
  /* 폰트 변경 */
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #333;
  margin-bottom: -80px;
  padding-right: 110px;
  text-align: right;
}

.ps-product img {
  width: 575px;
  height: 500px;
  object-fit: contain;
  /* 비율 유지하면서 맞추기 */
  display: block;
}

/* 우측 인증서 영역 */
.ps-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}

/* 인증서 2장: 가로 나란히 */
.ps-papers {
  position: relative;
  width: auto;
  /* 가로 폭 제한 제거 */
  display: flex;
  /* 가로 배치 */
  gap: 30px;
  /* 두 장 사이 간격 */
  align-items: flex-start;
  min-height: 640px;
  /* 인증서 높이에 맞춤 */
}

/* 공통 인증서 스타일 */
.ps-paper {
  flex: 0 0 auto;
  width: 450px;
  height: 640px;
  display: block;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
  border-radius: 8px;
  background: #fff;

  /* 애니메이션 초기 상태 (트리거 전) */
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}

.ps-proven-safety-section.is-visible .ps-paper {
  animation: ps-fadeInUp .8s ease-out forwards;
}

/* 순차 딜레이 */
.ps-proven-safety-section.is-visible .ps-paper-1 {
  animation-delay: .1s;
}

.ps-proven-safety-section.is-visible .ps-paper-2 {
  animation-delay: .35s;
}

/* 순차 등장 딜레이 */
.ps-paper-1 {
  /* 절대좌표 해제 */
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
  animation-delay: .1s;
}

.ps-paper-2 {
  /* 절대좌표 해제 */
  left: auto;
  right: auto;
  top: auto;
  z-index: 3;
  animation-delay: .35s;
}

/* 캡션 */
.ps-caption {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  padding-right: 220px;
  padding-top: 30px;
}

@keyframes ps-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 모션 최소화 사용자 배려 */
@media (prefers-reduced-motion: reduce) {
  .ps-paper {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== 장점 섹션 ===== */
.benefit-section {
  --card-bg: rgba(244, 244, 244, .5);
  --label-bg: #FFFFFF;
  /* 상자 속 텍스트박스 */
  --label-bd: #B4B4B4;
  /* 텍스트박스 테두리 */
  --badge-bd: #91A8D6;
  /* 번호 배지 외곽선(톤다운 블루) */
  padding: 60px 0 40px;
  background: #fff;
  margin-top: 240px;
}

/* 컨테이너(독립 사용) */
.benefit-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 제목: MaruBuri_bold_32 */
.benefit-title {
  font-family: 'MaruBuri', serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #111;
  margin: 0 0 72px;
}

/* 3열 그리드 */
.benefit-grid {
  display: flex;
  gap: 76px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 카드 */
.benefit-card {
  width: 457px;
  height: 403px;
  flex: 0 0 457px;
  /* 줄 바꿈 시 크기 유지 */
  background: var(--card-bg);
  border-radius: 99px;
  padding: 100px 28px 36px;
  box-shadow: 8px 10px 22px rgba(0, 0, 0, .08);
}

/* 상단: 타이틀 + 번호배지 */
.benefit-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

/* 라벨(상자 속 제목): Pretendard_semibold_32 */
.benefit-card-title {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  /* SemiBold */
  font-size: 32px;
  color: #111;
  margin: 0;
}

/* 기존 .benefit-badge 스타일은 전부 제거하고 아래로 교체 */
.benefit-badge {
  position: relative;
  width: 129px;
  height: 74px;
  display: inline-block;
  transform: translateY(-20px);
}

.benefit-badge>span {
  position: absolute;
  display: block;
  /* <-- width/height 적용되도록 */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

/* 1층: 129x74, r=43, 배경 A7C3F6, 외곽선 B3B3B3 1px */
.bbenefit-badge .bb-base,
.benefit-badge .bb-mid,
.benefit-badge .bb-top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.benefit-badge .bb-base {
  width: 129px;
  height: 74px;
  border-radius: 43px;
  background: #A7C3F6;
  border: 1px solid #B3B3B3;
  z-index: 1;
}

/* 2층: 117x56, r=36, 흰색, 테두리 없음 */
.benefit-badge .bb-mid {
  width: 117px;
  height: 56px;
  border-radius: 36px;
  background: #FFFFFF;
  border: none;
  z-index: 2;
}

/* 3층(맨 위): 111x54, r=36, 흰색, 외곽선 B3B3B3 1px */
.benefit-badge .bb-top {
  width: 111px;
  height: 54px;
  border-radius: 36px;
  background: #FFFFFF;
  border: none;
  /* 요청: 테두리 제거 */
  box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
  /* 요청: 바깥쪽 그림자만 */
  z-index: 3;
}

/* 숫자: SF_HambakSnow_Extrabold_40, 중앙정렬 */
.benefit-badge .bb-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'SF HambakSnow', cursive;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;

  color: #fff;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;

  z-index: 4;
  pointer-events: none;
}

/* 배지와 타이틀 사이 간격(필요시 조절) */
.benefit-card-head {
  gap: 14px;
}

/* 하단 텍스트 박스: Pretendard_extralight_20 */
.benefit-card-label {
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 59px;
  padding: 22px 20px;
  width: 405px;
  height: 165px;
  box-shadow: inset 6px 4px 4px #00000040;
  color: #000000;

  /* 글꼴/텍스트 기존 값 유지 */
  font-family: 'Pretendard', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.7;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

/* 슬라이드 닥터 스타일 */
:root {
  --sd-card-w: 495px;
  --sd-card-h: 650px;
  --sd-gap: 30px;
  --sd-gap-reduce: 130px;
  /* 2↔3 간격 줄이기 */
  --sd-scale-sm: 0.734;
}

/* 의료진 슬라이더 섹션 */
.sd-doctor-slider-section {
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 200px 0px 80px 0px;
  overflow: hidden;
}

.sd-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 섹션 헤더 */
.sd-section-header {
  position: absolute;
  top: 0px;
  /* 필요 시 조정 */
  left: 68%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 800px;
  /* 폭 제한 */
  z-index: 5;
  text-align: left;
}

.sd-section-subtitle {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-family: 'Pretendard';
}

.sd-section-title {
  font-size: 24px;
  color: #4570C0;
  font-weight: 400;
  font-family: 'Pretendard';
  line-height: 1.3;
}

/* 슬라이더 컨테이너 */
.sd-slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

.sd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 슬라이드 기본 스타일 */
.sd-slide {
  position: absolute;
  width: 400px;
  height: 500px;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.sd-doctor-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.sd-doctor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.6s ease;
}

/* 메인(첫번째) → 선명 */
.sd-slide.position-left .sd-doctor-image {
  filter: blur(0px);
}

/* 두번째 → 살짝 흐림 */
.sd-slide.position-center .sd-doctor-image {
  filter: blur(3px);
}

/* 세번째 → 더 강하게 흐림 */
.sd-slide.position-right .sd-doctor-image {
  filter: blur(6px);
}

/* 의사 정보 박스 */
.sd-doctor-info-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  /* 반투명 화이트 */
  border-radius: 80px;
  text-align: center;
  padding: 30px 20px;
  color: #000;

  /* 버튼 눌린 효과 */
  box-shadow:
    inset 0 4px 8px rgba(0, 0, 0, 0.25),
    /* 위쪽 어두운 그림자 */
    inset 0 -4px 6px rgba(255, 255, 255, 0.6);
  /* 아래쪽 밝은 하이라이트 */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
  z-index: 4;
}

/* 첫 번째(메인 큰 카드) 인포박스만 위치 보정 */
.sd-slide.position-left .sd-doctor-info-box {
  left: 16%;
  opacity: 1;
  pointer-events: auto;
}

.sd-slide.position-center .sd-doctor-info-box,
.sd-slide.position-right .sd-doctor-info-box {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(8px) scale(0.98) !important;
}

.sd-doctor-role {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}

.sd-doctor-name {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}

.sd-doctor-desc {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

/* 위치별 스타일 - 왼쪽이 메인 */
.sd-slide.position-left {
  left: 10%;
  transform: translateX(-30%) translateY(-15%) scale(1.1);
  /* translateY(-10%) 추가 */
  z-index: 3;
}

.sd-slide.position-left .sd-doctor-info-box {
  opacity: 1;
  transform: translateY(0);
}

.sd-slide.position-center {
  left: 50%;
  transform: translateX(-50%) scale(0.8) rotateY(-10deg);
  z-index: 2;
  opacity: 0.8;
}

.sd-slide.position-right {
  left: 75%;
  transform: translateX(-50%) scale(0.8) rotateY(-15deg);
  z-index: 1;
  opacity: 0.6;
}

/* 호버 효과 */
.sd-slide.position-left:hover {
  transform: translateX(-30%) translateY(-10%) scale(1.12);
  /* translateY(-10%) 유지 */
}

.sd-slide.position-center:hover,
.sd-slide.position-right:hover {
  opacity: 1;
}

/* 인디케이터 */
.sd-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.sd-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}

.sd-indicator:hover {
  background: #999;
}

.sd-indicator.active {
  background: #333;
  width: 32px;
  border-radius: 6px;
}

/* 반응형 */
@media (max-width: 1200px) {
  .sd-slide {
    width: 350px;
    height: 440px;
  }

  .sd-slide.position-left {
    left: 5%;
    transform: translateX(-20%) scale(1.05);
  }

  .sd-slide.position-center {
    left: 48%;
  }

  .sd-slide.position-right {
    left: 88%;
  }
}

@media (max-width: 768px) {
  .sd-section-title {
    font-size: 24px;
  }

  .sd-section-subtitle {
    font-size: 14px;
  }

  .sd-slider-container {
    height: 450px;
  }

  .sd-slide {
    width: 280px;
    height: 350px;
  }

  .sd-slide.position-left {
    left: 50%;
    transform: translateX(-50%) scale(1);
  }

  .sd-slide.position-center {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.5);
  }

  .sd-slide.position-right {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.5);
  }

  .sd-doctor-info-box {
    padding: 30px 20px 20px;
  }

  .sd-doctor-name {
    font-size: 20px;
  }

  .sd-doctor-desc {
    font-size: 14px;
  }
}



/* skin-rs 섹션  */
/* ===== Base Stage (1920x1080 캔버스 감각) ===== */
.sr-skin-response {
  background: #fff;
}

.sr-skin-response .sr-stage {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  margin-top: 120px;
}

/* ===== Blue blurred blobs ===== */
.sr-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  background: radial-gradient(closest-side, rgba(131, 172, 232, 0.45), rgba(131, 172, 232, 0.0) 70%);
}

.sr-blob-lg {
  width: 520px;
  height: 520px;
  top: -80px;
  left: -140px;
  border-radius: 260px;
  transform: rotate(-122deg);
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.sr-blob-mid {
  width: 340px;
  height: 340px;
  top: 110px;
  left: 640px;
  border-radius: 170px;
  transform: rotate(-15deg);
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.sr-blob-sm {
  width: 172px;
  height: 172px;
  top: 430px;
  left: 610px;
  border-radius: 86px;
  transform: rotate(122deg);
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

/* ===== Title ===== */
.sr-title-block {
  position: absolute;
  top: 220px;
  left: 820px;
  text-align: left;
}

.sr-title {
  margin: 0 0 10px 0;
  font-family: "Dream Orphans-Regular", "Dream Orphans", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  color: #111;
  text-align: right;
  padding-right: 100px;
}

.sr-subtitle {
  margin: 0;
  font-family: "Pretendard-ExtraLight", "Pretendard", system-ui, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #333;
  line-height: 1.4;
  text-align: right;
  padding-right: 100px;
}

/* ===== Bars ===== */
.sr-bars {
  position: absolute;
  top: 210px;
  left: 1130px;
  display: flex;
  gap: 26px;
  align-items: flex-end;
}

.sr-bar {
  position: relative;
  width: 32px;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.sr-stick {
  position: relative;
  width: 18px;
  height: 550px;
  border-radius: 45px;
  background: linear-gradient(180deg,
      rgba(200, 200, 200, 0.9) 0%,
      rgba(200, 200, 200, 0.6) 60%,
      rgba(200, 200, 200, 0.0) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /* 게이지가 막대 안에서만 보이도록 */
}

/* 게이지: 아래에서 위로 채워짐 */
.sr-gauge {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* ⬅ 기준을 top으로 */
  bottom: auto;
  /* ⬅ bottom 사용 안 함 */
  height: 0%;
  /* 시작: 0% (빈 상태) */
  background: linear-gradient(180deg, #A4C9FA 0%, rgba(164, 201, 250, 0.85) 100%);
  box-shadow: inset 0 8px 14px rgba(255, 255, 255, 0.35);
  transition: height 1.2s ease-out;
  will-change: height;
}

/* 라벨 */
.sr-label {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translateY(-12px);
  font-family: "Pretendard-Light", "Pretendard", system-ui, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #111;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  user-select: none;
}

/* 막대별 약간의 불투명도(회색 스틱) */
.sr-bar:nth-child(1) .sr-stick {
  opacity: .90;
}

.sr-bar:nth-child(2) .sr-stick {
  opacity: .88;
}

.sr-bar:nth-child(3) .sr-stick {
  opacity: .86;
}

.sr-bar:nth-child(4) .sr-stick {
  opacity: .84;
}

.sr-bar:nth-child(5) .sr-stick {
  opacity: .82;
}

.sr-bar:nth-child(6) .sr-stick {
  opacity: .80;
}

.sr-bar:nth-child(7) .sr-stick {
  opacity: .78;
}

/* === 채우기 트리거 상태 === */
.sr-stage.is-filling .sr-gauge {
  height: 100%;
}

.sr-stage.is-filled .sr-gauge {
  height: 100%;
}

.sr-stage.is-emptying .sr-gauge {
  height: 0%;
}

/* 게이지 채우기 지연(스태거) */
.sr-stage.is-filling .sr-bar:nth-child(1) .sr-gauge {
  transition-delay: 0ms;
}

.sr-stage.is-filling .sr-bar:nth-child(2) .sr-gauge {
  transition-delay: 100ms;
}

.sr-stage.is-filling .sr-bar:nth-child(3) .sr-gauge {
  transition-delay: 200ms;
}

.sr-stage.is-filling .sr-bar:nth-child(4) .sr-gauge {
  transition-delay: 300ms;
}

.sr-stage.is-filling .sr-bar:nth-child(5) .sr-gauge {
  transition-delay: 400ms;
}

.sr-stage.is-filling .sr-bar:nth-child(6) .sr-gauge {
  transition-delay: 500ms;
}

.sr-stage.is-filling .sr-bar:nth-child(7) .sr-gauge {
  transition-delay: 600ms;
}

/* === 스크롤 락 시 바디 처리 === */
body.sr-lock {
  overflow: hidden;
  overscroll-behavior: contain;
  /* 모바일 튕김 방지 */
  touch-action: none;
}

/*=== 부스팅 ===*/
.do-regular-48 {
  font-family: 'Dream Orphans', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}

.pretendard-el-20 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.8;
}

.pretendard-bold-24 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}

.boosting-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 80px 20px 120px;
  overflow: hidden;
}

.boosting-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.boosting-title {
  color: #111;
  margin: 0 0 14px;
}

.boosting-sub {
  color: #555;
  margin: 0 0 120px;
}

.boosting-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;
}

.boosting-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-visual {
  position: relative;
  width: clamp(300px, 28vw, 360px);
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  isolation: isolate;
}

.item-visual .bubble {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%) rotate(-180deg);
  width: 274px;
  /* border-radius 137px이므로 지름 = 274px */
  height: 274px;
  border-radius: 137px;
  background: linear-gradient(180deg,
      rgba(131, 172, 232, 1) 6%,
      rgba(255, 255, 255, 0) 91%);
  z-index: 0;
}

.item-visual img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  --img-scale: 1;
  --img-shift: 0px;
  animation: floatY 4.8s ease-in-out infinite;
}

/* 각 아이템 배율/시작위치/지연 시간 */
.boosting-item:nth-child(1) .item-visual img {
  --img-scale: 1.1;
  animation-delay: 0s;
}

.boosting-item:nth-child(2) .item-visual img {
  --img-scale: 1.3;
  animation-delay: .2s;
}

.boosting-item:nth-child(3) .item-visual img {
  --img-scale: 0.6;
  --img-shift: 100px;
  animation-delay: .4s;
}

@keyframes floatY {
  0% {
    transform: scale(var(--img-scale)) translateY(var(--img-shift));
  }

  50% {
    transform: scale(var(--img-scale)) translateY(calc(var(--img-shift) - 14px));
  }

  100% {
    transform: scale(var(--img-scale)) translateY(var(--img-shift));
  }
}

.shadow-bubble {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) rotate(-180deg);
  width: 174px;
  height: 18px;
  border-radius: 50% / 50%;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.25) 6%,
      rgba(0, 0, 0, 0) 91%);
  z-index: 1;
  /* 파란색 버블 위, 이미지 아래 */
}

.tilt-tag {
  position: absolute;
  right: 18px;
  bottom: -90px;
  transform: rotate(-40deg);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.tilt-tag-arc {
  position: absolute;
  inset: 0;
  z-index: 3;
  /* 버블/그림자 위, 이미지 아래면 1~2로 조절 */
  pointer-events: none;
  top: 160px;
}

.tilt-tag-text {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  /* pretendard_bold */
  font-size: 20px;
  /* 요청한 20pt 계열 */
  letter-spacing: 0.5px;
}

.tilt-tag-arc {
  width: 100%;
  height: 100%;
}

.item-title {
  margin: 6px 0 20px;
  color: #0f356f;
}

.item-desc {
  margin-top: 150px;
  color: #000;
}

/*=== 시너지 ===*/
.synergy-section {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background: #FBFAFA url('/home_assets/img/main/skin/synergy_background.png') no-repeat center / cover;
  min-height: 1089px;
}

.synergy-head {
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.synergy-head>* {
  position: relative;
  z-index: 1;
}

.synergy-title {
  font-family: 'Dream Orphans', sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.synergy-sub {
  color: #666;
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
}

.pretendard-light-16 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.synergy-slider {
  padding-top: 44px;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.synergy-track {
  --gap: 148px;
  display: flex;
  gap: var(--gap);
  transition: transform .6s ease;
  will-change: transform;
  position: relative;
  z-index: 1;
}

.synergy-track.notransition {
  transition: none;
}

/* 한 화면에 3개 */
.synergy-card {
  flex: 0 0 calc((100% - var(--gap) * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-box {
  background: #FBFAFA;
  border: 1px dashed #ADADAD;
  border-radius: 24px;
  overflow: visible;
  position: relative;
  height: 430px;
  display: flex;
  flex-direction: column-reverse;
  transition: height .35s ease, box-shadow .25s ease;
}

.card-box:hover {
  height: 480px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

/* 상단 흰색 직사각형 로고 박스 */
.card-logo {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  background: #fff;
  border: none;
  border-radius: 12px;
  width: 300px;
  height: 110px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-sizing: border-box;
}

.card-logo img {
  width: auto;
  display: block;
  object-fit: contain;
}

/* 이미지 영역: 기본 크게, 호버 시 축소 */
.card-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 12px 0;
  transition: height .35s ease, opacity .25s ease, padding .25s ease;
}

.card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-info {
  overflow: hidden;
  height: 0;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(8px);
  transition: height .35s ease, padding .35s ease, opacity .25s ease, transform .25s ease;
}

.card-box:hover .card-image {
  height: 0;
  opacity: 0;
  padding: 0;
}

.card-box:hover .card-info {
  color: #000;
  text-align: center;
  height: 100%;
  /* 카드 높이 증가분 전체 사용 */
  padding: 80px 30px 30px;
  opacity: 1;
  transform: translateY(0);
}

.card-caption {
  margin-top: 14px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  color: #111;
  text-align: center;
  font-size: 24px;
}

/*=== 캡션 ===*/
.cautions-section {
  position: relative;
  padding: 240px 20px 140px;
  background: url('/home_assets/img/main/skin/caption_background.png') no-repeat center/cover;
  min-height: 1098px;
}

.cautions-section>* {
  position: relative;
  z-index: 1;
}

.cautions-section::before {
  content: "";
  position: absolute;
  left: -350px;
  /* 위치는 디자인에 맞게 조정 */
  top: -700px;
  width: 864px;
  /* border-radius 432px → 지름 864px */
  height: 864px;
  border-radius: 432px;
  transform: rotate(-105deg);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
  z-index: 0;
  pointer-events: none;
  filter: blur(10px);
}

.cautions-head {
  text-align: center;
  margin-bottom: 40px;
}

.cautions-title {
  margin: 0 0 8px;
}

.cautions-sub {
  margin: 0;
  color: #6b7280;
}

/* ===== Panel (유리패널 느낌) ===== */
.cautions-panel {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 64px;
  background: transparent;
  border: none;
  /* 경계선 제거 */
  box-shadow: none;
  /* 그림자 제거(원하면 유지 가능) */
  border-radius: 24px;
  backdrop-filter: blur(6px);
  margin-top: 200px;
}

.cautions-panel p {
  margin: 0 0 18px;
}

.cautions-panel p:last-child {
  margin-bottom: 0;
}

/* Section */
.section-markvu {
  position: relative;
  padding: 120px 24px;
  background: #f8fafc;
  background-image: url("/home_assets/img/main/skin/markvu_background.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Layout */
.markvu-wrap {
  max-width: calc(1000px + 560px + 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) 1000px;
  gap: 48px;
  align-items: center;
}

/* Left */
.markvu-left {
  color: #111;
}

.markvu-eyebrow {
  margin: 0 0 10px;
  color: #174D9E;
  /* 174D9E */
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  /* pretendard_semibold */
  font-size: 36px;
  /* _36 */
  line-height: 1.25;
}

.markvu-title {
  margin: 0 0 88px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  /* pretendard_semibold */
  font-size: 36px;
  line-height: 1.35;
}

.markvu-copy {
  margin: 0 0 10px;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  /* pretendard_light */
  font-size: 24px;
  line-height: 1.6;
}

.markvu-chart {
  width: 460px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
  border-radius: 8px;
}

/* Right card */
.markvu-right {
  width: 100%;
  display: flex;
  justify-content: center;
}

.markvu-card {
  width: 1000px;
  height: 650px;
  /* ← 고정 높이 */
  max-width: 1000px;
  border-radius: 56px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  /* 내부 이미지 중앙정렬 */
  overflow: hidden;
}

.markvu-device {
  display: block;
  margin: 0 auto;
  width: 86%;
  max-width: 86%;
  max-height: 86%;
  /* 세로 650 내에서 안전하게 */
  height: auto;
  object-fit: contain;
  margin-left: 200px;
}

/*=== 시술 대상 영역 ===*/
.hip-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.hip-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.hip-main-title {
  font-family: 'Noto Serif KR', serif;
  font-weight: 500;
  font-size: 32px;
  color: #111;
  margin: 0 0 60px;
  line-height: 1.5;
  text-align: left;
}

.hip-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  justify-items: center;
}

.hip-card {
  width: 457px;
  height: 403px;
  flex: 0 0 457px;
  background: #f8f9fa;
  border-radius: 99px;
  padding: 100px 28px 36px;
  box-shadow: 8px 10px 22px rgba(0, 0, 0, .08),
    inset -8px -8px 0px rgba(0, 0, 0, 0.2);
}

.hip-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 22px;
  gap: 14px;
}

.hip-card-title {
  font-family: 'Noto Serif KR', serif;
  font-weight: 900;
  font-size: 24px;
  color: #111;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.hip-badge {
  position: relative;
  width: 129px;
  height: 74px;
  display: inline-block;
  transform: translateY(-20px);
}

.hip-badge>span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.hip-badge .hb-base,
.hip-badge .hb-mid,
.hip-badge .hb-top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.hip-badge .hb-base {
  width: 129px;
  height: 74px;
  border-radius: 43px;
  background: #A7C3F6;
  border: 1px solid #B3B3B3;
  z-index: 1;
}

.hip-badge .hb-mid {
  width: 117px;
  height: 56px;
  border-radius: 36px;
  background: #FFFFFF;
  border: none;
  z-index: 2;
}

.hip-badge .hb-top {
  width: 111px;
  height: 54px;
  border-radius: 36px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
  z-index: 3;
}

.hip-badge .hb-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Serif KR', serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  z-index: 4;
  pointer-events: none;
}

.hip-card-label {
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 59px;
  padding: 22px 20px;
  width: 405px;
  height: 165px;
  box-shadow: inset 6px 4px 4px #00000040;
  color: #000000;
  font-family: 'Pretendard', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1480px) {
  .hip-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .hip-cards-grid {
    grid-template-columns: 1fr;
  }

  .hip-card {
    width: 100%;
    max-width: 457px;
  }

  .hip-card-label {
    width: 100%;
    max-width: 405px;
  }
}

/*=== 메디컬 프로세스 영역===*/
.hip-process-section {
  background-color: #ffffff;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

.hip-process-container {
  background-color: #ffffff;
  overflow: hidden;
  min-width: 1600px;
  height: auto;
  min-height: 2000px;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

.hip-process-item {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hip-process-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.hip-process-overlap {
  position: absolute;
  width: 838px;
  height: 1201px;
  top: 0;
  left: 100px;
}

.hip-process-ellipse {
  width: 287px;
  height: 287px;
  top: 409px;
  right: -500px;
  border-radius: 143.52px;
  transform: rotate(-122.87deg);
  position: absolute;
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.hip-process-overlap-group {
  position: absolute;
  width: 590px;
  height: 1089px;
  top: 0;
  left: 0;
}

.hip-process-rectangle {
  display: none;
}

.hip-process-image {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 153px;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}

.hip-process-rectangle-2 {
  position: absolute;
  width: 250px;
  height: 200px;
  top: 240px;
  left: 470px;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(148, 148, 148, 0.4) 100%);
}

.hip-process-text-wrapper {
  position: absolute;
  width: 78px;
  top: 270px;
  left: 490px;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.hip-process-p {
  width: 220px;
  top: 365px;
  left: 500px;
  color: #516070;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.hip-process-ellipse-2 {
  width: 392px;
  height: 392px;
  top: 57px;
  left: 176px;
  border-radius: 196.23px;
  transform: rotate(135deg);
  position: absolute;
  filter: blur(10px);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.hip-process-overlap-group-2 {
  position: absolute;
  width: 671px;
  height: 694px;
  top: 462px;
  right: 236px;
}

.hip-process-rectangle-3 {
  position: absolute;
  width: 314px;
  height: 393px;
  top: 167px;
  left: 357px;
  background-color: #d9d9d9;
  box-shadow: 30px 37px 59.5px #00000040;
}

.hip-process-types {
  position: absolute;
  width: 608px;
  top: -420px;
  left: -560px;
  text-align: left;
}

.hip-process-title {
  font-family: "Dream Orphans", Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 10px;
}

.hip-process-subtitle {
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 200;
  color: #6e6e6e;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.hip-process-img {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 148px;
  left: 324px;
  object-fit: cover;
  border-radius: 20px;
}

.hip-process-rectangle-4 {
  position: absolute;
  width: 250px;
  height: 200px;
  top: 260px;
  left: 180px;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(148, 148, 148, 0.4) 100%);
}

.hip-process-text-wrapper-4 {
  width: 200px;
  top: 375px;
  left: 198px;
  color: #516070;
  text-align: right;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.hip-process-text-wrapper-5 {
  width: 110px;
  top: 272px;
  left: 302px;
  font-family: "Pretendard", Arial, sans-serif;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.hip-process-box {
  position: absolute;
  width: 719px;
  height: 719px;
  top: 310px;
  left: -200px;
}

.hip-process-ellipse-3 {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -520px;
  left: 10px;
  border-radius: 260px;
  filter: blur(10px);
  transform: rotate(-122deg);
  background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.hip-process-overlap-3 {
  position: absolute;
  width: 700px;
  height: 500px;
  top: 1200px;
  left: 200px;
}

.hip-process-rectangle-8 {
  position: absolute;
  width: 250px;
  height: 200px;
  top: 300px;
  left: 550px;
  z-index: 1;
  border-radius: 30px;
  backdrop-filter: blur(18.2px) brightness(100%);
  -webkit-backdrop-filter: blur(18.2px) brightness(100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(103, 149, 186, 0.4) 100%);
}

.hip-process-text-wrapper-8 {
  width: 200px;
  top: 430px;
  left: 480px;
  color: #516070;
  text-align: right;
  position: absolute;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  z-index: 2;
}

.hip-process-text-wrapper-9 {
  width: 116px;
  top: 320px;
  left: 550px;
  font-family: "Pretendard", Arial, sans-serif;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  z-index: 2;
}

.hip-process-image-2 {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 0;
  right: 30px;
  object-fit: cover;
  border-radius: 20px;
}