.ear-filler-intro-section {
  margin-top: min(4.17vw, 80px);
  width: 100%;
  height: 100vh;
  min-height: min(41.67vw, 800px);
  background: url("/home_assets/img/main/jab_center/intro-background.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.ear-filler-intro-container {
  width: 100%;
  max-width: min(83.33vw, 1700px);
  margin: 0 auto;
  padding: 0 min(2.08vw, 35px);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.ear-filler-intro-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

/* 왼쪽 영역 */
.ear-filler-intro-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.ear-filler-main-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: min(10.42vw, 200px);
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: -8vw;
  top: 0vh;
}

.ear-filler-sub-info {
  position: absolute;
  left: min(10.42vw, 200px);
  bottom: 30%;
}

.ear-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: min(-8.85vw, -170px);
  left: calc(-1.25vw - (100vw - 1920px) * 0.2);
}

.ear-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%;
}

/* 오른쪽 영역 */
.ear-filler-intro-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10vw;
  max-width: none;
  padding-left: 15vw;
}

.ear-filler-main-copy {
  margin-bottom: min(2.08vw, 40px);
}

.ear-filler-main-text1,
.ear-filler-main-text2,
.ear-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;
}

.ear-filler-highlight {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.ear-filler-highlight-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0%;
}

@media (max-width: 768px) {
  .ear-filler-intro-section {
    margin-top: 40px;
    height: 100vh;
    min-height: 600px;
  }

  .ear-filler-intro-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .ear-filler-intro-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 40px;
    padding: 40px 0;
  }

  /* 왼쪽 영역 - 모바일에서는 상단 */
  .ear-filler-intro-left {
    height: auto;
    order: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ear-filler-main-title {
    position: absolute;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 60px;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    transform: none;
    order: -1;
  }

  .ear-filler-sub-info {
    position: static;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
  }

  .ear-filler-sub-title {
    display: none;
  }

  .ear-filler-sub-desc {
    display: none;
  }

  /* 오른쪽 영역 - 모바일에서는 하단 */
  .ear-filler-intro-right {
    order: 2;
    padding-left: 0;
    text-align: center;
    margin-top: 75%;
  }

  .ear-filler-main-copy {
    margin-bottom: 30px;
  }

  .ear-filler-main-text1,
  .ear-filler-main-text2,
  .ear-filler-main-text3,
  .ear-filler-highlight {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .ear-filler-highlight-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*=== 2번째 색션 ===*/
.ear-golden-section {
  width: 100%;
  background: linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
  height: min(59.9vw, 1150px);
  position: relative;
  margin-top: min(10.42vw, 200px);
}

.ear-container {
  width: min(75.52vw, 1450px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: min(2.92vw, 56px);
  align-items: center;
  position: absolute;
  top: min(2.6vw, 50px);
  left: 50%;
  transform: translateX(-50%);
}

.ear-left {
  position: relative;
}

.ear-photo {
  width: min(40.94vw, 786px);
  height: min(59.79vw, 1148px);
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.ear-right {
  position: relative;
  min-height: auto;
  height: 100%;
  padding-top: 0;
}

.ear-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: min(1.67vw, 32px);
  line-height: 1.5;
  color: #1a2a44;
  margin: min(6.77vw, 130px) 0 min(1.46vw, 28px) 0;
}

.icon-stair {
  position: relative;
  min-height: auto;
}

.stair-item {
  position: absolute;
  display: block;
  width: min(12.29vw, 236px);
  height: min(14.69vw, 282px);

  border: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(min(2.6vw, 50px));
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(0, 0, 0, 0.2);
  border: 6px solid #ffffff;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25),
    inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 68px;
}

.stair-item img {
  width: 100%;
  height: auto;
  display: block;
}

.stair-item.slide-in {
  opacity: 1;
  transform: translateY(0);
}

/* 순차적 지연을 위한 개별 설정 */
.stair-bottom.slide-in {
  transition-delay: 0.2s;
}

.stair-mid.slide-in {
  transition-delay: 0.4s;
}

.stair-top.slide-in {
  transition-delay: 0.6s;
}

.stair-top {
  top: 0px;
  right: max(-6.77vw, -130px);
}

.stair-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: min(13.54vw, 260px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.stair-mid {
  top: min(8.33vw, 160px);
  right: min(5.31vw, 102px);
}

.stair-mid::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: min(8.8vw, 169px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.stair-mid::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: min(9.32vw, 179px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.stair-bottom {
  top: min(17.19vw, 330px);
  right: min(17.71vw, 340px);
}

.stair-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: min(5.68vw, 109px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.ear-golden-section {
  width: 100%;
  background: linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
  height: min(59.9vw, 1150px);
  position: relative;
  margin-top: min(10.42vw, 200px);
}

.ear-container {
  width: min(75.52vw, 1450px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: min(2.92vw, 56px);
  align-items: center;
  position: absolute;
  top: min(2.6vw, 50px);
  left: 50%;
  transform: translateX(-50%);
}

.ear-left {
  position: relative;
}

.ear-photo {
  width: min(40.94vw, 786px);
  height: min(59.79vw, 1148px);
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.ear-right {
  width: 100%;
  position: relative;
  min-height: auto;
  height: 100%;
  padding-top: 0;
}

.ear-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: min(1.67vw, 32px);
  line-height: 1.5;
  color: #1a2a44;
  margin: min(6.77vw, 130px) 0 min(1.46vw, 28px) 0;
}

.icon-stair {
  position: relative;
  min-height: auto;
}

.stair-item {
  position: absolute;
  display: block;
  width: min(12.29vw, 200px);
  /* height: min(14.69vw, 282px); */
  aspect-ratio: 100 / 141;
  max-height: 282px;

  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(min(2.6vw, 50px));
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  background: rgba(0, 0, 0, 0.2);
  border: 6px solid #ffffff;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25),
    inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: clamp(48px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1vw, 30px);
  padding: 32px 0;
}

.stair-item-txt1 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.stair-item-txt2 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 19px;
  text-align: center;

  color: #ffffff;
}

.stair-item-txt3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.stair-item img {
  width: 50%;
  display: block;
  transform: translateX(20%);
}

.stair-item.slide-in {
  opacity: 1;
  transform: translateY(0);
}

/* 순차적 지연을 위한 개별 설정 */
.stair-bottom.slide-in {
  transition-delay: 0.2s;
}

.stair-mid.slide-in {
  transition-delay: 0.4s;
}

.stair-top.slide-in {
  transition-delay: 0.6s;
}

.stair-top {
  top: 0px;
  right: max(-6.77vw, -130px);
}

.stair-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: min(13.54vw, 260px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.stair-mid {
  top: min(8.33vw, 160px);
  right: min(5.31vw, 102px);
}

.stair-mid::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: min(8.8vw, 169px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

.stair-mid::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: min(9.32vw, 179px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
}

.stair-bottom {
  top: min(17.19vw, 330px);
  right: min(17.71vw, 340px);
}

.stair-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: min(5.68vw, 109px);
  border-left: 1px dashed #fff;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 768px) {
  .ear-golden-section {
    height: auto;
    min-height: 800px;
    margin-top: 80px;
    padding: 40px 0;
  }

  .ear-container {
    width: 90%;
    position: static;
    transform: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    top: auto;
    left: auto;
  }

  .ear-left {
    order: 1;
    display: flex;
    justify-content: center;
  }

  .ear-photo {
    width: 280px;
    height: 350px;
    border-radius: 8px;
  }

  .ear-right {
    order: 2;
    text-align: center;
    padding-top: 0;
    height: auto;
  }

  .ear-title {
    font-size: 24px;
    margin: 0 0 40px 0;
  }

  .icon-stair {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
  }

  .stair-item {
    width: 180px;
    height: 220px;
    position: relative;
    transform: translateY(0);
    border-radius: 68px;
    opacity: 1;
  }

  .stair-top {
    top: auto;
    right: auto;
    position: relative;
  }

  .stair-top::after {
    display: none;
  }

  .stair-mid {
    top: auto;
    right: auto;
    position: relative;
    transform: none;
  }

  .stair-mid::before,
  .stair-mid::after {
    display: none;
  }

  .stair-bottom {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
  }

  .stair-bottom::after {
    display: none;
  }
}

/* 흑백 비교 화면 */
.ear-design-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  margin-top: min(5.21vw, 100px);
}

/* 왼쪽 영역 */
.ear-design-left {
  background-color: rgba(126, 126, 126, 1);
  display: contents;
}

.ear-design-left-header {
  background-color: rgba(126, 126, 126, 1);
  text-align: center;
  padding: min(6.25vw, 120px) min(2.08vw, 40px) 0px min(2.08vw, 40px);
  grid-column: 1;
  grid-row: 1;
}

.ear-design-before-section {
  background-color: rgba(126, 126, 126, 1);
  text-align: center;
  padding: 0 min(2.08vw, 40px);
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 오른쪽 영역 */
.ear-design-right {
  background-color: #ffffff;
  display: contents;
}

.ear-design-right .ear-design-empty {
  background-color: rgba(126, 126, 126, 1);
}

.ear-design-after-section {
  background-color: #ffffff;
  text-align: center;
  padding: min(2.08vw, 40px) min(2.08vw, 40px) min(0.52vw, 10px)
    min(2.08vw, 40px);
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ear-design-description {
  background-color: #ffffff;
  text-align: center;
  padding: 0px min(2.08vw, 40px) min(2.08vw, 40px) min(2.08vw, 40px);
  grid-column: 2;
  grid-row: 3;
  max-width: min(26.04vw, 500px);
  margin: 0 auto;
}

/* 텍스트 스타일 */
.ear-design-main-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: min(1.67vw, 32px);
  line-height: min(2.08vw, 40px);
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: min(0.78vw, 15px);
  word-break: keep-all;
}

.ear-design-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: min(1.25vw, 24px);
  line-height: min(2.08vw, 40px);
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.ear-design-before-title,
.ear-design-after-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: min(1.67vw, 32px);
  line-height: min(2.08vw, 40px);
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: min(1.3vw, 25px);
}

.ear-design-before-title {
  color: #fff;
}

.ear-design-after-title {
  color: #000;
}

.ear-design-before-image,
.ear-design-after-image {
  max-width: min(19.43vw, 373px);
  height: auto;
  border-radius: min(1.56vw, 30px);
}

.ear-design-desc-main {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: min(1.04vw, 20px);
  line-height: min(2.08vw, 40px);
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-bottom: min(0.78vw, 15px);
}

.ear-design-desc-highlight {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: min(1.04vw, 20px);
  line-height: min(2.08vw, 40px);
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}

/* ===== 애니메이션 스타일 ===== */

/* 초기 상태 - 숨김 */
.ear-design-before-image,
.ear-design-after-image,
.ear-design-before-title,
.ear-design-after-title,
.ear-design-main-title,
.ear-design-subtitle,
.ear-design-desc-main,
.ear-design-desc-highlight {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 이미지 애니메이션 - 먼저 실행 */
.ear-design-section.animate .ear-design-before-image {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.ear-design-section.animate .ear-design-after-image {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}

/* 텍스트 애니메이션 - 이미지 이후 실행 */
.ear-design-section.animate .ear-design-main-title {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
}

.ear-design-section.animate .ear-design-subtitle {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1s;
}

.ear-design-section.animate .ear-design-before-title {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1.2s;
}

.ear-design-section.animate .ear-design-after-title {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1.4s;
}

.ear-design-section.animate .ear-design-desc-main {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1.6s;
}

.ear-design-section.animate .ear-design-desc-highlight {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1.8s;
}

/* 페이드인 키프레임 */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 접근성: 모션 감소 선호 시 애니메이션 제거 */
@media (prefers-reduced-motion: reduce) {
  .ear-design-before-image,
  .ear-design-after-image,
  .ear-design-before-title,
  .ear-design-after-title,
  .ear-design-main-title,
  .ear-design-subtitle,
  .ear-design-desc-main,
  .ear-design-desc-highlight {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* 모바일 반응형 (768px 이하) */
@media (max-width: 768px) {
  .ear-design-section {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .ear-design-left,
  .ear-design-right {
    display: block;
  }

  .ear-design-left-header {
    background-color: rgba(126, 126, 126, 1);
    padding: 40px 20px 20px 20px;
    order: 1;
  }

  .ear-design-before-section {
    background-color: rgba(126, 126, 126, 1);
    padding: 20px;
    order: 2;
  }

  .ear-design-after-section {
    background-color: #ffffff;
    padding: 40px 20px 20px 20px;
    order: 3;
  }

  .ear-design-description {
    background-color: #ffffff;
    padding: 0 20px 40px 20px;
    max-width: none;
    margin: 0;
    order: 4;
  }
  .ear-design-before-image,
  .ear-design-after-image,
  .ear-design-before-title,
  .ear-design-after-title,
  .ear-design-main-title,
  .ear-design-subtitle,
  .ear-design-desc-main,
  .ear-design-desc-highlight {
    opacity: 1;
    transform: none;
  }
  .ear-design-main-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .ear-design-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .ear-design-before-title,
  .ear-design-after-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .ear-design-before-image,
  .ear-design-after-image {
    max-width: 280px;
    border-radius: 20px;
  }

  .ear-design-desc-main,
  .ear-design-desc-highlight {
    font-size: 16px;
    line-height: 26px;
  }

  .ear-design-desc-main {
    margin-bottom: 10px;
    word-break: keep-all;
  }
}

/*=== 4번째 영역 ===*/
.ear-criteria-section {
  margin-top: 150px;
  width: 100%;
  padding: 80px 0;
}

.ear-criteria-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 0 120px;
}

.ear-criteria-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: #333;
  text-align: center;
  margin: 0 0 80px;
  line-height: 1.4;
  padding-right: 70px;
  word-break: keep-all;
}

.ear-criteria-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

.ear-left-area,
.ear-right-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.ear-side {
  width: 100%;
  position: relative;
}

.ear-side img {
  width: 100%;
}

.out-ele {
  position: absolute;
  z-index: 3;
  bottom: -3%;
  right: 17%;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 40px;
  /* 상자 높이와 동일 또는 167% */
  text-align: center;
  color: #000000;
  transform: rotate(-29.88deg);
}

.ear-image-tp-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 300px;
  width: 343px;
}

.tp-ear-image {
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
}

/* 버블 스타일 */
.bubble {
  position: absolute;
  border-radius: 50%;
  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;
}

/* 왼쪽 귀 버블들 */
.bubble-1 {
  width: 500px;
  height: 500px;
  top: -180px;
  left: -220px;
  background: linear-gradient(
    -135deg,
    rgba(131, 172, 232, 0.4) 6.25%,
    rgba(255, 255, 255, 0) 91.35%
  );
  backdrop-filter: blur(20px);
}

.bubble-2 {
  width: 200px;
  height: 200px;
  bottom: -20px;
  right: 180px;
  background: linear-gradient(
    76deg,
    rgba(131, 172, 232, 0.4) 6.25%,
    rgba(255, 255, 255, 0) 91.35%
  );
  backdrop-filter: blur(20px);
}

/* 오른쪽 귀 버블 */
.bubble-3 {
  width: 250px;
  height: 250px;
  top: -40px;
  right: -60px;
  background: linear-gradient(
    180deg,
    rgba(131, 172, 232, 0.4) 6.25%,
    rgba(255, 255, 255, 0) 91.35%
  );
  backdrop-filter: blur(20px);
}

.ear-criteria-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  z-index: 1;
}

.ear-criteria-list.last-criteria-list {
  margin-top: 30px;
}

.criteria-item {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.criteria-item.slide-in-right {
  opacity: 1;
  transform: translateX(0);
}

.criteria-number {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #59769a;
  min-width: 30px;
  text-align: center;
}

.criteria-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ear-criteria-section {
    margin-top: 30px;
    padding: 60px 0;
  }

  .ear-criteria-container {
    padding: 0 20px;
  }

  .ear-criteria-title {
    font-size: 22px;
    margin: 0 0 60px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  .ear-criteria-content {
    grid-template-columns: 1fr;
    gap: 10vw;
    align-items: center;
  }

  .ear-left-area,
  .ear-right-area {
    flex-direction: row;
    gap: 30px;
    text-align: left;
    justify-content: center;
  }

  .ear-image-tp-wrapper {
    flex: none;
    width: 180px;
  }

  .ear-image-tp-wrapper img {
    width: 100%;
  }

  .bubble-1 {
    width: 350px;
    height: 350px;
    top: -120px;
    left: -150px;
  }

  .bubble-2 {
    width: 150px;
    height: 150px;
    bottom: -15px;
    right: -30px;
  }

  .bubble-3 {
    width: 180px;
    height: 180px;
    top: -30px;
    right: -45px;
  }

  .ear-criteria-list {
    width: auto;
    max-width: none;
    align-items: flex-start;
    gap: 10px;
  }

  .ear-criteria-list.last-criteria-list {
    margin-top: 0;
  }

  .criteria-item {
    justify-content: flex-start;
    /*gap: 12px;*/
    gap: 1px;
    opacity: 1;
    transform: none;
  }

  .criteria-number {
    font-size: 20px;
    min-width: 25px;
  }

  .criteria-text {
    font-size: 16px;
    text-align: left;
  }

  .out-ele {
    right: 17%;
    bottom: -7%;
    font-size: 16px;
  }
}

/*=== Golden Radio 영역 ===*/
.jab-golden-ratio-section {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.jab-golden-ratio-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* 제목 영역 */
.jab-golden-ratio-header {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.jab-golden-ratio-title {
  font-family: "Dream Orphans", Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.2;
}

.jab-golden-ratio-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #666;
  margin: 0;
}

/* 컨텐츠 영역 */
.jab-golden-ratio-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jab-ratio-item {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jab-ratio-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* 왼쪽 배치 (이미지 왼쪽, 텍스트 오른쪽) */
.jab-ratio-left {
  justify-content: flex-start;
}

.jab-ratio-left:nth-child(1) {
  margin-left: 0;
}

.jab-ratio-left:nth-child(3) {
  margin-left: 100px;
}

.jab-ratio-left:nth-child(5) {
  margin-left: 0;
}

/* 오른쪽 배치 (텍스트 왼쪽, 이미지 오른쪽) */
.jab-ratio-right {
  justify-content: flex-end;
  margin-right: 100px;
}

.jab-ratio-image-wrapper {
  position: relative;
  flex: 0 0 550px;
  width: 550px;
}

.jab-ratio-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.jab-ratio-text {
  position: absolute;
  bottom: 90px;
  border-radius: 15px;
  max-width: 675px;
  background: transparent;
  z-index: 3;
}

.jab-ratio-left .jab-ratio-text {
  right: -510px;
}

.jab-ratio-right .jab-ratio-text {
  left: -420px;
  text-align: right;
}

.jab-ratio-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.3;
}

.jab-ratio-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #555;
  line-height: 1.2;
  margin: 0;
  word-break: keep-all;
}

.jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_1jpn {
  transform: translateX(-20px);
}

.jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_2jpn {
  transform: translateX(-7px);
}

.jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_3jpn {
  transform: translateX(35px);
}

.jab_ideal_ear_position_jpn {
  margin-right: 40px;
}

.jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_1jpn {
  transform: translateX(110px);
}

.jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_2jpn {
  transform: translateX(90px);
}

.jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_3jpn {
  transform: translateX(70px);
}

.jab_ideal_ear_ratio_jpn {
  margin-left: 110px;
}

.jab-ratio-item.jab-ratio-right .jab_center_ear_topview_1jpn {
  transform: translateX(-80px);
}

.jab-ratio-item.jab-ratio-right .jab_center_ear_topview_2jpn {
  transform: translateX(-70px);
}

.jab-ratio-item.jab-ratio-right .jab_center_ear_topview_3jpn {
  transform: translateX(-60px);
}

.jab_center_ear_topview_jpn {
  margin-right: 120px;
}

.jab-ratio-item.jab-ratio-left .jab_center_ear_balance_1jpn {
  transform: translateX(110px);
}

.jab-ratio-item.jab-ratio-left .jab_center_ear_balance_2jpn {
  transform: translateX(90px);
}

.jab-ratio-item.jab-ratio-left .jab_center_ear_balance_3jpn {
  transform: translateX(70px);
}

.jab_center_ear_balance_jpn {
  margin-left: 110px;
}

/* 왼쪽 텍스트 라인별 패딩 조절 */
.jab-ratio-left .line1 {
  transform: translateX(-20px);
}

.jab-ratio-left .line2 {
  transform: translateX(-40px);
}

.jab-ratio-left .line3 {
  transform: translateX(-60px);
}

/* 오른쪽 텍스트 라인별 패딩 조절 */
.jab-ratio-right .line1 {
  transform: translateX(10px);
}

.jab-ratio-right .line2 {
  transform: translateX(20px);
}

.jab-ratio-right .line3 {
  transform: translateX(40px);
}

/* 3번째 텍스트 영역 별도 스타일 */
.jab-ratio-text-3rd {
  right: -390px !important;
}

.jab-ratio-text-3rd .line1 {
  transform: translateX(-10px);
}

.jab-ratio-text-3rd .line2 {
  transform: translateX(-30px);
}

.jab-ratio-text-3rd .line3 {
  transform: translateX(-50px);
}

/* 버블 스타일 */
.jab-golden-ratio-bubble {
  position: absolute;
  border-radius: 50%;
  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: 0;
}

/* 제목 왼편 버블 */
.jab-golden-ratio-bubble-header {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 530px;
  transform: translate(-50%, -50%) rotate(230deg);
}

/* 3번째 이미지 왼쪽 아래 버블 */
.jab-golden-ratio-bubble-left {
  width: 500px;
  height: 500px;
  bottom: -100px;
  left: -250px;
}

/* 5번째 이미지 오른쪽 끝 버블 */
.jab-golden-ratio-bubble-right {
  width: 500px;
  height: 500px;
  top: 45%;
  right: -1200px;
  transform: translateY(-50%) rotate(160deg);
}

@media (max-width: 768px) {
  .jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_1jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_2jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-right .jab_ideal_ear_position_3jpn {
    transform: translateX(0);
  }

  .jab_ideal_ear_position_jpn {
    margin-right: 0;
  }

  .jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_1jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_2jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-left .jab_ideal_ear_ratio_3jpn {
    transform: translateX(0);
  }

  .jab_ideal_ear_ratio_jpn {
    margin-left: 0;
  }

  .jab-ratio-item.jab-ratio-right .jab_center_ear_topview_1jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-right .jab_center_ear_topview_2jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-right .jab_center_ear_topview_3jpn {
    transform: translateX(0);
  }

  .jab_center_ear_topview_jpn {
    margin-right: 0;
  }

  .jab-ratio-item.jab-ratio-left .jab_center_ear_balance_1jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-left .jab_center_ear_balance_2jpn {
    transform: translateX(0);
  }

  .jab-ratio-item.jab-ratio-left .jab_center_ear_balance_3jpn {
    transform: translateX(0);
  }

  .jab_center_ear_balance_jpn {
    margin-left: 0;
  }

  .jab-golden-ratio-section {
    padding: 60px 0;
  }

  .jab-golden-ratio-header {
    margin-bottom: px;
  }

  .jab-golden-ratio-title {
    font-size: 36px;
  }

  .jab-golden-ratio-subtitle {
    font-size: 18px;
  }

  .jab-golden-ratio-content {
    gap: 60px;
  }

  .jab-ratio-item {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center;
    opacity: 1;
    transform: none;
  }

  .jab-ratio-right {
    flex-direction: column-reverse;
  }

  .jab-ratio-image-wrapper {
    flex: none;
    width: 100%;
    max-width: 300px;
  }

  .jab-ratio-text {
    position: static;
    max-width: none;
    margin-top: 20px;
    text-align: center;
  }

  .jab-ratio-title {
    font-size: 28px;
    text-align: center;
  }

  .jab-ratio-description {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
  }
  .jab-ratio-description br {
    display: none;
  }

  .jab-ratio-left .line1,
  .jab-ratio-left .line2,
  .jab-ratio-left .line3,
  .jab-ratio-right .line1,
  .jab-ratio-right .line2,
  .jab-ratio-right .line3,
  .jab-ratio-text-3rd .line1,
  .jab-ratio-text-3rd .line2,
  .jab-ratio-text-3rd .line3 {
    transform: none;
  }

  .jab-golden-ratio-bubble-header {
    width: 120px;
    height: 120px;
    left: -80px;
  }

  .jab-golden-ratio-bubble-left {
    width: 100px;
    height: 100px;
    bottom: -30px;
    left: -50px;
  }

  .jab-golden-ratio-bubble-right {
    width: 120px;
    height: 120px;
    right: -100px;
  }
}

/*=== 귀 모양 리스트 페이지 ===*/
.ear-types-section {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.ear-types-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.ear-types-header {
  text-align: center;
}

.ear-types-subtitle {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
}

.ear-types-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.4;
}

.ear-types-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
  word-break: keep-all;
}

.ear-types-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
  flex-wrap: wrap;
  height: 40vh;
  position: relative;
  z-index: 2;
}

.ear-type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: -100px;
  z-index: 1;
}

.ear-type-item:first-child {
  margin-left: 0;
  /* 첫 번째 아이템은 마진 없음 */
}

.ear-image-wrapper {
  width: 245px;
  height: 213px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ear-image-wrapper .ear-image {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: grayscale(100%);
}

.ear-type-item:hover,
.ear-type-item.active {
  z-index: 10;
  padding: 0 45px;
}

.ear-type-item:hover .ear-image-wrapper,
.ear-type-item.active .ear-image-wrapper {
  transform: scaleX(1.5795) scaleY(1.638);
}

.ear-type-item:hover .ear-image,
.ear-type-item.active .ear-image {
  filter: grayscale(0%);
}

.ear-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: #a0b2d3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 24px;
  border-radius: 28.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.ear-type-item:hover .ear-label,
.ear-type-item.active .ear-label {
  font-weight: 600;
  font-size: 24px;
  background: #83a6e8;
  transform: translateY(50px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.ear-list-bubble {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    280deg,
    rgba(131, 172, 232, 0.4) 6.25%,
    rgba(255, 255, 255, 0) 91.35%
  );
  z-index: 1;
  filter: blur(10px);
}

.ear-list-bubble-1 {
  width: 400px;
  height: 400px;
  bottom: -5rem;
  /* 오른쪽 아래 위치 */
  right: 10rem;
  backdrop-filter: blur(20px);
  z-index: 1;
}

@media (max-width: 768px) {
  .ear-types-section {
    padding: 60px 0;
  }

  .ear-types-container {
    padding: 0 10px;
  }

  .ear-types-header {
    margin-bottom: 50px;
  }

  .ear-types-subtitle {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .ear-types-title {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .ear-types-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .ear-types-gallery {
    position: relative;
    height: 320px;
    max-width: 350px;
    margin: 0 auto;
  }

  .ear-type-item {
    position: absolute;
    margin-left: 0;
    gap: 15px;
  }

  .ear-type-item:nth-child(1) {
    top: 0;
    left: 0;
  }

  .ear-type-item:nth-child(2) {
    bottom: -20px;
    left: 60px;
  }

  .ear-type-item:nth-child(3) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .ear-type-item:nth-child(4) {
    bottom: -20px;
    right: 60px;
  }

  .ear-type-item:nth-child(5) {
    top: 0;
    right: 0;
  }

  .ear-image-wrapper {
    width: 130px;
    height: 112px;
  }

  .ear-type-item:hover,
  .ear-type-item.active {
    z-index: 10;
    padding: 0 10px;
  }

  .ear-type-item:hover .ear-image-wrapper,
  .ear-type-item.active .ear-image-wrapper {
    transform: scale(1.2);
  }

  .ear-label {
    font-size: 14px;
    padding: 8px 12px;
  }

  .ear-type-item:hover .ear-label,
  .ear-type-item.active .ear-label {
    font-size: 16px;
    transform: translateY(15px) scale(1.02);
  }

  .ear-list-bubble-1 {
    display: none;
  }
}

/*=== 귀 시술부위 영역===*/
.ear-procedure-section {
  width: 100%;
  padding: min(6.25vw, 120px) 0;
  position: relative;
  z-index: 2;
  margin-top: min(6.25vw, 120px);
}

.ear-procedure-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.ear-procedure-layout {
  display: flex;
  min-height: min(41.67vw, 800px);
}

/* 왼쪽 영역 (35%): 회색 배경 */
.left-section {
  width: 35%;
  background: rgba(126, 126, 126, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: min(4.17vw, 80px) min(2.08vw, 40px) min(4.17vw, 80px)
    min(6.25vw, 120px);
}

.section-label {
  position: absolute;
  left: 11vw;
  top: 51%;
  transform: translateY(-50%);
  text-orientation: mixed;
}

.ear-procedure-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: min(1.67vw, 32px);
  color: #fff;
  margin: 0 0 min(0.52vw, 10px) 0;
  line-height: 1.4;
}

.ear-procedure-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: min(1.25vw, 24px);
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.before-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: min(1.67vw, 32px);
  color: #fff;
  margin-bottom: min(2.08vw, 40px);
  text-align: right;
}

.before-images {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: min(3.13vw, 60px);
  align-items: flex-end;
}

/* 오른쪽 영역 (65%): 흰색 배경 */
.right-section {
  width: 65%;
  background: #fff;
  padding: min(4.17vw, 80px) min(3.13vw, 60px);
  display: flex;
  flex-direction: column;
}

.after-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: min(1.67vw, 32px);
  color: #333;
  margin-bottom: min(2.08vw, 40px);
  text-align: left;
}

.after-content {
  display: flex;
  gap: min(1.56vw, 30px);
  align-items: flex-start;
}

.after-images {
  display: flex;
  flex-direction: column;
  gap: min(1.3vw, 25px);
  align-items: flex-start;
}

.after-image-item {
  display: flex;
  flex-direction: column;
  gap: min(0.78vw, 15px);
  align-items: center;
}

.procedure-descriptions {
  display: flex;
  flex-direction: column;
  gap: min(1.3vw, 25px);
  justify-content: flex-start;
  height: 100%;
}

.description-item {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: min(1.56vw, 30px);
}

/* 이미지 스타일 */
.ear-image {
  width: min(8.44vw, 162px);
  height: min(9.22vw, 177px);
  object-fit: cover;
  flex-shrink: 0;
  min-width: min(8.44vw, 162px);
  max-width: min(8.44vw, 162px);
  filter: none;
}

.left-section .ear-image {
  box-shadow: 0 min(0.31vw, 6px) min(1.04vw, 20px) rgba(255, 255, 255, 0.2);
}

.right-section .ear-image {
  box-shadow: 0 min(0.31vw, 6px) min(1.04vw, 20px) rgba(0, 0, 0, 0.1);
}

.after-image-item .procedure-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.04vw, 20px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #333;
  width: min(8.44vw, 162px);
}

/* 시술 정보 */
.procedure-info {
  display: flex;
  flex-direction: column;
  gap: min(1.3vw, 25px);
  flex: 1;
}

.procedure-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: min(1.04vw, 20px);
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: min(0.31vw, 6px) solid #fff;
  padding: min(0.78vw, 15px) min(2.08vw, 40px);
  border-radius: min(1.56vw, 30px);
  text-align: center;
  width: fit-content;
}

.procedure-description {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: min(1.25vw, 24px);
  color: #000;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
}

/* 모바일 반응형 (768px 이하) */
@media (max-width: 768px) {
  .ear-procedure-section {
    padding: 60px 0;
    margin-top: 60px;
  }

  .ear-procedure-layout {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .left-section {
    width: 100%;
    padding: 40px 20px;
    order: 1;
  }

  .section-label {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .ear-procedure-title {
    font-size: 24px;
    margin: 0 0 8px 0;
  }

  .ear-procedure-subtitle {
    font-size: 18px;
  }

  .before-label {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .before-images {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
  }

  .right-section {
    width: 100%;
    padding: 40px 20px;
    order: 2;
  }

  .after-label {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .after-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .after-images {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
  }

  .after-image-item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    flex: 1;
  }

  .procedure-descriptions {
    flex-direction: row;
    gap: 15px;
    width: 100%;
    height: auto;
  }

  .description-item {
    flex: 1;
    padding-bottom: 0;
    align-items: flex-start;
    text-align: center;
  }

  .ear-image {
    width: 100px;
    height: 120px;
    min-width: 100px;
    max-width: 100px;
  }

  .after-image-item .procedure-label {
    font-size: 14px;
    width: 100px;
    line-height: 1.2;
  }

  .procedure-description {
    font-size: 12px;
    line-height: 1.4;
    word-break: keep-all;
  }
  .procedure-description br {
    display: none;
  }
}

/*=== 시술 받으면 좋은 유형 색션 ===*/
.recommended-types-section {
  width: 100%;
  background: #ffffff;
  padding: 120px 0;
}

.recommended-types-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 18vw;
  padding: 0 40px;
}

.recommended-types-header {
  text-align: center;
  margin-bottom: 80px;
}

.recommended-types-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
}

.recommended-types-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 64px;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.recommended-types-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.recommended-types-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  bottom: -40px;
  width: 1px;
  border-left: 1px dashed #6fa4f4;
  transform: translateX(-50%);
  z-index: 1;
}

.recommended-type-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);
}

.recommended-type-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}

/* 768px 이하 모바일 */
@media (max-width: 768px) {
  .recommended-types-section {
    padding: 60px 0;
  }

  .recommended-types-container {
    min-width: auto;
    margin: 0;
    padding: 0 20px;
  }

  .recommended-types-header {
    margin-bottom: 50px;
  }

  .recommended-types-subtitle {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .recommended-types-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .recommended-types-list {
    gap: 25px;
  }

  /* .recommended-types-list::before {
    display: none;
  } */

  .recommended-type-item {
    padding: 20px 18px;
    border-radius: 8px;
    margin: 0;
  }

  .recommended-type-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*=== QNA ===*/
.ear-qna-section {
  width: 100%;
  background: #ffffff
    url("/home_assets/img/main/jab_center/ear_qna_bottom_background.png")
    no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}

.ear-qna-bubble {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  z-index: 0;
}

.ear-qna-bubble-1 {
  width: 500px;
  height: 500px;
  top: -250px;
  left: 50px;
  background: linear-gradient(
    340deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
}

.ear-qna-bubble-2 {
  width: 200px;
  height: 200px;
  top: 200px;
  right: 350px;
  z-index: 0;
  background: linear-gradient(
    240deg,
    rgba(131, 172, 232, 0.4) 6%,
    rgba(255, 255, 255, 0) 91%
  );
}

.ear-qna-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  /* left: 50%;
  transform: translateX(-50%); */
}

.ear-qna-header {
  text-align: center;
  margin-bottom: 80px;
}

.ear-qna-title {
  font-family: "Dream Orphans", serif;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  margin: 0 0 20px;
  line-height: 1.2;
}

.ear-qna-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000000;
  margin: 0;
  line-height: 1.5;
}

.ear-qna-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #ffffff
    url("/home_assets/img/main/jab_center/ear_content_background.png") no-repeat
    center center;
  background-size: cover;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}

.ear-qna-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ear-qna-question {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1.5;
  word-break: keep-all;
}

.ear-qna-answer {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 40px;
  line-height: 1.6;
  margin-left: auto;
  max-width: 85%;
  min-width: 30vw;
  word-break: keep-all;
}

.ear-qna-item:nth-child(1) .ear-qna-answer {
  border-radius: 49.5px 0 49.5px 49.5px;
}

.ear-qna-item:nth-child(2) .ear-qna-answer {
  border-radius: 77.5px 0 77.5px 77.5px;
}

.ear-qna-item:nth-child(3) .ear-qna-answer {
  border-radius: 59px 0 59px 59px;
}

.ear-qna-item:nth-child(4) .ear-qna-answer {
  border-radius: 47px 0 47px 47px;
}

/* 768px 이하 모바일 */
@media (max-width: 768px) {
  .ear-qna-section {
    padding: 10px 15px;
  }

  .ear-qna-container {
    min-width: auto;
    margin: 0;
    padding: 0 20px;
  }

  .ear-qna-header {
    margin-bottom: 50px;
  }

  .ear-qna-title {
    font-size: 32px;
  }

  .ear-qna-subtitle {
    font-size: 16px;
  }

  .ear-qna-bubble-1,
  .ear-qna-bubble-2 {
    display: none;
  }

  .ear-qna-list {
    padding: 40px 20px;
    gap: 30px;
  }

  .ear-qna-item {
    gap: 15px;
  }

  .ear-qna-question {
    font-size: 18px;
  }

  .ear-qna-answer {
    font-size: 16px;
    padding: 15px 25px;
    max-width: 100%;
    min-width: auto;
    margin-left: 0;
    border-radius: 40px 0 40px 40px !important;
  }

  .ear-qna-answer br {
    display: none;
  }
}

/*=== 마지막 영역 ===*/
.ear-final-section {
  width: 100%;
  background: #ffffff
    url("/home_assets/img/main/jab_center/ear_final_background.png") no-repeat
    center center;
  background-size: cover;
  padding: 120px 0;
}

.ear-final-container {
  max-width: 1400px;
  margin: 300px auto 0px;
  padding: 0 40px;
}

.ear-final-header {
  text-align: center;
  margin-bottom: 100px;
}

.ear-final-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.ear-final-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 32px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.ear-final-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.ear-final-item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.ear-final-left {
  flex-direction: row;
}

.ear-final-right {
  flex-direction: row;
}

.ear-final-image {
  flex: 0 0 400px;
}

.ear-final-image img {
  width: 100%;
  height: auto;
}

.ear-final-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ear-final-left .ear-final-text {
  text-align: left;
}

.ear-final-right .ear-final-text {
  text-align: right;
}

.ear-final-point-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.ear-final-point-content {
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  background: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  /* word-break: keep-all; */
}

.ear-final-left .ear-final-point-content {
  margin-left: 0;
}

.ear-final-right .ear-final-point-content {
  margin-left: auto;
}

/* 768px 이하 모바일 */
@media (max-width: 768px) {
  .ear-final-section {
    padding: 60px 0;
  }

  .ear-final-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ear-final-header {
    margin-bottom: 60px;
  }

  .ear-final-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 15px;
  }

  .ear-final-title {
    font-size: 24px;
  }

  .ear-final-content {
    gap: 60px;
  }

  .ear-final-item {
    flex-direction: column !important;
    align-items: center;
    gap: 25px;
    text-align: center;
  }

  .ear-final-left,
  .ear-final-right {
    flex-direction: column !important;
  }

  .ear-final-image {
    flex: none;
    width: 100%;
    max-width: 280px;
    order: 1;
  }

  ear-filler-ap-list-containerear-filler-ap-li .ear-final-text {
    order: 2;
    text-align: center !important;
    align-items: center;
    gap: 20px;
  }

  .ear-final-point-title {
    font-size: 18px;
    text-align: center;
  }

  .ear-final-point-content {
    font-size: 14px;
    padding: 15px 20px;
    max-width: 100%;
    margin: 0 !important;
    text-align: left;
    line-height: 1.6;
    word-break: keep-all;
  }

  .ear-final-point-content br {
    display: none;
  }
}

.ear-filler-ap-center-section {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #fff;
  overflow: hidden;
  max-width: 1920px;

  transform-origin: center top;
  /* transform: scale(calc(100vw / 1920px)); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.ear-filler-ap-list-container {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1380px;
}

/* ===== Curved Title & Dotted Line ===== */
.ear-filler-ap-curve {
  position: relative;
  z-index: 1;
  height: 700px;
}

.ear-filler-ap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ear-filler-ap-bg svg {
  width: 100%;
  max-width: 1380px;
  height: 100%;
}

.ear-filler-ap-curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ear-filler-ap-curve-text {
  fill: #000;
  font-family: "Dream Orphans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.5px;
}

.ear-filler-ap-curve-dashed {
  stroke: #95b9e6;
  stroke-width: 2;
  stroke-dasharray: 6 8;
  opacity: 0.5;
}

.ear-filler-ap-curve-soft {
  stroke: #95b9e6;
  stroke-width: 2;
  opacity: 0.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== Feature Cards ===== */
.ear-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;
}

.ear-filler-ap-list-feature {
  background: #e9e9e9;
  border-radius: 120px;
  width: 80%;
  aspect-ratio: 224 / 310;
  /* max-height: 400px;
  max-width: 250px; */
  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;
}

.ear-filler-ap-list-feature-list.is-inview .ear-filler-ap-list-feature {
  animation: earFillerApListFadeUp 0.6s ease forwards;
}

.ear-filler-ap-list-feature-list.is-inview
  .ear-filler-ap-list-feature:nth-child(1) {
  animation-delay: 0s;
}

.ear-filler-ap-list-feature-list.is-inview
  .ear-filler-ap-list-feature:nth-child(2) {
  animation-delay: 0.07s;
}

.ear-filler-ap-list-feature-list.is-inview
  .ear-filler-ap-list-feature:nth-child(3) {
  animation-delay: 0.14s;
}

.ear-filler-ap-list-feature-list.is-inview
  .ear-filler-ap-list-feature:nth-child(4) {
  animation-delay: 0.21s;
}

.ear-filler-ap-list-feature-list.is-inview
  .ear-filler-ap-list-feature:nth-child(5) {
  animation-delay: 0.28s;
}

@keyframes earFillerApListFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ear-filler-ap-list-icon {
  width: 40%;
  height: 40%;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.ear-filler-ap-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.85);
}

.ear-filler-ap-list-copy {
  text-align: center;
  line-height: 1.2;
}

.ear-filler-ap-list-line1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1vw, 20px);
  color: #000;
  margin-bottom: 6px;
}

.ear-filler-ap-list-line2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  color: #3787ff;
}

.ear-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) {
  .ear-filler-ap-list-feature {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* 모바일 반응형 (768px 이하) */
@media (max-width: 768px) {
  .ear-filler-ap-center-section {
    transform: none;
    max-height: none;
    min-height: auto;
    padding: 40px 0 0 0;
  }

  .ear-filler-ap-list-container {
    margin-top: 120px;
    width: 90%;
    max-height: none;
    padding: 0 20px;
  }

  .ear-filler-ap-curve {
    height: 400px;
  }

  .ear-filler-ap-bg {
    top: 80px;
    display: none;
  }

  .ear-filler-ap-bg img {
    display: none;
  }

  .ear-filler-ap-curve-text {
    font-size: 32px;
  }

  .ear-filler-ap-list-feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: -80px 0 16px 0;
  }

  .ear-filler-ap-list-feature {
    width: 100%;
    /* height: 280px; */
    /* max-height: 280px; */
    max-width: none;
    border-radius: 20px;
    padding: 24px 16px;
    opacity: 1;
  }

  .ear-filler-ap-list-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .ear-filler-ap-list-icon img {
    width: 48px;
    height: 48px;
  }

  .ear-filler-ap-list-line1 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .ear-filler-ap-list-line2 {
    font-size: 16px;
  }

  .ear-filler-ap-list-footnote {
    position: static;
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 12px;
  }
}
