  .rcs-body-wrapper {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  }

  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .stn-box-rcs1 {
    display: flex;
    flex-direction: column;
    padding: 55px 20px 0px 65px;
    margin-bottom: 50px;
    background-color: var(--bg-btn-black);
  }

  .sbrcs1-title {
    color: var(--font-white);
    text-align: left;
  }

  .rcs-row {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: flex-end;
    width: 100%;
  }

  .row1-text {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: var(--font-white);
    padding: 0 0 60px 0;
    width: 361px;
  }

  .row1-img-wrapper {
    display:flex;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .row1-img {
    width: 695px;
  }

  .stn-box-rcs2 {
    display: flex;
    flex-direction: column;
    padding: 55px 80px 0px 65px;
    margin-bottom: 50px;
    background-color: var(--btn-box-bg-orange);
  }

  .sbrcs2-title {
    color: var(--font-white);
    text-align: left;
  }

  .row2-img-wrapper {
    display:flex;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .row2-img {
    width: 517px;
  }

  .stn-box-rcs3 {
    display: flex;
    flex-direction: column;
    padding: 55px 80px 0px 65px;
    margin-bottom: 120px;
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    position: relative;
    height: 754px;
  }

  .sbrcs3-title {
    color: var(--font-black);
    text-align: left;
    z-index: 2;
  }

  .row3-img-wrapper {
    display:flex;
    justify-content: flex-end;
    flex-grow: 1;
    position: absolute;
    bottom: 13px;
    right: 7px;
    z-index: 1;
  }

  .row3-img {
    width: 1093px;
  }

  /*▼▼▼▼▼▼▼▼▼ 섹션2 ▼▼▼▼▼▼▼▼▼*/
  .rcs-stn-2 .icon-card:nth-child(1) .icon-subtitle {
    width: 160px;
  }
  .rcs-stn-2 .icon-card:nth-child(2) .icon-subtitle {
    width: 195px;
  }
  .rcs-stn-2 .icon-card:nth-child(3) .icon-subtitle {
    width: 175px;
  }
  .rcs-stn-2 .icon-card:nth-child(4) .icon-subtitle {
    width: 175px;
  }
  .rcs-stn-2 .icon-card:nth-child(5) .icon-subtitle {
    width: 195px;
  }
  .rcs-stn-2 .icon-card:nth-child(6) .icon-subtitle {
    width: 140px;
  }


  /*▼▼▼▼▼▼▼▼▼ 섹션3 ▼▼▼▼▼▼▼▼▼*/
  .slide-card-box {
  }


  /*▼▼▼▼▼▼▼▼▼ 섹션4 ▼▼▼▼▼▼▼▼▼*/
  .rcs-stn-4 {
    margin-bottom: 120px;
  }

  .stn-box-compare {
    display: flex;
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 10px 50px 44px;
    width: 847px;
  }

  .compare-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .compare-line {}

  .compare-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .compare-title {
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .compare-cell {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
    margin-bottom: 30px;
  }

  .compare-subtitle {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }

  .compare-tr {
    display: flex;
    flex-direction: row;
    column-gap: 45px;
    padding-left: 24px;
  }

  .compare-subject {
    min-width: 35px;
    width: fit-content;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .compare-content {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-orange);
    display: flex;
    flex-direction: row;
    column-gap: 5px;
  }

  .compare-subcontent {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }

  .rcs-stn-4 .mob {}

  .st-orange {
    color: var(--font-orange);
  }

  .c-col {
    display: flex;
  }

  .compare-left .c3 {
    margin-bottom: 102px;
  }

  .compare-left .c4 {
    margin-bottom: 78px;
  }

  .c5 {
    margin-bottom: 0px;
  }

  .compare-hr-horizontal {
    width: 1px;
    height: 710px;
    margin-top: 62px;
    background-color: #c0c0c0;
  }

  .compare-right .compare-cell {
    padding-left: 44px;
  }






  @media screen and (min-width: 1920px) {
    .slide-card {
      padding-left: 190px;
    }
  }

  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    .slide-card {
      padding-left: 190px;
    }
  }

  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  @media screen and (min-width: 768px) and (max-width: 1279px) { 
    .slide-card {
      padding-left: 100px;
    }

    /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/
    .stn-box-rcs1 {
      padding: 25px 0px 0px 25px;
      margin-bottom: 30px;
      width: 696px;
    }
    
    .sbrcs1-title {
    }
    
    .rcs-row {
      display: flex;
      flex-direction: row;
      margin: 0 auto;
      align-items: flex-end;
    }
    
    .row1-text {
      font-size: 16px;
      line-height: 19px;
      padding: 0 0 28px 0;
      width: 280px;
    }

    .row1-img-wrapper {
      display:flex;
      justify-content: flex-end;
      flex-grow: 1;
    }

    .row1-img {
      width: 391px;
    }

    .stn-box-rcs2 {
      padding: 25px 20px 0px 25px;
      margin-bottom: 30px;
      width: 696px;
    }

    .sbrcs2-title {
    }

    .row2-img-wrapper {
      display:flex;
      justify-content: flex-end;
      flex-grow: 1;
    }

    .row2-img {
      width: 351px;
    }

    .stn-box-rcs3 {
      padding: 25px 0px 0px 25px;
      margin-bottom: 60px;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      position: relative;
      height: 415px;
      width: 696px;
    }

    .sbrcs3-title {
      color: var(--font-black);
      text-align: left;
      z-index: 2;
    }

    .row3-img-wrapper {
      bottom: 0px;
      right: 0px;
    }

    .row3-img {
      width: 696px;
    }

    /*■■■■■■■■■ 섹션2 ■■■■■■■■■*/
    .rcs-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 160px;
    }
    .rcs-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 190px;
    }
    .rcs-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 185px;
    }
    .rcs-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 175px;
    }
    .rcs-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 165px;
    }
    .rcs-stn-2 .icon-card:nth-child(6) .icon-subtitle {
      width: 140px;
    }

    /*■■■■■■■■■ 섹션3 ■■■■■■■■■*/
    .slide-card-box {
      height: 350px;
    }

    /*■■■■■■■■■ 섹션4 ■■■■■■■■■*/
    .rcs-stn-4 {
      margin-bottom: 60px;
    }
    
    .stn-box-compare {
      display: flex;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      padding: 35px 30px 50px 30px;
      width: 696px;
    }

    .compare-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
    }

    .compare-line {}

    .compare-right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
    }

    .compare-title {
      font-family: 'Pretendard';
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      text-align: left;
      width: 100%;
      margin-bottom: 30px;
    }

    .compare-right .compare-title {
      padding-left: 30px;
    }

    .compare-cell {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      row-gap: 15px;
      margin-bottom: 30px;
  }

    .compare-subtitle {
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
  }

    .compare-tr {
      display: flex;
      flex-direction: row;
      column-gap: 32px;
      padding-left: 24px;
  }

    .compare-subject {
      min-width: 35px;
      width: fit-content;
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
  }

    .compare-content {
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      color: var(--font-orange);
      display: flex;
      flex-direction: row;
      column-gap: 18px;
  }

    .compare-subcontent {
      display: flex;
      flex-direction: column;
      row-gap: 5px;
    }

    .rcs-stn-4 .mob {}

    .st-orange {
      color: var(--font-orange);
    }

    .c-col {
      display: flex;
    }

    .compare-left .c3 {
      margin-bottom: 102px;
    }

    .compare-left .c4 {
      margin-bottom: 78px;
    }

    .c5 {
      margin-bottom: 0px;
    }

    .compare-hr-horizontal {
      width: 1px;
      height: 710px;
      margin-top: 62px;
      background-color: #c0c0c0;
    }

    .compare-right .compare-cell {
      padding-left: 30px;
    }

    .photo-and-media {
      width: 220px;
    }

    

  }

  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    
    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
    .stn-box-rcs1 {
      padding: 25px 0px 0px 25px;
      margin-bottom: 30px;
      width: 95.6vw;
    }
    
    .sbrcs1-title {
    }
    
    .rcs-row {
      display: flex;
      flex-direction: row;
      margin: 0 auto;
      align-items: flex-end;
    }
    
    .row1-text {
      font-size: 12px;
      line-height: 14px;
      padding: 0px 0 20px 0;
      width: 210px;
      word-break: keep-all;
    }

    .row1-img-wrapper {
      display:flex;
      justify-content: flex-end;
      flex-grow: 1;
    }

    .row1-img {
      width: 254px;
    }

    .stn-box-rcs2 {
      padding: 25px 20px 0px 25px;
      margin-bottom: 30px;
      width: 95.6vw;
    }

    .sbrcs2-title {
    }

    .row2-img-wrapper {
    }

    .row2-img {
      width: 269px;
    }

    .stn-box-rcs3 {
      padding: 25px 0px 0px 25px;
      margin-bottom: 50px;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      position: relative;
      height: 56vw;
      width: 95.6vw;
    }

    .sbrcs3-title {
      color: var(--font-black);
      text-align: left;
      z-index: 2;
    }

    .row3-img-wrapper {
      bottom: 20px;
      right: 0px;
    }

    .row3-img {
      width: 90vw;
    }

    @media (max-width: 500px) {
      .rcs-row {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        margin-top: 15px;
      }
      .row1-text {
        font-size: 12px;
        line-height: 14px;
        padding: 0px 0 20px 0;
        width: 210px;
        word-break: keep-all;
      }
      .stn-box-rcs2 {
        padding: 25px 10px 20px 25px;
      }
      .stn-box-rcs3 {
        height: 65vw;
      }
      @media (max-width: 390px) {
        .stn-box-rcs3 {
          height: 85vw;
        }
        .row3-img-wrapper {
          bottom: 20px;
          right: 20px;
        }
      }
    }

    @media (max-width: 500px) {
      .rcs-stn-1 .icon-card:nth-child(1) .icon-subtitle {
        width: 80px;
      }
      .rcs-stn-1 .icon-card:nth-child(2) .icon-subtitle {
        width: 80px;
      }
      .rcs-stn-1 .icon-card:nth-child(3) .icon-subtitle {
        width: 70px;
      }
      .rcs-stn-1 .icon-card:nth-child(4) .icon-subtitle {
        width: 100px;
      }

      .rcs-stn-1 .icon-card:nth-child(1) .icon-title {
        width: 75px;
      }
      .rcs-stn-1 .icon-card:nth-child(2) .icon-title {
        width: 80px;
      }
      .rcs-stn-1 .icon-card:nth-child(3) .icon-title {
        width: 70px;
      }
      .rcs-stn-1 .icon-card:nth-child(4) .icon-title {
        width: 110px;
      }
    }
    

    /*●●●●●●●●●● 섹션2 ●●●●●●●●●●*/
    .rcs-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 130px;
    }
    .rcs-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 130px;
    }
    .rcs-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 100px;
    }
    .rcs-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 130px;
    }
    .rcs-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 125px;
    }
    .rcs-stn-2 .icon-card:nth-child(6) .icon-subtitle {
      width: 90px;
    }

    .rcs-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 75px;
    }
    .rcs-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 90px;
    }
    .rcs-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 100px;
    }
    .rcs-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 110px;
    }
    .rcs-stn-2 .icon-card:nth-child(5) .icon-title {
      width: 125px;
    }
    .rcs-stn-2 .icon-card:nth-child(6) .icon-title {
      width: 90px;
    }

    /*●●●●●●●●●● 섹션3 ●●●●●●●●●●*/
    .slide-card-box {
      height: 600px;
    }
    .slide-card {
      height: 100%;
    }

    /*●●●●●●●●●● 섹션4  ●●●●●●●●●●*/
    .rcs-stn-4 {
      margin-bottom: 50px;
    }
    
    .stn-box-compare {
      display: flex;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      padding: 35px 30px 50px 30px;
      width: 95.6vw;
    }

    .compare-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
    }

    .compare-line {}

    .compare-right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
    }

    .compare-title {
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      text-align: left;
      width: 100%;
      margin-bottom: 20px;
    }

    .compare-right .compare-title {
      padding-left: 30px;
    }

    .compare-cell {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      row-gap: 5px;
      margin-bottom: 15px;
  }

    .compare-subtitle {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
  }

    .compare-tr {
      display: flex;
      flex-direction: row;
      column-gap: 10px;
      padding-left: 24px;
  }

    .compare-subject {
      min-width: 28px;
      width: fit-content;
      font-family: 'Pretendard';
      font-size: 12px;
      font-weight: 400;
      line-height: 14px;
  }

    .compare-content {
      font-family: 'Pretendard';
      font-size: 12px;
      font-weight: 400;
      line-height: 14px;
      color: var(--font-orange);
      display: flex;
      flex-direction: row;
      column-gap: 18px;
    }

    .compare-hr-horizontal {
      margin-top: 40px;
      height: 458px;
    }

    .compare-subcontent {
      display: flex;
      flex-direction: column;
      row-gap: 5px;
    }

    .c3.compare-subcontent {
      row-gap: 0px;
    }

    .compare-left .c3 {
      margin-bottom: 75px;
    }

    .compare-left .c4 {
      margin-bottom: 53px;
    }

    .c5 {
      margin-bottom: 0px;
    }

    .rcs-stn-4 .mob {
      display: block;
      color: var(--font-orange);
      text-align: center;
      margin-left: -12px;
    }

    @media (min-width: 615px) {
      .compare-left {
        padding-left: 20vw;
      }
    }

    .compare-right .compare-cell {
      padding-left: 30px;
    }

    @media (max-width: 440px) {
      .stn-box-compare {
        padding: 30px 5px 30px 22px;
      }
      @media (max-width: 409px) {
        .compare-left {
          width: 40%;
        }
        .compare-right {
          width: 60%;
        }
        @media (max-width: 343px) {
          .compare-left {
            width: 40%;
          }
          .compare-right {
            width: 60%;
          }
          .compare-right .compare-title {
            padding-left: 10px;
          }
          .compare-right .compare-cell {
            padding-left: 10px;
          }
          .stn-box-compare {
            padding: 30px 5px 30px 10px;
          }
        }
      }
    }

    .photo-and-media {
      width: 80px;
    }
    
    
  }
