.hipdip-intro-section {
  width: 100%;
  min-width: 320px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}

.hipdip-main-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: clamp(80px, 10vw, 100px);
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: -5px;
  top: 0.5vh;
}

.hipdip-intro-section .hipdip-intro-section-pc-only {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hipdip-intro-section-mo-only {
  display: none;
}

.hipdip-intro-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.hipdip-intro-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  max-width: none;
  width: 100%;
}

.hipdip-main-copy {
  position: absolute;
  right: 0%;
  bottom: 38%;
  padding: 0 16px;
}

.hipdip-main-q {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(20px, 2vw, 40px);
  text-align: center;
  color: #333;
  margin-bottom: clamp(16px, 2vw, 35px);
}

.hipdip-main-text {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 24px;
  text-align: center;

  color: #333;
}

.hipdip-main-text3 {
  padding-bottom: clamp(14px, 1vw, 20px);
}

.hipdip-sub-info {
  position: absolute;
  left: min(10.42vw, 650px);
  bottom: 30%;
}

.hipdip-sub-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: min(3.33vw, 64px);
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: min(1.04vw, 20px);
  position: absolute;
  bottom: min(-8.85vw, -170px);
  left: calc(-1.25vw - (100vw - 1920px) * 0.2);
}

.hipdip-intro-section .hipdip-intro-section-mobile-only {
  display: none !important;
}

.hipdip-intro-section .hipdip-intro-section-pc-only {
  display: block !important;
}

@media (max-width: 768px) {
  .hipdip-intro-section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;

    /* height: 190dvh;
    margin-top: 40px; */
    /* background: url("/home_assets/img/main/body_center/mo_hipdip_intro_background.png")
      no-repeat center/cover; */
  }
  .hipdip-intro-section-mo-only {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .hipdip-intro-section .hipdip-intro-section-pc-only {
    display: none;
  }
  .ear-filler-intro-container.hipdip-intro-container {
    position: absolute;
    inset: 0;
  }
  .hipdip-main-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 900px;
    left: 0;
    top: 5%;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    /* line-height: 107px; */
  }

  /* .hipdip-intro-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
  } */

  .hipdip-intro-right {
    padding: 0;
  }
  .hipdip-intro-left {
    position: static;
  }
  .hipdip-main-copy {
    right: 0;
    bottom: 2%;
  }

  .hipdip-main-text,
  .hipdip-main-q {
    text-align: right;
    /* padding-right: 8px; */
    word-break: keep-all;
  }

  .hipdip-intro-section .hipdip-intro-section-mobile-only {
    display: block !important;
  }

  .hipdip-intro-section .hipdip-intro-section-pc-only {
    display: none !important;
  }
}

/* ==== 두번째 섹션====*/
.bc-center-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  /* 불필요한 padding 제거 */
  background: #fff;
  overflow: hidden;
  min-height: 860px;
  /* margin-top: 400px; */
  /* 바깥 잘라내기 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bc-center-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-container {
  width: 100%;
  position: relative;
  z-index: 2;
  /* 곡선 위로 */
  margin: 0 auto;
  padding: 0 24px;
  /* margin-top: 200px;*/
  max-width: 1370px;
}

.bc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bc-bg svg {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.bc-feature-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(
    5,
    calc((100% - 4 * clamp(35px, 3vw, 70px)) / 5)
  );
  gap: clamp(35px, 3vw, 70px);
  /* margin: -120px auto 50px; */
  /* 곡선 아래로 끌어올리는 효과 */
  padding: 0;
  list-style: none;
  /* min-width: 200px; */
}

.bc-feature {
  width: 100%;
  aspect-ratio: 224 / 350;
  background: #f8f8f8;
  /* 도형 색상 */
  border-radius: 120px;
  /* min-height: 360px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 120px 16px; */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  opacity: 0;
  transform: translateY(18px);
}

.bc-feature-list.is-inview .bc-feature {
  animation: bcFadeUp 0.6s ease forwards;
}

/* 좌→우 순서로 지연 (필요시 간격 조절) */
.bc-feature-list.is-inview .bc-feature:nth-child(1) {
  animation-delay: 0s;
}

.bc-feature-list.is-inview .bc-feature:nth-child(2) {
  animation-delay: 0.07s;
}

.bc-feature-list.is-inview .bc-feature:nth-child(3) {
  animation-delay: 0.14s;
}

.bc-feature-list.is-inview .bc-feature:nth-child(4) {
  animation-delay: 0.21s;
}

.bc-feature-list.is-inview .bc-feature:nth-child(5) {
  animation-delay: 0.28s;
}

@keyframes bcFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 접근성: 모션 감소 선호 시 애니메이션 제거 */
@media (prefers-reduced-motion: reduce) {
  .bc-feature {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

.bc-icon {
  width: 40%;
  height: 40%;
  border-radius: 20px;
  display: grid;
  place-items: center;
  /* margin-bottom: 18px; */
}

.bc-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.85);
}

.bc-copy {
  text-align: center;
  line-height: 1.2;
}

/* 아이콘 첫 번째 줄 텍스트: #000, Pretendard bold 20px */
.bc-line1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1vw, 20px);
  color: #000;
  margin-bottom: 6px;
}

/* 아이콘 두 번째 줄 텍스트: #3787FF, Pretendard regular 20px */
.bc-line2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  color: #3787ff;
}

/* 푸터 문구 */
.bc-footnote {
  margin: 40px 0 0;
  color: #8d8d8d;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  text-align: right;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .bc-center-section {
    min-height: 600px;
    margin-top: 40px;
  }

  .bc-bg {
    display: none;
  }

  .bc-container {
    width: 100%;
    padding: 0 20px;
    margin-top: 100px;
  }

  .bc-feature-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: -80px auto 30px;
    max-width: 320px;
  }

  .bc-feature {
    min-height: 180px;
    padding: 30px 12px;
    border-radius: 60px;
    opacity: 1;
    transform: none;
  }

  .bc-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .bc-icon img {
    width: 32px;
    height: 32px;
  }

  .bc-line1,
  .bc-line2 {
    font-size: 14px;
  }

  .bc-line1 {
    margin-bottom: 2px;
  }

  .bc-footnote {
    font-size: 12px;
    margin: 12px 0 0;
    text-align: center;
  }

  .hip-faq-acc-content-inner-title br {
    display: none;
  }
  .hip-faq-acc-content-inner-title2 br {
    display: none;
  }
}

/*=== 세번째 색션===*/
.bc-hipdip-section {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  min-height: 1020px;
}

/* Background image pinned to right side */
.bc-hipdip-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bc-hipdip-bg img {
  position: absolute;
  object-fit: contain;
  user-select: none;
  width: 100%;
}

/* Content container */
.bc-hipdip-container {
  position: relative;
  z-index: 2;
  /* above background */
  height: 910px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 43vh 24px 140px;
  display: flex;
  justify-content: flex-end;
}

/* Text block = brush title + divider + paragraph (stacked) */
.bc-hipdip-textblock {
  display: block;
  flex-direction: column;
  align-items: center;
  width: 370px;
  text-align: center;
  margin-right: clamp(20px, 8vw, 120px);
  /* 애니메이션 관련 속성들 */
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
}

/* Hip text image */
.hip-txt-img {
  width: 45%;
  height: auto;
  max-width: 100%;
  margin-bottom: 14px;
}

/* Thin paragraph */
.hipdip-copy {
  margin: 0;
  color: #777;
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  /* Thin */
  font-size: 20px;
  line-height: 1.9;
}

/* Vertical divider between brush title and paragraph */
.hand-divider {
  width: 1px;
  height: 48px;
  background: #000;
  opacity: 0.9;
  margin: 14px auto 18px;
}

.bc-hipdip-textblock.is-inview {
  animation: hipTextFadeUp 0.6s ease-out forwards;
}

@keyframes hipTextFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-hipdip-textblock {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

@media screen and (min-width: 2560px) {
  .bc-hipdip-section {
    min-height: 1260px;
  }

  .bc-hipdip-container {
    padding: 53vh 24px 140px;
  }

  .hip-txt-img {
    width: 50%;
  }
}

.mobile-bg-img {
  display: none;
}

.mo-hipdip-copy {
  display: none;
}

@media (max-width: 768px) {
  .bc-hipdip-section {
    margin-top: 50px;
    min-height: 800px;
  }

  .bc-hipdip-bg {
    display: none;
  }

  .mobile-bg-img {
    display: block;
    /* margin: 30px 0; */
    overflow: hidden;
    /* 넘치는 부분 잘라내기 */
  }

  .mobile-bg-img img {
    width: 250%;
    /* 250%로 확대 */
    height: auto;
    display: block;
    margin-left: -50%;
    margin-bottom: -20%;
    margin-top: -20%;
    /* 왼쪽으로 이동 */
  }

  .mo-hipdip-copy {
    display: block;
    text-align: left;
    white-space: pre-line;
    margin: 0;
    color: #777;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    /* Thin */
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
    text-align: center;
  }

  .mo-hipdip-copy br {
    display: none;
  }

  .bc-hipdip-container {
    height: auto;
    padding: 60px 20px;
    justify-content: center;
  }

  .bc-hipdip-textblock {
    width: 100%;
    max-width: 350px;
    margin-right: 0;
    text-align: center;
    opacity: 1;
    transform: none;
  }

  .hip-txt-img {
    width: 50%;
    margin-bottom: 20px;
  }

  .hand-divider {
    display: none;
  }

  .hipdip-copy {
    display: none;
  }
}

/*=== 위 슬라이드 페이지 ===*/
.four-slider-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 80vh;
  min-height: 600px;
}

.slider-images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-item {
  position: absolute;
  width: 210px;
  height: 226px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: bottom center;
  /* 아래 중앙을 기준으로 변형 */
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  transition: opacity 0.3s ease;
}

.slider-item .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slider-item:hover .hover-img {
  opacity: 1;
}

.slider-item:hover .default-img {
  opacity: 0;
}

.slider-item:hover {
  width: 301px;
  height: 324px;
  transform: translate(-37.5px, -114px);
  /* Y축 이동값 조정 */
  z-index: 10;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 500px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.slider-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 500px;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.slider-title {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.slider-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  line-height: 1.6;
}

.slider-text {
  animation: fadeIn 0.5s ease-in-out;
}

.slider-text h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.slider-text p {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}

.slider-content .default-desc {
  display: block;
}

.default-desc.hidden {
  display: none !important;
}

.slider-item[data-index="1"] {
  top: 30%;
  left: 10%;
  transform: rotate(-50deg);
}

.slider-item[data-index="2"] {
  top: 10%;
  left: 30%;
  transform: rotate(-15deg);
}

.slider-item[data-index="3"] {
  top: 10%;
  right: 30%;
  transform: rotate(15deg);
}

.slider-item[data-index="4"] {
  top: 30%;
  right: 10%;
  transform: rotate(40deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .four-slider-section {
    /* min-height: 100vh; */
    height: 100%;
    padding: 20px;
    /* align-items: normal; */
  }

  .slider-container {
    height: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .slider-item {
    width: 150px;
    width: 100%;
    height: auto;
    /* height: 139px; */
    position: relative;
  }
  /* .slider-item:hover {
    pointer-events: none;
  } */

  .slider-item[data-index="1"] {
    top: 15%;
    left: 8%;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 4;
  }

  .slider-item[data-index="2"] {
    top: 15%;
    left: 24%;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 3;
  }

  .slider-item[data-index="3"] {
    top: 15%;
    left: 40%;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 2;
  }

  .slider-item[data-index="4"] {
    top: 15%;
    left: 56%;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 1;
  }

  /* .slider-item:hover {
    width: 200px;
    height: 185px;
    transform: translate(-25px, -46px);
    transform-origin: bottom center;
    z-index: 10; 
  }*/
  .slider-item:active .hover-img {
    opacity: 1;
  }

  .slider-item:active .default-img {
    opacity: 0;
  }

  .slider-item:hover {
    width: auto;
    height: auto;
    transform: none;
    /* Y축 이동값 조정 */
    z-index: 10;
  }

  .slider-content {
    position: relative;
    top: 20%;
    max-width: 100%;
    width: 90%;
    padding: 0 20px;
    transform: translate(-50%, 0);
    margin-bottom: 67px;
    order: 1;
    gap: 0;
  }
  .slider-images {
    position: relative;
    top: 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(45px, 5vw, 90px) clamp(25px, 5vw, 50px);
    order: 2;
  }

  .slider-title {
    font-size: 24px;

    line-height: 1.3;
    word-break: keep-all;
    order: 1;
  }

  .slider-desc {
    font-size: 15px;
    line-height: 1.5;
    order: 2;
  }

  .slider-text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .slider-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  .slider-text-box {
    order: 3;
    position: relative;
    transform: translate(-50%, 0);
    padding-top: 36px;
  }
}

/*=== hip sketch ===*/
.hip-sketch-section {
  padding: 80px 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hip-sketch-container {
  max-width: 70vw;
  width: 100%;
  text-align: center;
}

/* 텍스트 스타일 */
.hip-sketch-main-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 48px;
  color: #1d4074;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.hip-sketch-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
  margin: 0;
  line-height: 1.4;
  word-break: keep-all;
}

.hip-sketch-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #333;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

/* 그리드 레이아웃 */
.hip-sketch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 10px;
}

.hip-sketch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

/* 애니메이션 상태 */
.hip-sketch-section.is-inview .hip-sketch-item {
  opacity: 1;
  transform: translateY(0);
}

/* 순차적 애니메이션 딜레이 */
.hip-sketch-section.is-inview .hip-sketch-item:nth-child(1) {
  transition-delay: 0.1s;
}

.hip-sketch-section.is-inview .hip-sketch-item:nth-child(2) {
  transition-delay: 0.2s;
}

.hip-sketch-section.is-inview .hip-sketch-item:nth-child(3) {
  transition-delay: 0.3s;
}

.hip-sketch-section.is-inview .hip-sketch-item:nth-child(4) {
  transition-delay: 0.4s;
}

.hip-sketch-image-container {
  width: 100%;
  max-width: 20vw;
  aspect-ratio: 1;
  background: transparent;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hip-sketch-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}

.hip-sketch-label {
  background: #1d4074;
  color: white;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 25px;
  white-space: nowrap;
  margin-top: -2.5vw;
  z-index: 1;
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
  .hip-sketch-section {
    min-height: 100%;
  }
  .hip-sketch-container {
    max-width: none;
    width: 100%;
  }

  .hip-sketch-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hip-sketch-main-title {
    font-size: 40px;
  }

  .hip-sketch-subtitle {
    font-size: 20px;
  }

  .hip-sketch-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .hip-sketch-item {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .hip-sketch-section {
    padding: 60px 20px;
    min-height: 100%;
  }

  /* .hip-sketch-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 300px;
    margin: 40px auto 0;
  } */

  .hip-sketch-main-title {
    font-size: 32px;
  }

  .hip-sketch-subtitle {
    font-size: 18px;
  }

  .hip-sketch-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .hip-sketch-label {
    font-size: 18px;
    padding: 10px 20px;
  }

  .hip-sketch-image-container {
    max-width: 250px;
    padding: 15px;
  }
}

/*=== 힙 스케치===*/
.hip-design-section {
  background: white;
  padding: 100px 20px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 배경 버블들 */
.hip-design-bubble-top {
  position: absolute;
  top: 10%;
  right: 57%;
  width: 244px;
  height: 244px;
  border-radius: 122px;
  transform: rotate(45deg);
  filter: blur(10px);
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
  z-index: 1;
}

.hip-design-bubble-bottom {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 604px;
  height: 604px;
  border-radius: 302px;
  transform: rotate(-105deg);
  filter: blur(10px);
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.3) 6%,
    rgba(255, 255, 255, 0) 91%
  );
  z-index: 1;
}

.hip-design-container {
  max-width: 70vw;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* 텍스트 스타일 */
.hip-design-header {
  position: absolute;
  top: -2vw;
  left: 6vw;
  background: white;
  border: 2px dotted #ccc;
  border-radius: 50px;
  padding: 10px 5vw;
  z-index: 3;
}

.hip-design-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #666;
  line-height: 1.4;
}

.hip-design-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

/* 메인 콘텐츠 */
.hip-design-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hip-design-shape {
  position: relative;
  width: 100%;
  max-width: 90vw;
  height: 25vw;
  background: #f8f8f8;
  border-radius: 103px;
  border: 2px dotted #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* 라벨 컨테이너 */
.hip-design-label-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* 라벨 공통 스타일 */
.hip-design-label {
  position: absolute;
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  z-index: 3;
}

/* 개별 라벨 위치 */
.hip-design-label-lifting {
  top: 20%;
  left: 15%;
}

.hip-design-label-volume {
  top: 20%;
  left: 35%;
}

.hip-design-label-cellulite {
  top: 20%;
  right: 36%;
}

.hip-design-label-diptype {
  top: 20%;
  right: 14%;
}

/* 이미지 컨테이너 */
.hip-design-image-container {
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 5vw;
}

.hip-design-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hip-design-desktop-only {
  display: block;
}

.hip-design-mobile-only {
  display: none;
}

/* 768px 이하 반응형 */
@media (max-width: 768px) {
  .hip-design-desktop-only {
    display: none;
  }

  .hip-design-mobile-only {
    display: flex;
  }

  .hip-design-section {
    padding: 60px 20px;
    min-height: auto;
  }

  /* 배경 버블 조정 */
  .hip-design-bubble-top {
    width: 150px;
    height: 150px;
    top: 5%;
    right: 10%;
  }

  .hip-design-bubble-bottom {
    width: 300px;
    height: 300px;
    bottom: 2%;
    left: 2%;
  }

  .hip-design-container {
    max-width: 100%;
  }

  /* 헤더 위치 조정 */
  .hip-design-header {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 30px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .hip-design-subtitle {
    font-size: 16px;
  }

  .hip-design-title {
    font-size: 24px;
  }

  /* 메인 도형 제거하고 세로 레이아웃 */
  .hip-design-shape {
    background: transparent;
    border: none;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  /* 라벨 컨테이너 숨김 */
  .hip-design-label-container {
    display: none;
  }

  /* 이미지 컨테이너를 개별 카드로 변경 */
  .hip-design-image-container {
    width: 100%;
    height: auto;
    margin-top: 0;
    flex-direction: column;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hip-design-image {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  /* 개별 이미지 카드 스타일 */
  .hip-design-image-item {
    width: 100%;
    background: #f8f8f8;
    border-radius: 20px;
    border: 2px dotted #ccc;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .hip-design-image-item-label {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
  }

  .hip-design-image-item img {
    width: 100%;
    height: auto;
    max-width: 300px;
    object-fit: contain;
  }
}

/*=== 힙 타입 ===*/
.hip-type-section {
  padding: 0 20px 100px 20px;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.hip-type-bubble-bottom {
  position: absolute;
  bottom: 20%;
  right: 20%;
  width: 150px;
  height: 150px;
  border-radius: 70px;
  transform: rotate(105deg);
  filter: blur(10px);
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.3) 6%,
    rgba(255, 255, 255, 0) 91%
  );
  z-index: 1;
}

/* 이미지 - 왼쪽 영역 내부 절대 위치 */
.hip-type-fixed-image {
  position: absolute;
  bottom: -210px;
  left: -100px;
  height: auto;
  z-index: 4;
}

.hip-type-text-area {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hip-type-text-area::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 245px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  transform: rotate(30deg);
  filter: blur(8px);
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.3) 6%,
    rgba(255, 255, 255, 0) 91%
  );
  z-index: 1;
}

.hip-type-text-area::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  border-radius: 120px;
  transform: rotate(70deg);
  filter: blur(6px);
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.25) 6%,
    rgba(255, 255, 255, 0) 91%
  );
  z-index: 1;
}

.hip-type-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hip-type-container {
  max-width: 1600px;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* 메인 콘텐츠 */
.hip-type-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0px;
  min-height: 400px;
}

/* 왼쪽: 타입 설명 (40%) */
.hip-type-left {
  flex: 0 0 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 300px;
  text-align: left;
  position: relative;
}

.hip-type-main-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 48px;
  color: #333;
  margin: 30px 0 30px 0;
  line-height: 1.2;
  text-align: left;
}

.hip-type-list {
  width: 100%;
}

.hip-type-item {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 8px 0;
  text-align: left;
}

/* Type 리스트 - 2번째부터 점점 늘어나는 왼쪽 간격 */
.hip-type-item:nth-child(2) {
  margin-left: 35px;
}

.hip-type-item:nth-child(3) {
  margin-left: 65px;
}

.hip-type-item:nth-child(4) {
  margin-left: 95px;
}

.hip-type-item:nth-child(5) {
  margin-left: 110px;
}

.hip-type-item:nth-child(6) {
  margin-left: 120px;
}

/* 오른쪽: 개인별 맞춤 설명 (60%) */
.hip-type-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.hip-type-section.is-inview .hip-type-right {
  opacity: 1;
  transform: translateY(0);
}

.hip-type-header {
  margin-bottom: 50px;
}

.hip-type-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #666;
  line-height: 1.4;
  margin: 15px 0 5px 0;
}

.hip-type-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.hip-type-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  text-align: left;
  word-break: keep-all;
}

.hip-type-description p {
  margin: 0 0 30px 0;
}

.hip-type-description p:last-child {
  margin-bottom: 0;
}

/* 768px 이하 반응형 */
@media (max-width: 768px) {
  .hip-type-section {
    padding: 0 20px 80px 20px;
    margin-bottom: 100px;
    min-height: auto;
  }

  .hip-type-bubble-bottom {
    width: 100px;
    height: 100px;
    bottom: 10%;
    right: 10%;
  }

  .hip-type-content {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }

  /* 왼쪽 영역 - 모바일에서 상단으로 */
  .hip-type-left {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    order: 2;
    align-items: center;
    text-align: center;
  }

  .hip-type-fixed-image {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .hip-type-image {
    width: 80%;
    max-width: 300px;
  }

  .hip-type-text-area {
    text-align: center;
  }

  .hip-type-text-area::before,
  .hip-type-text-area::after {
    display: none;
  }

  .hip-type-main-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  .hip-type-list {
    text-align: center;
  }

  .hip-type-item {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
    text-align: center;
  }

  /* Type 리스트 - 모바일에서는 간격 초기화 */
  .hip-type-item:nth-child(2),
  .hip-type-item:nth-child(3),
  .hip-type-item:nth-child(4),
  .hip-type-item:nth-child(5),
  .hip-type-item:nth-child(6) {
    margin-left: 0;
  }

  /* 오른쪽 영역 - 모바일에서 하단으로 */
  .hip-type-right {
    flex: none;
    width: 100%;
    padding-left: 0;
    order: 1;
    opacity: 1;
    transform: none;
    align-items: center;
    text-align: center;
  }

  .hip-type-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .hip-type-subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .hip-type-title {
    font-size: 24px;
  }

  .hip-type-description {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }

  .hip-type-description p {
    margin-bottom: 20px;
    word-break: keep-all;
  }
}

/*=== 황금비율 섹션 ===*/
.golden-ratio-section {
  background: #f2f2f4;
  padding: 100px 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.golden-ratio-container {
  /* max-width: 100vw; */
  width: 60%;
  text-align: center;
  position: relative;
}

/* 상단 메인 제목 */
.golden-ratio-main-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 32px;
  color: #333;
  margin: 0 0 60px 0;
  line-height: 1.3;
}

/* 메인 도형 */
.golden-ratio-shape {
  position: relative;
  width: 100%;
  max-width: calc(980px * 100vw / 1600);
  height: 35vw;
  max-height: calc(490px * 100vw / 1600);
  margin: 0 auto;
  border-radius: 91px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: url("/home_assets/img/main/body_center/gold_hip_background.png")
    no-repeat center/cover;
}

/* 배경 이미지 */
.golden-ratio-background {
  border-radius: 91px;
  /* position: absolute;
  top: 50%;
  left: ;
  right: 0;
  bottom: 0; */
  z-index: 1;
  width: 70%;
}

.golden-ratio-bg-image {
  border-radius: 91px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 상단 서브 제목 */
.golden-ratio-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: white;
  z-index: 2;
  position: relative;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  /* margin-top: 50px; */
}

/* 아이콘 영역 */
.golden-ratio-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: 100%;
  z-index: 2;
  position: relative;
  margin: 20px 0;
}

.golden-ratio-icon-item {
  width: calc((100% - 5% * 2) / 3);
  flex: 0 0 auto;
}

.golden-ratio-circle {
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 아이콘 이미지 */
.golden-ratio-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 하단 설명 */
.golden-ratio-description {
  margin-bottom: 50px;
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: white;
  z-index: 2;
  position: relative;
  line-height: 1.4;
  margin-top: 20px;
  word-break: keep-all;
}

/* 768px 이하 반응형 */
@media (max-width: 768px) {
  .golden-ratio-section {
    padding: 60px 20px;
    min-height: auto;
  }

  .golden-ratio-container {
    width: 100%;
  }

  /* 상단 메인 제목 */
  .golden-ratio-main-title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
    word-break: keep-all;
  }

  /* 메인 도형 */
  .golden-ratio-shape {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 100vh;
    /* min-height: 100vh; */
    border-radius: 20px;
    padding: 30px 20px;
  }

  /* 상단 서브 제목 */
  .golden-ratio-subtitle {
    font-size: 16px;
    /* margin-bottom: 30px; */
    /* margin-top: 20px; */
    word-break: keep-all;
    line-height: 1.4;
  }

  /* 아이콘 영역 - 세로 배치 */
  .golden-ratio-icons {
    /* flex-direction: column; */
    gap: 8px;
    padding: 0;
    /* margin: 40px 0; */
  }

  .golden-ratio-icon-item {
    /* height: auto; */
    padding-bottom: 0;
    margin: 0 auto;
    opacity: 1;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .golden-ratio-circle {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: calc(100% - 8px * 2 / 3);
    flex-shrink: 0;
  }

  .golden-ratio-circle-inner {
    width: 100%;
    height: 100%;
    top: 9px;
    left: 9px;
  }

  /* 아이콘 크기 조정 */
  .golden-ratio-icon {
    width: 35%;
    /* height: 16px; */
    /* height: calc(100% - 14px); */
  }
  .golden-ratio-icon img {
    width: 100%;
    height: 100%;
  }
  /* 곡선 텍스트를 직선 텍스트로 변경 - 원형 하단 배치 */
  .golden-ratio-curved-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
    text-align: center;
  }

  .curved-text-svg {
    display: none;
  }

  /* 새로운 직선 텍스트 스타일 */
  .golden-ratio-curved-text::after {
    content: attr(data-text);
    display: block;
    font-family: "Noto Serif KR", serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    word-break: keep-all;
  }

  /* 각 아이템별 텍스트 내용 */
  .golden-ratio-icon-item:nth-child(1) .golden-ratio-curved-text::after {
    content: "개인 맞춤 라인 스케치 시술";
  }

  .golden-ratio-icon-item:nth-child(2) .golden-ratio-curved-text::after {
    content: "옆, 뒤, 어느 각도에서도 예쁜 힙 실루엣";
  }

  .golden-ratio-icon-item:nth-child(3) .golden-ratio-curved-text::after {
    content: "무너진 체형 밸런스까지 자연스럽게 보정";
  }

  /* 하단 설명 */
  .golden-ratio-description {
    font-size: 14px;
    /* margin-bottom: 20px; */
    /* margin-top: 60px; */
    line-height: 1.5;
    word-break: keep-all;
    padding: 0 10px;
    margin: 0;
  }

  /* 애니메이션 비활성화 (모바일에서) */
  .golden-ratio-icon-item.animate {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .golden-ratio-icon-item:nth-child(1).animate,
  .golden-ratio-icon-item:nth-child(2).animate,
  .golden-ratio-icon-item:nth-child(3).animate {
    animation-delay: 0s;
  }
}

/*=== 힙 시너지 ===*/
.hip-synergy-section {
  padding: 100px 20px 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.hip-synergy-container {
  max-width: 1600px;
  width: 100%;
  position: relative;
}

/* 이미지 컨테이너 */
.hip-synergy-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 5vw, 70px);
  position: relative;
  margin-bottom: 80px;
  margin-left: clamp(250px, 5vw, 500px);
}

.hip-synergy-image-item {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}

/* 애니메이션 */
.hip-synergy-image-item.animate {
  animation: hipFadeInUp 0.8s ease-out forwards;
}

.hip-synergy-image-item:nth-child(1).animate {
  animation-delay: 0.2s;
}

.hip-synergy-image-item:nth-child(2).animate {
  animation-delay: 0.4s;
}

.hip-synergy-image-item:nth-child(3).animate {
  animation-delay: 0.6s;
}

@keyframes hipFadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 배경 도형 - 이미지의 왼쪽 절반에 걸치게 */
.hip-synergy-background-shape {
  position: absolute;
  background: #5a5a5a;
  width: 220px;
  height: 100%;
  top: 0;
  left: -20px;
  z-index: 1;
}

/* 01, 02, 03 숫자 */
.hip-synergy-number {
  position: absolute;
  top: 5px;
  left: -10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 120px;
  color: white;
  line-height: 1;
  z-index: 3;
}

/* 이미지 */
.hip-synergy-image {
  width: 353px;
  height: 462px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* 하단 라벨 (Before/After + 설명) */
.hip-synergy-bottom-label {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 3;
  text-align: left;
}

.hip-synergy-status {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: white;
  margin-bottom: 5px;
}

.hip-synergy-desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: white;
}

/* 하단 텍스트 영역 */
.hip-synergy-text-area {
  max-width: 800px;
  margin-left: 0;
  position: relative;
  top: -110px;
}

.hip-synergy-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 100px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

.hip-synergy-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  word-break: keep-all;
}

.hip-synergy-main-title {
  font-family: "MaruBuri", serif;
  font-weight: 400;
  font-size: 36px;
  color: #000;
  text-align: left;
}

@media (max-width: 768px) {
  .hip-synergy-section {
    padding: 60px 20px;
  }

  .hip-synergy-container {
    display: flex;
    flex-direction: column;
  }

  .hip-synergy-text-area {
    order: -1;
    top: 0;
    text-align: center;
    margin: 0 auto 40px;
  }

  .hip-synergy-images {
    flex-direction: column;
    gap: 40px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .hip-synergy-image-item {
    position: absolute;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;

    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .hip-synergy-image-item:first-child {
    position: relative;
    opacity: 1;
  }
  .hip-synergy-image-item.active {
    opacity: 1;
    z-index: 1;
  }

  .hip-synergy-number {
    font-size: 60px;
    top: 5px;
    left: 0px;
  }

  .hip-synergy-background-shape {
    width: 140px;
    left: -10px;
  }

  .hip-synergy-image {
    width: 100%;
    max-width: 280px;
    height: 366px;
  }

  .hip-synergy-bottom-label {
    bottom: 12px;
    left: 0px;
  }

  .hip-synergy-status {
    font-size: 18px;
  }

  .hip-synergy-desc {
    font-size: 16px;
  }

  .hip-synergy-title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 15px;
  }

  .hip-synergy-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }

  .hip-synergy-main-title {
    font-size: 20px;
    text-align: center;
  }
}

/*=== 힙딥 콜라겐 주사 ===*/
.hip-olidia-section {
  padding: 100px 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hip-olidia-container {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* 배경 로고 */
.hip-olidia-background-logo {
  max-width: 1330px;
  position: absolute;
  top: 15%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: 1;
  width: 100%;
}

/* 메인 콘텐츠 */
.hip-olidia-content {
  position: relative;
  z-index: 2;
}

/* 제품 이미지 */
.hip-olidia-product {
  max-width: 657px;
  width: 100%;
  margin: 0;
}

/* 텍스트 영역 */
.hip-olidia-text {
  text-align: center;
}

.hip-olidia-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.hip-olidia-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* 반응형 */
@media (max-width: 1024px) {
  .hip-olidia-background-logo {
    max-width: 500px;
  }

  .hip-olidia-product {
    max-width: 350px;
  }

  .hip-olidia-title {
    font-size: 22px;
  }

  .hip-olidia-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hip-olidia-section {
    padding: 130px 20px;
  }

  .hip-olidia-background-logo {
    max-width: 400px;
  }

  .hip-olidia-product {
    max-width: 280px;
    margin-bottom: 40px;
  }

  .hip-olidia-title {
    font-size: 20px;
  }

  .hip-olidia-description {
    font-size: 16px;
  }
}

/*=== FAQ 영역===*/
.hip-faq-section {
  width: 100%;
  min-height: 2800px;
  /* 아코디언이 모두 열려도 충분한 높이 */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 20px 200px;
}

.hip-faq-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 2800px;
  /* 섹션과 동일한 최소 높이 */
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}

.hip-faq-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hip-faq-content {
  width: 75%;
  min-height: 2200px;
  /* 모든 아코디언이 열렸을 때의 높이 */
  position: relative;
  border-radius: 40px;
  margin-top: 250px;
  z-index: 2;
  overflow: visible;
}

.hip-faq-content-bg {
  border-radius: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2200px;
  /* 고정 높이 */
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hip-faq-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 40px 80px;
  /* min-height: 2200px; */
  height: 100%;
  background: url("/home_assets/img/main/body_center/front_background.png")
    no-repeat center/cover;
  background-attachment: fixed;
  border-radius: 80px;
}

.hip-faq-top {
  margin-bottom: 60px;
}

.hip-faq-item {
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.hip-faq-question {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  flex: 1;
}

.hip-faq-answer {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.9;
  flex: 1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px 0 50px 50px;
  padding: 25px 30px;
  word-break: keep-all;
}
.hip-faq-answer p br {
  display: none;
}

.faq-semi {
  font-weight: 600;
}

.hip-cautions-title {
  text-align: center;
  margin: 80px 0 60px;
  font-family: "Dream Orphans", Arial, sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
}

.hip-cautions-title span {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-top: 10px;
}

.hip-faq-bottom {
  margin-top: 40px;
}

.hip-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hip-faq-acc-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ffffff;
}

.hip-faq-acc-header {
  padding: 65px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  transition: background-color 0.3s ease;
}

.hip-faq-arrow {
  font-size: 24px;
  transition: transform 0.3s ease;
  color: #fff;
}

.hip-faq-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin: 0 30px 20px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.9;
}

.hip-faq-acc-content-inner {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px 0 50px 50px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.hip-faq-acc-content-inner-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin: auto;
  word-break: keep-all;
}

.hip-faq-acc-content-inner-title2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin: auto;
}

.hip-faq-acc-content-inner-content {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.9;
  text-align: center;
  margin: auto;
  word-break: keep-all;
}

.hip-faq-acc-item.active .hip-faq-acc-content {
  max-height: 500px;
}

.hip-faq-mobile-title {
  display: none;
}

/* 768px 이하 반응형 */
@media (max-width: 768px) {
  .hip-faq-mobile-title {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Dream Orphans", Arial, sans-serif;
    font-weight: 400;
    font-size: 64px;
    color: #fff;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }

  .hip-faq-section {
    min-height: auto;
    padding: 40px 15px 100px;
  }

  .hip-faq-bg-image {
    min-height: auto;
    height: 100%;
  }

  .hip-faq-container {
    padding-bottom: 0;
  }

  .hip-faq-content {
    width: 95%;
    min-height: auto;
    /* padding: 40px 20px; */
    margin-top: 60px;
  }

  .hip-faq-content-bg {
    border-radius: 20px;
    height: 100%;
    min-height: auto;
  }

  .hip-faq-content-wrapper {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .hip-faq-top {
    margin-bottom: 40px;
  }

  .hip-faq-item {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .hip-faq-question {
    font-size: 18px;
    font-weight: 700;
    word-break: keep-all;
  }

  .hip-faq-answer {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 25px;
    border-radius: 25px 0 25px 25px;
    word-break: keep-all;
  }

  .hip-cautions-title {
    font-size: 32px;
    margin: 60px 0 40px;
  }

  .hip-cautions-title span {
    font-size: 16px;
    margin-top: 8px;
  }

  .hip-faq-bottom {
    margin-top: 30px;
  }

  .hip-faq-accordion {
    gap: 10px;
  }

  .hip-faq-acc-header {
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .hip-faq-arrow {
    font-size: 18px;
  }

  .hip-faq-acc-content {
    margin: 0 20px 15px;
    font-size: 16px;
  }

  .hip-faq-acc-content-inner {
    padding: 25px 20px;
    border-radius: 25px 0 25px 25px;
    min-height: auto;
    gap: 10px;
    word-break: keep-all;
  }

  .hip-faq-acc-content-inner-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 0;
  }

  .hip-faq-acc-content-inner-title2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    max-width: 200px;
  }

  .hip-faq-acc-content-inner-content {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin: 0;
    word-break: keep-all;
  }
  .hip-faq-acc-content-inner-content.pose {
    max-width: 95%;
  }
  .hip-faq-acc-content-inner-content br {
    display: none;
  }
  .hip-faq-acc-item.active .hip-faq-acc-content {
    max-height: 600px;
  }
}

/*=== 메디컬 프로세스 영역===*/
.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: 1;
  /* 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;
}

.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(103, 149, 186, 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(103, 149, 186, 0.4) 100%
  );
}

.hip-process-text-wrapper-4 {
  /* width: 210px; */
  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;
}

/* 768px 이하 반응형 */
@media (max-width: 768px) {
  .hip-process-section {
    min-height: auto;
    padding: 60px 0;
  }

  .hip-process-container {
    min-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  /* 컨테이너에 모바일용 타이틀과 설명 추가 */
  .hip-process-container::before {
    content: "Medical Process";
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Dream Orphans", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
    order: -2;
  }

  .hip-process-overlap:first-child::before {
    content: attr(data-i18n);
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 200;
    color: #6e6e6e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 50px;
    word-break: keep-all;
    order: -1;
  }

  /* 전체 아이템 애니메이션 유지 */
  .hip-process-item {
    position: relative;
    opacity: 1 !important;
    transform: translateY(0) !important;
    /*transform: translateY(80px);*/
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* margin-bottom: 60px; */
  }

  .hip-process-item.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  /* 1번 항목 */
  .hip-process-overlap {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    /* margin-bottom: 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hip-process-ellipse {
    display: none;
  }

  .hip-process-overlap-group {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hip-process-image {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 320px;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    z-index: 1;
    box-shadow: 20px 25px 40px #00000040;
    object-fit: cover;
  }

  .hip-process-rectangle-2 {
    position: relative;
    width: 250px;
    height: 150px;
    top: -45px;
    left: 0;
    margin-bottom: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

  /* rectangle 안에 새로운 텍스트 추가 */
  .hip-process-rectangle-2::after {
    content: "01";
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    order: 1;
  }

  .hip-process-rectangle-2::before {
    content: attr(data-i18n);
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #516070;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
    order: 2;
  }

  /* 기존 독립적인 텍스트 숨김 */
  .hip-process-text-wrapper,
  .hip-process-p {
    display: none !important;
  }

  /* 섹션 제목 영역 숨김 */
  .hip-process-ellipse-2 {
    display: none;
  }

  .hip-process-overlap-group-2 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    /* margin-bottom: 50px; */
  }

  .hip-process-types {
    display: none;
  }

  .hip-process-title,
  .hip-process-subtitle {
    display: none;
  }

  /* 2번 항목 */
  .hip-process-img {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 320px;
    top: 0;
    left: 0;
    margin: 0 auto 15px auto;
    display: block;
    z-index: 1;
    box-shadow: 20px 25px 40px #00000040;
    object-fit: cover;
    order: 1;
  }

  .hip-process-rectangle-4 {
    position: relative;
    width: 250px;
    height: 150px;
    top: -45px;
    left: 0;
    margin: 0 auto 15px auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    order: 2;
  }

  .hip-process-rectangle-4::after {
    content: "02";
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    order: 1;
  }

  .hip-process-rectangle-4::before {
    content: attr(data-i18n);
    white-space: pre-line;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #516070;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
    order: 2;
  }

  .hip-process-text-wrapper-4,
  .hip-process-text-wrapper-5 {
    display: none !important;
  }

  /* 3번 항목 */
  .hip-process-overlap-3 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 60px; */
  }

  .hip-process-box,
  .hip-process-ellipse-3 {
    display: none;
  }

  .hip-process-image-2 {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 320px;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    z-index: 1;
    box-shadow: 20px 25px 40px #00000040;
    object-fit: cover;
    order: 1;
  }

  .hip-process-rectangle-8 {
    position: relative;
    width: 250px;
    height: 150px;
    top: -45px;
    left: 0;
    margin-bottom: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    order: 2;
  }

  .hip-process-rectangle-8::after {
    content: "03";
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    order: 1;
  }

  .hip-process-rectangle-8::before {
    content: attr(data-i18n);
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #516070;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
    order: 2;
  }

  .hip-process-text-wrapper-8,
  .hip-process-text-wrapper-9 {
    display: none !important;
  }
}

/*=== 시술 대상 영역 ===*/
.hip-section {
  padding: 60px 0 40px;
  background: #fff;
  margin-top: 80px;
  margin-bottom: 100px;
}

.hip-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}

.hip-main-title {
  font-family: "Noto Serif KR", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  margin: 0 0 10px;
  text-align: center;
  white-space: nowrap;
}

.hip-subtitle {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  font-size: 86px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 72px;
  text-align: center;
}

.hip-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.hip-card {
  max-width: 435px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hip-badge {
  position: relative;
  width: 119px;
  height: 58px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
  border-radius: 36px;
  background: #f0f3fa;
  padding: 24px;
}

.hip-badge .hb-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 94%;
  border-radius: 36px;
  background: #ffffff;
  border: none;
  z-index: 2;
  box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
}

.hip-badge .hb-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: #000;
  z-index: 4;
  pointer-events: none;
}

.hip-card-label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 148px;
  height: 100%;
  min-height: 165px;
  border-radius: 40px;
  padding: 30px;
  box-shadow: inset 6px 4px 4px #00000040;
  color: #000000;
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.7;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hip-card:nth-of-type(odd) .hip-card-label {
  color: #000;
  background: url("/home_assets/img/main/skin/benefit-card-odd.png") no-repeat
      center/cover,
    #fff;
}

.hip-card:nth-of-type(even) .hip-card-label {
  color: #fff;
  background: url("/home_assets/img/main/skin/benefit-card-even.png") no-repeat
      center/cover,
    #b0bbd5;
}
.line-break {
  display: none;
}

@media (max-width: 768px) {
  .hip-section {
    padding: 40px 0 30px;
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .hip-container {
    padding: 0 15px;
  }

  .hip-main-title {
    font-size: 24px;
    margin: 0 0 8px;
    white-space: normal;
  }

  .hip-subtitle {
    font-size: 48px;
    margin: 0 0 40px;
  }

  .hip-cards-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 100%;
  }

  .hip-card {
    width: 80%;
    /* max-width: 100%; */
    margin: 0 auto;
  }

  .hip-badge {
    width: 100px;
    height: 48px;
  }

  .hip-badge .hb-text {
    font-size: 32px;
  }

  .hip-card-label {
    min-height: 140px;
    padding: 25px 20px;
    font-size: 18px;
    border-radius: 30px;
  }
  .line-break {
    display: block;
  }

  .line-break::after {
    content: "\A";
  }
}
