  .ceo-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-title-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .ceo-stn-1 {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 190px;
  }
        
  .ceo-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 35px;
  }
        
  .ceo-text-title {
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 5px 0 50px 0;
  }
        
  .ceo-text {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
        
  .ceo-img-wrapper {

  }
  
  .ceo-img {
    width: 610px;
  }





  @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) { 
    .page-title-area {
      padding-top: 50px;
      padding-bottom: 40px;
      height: fit-content;
    }

    /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/  
    .ceo-stn-1 {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 100px;
      width: 696px;
    }
          
    .ceo-text-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-right: 0px;
      margin-left: 30px;
      order: 2;
    }
          
    .ceo-text-title {
      font-family: 'Pretendard';
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      margin: 60px 0 60px 0;
    }
          
    .ceo-text {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
    }
          
    .ceo-img-wrapper {
      order: 1;
    }
    
    .ceo-img {
      width: 365px;
    }
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    .page-title-area {
      padding-top: 30px;
      padding-bottom: 35px;
      height: fit-content;
    }

    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/  
    .ceo-stn-1 {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 80px;
      width: 95.6vw;
    }
          
    .ceo-text-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin-right: 0px;
      margin-left: 0;
      order: 2;
      width: 95.6vw;
    }
          
    .ceo-text-title {
      font-family: 'Pretendard';
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      margin: 40px 0 30px 0;
      width: 80%;
      word-break: keep-all;
    }
          
    .ceo-text {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      width: 80%;
      word-break: keep-all;
    }
          
    .ceo-img-wrapper {
      order: 1;
    }
    
    .ceo-img {
      width: 84vw;
      max-width: 365px;
    }

  }
  