.hair-tp-filler-intro-section {
  width: 100%;
  min-height: 1180px;
  height: 115vh;
  background: url("/home_assets/img/main/jab_center/hear_filler_background.jpg")
    no-repeat center;
  background-size: cover;
  background-position: center 50%;
  position: relative;
  display: flex;
  align-items: center;
}

.hair-tp-filler-intro-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 min(2.08vw, 35px);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hair-tp-filler-intro-content {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

/* 왼쪽 영역 */
.hair-tp-filler-intro-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  padding-left: 5vw;
}

.hair-tp-filler-main-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: min(10.5vw, 200px);
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: -2vw;
  top: 7vh;
}

.hair-tp-filler-sub-info {
  position: absolute;
  left: min(10.42vw, 200px);
  bottom: 30%;
}

.hair-tp-filler-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: -43vh;
  right: -15vw;
}

.hair-tp-filler-sub-desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  width: 100%;
}

/* 오른쪽 영역 */
.hair-tp-filler-intro-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10vw;
  max-width: none;
  padding-left: 15vw;
  position: relative;
}

.hair-tp-filler-main-copy {
  margin-bottom: min(2.08vw, 40px);
}

.hair-tp-filler-main-text1,
.hair-tp-filler-main-text2,
.hair-tp-filler-main-text3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.hair-tp-filler-highlight {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.hair-tp-filler-highlight-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0%;
}

/* 32인치에서 이미지를 고정으로 맞춰야해서 따로 조절*/
@media (min-width: 2560px) {
  .hair-tp-filler-intro-section {
    height: 100vh;
  }

  .hair-tp-filler-main-title {
    right: 6vw;
    top: 6vh;
  }

  .hair-tp-filler-intro-left {
    padding-left: 12vw;
  }

  .hair-tp-filler-sub-title {
    bottom: -37vh;
    left: 5vw;
  }
}

@media (max-width: 768px) {
  .hair-tp-filler-intro-section {
    margin-top: 40px;
    height: 100vh;
    min-height: 600px;
  }

  .hair-tp-filler-intro-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .hair-tp-filler-intro-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 40px;
    padding: 40px 0;
  }

  /* 왼쪽 영역 - 모바일에서는 상단 */
  .hair-tp-filler-intro-left {
    height: auto;
    order: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    bottom: -18%;
  }

  .hair-tp-filler-main-title {
    position: absolute;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 60px;
    margin-bottom: 20px;
    left: 0;
    top: 20px;
    transform: none;
    order: -1;
    color: #666;
  }

  .hair-tp-filler-sub-info {
    position: static;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
  }

  .hair-tp-filler-sub-title {
    display: none;
  }

  /* 오른쪽 영역 - 모바일에서는 하단 */
  .hair-tp-filler-intro-right {
    order: 1;
    padding-left: 0;
    text-align: center;
    margin-top: 320px;
  }

  .hair-tp-filler-main-copy {
    /*margin-bottom: 30px;*/
  }

  .hair-tp-filler-main-text1,
  .hair-tp-filler-main-text2,
  .hair-tp-filler-main-text3,
  .hair-tp-filler-highlight {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .hair-tp-filler-highlight-text {
    font-size: 16px;
    line-height: 5.5;
  }
}

/* 두상필터 2번째 색션 */
.hair-filler-ap-center-section {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #fff;
  overflow: hidden;
  transform-origin: center top;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hair-filler-ap-list-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 24px;
  /* margin-top: min(24rem, 384px); */
  /* width: min(65vw, 1248px); */
  /* max-height: min(22vw, 422px); */
  width: 100%;
  max-width: 1380px;
}

/* ===== Curved Title & Dotted Line ===== */
.hair-filler-ap-curve {
  position: relative;
  z-index: 1;
  height: 700px;
}

.hair-filler-ap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hair-filler-ap-bg svg {
  width: 100%;
  max-width: 1380px;
  height: 100%;
}

.hair-filler-ap-curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hair-filler-ap-curve-text {
  fill: #000;
  font-family: "Dream Orphans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.5px;
}

.hair-filler-ap-curve-dashed {
  stroke: #95b9e6;
  stroke-width: 2;
  stroke-dasharray: 6 8;
  opacity: 0.5;
}

.hair-filler-ap-curve-soft {
  stroke: #95b9e6;
  stroke-width: 2;
  opacity: 0.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== Feature Cards ===== */
.hair-filler-ap-list-feature-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(
    4,
    calc((100% - 3 * clamp(40px, 3vw, 80px)) / 4)
  );
  gap: clamp(40px, 3vw, 80px);

  padding: 0;
  list-style: none;
}

.hair-filler-ap-list-feature {
  background: #e9e9e9;
  border-radius: 120px;
  width: 80%;
  aspect-ratio: 224 / 310;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  opacity: 0;
  transform: translateY(18px);
  margin: 0 auto;
}

.hair-filler-ap-list-feature-list.is-inview .hair-filler-ap-list-feature {
  animation: hairFillerApListFadeUp 0.6s ease forwards;
}

.hair-filler-ap-list-feature-list.is-inview
  .hair-filler-ap-list-feature:nth-child(1) {
  animation-delay: 0s;
}

.hair-filler-ap-list-feature-list.is-inview
  .hair-filler-ap-list-feature:nth-child(2) {
  animation-delay: 0.07s;
}

.hair-filler-ap-list-feature-list.is-inview
  .hair-filler-ap-list-feature:nth-child(3) {
  animation-delay: 0.14s;
}

.hair-filler-ap-list-feature-list.is-inview
  .hair-filler-ap-list-feature:nth-child(4) {
  animation-delay: 0.21s;
}

.hair-filler-ap-list-feature-list.is-inview
  .hair-filler-ap-list-feature:nth-child(5) {
  animation-delay: 0.28s;
}

@keyframes hairFillerApListFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hair-filler-ap-list-icon {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.hair-filler-ap-list-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.85);
}

.hair-filler-ap-list-copy {
  text-align: center;
  line-height: 1.2;
}

.hair-filler-ap-list-line1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1vw, 20px);
  color: #000;
  margin-bottom: 6px;
}

.hair-filler-ap-list-line2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  color: #3787ff;
}

.hair-filler-ap-list-footnote {
  margin: 60px 0 0 30px;
  color: #8d8d8d;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  text-align: right;
  opacity: 0.9;
}

/* 접근성: 모션 감소 선호 시 애니메이션 제거 */
@media (prefers-reduced-motion: reduce) {
  .hair-filler-ap-list-feature {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* 모바일 반응형 (768px 이하) */
@media (max-width: 768px) {
  .hair-filler-ap-center-section {
    transform: none;
    max-height: none;
    min-height: auto;
    padding: 40px 0 0 0;
  }

  .hair-filler-ap-list-container {
    margin-top: 120px;
    width: 90%;
    max-height: none;
    padding: 0 20px;
  }

  .hair-filler-ap-curve {
    height: 400px;
  }

  .hair-filler-ap-bg {
    top: 80px;
    display: none;
  }

  .hair-filler-ap-bg img {
    display: none;
  }

  .hair-filler-ap-curve-text {
    font-size: 32px;
  }

  .hair-filler-ap-list-feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: -80px 0 16px 0;
  }

  .hair-filler-ap-list-feature {
    width: 100%;
    /* max-height: 280px; */
    max-width: none;
    border-radius: 20px;
    padding: 24px 16px;
    opacity: 1;
    transform: none;
  }

  .hair-filler-ap-list-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .hair-filler-ap-list-icon img {
    width: 48px;
    height: 48px;
  }

  .hair-filler-ap-list-line1 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .hair-filler-ap-list-line2 {
    font-size: 16px;
  }

  .hair-filler-ap-list-footnote {
    position: static;
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 12px;
  }
}

/*=== 헤어필러 시술 부위 영역 ===*/
.hear-filler-area-section {
  z-index: 2;
  width: 100%;
  padding: 120px 0;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #eef3f9 23%,
    #deecf7 38%,
    #d5dfef 56%,
    #ebf0f7 83%,
    #ffffff 100%
  );
}

.hear-filler-area-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}

.hear-filler-area-header {
  text-align: center;
  margin-bottom: 80px;
}

.hear-filler-area-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

.hear-filler-area-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.hear-filler-area-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hear-filler-area-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.hear-filler-area-image {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hear-filler-area-image img {
  width: 290px;
  height: 401px;
  object-fit: cover;
}

.hear-filler-area-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px 30px;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 200px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #fff;
}

.hear-filler-area-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
  word-break: keep-all;
}

.hear-filler-area-notice {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #000000;
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .hear-filler-area-gallery {
    gap: 30px;
  }

  .hear-filler-area-image {
    width: 200px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .hear-filler-area-section {
    padding: 80px 0;
    position: relative;
    z-index: 2;
  }

  .hear-filler-area-container {
    padding: 0 20px;
  }

  .hear-filler-area-header {
    margin-bottom: 60px;
  }

  .hear-filler-area-title {
    font-size: 24px;
  }

  .hear-filler-area-gallery {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .hear-filler-area-image {
    width: 250px;
    height: 350px;
  }

  .hear-filler-area-description {
    font-size: 18px;
    word-break: keep-all;
  }

  .hear-filler-area-notice {
    font-size: 13px;
    text-align: center;
  }

  .hear-filler-area-item {
    opacity: 1;
    transform: 0;
  }
}

/*=== 비포앤애프터 영역 ===*/
.hear-before-after-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.hear-before-after-container {
  margin: 0 auto;
  padding: 0 20px;
}

.hear-before-after-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hear-before-after-main-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.4;
}

.hear-before-after-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
}

.hear-before-after-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.hear-before-after-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  transform: translateX(-100px);
}

.hear-before-after-description {
  margin: 0 0 40px;
  max-width: 600px;
}

.description-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  margin: 0;
  word-break: keep-all;
}

.text-regular {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.hear-before-after-disclaimer {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #000;
  margin: 0;
  text-align: center;
}

.mo-hear-before-after-image-wrapper {
  display: none;
}

.mo-hear-before-after-left-image {
  display: none;
}

.mo-hear-before-after-disclaimer {
  display: none;
}

.mo-description-text {
  display: none;
}

@media (max-width: 768px) {
  .hear-before-after-section {
    position: relative;
    padding: 40px 0;
  }

  .hear-before-after-container {
    padding: 0 15px;
  }

  .hear-before-after-main-title {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .hear-before-after-subtitle {
    font-size: 24px;
  }

  .hear-before-after-image-wrapper {
    display: none;
  }

  .mo-hear-before-after-image-wrapper {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 2;
  }

  .mo-hear-before-after-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .mo-hear-before-after-disclaimer {
    display: block;
    margin-top: 30px;
    font-family: "Pretendard", sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #000;
    text-align: right;
  }

  .mo-hear-before-after-left-image {
    display: block;
    position: absolute;
    width: 37vw;
    top: -3%;
    left: -1%px;
  }

  .text-regular {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 500;
  }

  .hear-before-after-disclaimer {
    display: none;
  }

  .hear-before-after-image {
    transform: translateX(0);
    border-radius: 8px;
  }

  .hear-before-after-description {
    margin: 0 0 30px;
    max-width: 100%;
  }

  .description-text {
    display: none;
  }

  .mo-description-text {
    display: block;
    font-family: "Pretendard", sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin: 0;
    word-break: keep-all;
  }

  .description-text .text-regular {
    font-size: 16px;
  }

  .hear-before-after-disclaimer {
    font-size: 13px;
  }
}

/*=== 비교 영역===*/
.hear-comparison-section {
  width: 100%;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hear-comparison-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.hear-comparison-wrapper {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: flex-start;
}

.comparison-category {
  display: flex;
  flex-direction: column;
  width: 120px;
  border-radius: 20px 0 0 20px;
}

.comparison-active {
  display: flex;
  flex-direction: column;
  width: 470px;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 2;
  margin-top: -40px;
  position: relative;
}

.comparison-inactive {
  display: flex;
  flex-direction: column;
  width: 380px;
  background: transparent;
  border-radius: 0 20px 20px 0;
  position: relative;
}

.comparison-inactive::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 80px;
  background: #c1cfe6;
  z-index: 1;
}

.category-item {
  padding: 20px 20px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-item.empty-header {
  min-height: 80px;
  background-color: #c1cfe6;
  border-right: 1px solid #fff;
  position: relative;
}

.empty-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 80px;
  background: #c1cfe6;
  z-index: 1;
  border-left: 1px solid #ffffff;
}

.active-header {
  background: #80a8f2;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  padding: 40px 40px;
  text-align: center;
  border-radius: 55px 55px 0 0;
  height: 120px;
  display: flex;
  align-items: center;
}

.inactive-header {
  background: #c1cfe6;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding: 25px 40px;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
}

.active-content,
.inactive-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: transparent;
}

.active-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #80a8f2;
  border-top: none;
  border-radius: 0 0 20px 20px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.active-content::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: -12px;
  width: 1px;
  background: #3e668e;
  z-index: 1;
}

.active-content::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: -12px;
  width: 1px;
  background: #3e668e;
  z-index: 1;
}

.active-item:last-child {
  border-bottom: none;
  border-radius: 0 0 18px 18px;
}

.active-item {
  padding: 15px 30px;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
}

.inactive-item {
  padding: 15px 30px;
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #666;
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
  background: transparent;
}

.active-item:last-child,
.inactive-item:last-child {
  border-bottom: none;
  border-radius: 0 0 20px 20px;
}

.hear-comparison-bubble {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  z-index: 0;
}

.hear-comparison-bubble-1 {
  width: 320px;
  height: 320px;
  top: -70px;
  left: -50px;
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
}

.hear-comparison-bubble-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: 320px;
  background: linear-gradient(
    340deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
}

.hear-comparison-bubble-3 {
  width: 150px;
  height: 150px;
  bottom: 150px;
  right: 320px;
  background: linear-gradient(
    300deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
}

@media (max-width: 768px) {
  .hear-comparison-section {
    padding: 60px 0;
  }

  .hear-comparison-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .hear-comparison-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .comparison-category {
    display: none;
  }

  .comparison-active {
    width: 100%;
    margin: 0;
    margin-top: 0;
    order: 3;
    border-radius: 20px;
  }

  .comparison-inactive {
    width: 100%;
    border-radius: 20px;
    order: 2;
    border: 1px solid #c1cfe6;
  }

  .comparison-inactive::before {
    display: none;
  }

  .category-item {
    padding: 15px 20px;
    font-size: 18px;
  }

  .category-item.empty-header {
    min-height: 60px;
    border-right: none;
    border-radius: 20px 20px 0 0;
  }

  .empty-header::after {
    display: none;
  }

  .active-header {
    font-size: 24px;
    padding: 30px 20px;
    height: 80px;
    border-radius: 20px 20px 0 0;
  }

  .inactive-header {
    font-size: 20px;
    padding: 20px 20px;
    height: 60px;
    border-left: none;
    border-radius: 20px 20px 0 0;
  }

  .active-content,
  .inactive-content {
    border: 1px solid #80a8f2;
    border-top: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .active-content::before,
  .active-content::after {
    display: none;
  }

  .active-item {
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .inactive-item {
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .active-item:last-child,
  .inactive-item:last-child {
    padding-top: 8px;
    word-break: keep-all;
  }
  .hear-comparison-bubble-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: -30px;
  }

  .hear-comparison-bubble-2 {
    width: 180px;
    height: 180px;
    bottom: -40px;
    right: -30px;
  }

  .hear-comparison-bubble-3 {
    width: 100px;
    height: 100px;
    bottom: 80px;
    right: -20px;
  }
}

/*=== 헤어필러 추천 영역 ===*/
.hear-filler-reco-section {
  width: 100%;
  background: #ffffff;
  padding: 120px 0;
}

.hear-filler-reco-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.hear-filler-reco-header {
  text-align: center;
  margin-bottom: 80px;
}

.hear-filler-reco-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
}

.hear-filler-reco-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 64px;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.hear-filler-reco-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.hear-filler-reco-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  bottom: -40px;
  width: 1px;
  border-left: 1px dashed #6fa4f4;
  transform: translateX(-50%);
  z-index: 1;
}

.hear-filler-reco-item {
  width: 100%;
  padding: 25px 40px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
  opacity: 1;
  transform: translateY(0);
}

.hear-filler-reco-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hear-filler-reco-section {
    padding: 60px 0;
  }

  .hear-filler-reco-container {
    min-width: auto;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
  }

  .hear-filler-reco-header {
    margin-bottom: 40px;
  }

  .hear-filler-reco-subtitle {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .hear-filler-reco-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .hear-filler-reco-list {
    gap: 30px;
  }

  .hear-filler-reco-list::before {
    top: -30px;
    bottom: -30px;
  }

  .hear-filler-reco-item {
    padding: 20px 18px;
  }

  .hear-filler-reco-text {
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
  }
}

@media (width: 360px) {
  .hair-tp-filler-main-text1,
  .hair-tp-filler-main-text2,
  .hair-tp-filler-main-text3,
  .hair-tp-filler-highlight {
    padding-top: 38px !important;
  }
}
