/* ========================================================= 
#wrap > #main
========================================================= */
#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#main {
  flex: 1;
  min-height: calc(100vh - 12rem);
  margin-top: 12rem;
  max-width: 192rem;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main {
    min-height: calc(100vh - 6.4rem);
    margin-top: 6.4rem;
  }
}

.main__title,
.section-head__title,
.benefit-card__title,
.section-head__desc {
  font-family: 'Jalnan2', 'Pretendard', sans-serif;
}

/* ========================================================= 
.hero
========================================================= */
.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
.hero__inner {
  background:
    linear-gradient(143deg, #150f96 18.69%, #4e24ce 68.96%, #ff0198 177.57%),
    #d9d9d9;
  position: relative;
  overflow: hidden;

  width: 100%;
  height: 68rem;
  border-radius: 8rem;

  padding: 21.7rem 3.2rem 0 3.2rem;
}

.main__content {
  text-align: center;
  z-index: 5;
  position: relative;
}

.main__title {
  margin: 0 auto;
}

/* main__title svg 이미지 */
.main-title--TM {
  background-image: url('/resources/front/images/contents/hero_title_TM_pc.svg');

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;

  max-width: 112.2rem;
  width: 100%;
  height: 13.1rem;
}

.main__desc {
  margin-top: 2.4rem;
  font-size: 3rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  letter-spacing: -0.6px;
}
.desc_small {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.4px;
  margin-top: 0.8rem;
}

/* ========= 오브젝트 ============== */
.hero__objects {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__obj {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 오브젝트 경로  */
.hero__obj-01 {
  width: clamp(11.6rem, 11.45vw, 22rem);
  aspect-ratio: 1 / 1;
  top: clamp(-10rem, -5.2vw, -5rem);
  left: 22%;
  background-image: url('/resources/front/images/common/hero__object-01.png');
}
.hero__obj-02 {
  width: clamp(13.2rem, 12.44vw, 23.9rem);
  aspect-ratio: 1 / 1;
  top: 28%;
  right: clamp(-7rem, -3.64vw, -5rem);
  background-image: url('/resources/front/images/common/hero__object-02.png');
}
.hero__obj-03 {
  width: clamp(20.4rem, 18.75vw, 36rem);
  aspect-ratio: 1 / 1;
  right: 11%;
  bottom: clamp(-12rem, -4.25vw, -9rem);
  background-image: url('/resources/front/images/common/hero__object-03.png');
}
.hero__obj-04 {
  width: clamp(10.4rem, 13.54vw, 26rem);
  aspect-ratio: 1 / 1;
  left: clamp(-10rem, -5.2vw, -4rem);
  bottom: 23%;
  background-image: url('/resources/front/images/common/hero__object-04.png');
}

/* 오브젝트 이미지 */
.hero__obj--star {
  background-image: url('/resources/front/images/common/hero__object-01.png');
}
.hero__obj--flower {
  background-image: url('/resources/front/images/common/hero__object-02.png');
}
.hero__obj--circle {
  background-image: url('/resources/front/images/common/hero__object-03.png');
}
.hero__obj--step {
  background-image: url('/resources/front/images/common/hero__object-04.png');
}

/*
   태블릿 768px ~ 1199px
 */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero__inner {
    height: 60rem;
    padding: 18rem 3.2rem 0 3.2rem;
  }
  .main__content {
    scale: 0.95;
  }

  /* 오브젝트 */
  .hero__obj-01 {
    width: clamp(11.6rem, 14.45vw, 22rem);
    top: -6rem;
    left: 24%;
  }

  .hero__obj-02 {
    width: clamp(13.2rem, 16.44vw, 23.9rem);
    top: 26%;
    right: -6rem;
  }
  .hero__obj-02 .hero__obj--flower {
    top: 14%;
  }

  .hero__obj-03 {
    right: 7%;
    bottom: -2rem;
  }

  .hero__obj-04 {
    width: clamp(10.4rem, 17.54vw, 26rem);
    left: -7rem;
    bottom: 20%;
  }

  .main__desc.main-page .mo-only {
    display: block;
  }
}

/* 
모바일 ~ 767px 
*/
@media screen and (max-width: 767px) {
  .hero {
    padding: 0 0.8rem;
  }

  .hero__inner {
    border-radius: 4rem;
    min-height: 44rem;
    height: clamp(44rem, 122vw, 50rem);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0;
  }

  .main__content {
    margin-top: -6rem;
  }

  /* main__title svg 이미지 */
  .main-title--TM {
    background-image: url('/resources/front/images/contents/hero_title_TM_mo.svg');
    max-width: 25.6rem;
    height: 10.8rem;
  }

  .main__desc {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    padding: 0 1.6rem;
    letter-spacing: -0.34px;
  }

  .desc_small {
    font-size: 1.2rem;
    letter-spacing: -0.28px;
    margin-top: 0.6rem;
  }

  /* 오브젝트 */
  .hero__obj-01 {
    width: clamp(9.6rem, 25.9vw, 12.8rem);
    top: -4.2rem;
    left: 17rem;
  }

  .hero__obj-02 {
    width: clamp(9.6rem, 25.9vw, 12.8rem);
    top: 51%;
    right: -3.5rem;
  }
  .hero__obj-02.hero__obj--flower {
    top: 28%;
  }

  .hero__obj-03 {
    width: clamp(16.4rem, 45vw, 20rem);
    left: 40%;
    right: auto;
    bottom: -4.5rem;
  }

  .hero__obj-04 {
    width: clamp(8rem, 21.7vw, 11.4rem);
    left: -2.5rem;
    bottom: 8rem;
  }
}

/* =========================================================
#contents
========================================================= */
#contents {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
}

/* 모바일 */
@media screen and (max-width: 767px) {
  #contents {
    /* min-width: 36rem; */
    width: 100%;
    overflow: hidden;
  }
}

/* =========================================================
.foot-note
========================================================= */
.foot-note {
  font-size: var(--body-small-pc, 1.6rem);
  color: var(--color-text-caption, #45556c);
}

.foot-note--center {
  text-align: center;
}

/* 0622 고객사 추가 요청 */
.foot-note.Reviewed {
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.foot-note.Reviewed li {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
}

.foot-note.Reviewed li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-text-caption, #45556c);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.8rem;
  margin-top: 0.5em;
}
/* //0622 고객사 추가 요청 */

/* 테블렛 */
@media (min-width: 768px) and (max-width: 1199px) {
}

/* 모바일 */
@media screen and (max-width: 767px) {
  .foot-note {
    margin-top: 3.2rem;
    font-size: var(--body-small-mo);
  }
}
/* =========================================================
#contents > section
========================================================= */
.section {
  padding: 0 4rem;
  width: 100%;
  margin: 16rem auto;
}
.section.fullbg {
  max-width: none;
  padding: 0;
  margin-bottom: 0;
}
.section--align {
  text-align: center;
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 8rem;
  color: var(--color-text-title);
}

.section-head__title {
  font-size: var(--title-h1-pc, 5.6rem);
  line-height: 1.36;
  color: inherit;
  text-align: center;
}

.section-head__desc {
  font-size: var(--font-size-h4-pc, 26rem);
  text-align: center;
  line-height: 1.36;
}
.section-head__title .point,
.section-head__desc .point {
  color: var(--color-text-highlighted);
}

.section-head--white {
  color: var(--color-text-white);
}
.section-head--white .section-head__title {
  color: inherit;
}
.section-head--white .section-head__desc {
  color: inherit;
}

/* margin-bottom 0 */

/*
   태블릿 768px ~ 1199px
 */
@media (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding: 0 4rem;
  }
  .section.fullbg {
    padding: 0;
  }
}

/* 
모바일 ~ 767px 
*/
@media screen and (max-width: 767px) {
  .section {
    margin: 8rem auto;
    padding: 0 2rem;
  }

  .section-head {
    gap: 1.2rem;
    padding: 0 1rem;
    margin-bottom: 4.8rem;
  }
  .section-head__title {
    font-size: var(--title-h1-mo, 3.2rem);
  }
  .section-head__desc {
    font-size: var(--title-h4-mo, 1.8rem);
  }
}
/* =========================================================
.section 01 .section--support
========================================================= */
.reward-summary-wrap {
  position: relative;
}

.reward-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin-bottom: 5.6rem;
}

/* 원형 카드 아이템 */
.reward-summary__item {
  max-width: 52rem;
  width: 100%;
  height: 52rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #f0f5ff;
  padding: 0 4.8rem;
  text-align: center;
}
.reward-summary__item:last-child {
  background-color: #edfcff;
}

.reward-summary__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
}
/* 아이콘 이미지 */
.reward-summary__img {
  margin-bottom: 4rem;
}

.reward-summary__img img {
  width: 18rem;
  height: auto;
  object-fit: contain;
}

/* 플러스 아이콘 */
.reward-summary__divider {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(5.4rem, 7.36vw, 10.6rem);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.reward-summary__divider-img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 월 텍스트 (지급 첫 달 / 다음 달) */
.reward-summary__month,
.reward-summary__desc {
  font-family: var(--font-family-point);
}
.reward-summary__month {
  font-size: var(--font-size-h3-pc, 3rem);
  color: var(--color-text-body, #1f2732);
  margin-bottom: 1.2rem;
}

/* 금액 + 보장 텍스트 */
.reward-summary__desc {
  font-size: var(--title-h2-pc, 4rem);
  color: var(--color-text-title);
  line-height: 1.2;
}

.reward-summary__amount {
  color: #01c1d6;
}
.blue {
  color: #150f96;
}

/* 태블렛 */
@media (min-width: 768px) and (max-width: 1199px) {
  .reward-summary__img img {
    width: 15rem;
  }

  .reward-summary__item {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .reward-summary__img {
    margin-bottom: 2rem;
  }

  .reward-summary__month {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .reward-summary__desc {
    font-size: 3.2rem;
  }
}

/* 모바일 */
@media screen and (max-width: 767px) {
  .reward-summary {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }

  .reward-summary__item {
    width: 32rem;
    height: 32rem;
    padding: 5rem 3rem;
  }

  .reward-summary__img {
    margin-bottom: 2.4rem;
  }

  .reward-summary__img img {
    width: 11.2rem;
    height: 11.2rem;
    object-fit: contain;
  }

  .reward-summary__month {
    font-size: var(--font-size-h3-mo, 2rem);
    margin-bottom: 0.8rem;
  }

  .reward-summary__desc {
    font-size: var(--font-size-h2-mo, 2.4rem);
  }

  /* 구분자 */
  .reward-summary__divider {
    width: 8rem;
    height: 8rem;
  }
}

/* =========================================================
.section 02 .section--income
========================================================= */

.section--income {
  position: relative;
}
.section--income__area {
  border-radius: 8rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 배경, 워터마크 텍스트 */
.section--income__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: url('/resources/front/images/common/bg_gradient-pc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.income-bg__text {
  display: block;
  width: 100%;
  height: 23.6rem;
  background: url('/resources/front/images/common/marquee_text.svg') no-repeat;
  background-position: 0 50%;
  background-size: auto 100%;
}

/* ===== 내부 레이아웃 ===== */
.section--income .section-inner {
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
  padding-top: 12rem;
}

/* ===== 그래프 카드 ===== */
.income-card {
  background: #fff
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 94%,
      rgba(0, 0, 0, 0.1) 100%
    );

  border-radius: 8rem 8rem 0 0;
  padding: 3rem 3rem 3.3rem 3rem;
  max-width: 84.6rem;
  width: 100%;
  margin: 0 auto;
}
.income-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
}

.income-card__inner {
  border-radius: 7.2rem;
  background: linear-gradient(
    316deg,
    rgba(255, 255, 255, 0) 29.89%,
    #e1f0fd 83.81%
  );
  padding: 7.2rem 6.1rem 4.7rem 6.1rem;
}

.income-card__title {
  font-family: var(--font-family-point);
  font-size: var(--font-size-h2-pc, 4rem);
  line-height: 1.36;
  margin-bottom: 3.2rem;
  color: var(--color-text-title, #020618);
}
.income-card__highlight {
  color: #150f96;
}

/* ===== 막대 그래프 ===== */
.income-chart {
  position: relative;
}
.income-chart__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2.3rem;
  height: 34.6rem;
}

/* 막대 하단 검은 실선 */
.income-chart__bars::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}

.income-chart__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  max-width: 14rem;
  height: 100%;
  position: relative;
}

/* 막대 그래프 이미지 */
.income-chart__bar {
  position: relative;
  overflow: hidden;
}

.income-chart__bar-img {
  display: block;
  max-width: 12.8rem;
  width: 100%;
  height: 100%;

  clip-path: inset(100% 0 0 0);
  transition-property: clip-path;
  transition-duration: 1.6s;
  transition-timing-function: var(--motion-ease);
  transition-delay: 0s;
  will-change: clip-path;
}
/* is-show가 붙었을 때 아래에서 위로 차오름 */
.income-chart__col.is-show .income-chart__bar-img {
  clip-path: inset(0 0 0 0);
}

/* 순차 딜레이 */
/* 하위 40% */
.income-chart__bar--low .income-chart__bar-img {
  transition-delay: 0.1s;
  transition-duration: 0.8s;
}
/* 평균 소득: 더 느리게 */
.income-chart__bar--middle .income-chart__bar-img {
  transition-delay: 0.5s;
  transition-duration: 1s;
}
/* 상위 30% */
.income-chart__bar--high .income-chart__bar-img {
  transition-delay: 0.1s;
  transition-duration: 0.8s;
}

/* 위 라벨 (금액) */
.income-chart__label-top,
.income-chart__label-bot {
  font-family: var(--font-family-point);
}
.income-chart__label-top {
  font-size: var(--font-size-h4-pc, 2.6rem);
  white-space: nowrap;
  margin-bottom: 1.4rem;
}

/* 아래 라벨 */
.income-chart__label-bot {
  color: var(--color-text-caption);
  font-size: 2rem;
  margin-top: 1.2rem;
  white-space: nowrap;
}

/* 말풍선 래퍼 */
.income-chart__highlight-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

/* 말풍선 배지 */
.income-chart__label-top--highlight {
  background: #150f96;
  color: #fff;
  padding: 1.5rem 2.4rem 1.2rem 2.4rem;
  border-radius: 999px;
  white-space: nowrap;
  display: block;
  margin-bottom: 0;
}
/* 말풍선 꼬리 삼각형 */
.income-chart__highlight::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #150f96;
}

/* 말풍선 실제 내용: 처음에는 숨김 */
.income-chart__highlight {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

/* 평균 소득 그래프가 보일 타이밍에 맞춰 등장 */
.income-chart__col.is-show .income-chart__highlight {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.income-chart__bubble-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--color-surface-secondary, #3b31c0);
  outline: 0.4rem solid #fff;
  margin: 0 auto;
  margin-bottom: -0.6rem;
  position: relative;
  z-index: 1;

  opacity: 0;
  transition: opacity 0.5s ease;
}

/* 평균 소득 그래프가 보일 타이밍에 맞춰 등장 */
.income-chart__col.is-show .income-chart__bubble-dot {
  opacity: 1;
  transition-delay: 1s;
}

/* ===== 부유 데코 아이콘 ===== */
.income-deco-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 100%;
  max-width: 130rem;
  height: 72.7rem;
  z-index: 2;
  pointer-events: none;
}
.income-deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.income-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 동전 - 카드 왼쪽 위 */
.income-deco--coin-top {
  width: clamp(15rem, 16.6vw, 23.9rem);
  height: auto;
  bottom: 36rem;
  left: 0;
  animation: float 3.6s ease-in-out infinite;
}
/* 동전 - 카드 왼쪽 아래 */
.income-deco--coin-mid {
  width: clamp(13rem, 14.38vw, 20.7rem);
  height: auto;
  bottom: 19rem;
  left: 8%;
  animation: float 4.2s ease-in-out infinite reverse;
}
/* 돈다발 - 오른쪽 하단 */
.income-deco--money {
  width: clamp(16.2rem, 32vw, 45.7rem);
  height: 38.4rem;
  bottom: -25%;
  right: -5%;
  animation: float 3.8s ease-in-out infinite 0.6s;
}

/* 두둥실 애니메이션 */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.8rem);
  }
}

/* ===== 태블릿 (768px ~ 1199px) ===== */
@media (min-width: 768px) and (max-width: 1199px) {
  .section--income .section-inner {
    max-width: 93rem;
  }

  /* ========= 데코 이미지 ========= */
  .income-deco-inner {
    max-width: 92rem;
    height: 57rem;
  }

  .income-deco--coin-top {
    width: 16rem;
    height: 15.7rem;
    bottom: 23vh;
    left: 1%;
  }
  .income-deco--coin-mid {
    width: 14rem;
    height: 13.8rem;
    bottom: 18%;
    left: 10%;
  }
  .income-deco--money {
    width: 30rem;
    height: 25.2rem;
    bottom: -15%;
    right: 3%;
  }

  /* 배경 글귀 */
  .income-bg__text {
    height: 23.6rem;
    background-size: auto 23.6rem;
  }

  /* 카드 */
  .income-card {
    max-width: 58rem;
    padding: 2rem;
  }
  .income-card__inner {
    border-radius: 5.6rem;
    padding: 5.6rem 4rem 3.6rem 4rem;
  }
  .income-card__title {
    font-size: 3.2rem;
  }

  /* 그래프 */
  .income-chart__bars {
    height: 28rem;
    gap: 1.6rem;
  }
  .income-chart__col {
    max-width: none;
    flex: 1 1 0;
    min-width: 0;
  }
  .income-chart__bar-img {
    max-width: 12.8rem;
    width: 100%;
    height: auto;
  }
  .income-chart__label-top {
    font-size: 2.2rem;
  }
  .income-chart__label-bot {
    font-size: 1.8rem;
  }

  /* 막대 하단 검은 실선 */
  .income-chart__bars::after {
    bottom: 13%;
  }
}

/* ===== 모바일 ===== */
@media screen and (max-width: 767px) {
  .section--income {
    padding: 0 0.8rem;
  }
  .section--income__area {
    border-radius: 4rem;
    width: 100%;
  }
  .section--income > .section-head > .section-head__title {
    margin-bottom: 5.6rem;
  }

  /* 배경, 워터마크 텍스트 */
  .income-bg__text {
    display: none;
  }

  .section--income__bg {
    background-image: url('/resources/front/images/common/bg_gradient-mo.jpg');
    border-radius: 4rem;
    background-clip: padding-box;
    border: 1px solid transparent;
  }

  .section--income .section-inner {
    padding: 8rem 1.2rem 0 1.2rem;
    max-width: 50rem;
  }
  .section-inner .foot-note {
    margin-top: 1.6rem;
  }
  .section--income .section-inner .section-head {
    margin-bottom: 5.6rem;
  }
  .income-card {
    padding: 1.2rem 1.2rem 2.3rem 1.2rem;
    border-radius: 4rem 4rem 0 0;
    width: 100%;
  }

  .income-card__inner {
    border-radius: 3.2rem;
    padding: 4rem 2.4rem 1.6rem 2.4rem;
  }
  .income-card__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .income-chart {
    margin-top: 2.9rem;
  }
  .income-chart__bars {
    height: 19rem;
    gap: 0;
  }
  .income-chart__col {
    max-width: none;
    flex: 1 1 0;
    min-width: 0;
  }

  /* 막대 그래프 이미지 */
  .income-chart__bar-img {
    max-width: 6.2rem;
    width: 100%;
  }
  .income-chart__bar--low .income-chart__bar-img {
    height: 5rem;
  }
  .income-chart__bar--middle .income-chart__bar-img {
    height: 7.2rem;
  }
  .income-chart__bar--high .income-chart__bar-img {
    height: 12.4rem;
  }

  .income-chart__label-top {
    font-size: var(--font-size-h4-mo, 1.8rem);
    margin-bottom: 0;
  }
  .income-chart__label-top--highlight {
    padding: 1rem 1.2rem 0.8rem 1.2rem;
  }
  .income-chart__label-bot {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }

  .income-chart__bubble-dot {
    width: 0.8rem;
    height: 0.8rem;
    outline: 0.2rem solid #fff;
    margin-bottom: -0.4rem;
  }

  /* ========= 데코 이미지 ========= */
  .income-deco-inner {
    max-width: 52rem;
    width: 100%;
    height: 53rem;
  }
  .income-deco--coin-top {
    width: 11rem;
    height: 11rem;
    left: -12%;
    top: 5%;
  }
  .income-deco--coin-mid {
    width: 8rem;
    height: 8rem;
    top: 30%;
    left: -6%;
  }
  .income-deco--money {
    width: 22rem;
    height: 22rem;
    bottom: -14rem;
    right: -17%;
  }

  /* 막대 하단 검은 실선 */
  .income-chart__bars::after {
    bottom: 19%;
  }
}

/* =========================================================
.section 03 .section--benefit
========================================================= */

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  max-width: 122rem;
   /* 0622 고객사 추가 요청 */
  margin-bottom: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  /* 0622 고객사 추가 요청 */
}

.benefit-card {
  position: relative;
  height: 100%;
}
.benefit-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 36.5rem;
  padding: 5.6rem 4.8rem 5.6rem 5.6rem;
  border-radius: 6rem;
  background-color: #f0f5ff;
  overflow: hidden;
}

.benefit-card:nth-child(2) .benefit-card__content,
.benefit-card:nth-child(3) .benefit-card__content {
  background-color: #edfcff;
}

.benefit-card__text {
  position: relative;
  min-width: 0;
  padding-right: 11rem;
}

.benefit-card__title {
  display: block;
  margin-bottom: 1.6rem;
  font-size: var(--font-size-h3-pc, 3rem);
  line-height: 1.36;
  color: var(--color-text-title, #020618);
}

.benefit-card__desc {
  margin: 0;
  font-size: var(--body-medium-pc, 1.8rem);
  line-height: 1.5;
  color: var(--color-text-body, #1f2732);
}

.benefit-card__media {
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
  z-index: 1;

  max-width: 12.8rem;
  height: 12.8rem;
}

.benefit-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*
   태블릿 768px ~ 1199px
 */
@media (min-width: 768px) and (max-width: 1199px) {
  .benefit-card__media {
    top: 3.5rem;
    right: 4rem;
  }
  .benefit-card__text {
    padding-right: 0;
  }
}

/* 
모바일 ~ 767px 
*/
@media screen and (max-width: 767px) {
  .benefit-list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    min-width: 32rem;
    max-width: 40rem;
    width: 100%;
    /* 0622 고객사 추가 요청 */
    margin-bottom: 3.2rem;
    /* //0622 고객사 추가 요청 */
  }
  .benefit-card__content {
    padding: 2.8rem 2.4rem 3.2rem 3.2rem;
    border-radius: 4rem;
    min-height: 25rem;
  }

  .benefit-card__title {
    font-size: var(--font-size-h3-mo, 2rem);
  }

  .benefit-card__text {
    padding-right: 0;
  }

  .benefit-card__desc {
    font-size: var(--body-medium-mo, 1.6rem);
  }

  .benefit-card__media {
    width: 8rem;
    height: 8rem;
    right: 2.4rem;
    top: 2.8rem;
  }

  .benefit-card__media img {
    width: 100%;
    max-width: 8rem;
    height: 8rem;
    object-fit: contain;
  }

  .benefit-list .benefit-card--3 {
    order: 4;
  }
  .benefit-list .benefit-card--4 {
    order: 3;
  }
}
  .tmr-banner{
	display: block;
	width :100%;
	max-width: 1200px;
	height : 0;
	padding-top :19%;
	margin : 0 auto;
	background-image: url('/resources/front/images/contents/PC_TMR.jpg');
	background-size : cover;
	background-position: center;
  }
 
 @media (min-width: 768px) and (max-width: 1199px) {
  .tmr-banner{
		max-width: 100%;
		background-image: url('/resources/front/images/contents/PC_TMR.jpg');
 	 }
}
  
  @media screen and (max-width : 767px){
	.tmr-banner{
		max-width: 320px;
		padding-top: 32%;
		background-image: url('/resources/front/images/contents/Mobile_TMR.jpg');
 	 }
  }
  
  .apply-banner{
	display: block;
	width :100%;
	max-width: 1200px;
	height : 0;
	padding-top :19%;
	margin : 0 auto;
	background-image: url('/resources/front/images/contents/PC_지원방법.jpg');
	background-size : cover;
	background-position: center;
  }
 
 @media (min-width: 768px) and (max-width: 1199px) {
  .apply-banner{
		max-width: 100%;
		background-image: url('/resources/front/images/contents/PC_지원방법.jpg');
 	 }
}
  
  @media screen and (max-width : 767px){
	.apply-banner{
		max-width: 320px;
		padding-top: 32%;
		background-image: url('/resources/front/images/contents/Mobile_지원방법.jpg');
 	 }
  }
