  .svc-intro-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .svc-intro-down-btn {
    width: 256px;
    height: 51px;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .stn-box-svc-intro1 {
    z-index: 2;
    position: relative;
    padding: 60px 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stn-box-svc-intro1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 581px;
    background-color: var(--bg-btn-black);
    border-radius: 15px;
    z-index: -1;
  }

  .svc-intro-1-title {
    color: var(--font-white);
    width: 100%;
  }

  .svc-intro-1-subtitle {
    color: var(--font-white);
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    width: 100%;
    margin-top: 10px;
  }

  .svc-intro-1-img-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 33px;
  }

  .svc-intro-1-img {
    width: 631px;
  }


  /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/
  .svc-intro-stn-2 {
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    border-radius: 21px;
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .svc-intro-stn-2 .stn-box-icon-type1 {
    background-color: unset;
    box-shadow: unset;
  }

  .svc-intro-stn-2 .section-title {
    margin-top: 60px;
    padding-left: 80px;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .svc-intro-stn-2 .stn-box-icon-type1 {
    margin-bottom: 0;
  }
  .svc-intro-stn-2 .icon-card:nth-child(1) .icon-subtitle {
    width: 165px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(2) .icon-subtitle {
    width: 220px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(3) .icon-subtitle {
    width: 220px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(4) .icon-subtitle {
    width: 160px;
  }

  .svc-intro-stn-2 .icon-card:nth-child(1) .icon-title {
    width: 115px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(2) .icon-title {
    width: 180px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(3) .icon-title {
    width: 180px;
  }
  .svc-intro-stn-2 .icon-card:nth-child(4) .icon-title {
    width: 150px;
  }


  /*▼▼▼▼▼▼▼▼▼ 섹션3  ▼▼▼▼▼▼▼▼▼*/
  


  /*▼▼▼▼▼▼▼▼▼ 섹션4  ▼▼▼▼▼▼▼▼▼*/



  /*▼▼▼▼▼▼▼▼▼ 섹션5  ▼▼▼▼▼▼▼▼▼*/



  /*▼▼▼▼▼▼▼▼▼ 섹션6  ▼▼▼▼▼▼▼▼▼*/






  @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) { 
    .svc-intro-down-btn {
      width: 180px;
      height: 38px;
    }
    .btn-si {
      width: 180px;
    }

    /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/  
    .stn-box-svc-intro1 {
      z-index: 2;
      position: relative;
      padding: 25px 0 0 25px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 696px;
    }
  
    .stn-box-svc-intro1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--bg-btn-black);
      border-radius: 15px;
      z-index: -1;
    }
  
    .svc-intro-1-title {
      color: var(--font-white);
      width: 100%;
    }
  
    .svc-intro-1-subtitle {
      color: var(--font-white);
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      width: 100%;
    }
  
    .svc-intro-1-img-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 25px;
    }
  
    .svc-intro-1-img {
      width: 392px;
    }


    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
    .svc-intro-stn-2 {
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      border-radius: 21px;
      margin-top: 30px;
      margin-bottom: 60px;
      width: 696px;
    }
  
    .svc-intro-stn-2 .stn-box-icon-type1 {
      background-color: unset;
      box-shadow: unset;
    }
  
    .svc-intro-stn-2 .section-title {
      margin-top: 25px;
      padding-left: 25px;
      margin-bottom: 0;
      text-align: left;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
    }

    .svc-intro-stn-2 .stn-box-icon-type1 {
      margin-bottom: 0;
    }
    .svc-intro-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 165px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 200px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 210px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
  
    .svc-intro-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 115px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 180px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 180px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 150px;
    }
    

    /*■■■■■■■■■ 섹션3  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션4  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션5  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션6  ■■■■■■■■■*/


  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    .page-title-area {
      align-items: center;
    }
    .page-title {
      width: 255px;
    }
    .page-subtitle {
      width: 285px;
    }
    .service-introduction-box-text {
      width: 180px;
      word-break: keep-all;
    }
    .svc-intro-down-btn {
      width: 180px;
      height: 30px;
    }
    .btn-si {
      width: 180px;
    }

    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/  
    .stn-box-svc-intro1 {
      z-index: 2;
      position: relative;
      padding: 25px 0 0 25px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 95.6%;
    }
  
    .stn-box-svc-intro1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--bg-btn-black);
      border-radius: 15px;
      z-index: -1;
    }
  
    .svc-intro-1-title {
      color: var(--font-white);
      width: 100%;
    }
  
    .svc-intro-1-subtitle {
      color: var(--font-white);
      font-family: 'Pretendard';
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
      width: 70%;
      word-break: keep-all;
    }
  
    .svc-intro-1-img-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 25px;
    }
  
    .svc-intro-1-img {
      max-width: 392px;
      width: 80vw;
    }

    @media (max-width: 420px) {
      .svc-intro-1-title {
        width: 190px;
      }
    }

    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
    .svc-intro-stn-2 {
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      border-radius: 21px;
      margin-top: 30px;
      margin-bottom: 65px;
      width: 95.6%;
    }
  
    .svc-intro-stn-2 .stn-box-icon-type1 {
      background-color: unset;
      box-shadow: unset;
    }
  
    .svc-intro-stn-2 .section-title {
      margin-top: 25px;
      padding-left: 25px;
      margin-bottom: 0;
      text-align: left;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
    }

    .svc-intro-stn-2 .stn-box-icon-type1 {
      margin-bottom: 0;
    }
    .svc-intro-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 115px;
      height: 36px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 140px;
      height: 36px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 150px;
      height: 36px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
  
    .svc-intro-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 100px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 120px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 180px;
    }
    .svc-intro-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 150px;
    }

    /*●●●●●●●●●● 섹션3  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션4  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션5  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션6  ●●●●●●●●●●*/



  }
  