  .socket-body-wrapper {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
  .socket-stn-1 {
    
  }

  .stn-box-socket1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 23px 50px;
    border-radius: 21px;
    background-color: var(--box-bg-gray);
    box-shadow: var(--box-shadow);
    margin-bottom: 120px;
  }

  .rcs-socket-img {
    width: 1100px;
  }

  /*▼▼▼▼▼▼▼▼▼ 섹션2  ▼▼▼▼▼▼▼▼▼*/
  .stn-box-icon-type1 {
    margin-bottom: 50px;
  }
  .socket-stn-2 .icon-card:nth-child(1) .icon-title {
    width: 130px;
  }
  .socket-stn-2 .icon-card:nth-child(2) .icon-title {
    width: 160px;
  }
  .socket-stn-2 .icon-card:nth-child(3) .icon-title {
    width: 170px;
  }
  .socket-stn-2 .icon-card:nth-child(4) .icon-title {
    width: 140px;
  }
  .socket-stn-2 .icon-card:nth-child(5) .icon-title {
    width: 150px;
  }
  
  .socket-stn-2 .icon-card:nth-child(1) .icon-subtitle {
    width: 180px;
  }
  .socket-stn-2 .icon-card:nth-child(2) .icon-subtitle {
    width: 162px;
  }
  .socket-stn-2 .icon-card:nth-child(3) .icon-subtitle {
    width: 190px;
  }
  .socket-stn-2 .icon-card:nth-child(4) .icon-subtitle {
    width: 160px;
  }
  .socket-stn-2 .icon-card:nth-child(5) .icon-subtitle {
    width: 170px;
  }


  @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  ■■■■■■■■■*/  
    .socket-stn-1 {
    
    }
  
    .stn-box-socket1 {
      width: 696px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 13px 5px 13px;
      border-radius: 21px;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      margin-bottom: 60px;
    }
  
    .rcs-socket-img {
      width: 670px;
    }

    /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
    .stn-box-icon-type1 {
      margin-bottom: 65px;
    }
    .socket-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 110px;
    }
    .socket-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 110px;
    }
    .socket-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 150px;
    }
    .socket-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 145px;
    }
    .socket-stn-2 .icon-card:nth-child(5) .icon-title {
      width: 120px;
    }
    
    .socket-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 160px;
    }
    .socket-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 170px;
    }
    .socket-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 195px;
    }
    .socket-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 160px;
    }
    .socket-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 170px;
    }
  
  }
  
  /* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
  @media screen and (max-width: 767px) {
    /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
    .socket-stn-1 {
    
    }

    span.mob {
      display: inline;
    }
  
    .stn-box-socket1 {
      width: 95.6vw;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 19px 10px 19px 10px;
      border-radius: 21px;
      background-color: var(--box-bg-gray);
      box-shadow: var(--box-shadow);
      margin-bottom: 50px;
    }
  
    .rcs-socket-img {
      width: 100%;
    }

    .rcs-socket-img-mob {
      width: 100%;
      max-width: 350px;
    }

    .rcs-socket-img-mob.mob {
      display: block;
    }

    /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/  
    .stn-box-icon-type1 {
      margin-bottom: 65px;
    }
    .socket-stn-2 .icon-card:nth-child(1) .icon-title {
      width: 80px;
    }
    .socket-stn-2 .icon-card:nth-child(2) .icon-title {
      width: 70px;
    }
    .socket-stn-2 .icon-card:nth-child(3) .icon-title {
      width: 110px;
    }
    .socket-stn-2 .icon-card:nth-child(4) .icon-title {
      width: 110px;
    }
    .socket-stn-2 .icon-card:nth-child(5) .icon-title {
      width: 120px;
    }
    
    .socket-stn-2 .icon-card:nth-child(1) .icon-subtitle {
      width: 110px;
    }
    .socket-stn-2 .icon-card:nth-child(2) .icon-subtitle {
      width: 120px;
    }
    .socket-stn-2 .icon-card:nth-child(3) .icon-subtitle {
      width: 92px;
    }
    .socket-stn-2 .icon-card:nth-child(4) .icon-subtitle {
      width: 115px;
    }
    .socket-stn-2 .icon-card:nth-child(5) .icon-subtitle {
      width: 170px;
    }

  }
  