  .l-etc-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .l-etc-stn-1 {
    background-color: var(--box-bg-whiteorange);
    border-radius: 21px;
    box-shadow: var(--box-shadow);
    padding: 60px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 120px;
    margin-top: 120px;
  }

  .l-etc-title {
    font-family: Pretendard;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    padding-left: 38px;
    margin-bottom: 24px;
  }

  .l-etc-subtitle {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 83px;
    margin-bottom: 40px;
  }
  
  .l-etc-url-img-wrapper {
    width: 100%;
    height: fit-content;
    border-radius: 21px;
    box-shadow: var(--box-shadow);
    background-color: var(--box-bg-gray);
    padding: 66px 87px 79px 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }

  .l-etc-url-img {
    width: 941px;
  }

  .l-etc-strength-title {
    font-family: Pretendard;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    padding-left: 58px;
    margin-bottom: 25px;
  }

  .stn-box-icon-type2 {
    padding: 38px 58px;
    margin-bottom: 0;
  }

  .l-etc-stn-1 .icon-card:nth-child(1) .icon-title {
    width: 170px;
  }
  .l-etc-stn-1 .icon-card:nth-child(2) .icon-title {
    width: 140px;
  }
  .l-etc-stn-1 .icon-card:nth-child(3) .icon-title {
    width: 160px;
  }
  .l-etc-stn-1 .icon-card:nth-child(4) .icon-title {
    width: 140px;
  }
  
  .l-etc-stn-1 .icon-card:nth-child(1) .icon-subtitle {
    width: 170px;
  }
  .l-etc-stn-1 .icon-card:nth-child(2) .icon-subtitle {
    width: 180px;
  }
  .l-etc-stn-1 .icon-card:nth-child(3) .icon-subtitle {
    width: 150px;
  }
  .l-etc-stn-1 .icon-card:nth-child(4) .icon-subtitle {
    width: 160px;
  }


   /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/
  .l-etc-stn-2 {
    background-color: var(--bg-btn-black);
    border-radius: 21px;
    box-shadow: var(--box-shadow);
    padding: 60px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
    margin-top: 120px;
  }

  .l-etc-stn-2 .l-etc-title {
    color: var(--font-white);
  }

  .l-etc-stn-2 .l-etc-subtitle {
    color: var(--font-white);
  }

  .l-etc-stn-2 .l-etc-strength-title {
    color: var(--font-white);
  }

  .l-etc-stn-2 .icon-card:nth-child(1) .icon-title {
    width: 140px;
  }
  .l-etc-stn-2 .icon-card:nth-child(2) .icon-title {
    width: 140px;
  }
  .l-etc-stn-2 .icon-card:nth-child(3) .icon-title {
    width: 130px;
  }
  
  .l-etc-stn-2 .icon-card:nth-child(1) .icon-subtitle {
    width: 180px;
  }
  .l-etc-stn-2 .icon-card:nth-child(2) .icon-subtitle {
    width: 210px;
  }
  .l-etc-stn-2 .icon-card:nth-child(3) .icon-subtitle {
    width: 205px;
  }







  /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/
  .stn-box-icon-type1 {
    margin-bottom: 50px;
  }


  @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  ■■■■■■■■■*/  
    .l-etc-stn-1 {
      background-color: var(--box-bg-whiteorange);
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      padding: 25px 25px 26px 25px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 60px;
      margin-top: 50px;
      width: 696px;
    }
  
    .l-etc-title {
      font-family: Pretendard;
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      padding-left: 0;
      margin-bottom: 10px;
    }
  
    .l-etc-subtitle {
      font-family: Pretendard;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      padding-left: 23px;
      margin-bottom: 20px;
    }
    
    .l-etc-url-img-wrapper {
      width: 100%;
      height: fit-content;
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      background-color: var(--box-bg-gray);
      padding: 11px 12px 9px 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px;
    }
  
    .l-etc-url-img {
      width: 100%;
    }
  
    .l-etc-strength-title {
      font-family: Pretendard;
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      padding-left: 0px;
      margin-bottom: 20px;
    }

    .l-etc-stn-1 .stn-box-icon-type2 {
      padding: 38px 20px;
      margin-bottom: 0;
      width: 100%;
    }
  
    .l-etc-stn-1 .icon-card:nth-child(1) .icon-title {
      width: 170px;
    }
    .l-etc-stn-1 .icon-card:nth-child(2) .icon-title {
      width: 140px;
    }
    .l-etc-stn-1 .icon-card:nth-child(3) .icon-title {
      width: 160px;
    }
    .l-etc-stn-1 .icon-card:nth-child(4) .icon-title {
      width: 140px;
    }
    
    .l-etc-stn-1 .icon-card:nth-child(1) .icon-subtitle {
      width: 170px;
    }
    .l-etc-stn-1 .icon-card:nth-child(2) .icon-subtitle {
      width: 180px;
    }
    .l-etc-stn-1 .icon-card:nth-child(3) .icon-subtitle {
      width: 150px;
    }
    .l-etc-stn-1 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
  


    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
    .l-etc-stn-2 {
      background-color: var(--bg-btn-black);
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      padding: 60px 42px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 65px;
      margin-top: 60px;
      width: 696px;
    }
  
    .l-etc-stn-2 .l-etc-title {
      color: var(--font-white);
    }
  
    .l-etc-stn-2 .l-etc-subtitle {
      color: var(--font-white);
    }
  
    .l-etc-stn-2 .l-etc-strength-title {
      color: var(--font-white);
    }

    .l-etc-stn-2 .stn-box-icon-type2 {
      padding: 30px 10px;
      margin-bottom: 0;
      width: 100%;
      column-gap: 20px;
    }

    .l-etc-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 140px;
    }
    .l-etc-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 140px;
    }
    .l-etc-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 130px;
    }
    
    .l-etc-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 180px;
    }
    .l-etc-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 200px;
    }
    .l-etc-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 205px;
    }

    .l-etc-stn-2 .icon-card {
      width: 180px;
    }

  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    img.mob {
      display: block;
    }
    .l-etc-url-img.mob {
      max-width: 350px;
    }
    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/  
    .l-etc-stn-1 {
      background-color: var(--box-bg-whiteorange);
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      padding: 25px 3px 3px 3px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 50px;
      margin-top: 40px;
      width: 95.6vw;
    }
  
    .l-etc-title {
      font-family: Pretendard;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      padding-left: 22px;
      margin-bottom: 5px;
      width: 90%;
    }
  
    .l-etc-subtitle {
      font-family: Pretendard;
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
      padding-left: 22px;
      margin-bottom: 10px;
      width: 90%;
    }
    
    .l-etc-url-img-wrapper {
      width: 100%;
      height: fit-content;
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      background-color: var(--box-bg-gray);
      padding: 10px 17px 11px 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
    }
  
    .l-etc-url-img {
      width: 100%;
    }
  
    .l-etc-strength-title {
      font-family: Pretendard;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      margin-bottom: 10px;
      padding-left: 22px;
    }

    .l-etc-stn-1 .stn-box-icon-type2 {
      padding: 30px 20px;
      margin-bottom: 0;
      width: 100%;
    }
  
    .l-etc-stn-1 .icon-card:nth-child(1) .icon-title {
      width: 170px;
    }
    .l-etc-stn-1 .icon-card:nth-child(2) .icon-title {
      width: 140px;
    }
    .l-etc-stn-1 .icon-card:nth-child(3) .icon-title {
      width: 160px;
    }
    .l-etc-stn-1 .icon-card:nth-child(4) .icon-title {
      width: 140px;
    }
    
    .l-etc-stn-1 .icon-card:nth-child(1) .icon-subtitle {
      width: 170px;
    }
    .l-etc-stn-1 .icon-card:nth-child(2) .icon-subtitle {
      width: 180px;
    }
    .l-etc-stn-1 .icon-card:nth-child(3) .icon-subtitle {
      width: 150px;
    }
    .l-etc-stn-1 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
  


    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
    .l-etc-stn-2 {
      background-color: var(--bg-btn-black);
      border-radius: 21px;
      box-shadow: var(--box-shadow);
      padding: 25px 3px 3px 3px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 65px;
      margin-top: 40px;
      width: 95.6vw;
    }
  
    .l-etc-stn-2 .l-etc-title {
      color: var(--font-white);
    }
  
    .l-etc-stn-2 .l-etc-subtitle {
      color: var(--font-white);
    }
  
    .l-etc-stn-2 .l-etc-strength-title {
      color: var(--font-white);
    }

    .l-etc-stn-2 .stn-box-icon-type2 {
      padding: 30px 10px;
      margin-bottom: 0;
      width: 100%;
      column-gap: 20px;
    }

    .l-etc-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 140px;
    }
    .l-etc-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 140px;
    }
    .l-etc-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 130px;
    }
    
    .l-etc-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 180px;
    }
    .l-etc-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 200px;
    }
    .l-etc-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 205px;
    }

    .l-etc-stn-2 .icon-card {
      
    }

  }
  