.sms-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .stn-box-sms {
    display: flex;
    flex-direction: column;
    padding: 55px 65px 60px 65px;
    margin-bottom: 120px;
    background-color: var(--bg-btn-black);
  }
  
  .sbtms-title {
    color: var(--font-white);
    text-align: left;
  }
  
  .sms-row {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: flex-end;
  }
  
  .sms-row-col {
    display: flex;
    flex-direction: column;
    margin-right: 70px;
    width: 325px;
  }
  
  .sms-row-col:last-child {
    margin-right: 0;
  }
  
  .sms-row-col-title {
    font-family: Pretendard;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: var(--font-white);
    margin-top: 30px;
  }
  
  .sms-row-col-subtitle {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: var(--font-white);
  }
  
  .sms-row-col-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }
  
  .sms-row-col-img {
    width: 309px;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션2 ▼▼▼▼▼▼▼▼▼*/
  .stn-box-personalize {
    display: flex;
    flex-direction: row;
    padding: 55px 0 0 65px;
    margin-bottom: 50px;
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    height: 644px;
  }
  
  .stn-box-personalize .stn-box-title-big {
    color: var(--font-black);
  }

  .personalize-img-wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 11px;
    flex-grow: 1;
  }

  .personalize-img{
    width: 700px;
  }

  .stn-box-scheduling {
    display: flex;
    flex-direction: column;
    padding: 55px 33px 40px 65px;
    margin-bottom: 120px;
    background-color: var(--btn-box-bg-orange);
    height: 820px;
  }

  .scheduling-img-wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0;
    flex-grow: 1;
  }

  .scheduling-img {
    width: 889px;
  }
  
  .sbp-title {
    color: var(--font-white);
    text-align: left;
  }

  .sbs-title {
    color: var(--font-white);
    text-align: left;
  }

  /*▼▼▼▼▼▼▼▼▼ 섹션3 ▼▼▼▼▼▼▼▼▼*/
  .sms-stn-3 .icon-card:nth-child(1) .icon-subtitle {
    width: 160px;
  }
  .sms-stn-3 .icon-card:nth-child(2) .icon-subtitle {
    width: 175px;
  }
  .sms-stn-3 .icon-card:nth-child(3) .icon-subtitle {
    width: 160px;
  }
  .sms-stn-3 .icon-card:nth-child(4) .icon-subtitle {
    width: 160px;
  }
  .sms-stn-3 .icon-card:nth-child(5) .icon-subtitle {
    width: 195px;
  }
  .sms-stn-3 .icon-card:nth-child(6) .icon-subtitle {
    width: 110px;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션3 ▼▼▼▼▼▼▼▼▼*/
  .stn-box-special {
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
  }


  @media screen and (min-width: 1920px) {
  
  }
  
  @media screen and (min-width: 1280px) and (max-width: 1919px) {
  
  }
  
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  @media screen and (min-width: 768px) and (max-width: 1279px) { 
    
  
    /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/
    .stn-box-sms {
      padding: 25px 10px 30px 10px;
      margin-bottom: 60px;
      width: 696px;
    }

    .sbtms-title {
      padding-left: 15px;
    }
  
    .sms-row-col {
      margin-right: 17px;
      width: 214px;
      justify-content: flex-end;
      align-items: center;
    }
  
    .sms-row-col:last-child {
      margin-right: 0;
    }
  
    .sms-row-col-title {
      font-size: 20px;
      line-height: 24px;
      order: 2;
      margin-top: 15px;
    }
  
    .sms-row-col-subtitle {
      font-size: 14px;
      line-height: 17px;
      order: 3;
      word-break: keep-all;
      height: 34px;
    }
  
    .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
      width: 150px;
    }
  
    .sms-row-col-img-wrapper {
      margin-top: 0;
      order: 1;
    }
  
    .sms-row-col-img {
      width: 214px;
    }

    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
    .stn-box-personalize {
      flex-direction: column;
      padding: 25px 0 0 25px;
      width: 696px;
      height: fit-content;
      margin-bottom: 30px;
    }
    
    .stn-box-personalize .stn-box-title-big {
    }
  
    .personalize-img-wrapper {
      height: fit-content;
      width: 100%;
      justify-content: center;
      align-items: flex-start;
      flex-grow: 1;
      margin-top: 20px;
    }
  
    .personalize-img{
      width: 572px;
    }

    .stn-box-scheduling {
      padding: 25px 25px 30px 25px;
      margin-bottom: 60px;
      width: 696px;
      height: fit-content;
    }

    .scheduling-img-wrapper {
      justify-content: center;
      align-items: flex-end;
      padding-right: 0;
      flex-grow: 1;
    }
  
    .scheduling-img {
      width: 574px;
    }

    .sbp-title {
    }

    .sbs-title {
    }

    /*■■■■■■■■■ 섹션3 ■■■■■■■■■*/
    .sms-stn-3 .icon-card:nth-child(1) .icon-subtitle {
      width: 160px;
    }
    .sms-stn-3 .icon-card:nth-child(2) .icon-subtitle {
      width: 175px;
    }
    .sms-stn-3 .icon-card:nth-child(3) .icon-subtitle {
      width: 160px;
    }
    .sms-stn-3 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
    .sms-stn-3 .icon-card:nth-child(5) .icon-subtitle {
      width: 195px;
    }
    .sms-stn-3 .icon-card:nth-child(6) .icon-subtitle {
      width: 110px;
    }
  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    .page-title {
    }
    
    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
    .stn-box-sms {
      padding: 25px 24px 0px 24px;
      margin-bottom: 50px;
      width: 95.6vw;
    }

    .sbtms-title {
    }
  
    .sms-row.row1 {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 30px;
    }
  
    .sms-row-col {
      margin-right: 0;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-bottom: 0;
      /* padding: 17px 0 0 0; */
      border-radius: 21px;
      margin-bottom: 30px;
      flex-direction: row;
    }
  
    .sms-row-col:last-child {
      margin-right: 0;
    }
  
    .sms-row-col-title {
      font-size: 16px;
      line-height: 19px;
      text-align: right;
    }
  
    .sms-row-col-subtitle {
      font-size: 14px;
      line-height: 17px;
      word-break: keep-all;
      margin-top: 5px;
      text-align: right;
    }

    .sms-stn-1 .section-title-with-subtitle {
      width: 173px;
      word-break: keep-all;
    }

    .sms-stn-1 .section-subtitle {
      width: 301px;
    }

    .sms-row-col-texts {
      display: flex;
      flex-direction: column;
      order: 0;
      max-width: 150px;
      width: 45%;
      align-items: flex-end;
    }
  
    .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
      width: 150px;
    }
    @media (max-width: 419px) {
      .sms-row.row1 .sms-row-col .sms-row-col-subtitle {
        width: 80px;
      }
    }

    @media (max-width: 419px) {
      .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
        width: 70px;
      }
    }
  
    .sms-row-col-img-wrapper {
      margin-top: 0;
      order: 1;
      min-width: 175px;
      width: MIN(270px, 54.6vw);
      justify-content: flex-start;
      padding-left: 15px;
    }
  
    .sms-row-col-img {
      width: MIN(270px, 54.6vw);
      min-width: 175px;
    }
  
    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
    .sms-stn-2 .section-subtitle {
      width: 300px;
    }

    .stn-box-personalize {
      flex-direction: row;
      padding: 25px 0 0 25px;
      width: 95.6vw;
      height: fit-content;
      margin-bottom: 30px;
    }
    
    .stn-box-personalize .stn-box-title-big {
      width: 180px;
    }
  
    .personalize-img-wrapper {
      height: fit-content;
      width: fit-content;
      justify-content: center;
      align-items: flex-start;
      flex-grow: 1;
      margin-top: 18px;
      padding-left: 0;
    }
  
    .personalize-img{
      width: MAX(310px, 53vw);
    }

    .stn-box-scheduling {
      padding: 25px 25px 30px 25px;
      margin-bottom: 50px;
      width: 95.6vw;
      height: fit-content;
      flex-direction: row;
    }

    .scheduling-img {
      width: MAX(330px, 55vw);
    }

    @media (max-width: 500px) {
      .stn-box-personalize {
        flex-direction: column;
      }
      .personalize-img{
        width: MAX(257px, 80.3vw);
      }
      
      .stn-box-personalize .stn-box-title-big {
        width: unset;
      }
      .personalize-img-wrapper {
        width: 100%;
        padding-left: 29px;
      }
    }

    .scheduling-img-wrapper {
    }

    @media (max-width: 575px) {
      .stn-box-scheduling {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
      }
      .scheduling-img{
        width: MAX(286px, 89.3vw);
      }
    }

    .sbp-title {
    }

    .sbs-title {
      padding-left: 15px;
    }
  
    /*●●●●●●●●●● 섹션3 ●●●●●●●●●●*/
    .sms-stn-3 .icon-card:nth-child(1) .icon-subtitle {
      width: 130px;
    }
    .sms-stn-3 .icon-card:nth-child(2) .icon-subtitle {
      width: 130px;
    }
    .sms-stn-3 .icon-card:nth-child(3) .icon-subtitle {
      width: 130px;
    }
    .sms-stn-3 .icon-card:nth-child(4) .icon-subtitle {
      width: 130px;
    }
    .sms-stn-3 .icon-card:nth-child(5) .icon-subtitle {
      width: 100px;
    }
    .sms-stn-3 .icon-card:nth-child(6) .icon-subtitle {
      width: 80px;
    }
    
  }
  