  .etc-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .etc-stn-1 {

  }

  .etc-wide-card {
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 21px;
    padding: 55px 60px;
  }
  
  .kshot {
    background-color: var(--btn-box-bg-orange);
    box-shadow: var(--box-shadow);
    margin-top: 120px;
    color: var(--font-white);
  }

  .vms {
    background-color: var(--bg-btn-black);
    box-shadow: var(--box-shadow);
    margin-top: 50px;
    color: var(--font-white);
  }

  .fms {
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    margin-top: 50px;
    color: var(--font-black);
  }

  .acs {
    background-color: var(--btn-box-bg-orange);
    box-shadow: var(--box-shadow);
    margin-top: 50px;
    color: var(--font-white);
  }

  .m-cert {
    background-color: var(--bg-btn-black);
    box-shadow: var(--box-shadow);
    margin-top: 50px;
    color: var(--font-white);
  }

  .refusal {
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    margin-top: 50px;
    margin-bottom: 120px;
    color: var(--font-black);
  }

  .wide-card-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .wide-card-title {
    font-family: 'Pretendard';
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
  }

  .wide-card-subtitle {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 16px;
  }

  .wide-card-img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
  }

  .kshot-img {
    width: 466px;
  }

  .vms-img {
    width: 419px;
  }

  .fms-img {
    width: 448px;
  }

  .acs-img {
    width: 450px;
  }

  .m-cert-img {
    width: 445px;
  }

  .refusal-img {
    width: 460px;
  }

  .vms .wide-card-img-wrapper, 
  .acs .wide-card-img-wrapper, 
  .refusal .wide-card-img-wrapper {
    order: 1;
    justify-content: flex-start;
    flex-grow: 0;
    margin-right: 80px;
  }


  .vms .wide-card-text-wrapper,
  .acs .wide-card-text-wrapper,
  .refusal .wide-card-text-wrapper {
    order: 2;
  }

  .sub-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
  }

  .refusal .sub-text-wrapper {
    margin-top: 25px;
  }

  .sub-text-title {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    word-break: keep-all;
  }

  .sub-text {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    word-break: keep-all;
  }

  .sub-text-wrapper ul {
    margin: 0;
    margin-top: 15px;
    padding-left: 25px;
  }

  .sub-text-wrapper ul li {
    margin-bottom: 5px;
  }

  .sub-text-wrapper ul li:last-child {
    margin-bottom: 0px;
  }


  /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/



  /*▼▼▼▼▼▼▼▼▼ 섹션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) { 

    /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/  
    .etc-stn-1 {

    }
  
    .etc-wide-card {
      width: 696px;
      min-height: 248px;
      height: fit-content;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      border-radius: 21px;
      padding: 25px 20px 35px 25px;
    }
    
    .kshot {
      margin-top: 50px;
    }
  
    .vms {
      margin-top: 30px;
    }

    .fms {
      margin-top: 30px;
    }
  
    .acs {
      margin-top: 30px;
    }
  
    .m-cert {
      margin-top: 30px;
    }
  
    .refusal {
      margin-top: 30px;
      margin-bottom: 60px;
    }
  
    .wide-card-text-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }
  
    .wide-card-title {
      font-family: 'Pretendard';
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
    }
  
    .wide-card-subtitle {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-top: 5px;
    }
  
    .wide-card-img-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-grow: 1;
    }
  
    .kshot-img {
      width: 215px;
    }
  
    .vms-img {
      width: 208px;
    }

    .fms-img {
      width: 240px;
    }
  
    .acs-img {
      width: 217px;
    }
  
    .m-cert-img {
      width: 210px;
    }
  
    .refusal-img {
      width: 177px;
    }
  
    .vms .wide-card-img-wrapper, 
    .acs .wide-card-img-wrapper, 
    .refusal .wide-card-img-wrapper {
      order: 1;
      justify-content: flex-start;
      flex-grow: 0;
      margin-right: 20px;
    }

    .vms .wide-card-text-wrapper,
    .acs .wide-card-text-wrapper,
    .refusal .wide-card-text-wrapper {
      order: 2;
    }

    .sub-text-wrapper {
      display: flex;
      flex-direction: column;
      margin-top: 35px;
    }

    .refusal .sub-text-wrapper {
      margin-top: 15px;
    }

    .sub-text-title {
      font-family: Pretendard;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
    }
  
    .sub-text {
      font-family: Pretendard;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
    }
  
    .sub-text-wrapper ul {
      margin: 0;
      margin-top: 5px;
      padding-left: 22px;
    }
  
    .sub-text-wrapper ul li {
      margin-bottom: 5px;
    }
  
    .sub-text-wrapper ul li:last-child {
      margin-bottom: 0px;
    }

    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
    

    /*■■■■■■■■■ 섹션3  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션4  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션5  ■■■■■■■■■*/


    /*■■■■■■■■■ 섹션6  ■■■■■■■■■*/


  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    .page-title-area {
      align-items: center;
    }
    .page-title {
      width: 185px;
    }

    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/  
    .etc-stn-1 {

    }
  
    .etc-wide-card {
      width: 95.6%;
      min-height: 248px;
      height: fit-content;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      border-radius: 21px;
      padding: 25px 20px 35px 25px;
    }
    
    .kshot {
      margin-top: 50px;
    }
  
    .vms {
      margin-top: 30px;
    }

    .fms {
      margin-top: 30px;
    }
  
    .acs {
      margin-top: 30px;
    }
  
    .m-cert {
      margin-top: 30px;
    }
  
    .refusal {
      margin-top: 30px;
      margin-bottom: 60px;
    }
  
    .wide-card-text-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }
  
    .wide-card-title {
      font-family: 'Pretendard';
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
    }
  
    .wide-card-subtitle {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-top: 5px;
    }
  
    .wide-card-img-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-grow: 1;
    }
  
    .kshot-img {
      width: 215px;
    }
  
    .vms-img {
      width: 208px;
    }

    .fms-img {
      width: 240px;
    }
  
    .acs-img {
      width: 217px;
    }
  
    .m-cert-img {
      width: 210px;
    }
  
    .refusal-img {
      width: 177px;
    }
  
    .vms .wide-card-img-wrapper, 
    .acs .wide-card-img-wrapper, 
    .refusal .wide-card-img-wrapper {
      order: 1;
      justify-content: flex-start;
      flex-grow: 0;
      margin-right: 20px;
    }

    .vms .wide-card-text-wrapper,
    .acs .wide-card-text-wrapper,
    .refusal .wide-card-text-wrapper {
      order: 2;
    }

    .sub-text-wrapper {
      display: flex;
      flex-direction: column;
      margin-top: 35px;
    }

    .refusal .sub-text-wrapper {
      margin-top: 15px;
    }

    .sub-text-title {
      font-family: Pretendard;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
    }
  
    .sub-text {
      font-family: Pretendard;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
    }
  
    .sub-text-wrapper ul {
      margin: 0;
      margin-top: 5px;
      padding-left: 22px;
    }
  
    .sub-text-wrapper ul li {
      margin-bottom: 5px;
    }
  
    .sub-text-wrapper ul li:last-child {
      margin-bottom: 0px;
    }

    @media (max-width: 580px) {
      /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/  
      .etc-stn-1 {

      }
    
      .etc-wide-card {
        width: 95.6%;
        min-height: 248px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border-radius: 21px;
        padding: 25px 20px 35px 25px;
      }
      
      .kshot {
        margin-top: 50px;
      }
    
      .vms {
        margin-top: 30px;
      }

      .fms {
        margin-top: 30px;
      }
    
      .acs {
        margin-top: 30px;
      }
    
      .m-cert {
        margin-top: 30px;
      }
    
      .refusal {
        margin-top: 30px;
        margin-bottom: 60px;
      }
    
      .wide-card-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        order: 2;
        margin-top: 40px;
      }
    
      .wide-card-title {
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
      }
    
      .wide-card-subtitle {
        font-family: 'Pretendard';
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        margin-top: 5px;
      }
    
      .wide-card-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-grow: 1;
        order: 1;
      }
    
      .kshot-img {
        width: 215px;
      }
    
      .vms-img {
        width: 208px;
      }

      .fms-img {
        width: 240px;
      }
    
      .acs-img {
        width: 217px;
      }
    
      .m-cert-img {
        width: 210px;
      }
    
      .refusal-img {
        width: 177px;
      }
    
      .vms .wide-card-img-wrapper, 
      .acs .wide-card-img-wrapper, 
      .refusal .wide-card-img-wrapper {
        order: 1;
        justify-content: flex-start;
        flex-grow: 0;
        margin-right: 0px;
      }

      .vms .wide-card-text-wrapper,
      .acs .wide-card-text-wrapper,
      .refusal .wide-card-text-wrapper {
        order: 2;
      }

      .sub-text-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
      }

      .refusal .sub-text-wrapper {
        margin-top: 15px;
      }

      .sub-text-title {
        font-family: Pretendard;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
      }
    
      .sub-text {
        font-family: Pretendard;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
      }
    
      .sub-text-wrapper ul {
        margin: 0;
        margin-top: 5px;
        padding-left: 22px;
      }
    
      .sub-text-wrapper ul li {
        margin-bottom: 5px;
      }
    
      .sub-text-wrapper ul li:last-child {
        margin-bottom: 0px;
      }
    }

    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
    

    /*●●●●●●●●●● 섹션3  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션4  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션5  ●●●●●●●●●●*/


    /*●●●●●●●●●● 섹션6  ●●●●●●●●●●*/



  }
  