.chiropractic-intro .sc__what-is .flex-container:lang(en) {
  align-items: flex-start;
}

.sc__intro-growth .growth-list {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 1.4rem;
}

.sc__intro-growth .growth-list-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: calc(136rem + 14rem);

  z-index: 1;
}

.sc__intro-growth .growth-list-bg svg {
  width: 100%;
  object-fit: contain;
}

.sc__intro-growth .growth-list .growth-item {
  position: relative;
  z-index: 2;

  width: 31rem;
  min-height: 31rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #fff;
  box-shadow: 0px 0.4rem 1rem 0px #535e6c;
  border-radius: 2rem;
  padding: 4rem 2rem 3rem;

  text-align: center;
}

.sc__intro-growth .growth-item .text p {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--color-primary-dark);
  letter-spacing: -0.04em;
}

.sc__intro-growth .growth-item .em-content {
  margin-bottom: 2rem;
}

.sc__intro-growth .growth-item .em-content img {
  height: 10rem;
  object-fit: contain;
}

.sc__intro-growth .growth-item.growth-4 .em-content {
  font-size: 2.6rem;
  color: var(--color-primary-dark);
  font-weight: 700;

  display: flex;
  gap: 0.6rem;
  align-items: flex-end;

  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

.sc__intro-growth .growth-item.growth-4 .em-content:lang(en) {
  font-size: 2rem;
}

.sc__intro-growth .growth-item.growth-4 .em-content strong {
  font-family: var(--font-one-mobile-title);
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;

  background: linear-gradient(180deg, #26597c 0%, #122e42 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc__intro-palmer {
  background: url("/assets/img/pages/chiropractic/intro_sc3_palmer_bg.png") no-repeat 70% 50% / cover;
}

/* 반응형 */
@media (max-width: 1280px) {
  .sc__intro-growth .growth-list-bg {
    width: 110%;
  }
}

@media (max-width: 1024px) {
  .sc__intro-growth .growth-item .text p {
    font-size: 1.9rem;
  }
}

@media (max-width: 960px) {
  .sc__intro-growth .growth-list {
    padding: 4rem 0 10rem;
  }

  .sc__intro-growth .growth-list-bg {
    top: 0;
    transform: translate(-50%, 0);

    width: auto;
    height: 100%;
  }

  .sc__intro-growth .growth-list-bg svg {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .sc__intro-palmer {
    padding-bottom: 30rem;

    background-image: url("/assets/img/pages/chiropractic/intro_sc3_palmer_bg_mo.png");
  }
}

@media (max-width: 500px) {
  .sc__intro-palmer {
    padding-bottom: 10rem;
  }
}
