  .elsms-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .elsms-stn-1 {
    margin-top: 120px;
  }

  .stn-box-elsms1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 710px;
    padding: 55px 105px 43px 65px;
    background-color: var(--btn-box-bg-orange);
    box-shadow: var(--box-shadow);
  }

  .sb-elsms1-title {
    color: var(--font-white);
  }

  .sb-elsms1-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
  }

  .sb-elsms1-img-wrapper {

  }

  .sb-elsms1-img {
    width: 560px;
  }

  .sb-elsms1-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .sb-elsms1-small-txt {
    font-family: 'Pretendard';
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    margin-top: 15px;
    margin-bottom: 2px;
  }

  .sb-elsms1-big-txt {
    font-family: 'Pretendard';
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
  }


  .stn-box-elsms2 {
    margin-top: 50px;
    box-shadow: var(--box-shadow);
    height: 472px;
    display: flex;
    background-color: var(--box-bg-gray);
    padding: 56px 60px 0 56px;
  }

  .sb-elsms2-title {

  }

  .sb-elsms2-content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .g-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'Pretendard';
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    padding-top: 20%;
  }

  .g-2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .g-2-img {
    width: 341px;
  }

  .g-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'Pretendard';
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
  }

  .g-3-1 {
    height: 50%;
    padding-top: 168%;
  }

  .g-3-2 {
    height: 50%;
    padding-top: 146%;
  }


  /**/
  .stn-box-elsms3 {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-btn-black);
    padding: 20px 60px 20px 65px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 720px;
    align-content: flex-start;
    margin-bottom: 120px;
  }

  .sb-elsms3-title{
    color: var(--font-white);
    margin-top: 35px;
  }

  .e20msg-desc {
    color: var(--font-white);
    margin-top: 406px;
    width: 340px;
    word-break: keep-all;
  }

  .e20msg-img-wrapper {
    margin-left: 294px;
  }

  .e20msg-img {
    width: 450px;
  }

  /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/
  .elsms-stn-2 .icon-card:nth-child(1) .icon-title {
    width: 170px;
  }
  .elsms-stn-2 .icon-card:nth-child(2) .icon-title {
    width: 145px;
  }
  .elsms-stn-2 .icon-card:nth-child(3) .icon-title {
    width: 150px;
  }
  .elsms-stn-2 .icon-card:nth-child(4) .icon-title {
    width: 160px;
  }
  .elsms-stn-2 .icon-card:nth-child(5) .icon-title {
    width: 165px;
  }
  
  .elsms-stn-2 .icon-card:nth-child(1) .icon-subtitle {
    width: 155px;
  }
  .elsms-stn-2 .icon-card:nth-child(2) .icon-subtitle {
    width: 175px;
  }
  .elsms-stn-2 .icon-card:nth-child(3) .icon-subtitle {
    width: 190px;
  }
  .elsms-stn-2 .icon-card:nth-child(4) .icon-subtitle {
    width: 135px;
  }
  .elsms-stn-2 .icon-card:nth-child(5) .icon-subtitle {
    width: 195px;
  }


  @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  ■■■■■■■■■*/  
    .elsms-stn-1 {
      margin-top: 60px;
    }
  
    .stn-box-elsms1 {
      display: flex;
      flex-direction: row;
      width: 696px;
      height: 421px;
      padding: 25px 35px 25px 25px;
      background-color: var(--btn-box-bg-orange);
    }
  
    .sb-elsms1-title {
      color: var(--font-white);
    }
  
    .sb-elsms1-content-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      flex-grow: 1;
    }
  
    .sb-elsms1-img-wrapper {
  
    }
  
    .sb-elsms1-img {
      width: 397px;
    }
  
    .sb-elsms1-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  
    .sb-elsms1-small-txt {
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      margin-top: 20px;
      margin-bottom: 0px;
    }
  
    .sb-elsms1-big-txt {
      font-family: 'Pretendard';
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
    }

/**/
    .stn-box-elsms2 {
      margin-top: 30px;
      box-shadow: var(--box-shadow);
      height: 378px;
      display: flex;
      background-color: var(--box-bg-gray);
      padding: 25px 33px 0 25px;
      width: 696px;
      flex-direction: column;
    }

    .sb-elsms2-title {

    }

    .sb-elsms2-content-wrapper {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    }

    .g-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 80%;
      font-family: 'Pretendard';
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      padding-top: 0%;
      text-align: right;
    }

    .g-2 {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 30%;
    }

    .g-2-img {
      width: 275px;
    }

    .g-3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 80%;
      font-family: 'Pretendard';
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      /* padding-top: 0; */
    }

    .g-3-1 {
      height: 50%;
      padding-top: 18%;
    }

    .g-3-2 {
      height: 50%;
      padding-top: 75%;
    }
/**/
    .stn-box-elsms3 {
      margin-top: 30px;
      width: 696px;
      display: flex;
      flex-direction: column;
      background-color: var(--bg-btn-black);
      padding: 25px 22px 20px 25px;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      height: 720px;
      align-content: flex-start;
      margin-bottom: 60px;
    }

    .sb-elsms3-title{
      color: var(--font-white);
      margin-top: 0;
    }

    .e20msg-desc {
      color: var(--font-white);
      margin-top: 483px;
      width: 225px;
      word-break: keep-all;
      font-size: 16px;
      font-weight: 500;
      padding-left: 5px;
    }

    .e20msg-img-wrapper {
      margin-left: 49px;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: row;
    }

    .e20msg-img {
      width: 380px;
    }

    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/  
    .elsms-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 140px;
    }
    .elsms-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 125px;
    }
    .elsms-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 130px;
    }
    .elsms-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 160px;
    }
    .elsms-stn-2 .icon-card:nth-child(5) .icon-title {
      width: 165px;
    }
    
    .elsms-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 155px;
    }
    .elsms-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 175px;
    }
    .elsms-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 190px;
    }
    .elsms-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 135px;
    }
    .elsms-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 195px;
    }
  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    .page-title-area {
      align-items: center;
    }

    .page-title {
      font-size: 20px;
      line-height: 24px;
      width: 185px;
    }
    
    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
    .elsms-stn-1 {
      margin-top: 50px;
    }
  
    .stn-box-elsms1 {
      display: flex;
      flex-direction: row;
      width: 95.6vw;
      height: 100vw;
      max-height: 400px;
      min-height: 323px;
      padding: 25px 14px 25px 25px;
      background-color: var(--btn-box-bg-orange);
      position: relative;
    }
  
    .sb-elsms1-title {
      color: var(--font-white);
      position:absolute;
      top: 25px;
      left: 25px;
    }
  
    .sb-elsms1-content-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      flex-grow: 1;
    }
  
    .sb-elsms1-img-wrapper {
      display: flex;
      justify-content: flex-end;
    }
  
    .sb-elsms1-img {
      width: 100%;
      max-width: 390px;
    }
  
    .sb-elsms1-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  
    .sb-elsms1-small-txt {
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-top: 12px;
      margin-bottom: 2px;
    }
  
    .sb-elsms1-big-txt {
      font-family: 'Pretendard';
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
    }



    .stn-box-elsms2 {
      margin-top: 30px;
      box-shadow: var(--box-shadow);
      height: 241px;
      display: flex;
      background-color: var(--box-bg-gray);
      padding: 25px 33px 0 25px;
      width: 95.6vw;
      flex-direction: column;
    }

    .sb-elsms2-title {

    }

    .sb-elsms2-content-wrapper {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    }

    .g-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      padding-top: 5%;
      word-break: keep-all;
      text-align: right;
    }

    .g-2 {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 100%;
    }

    .g-2-img {
      width: 156px;
    }

    .g-3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-family: 'Pretendard';
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      word-break: keep-all;
    }

    .g-3-1 {
      height: 50%;
      padding-top: 83%;
    }

    .g-3-2 {
      height: 50%;
      padding-top: 92%;
    }


    .stn-box-elsms3 {
      margin-top: 30px;
      width: 95.6%;
      display: flex;
      flex-direction: column;
      background-color: var(--bg-btn-black);
      padding: 25px 26px 25px 25px;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 574px;
      height: fit-content;
      align-content: flex-start;
      margin-bottom: 50px;
    }

    .sb-elsms3-title{
      color: var(--font-white);
      margin-top: 0;
      order: 1;
      width: 100%;
    }

    .e20msg-desc {
      color: var(--font-white);
      margin-top: 11px;
      width: 80%;
      word-break: keep-all;
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      padding-left: 5px;
      order: 3;
    }

    .e20msg-img-wrapper {
      margin-left: 0;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: row;
      order: 2;
      width: 100%;
      margin-top: 20px;
    }

    .e20msg-img {
      min-width: 255px;
      max-width: 380px;
      width: 79.5vw;
    }


    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/  
    .elsms-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 100px;
    }
    .elsms-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 80px;
    }
    .elsms-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 130px;
    }
    .elsms-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 160px;
    }
    .elsms-stn-2 .icon-card:nth-child(5) .icon-title {
      width: 165px;
    }
    
    .elsms-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 112px;
    }
    .elsms-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 125px;
    }
    .elsms-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 120px;
    }
    .elsms-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 95px;
    }
    .elsms-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 195px;
    }
    
  }
  