
.wrap-esg {
    width: 100%;
    background: url("../img/common/bg-grid.png") no-repeat;
    background-size: auto 100%;
    background-position: top center;
    min-height: 100vh;
    position: relative;
    text-align: center;
    padding: 86px 0 180px;
    overflow: hidden;
  }
  
  .wrap-esg i{
      display: inline-block;
  }
  
  .wrap-esg .label {
    display: inline-block;
    width: auto;
    padding:9px 17px;
    background: #000;
    color: #fff;
    line-height: 62px;
    margin: 0 auto;
    border-radius: 30px;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    text-align: center;
    color: #fff;
  }
  
  .wrap-esg .page-title {
    font-size: 26px;
    margin-top: 50px;
    font-weight: 700;
  }
  
  .wrap-esg .logo {
    width: 250px;
    height: 60px;
    background: url("../img/common/img-logo-light.png") no-repeat;
    background-size: contain;
    margin-top: 4px;
  }
  
  .wrap-esg .logo.dark {
    width: 214px;
    height: 80px;
    background-image: url("../img/common/img-logo.png");
    background-repeat: no-repeat;
  }
  
  .wrap-esg .text-middle {
    width: 563px;
    height: 404px;
    margin: 87px auto 0;
    background: url("../img/esg/bg-middle.png") no-repeat;
    background-size: 100% auto;
    padding-top: 100px;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000;
  }
  
  .wrap-esg .text-jam {
    margin-top: 94px;
    position: relative;
    overflow: visible;
  }
  
  .wrap-esg .text-jam i {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 180px;
    height: 188px;
    background: url("../img/common/icon-jam-slant.png") no-repeat;
    background-size: contain;
  }
  
  .wrap-esg .text-bottom {
    margin-top: 213px;
    font-size: 28px;
  }
  
  .wrap-esg .text-list {
    margin: 114px auto 0;
    width: 750px;
  }
  
  .wrap-esg .text-list li {
    position: relative;
  }
  
  .wrap-esg .text-list li+li {
    margin-top: 170px;
  }
  
  .wrap-esg .text-list li.left {
    margin-top: 118px;
  }
  
  .wrap-esg .text-list li.left .index {
    top: 296px;
    right: 200px;
  }
  
  .wrap-esg .text-list li.left img {
    display: block;
    margin: 0 auto 0 0;
  }
  
  .wrap-esg .text-list li.right {
    margin-top: 118px;
  }
  
  .wrap-esg .text-list li.right img {
    display: block;
    margin: 0 0 0 auto;
  }
  
  .wrap-esg .text-list li.right .index {
    top: 292px;
    left: 140px;
    right: auto;
  }
  
  .wrap-esg .text-list li .index {
    position: absolute;
    font-size: 160px;
    font-weight: 700;
    top: -90px;
    right: 60px;
  }
  
  .wrap-esg .text-list li img {
    width: 560px;
  }
  
  .wrap-esg .text-list li .description {
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
    margin-top: 72px;
  }
  
  .wrap-esg .text-01 {
    color: #fff;
    position: relative;
    z-index: 3;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
  }
  
  .wrap-esg .bg-middle {
    width: 1920px;
    height: 562px;
    position: absolute;
    bottom: 260px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .wrap-esg .bg-middle:before {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    background: #000;
    transform: matrix(-13, 2, -2.8, 1, 0, 0);
  }
  
  @media (max-width: 768px) {
    .wrap-esg {
      padding: 43px 0 75px;
      background-size: auto 100%;
    }
  
    .wrap-esg .label {
      width: 135px;
      line-height: 30px;
      font-size: 14px;
      letter-spacing: -0.5px;
    }
  
    .wrap-esg .page-title {
      margin-top: 25px;
      font-size: 13px;
    }
  
    .wrap-esg .logo {
      width: 124px;
      height: 33px;
      margin-top: 6px;
    }
  
    .wrap-esg .logo.dark {
      width: 107px;
      height: 40px;
    }
  
    .wrap-esg .text-middle {
      margin-top: 47px;
      width: 280px;
      height: 202px;
      font-size: 16px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: -0.8px;
      text-align: center;
      color: #000;  
      padding-top: 50px;
    }
  
    .wrap-esg .text-list {
      margin-top: 56px;
      width: 100%;
      max-width: 375px;
    }
  
    .wrap-esg .text-list li+li {
      margin-top: 86px;
    }
  
    .wrap-esg .text-list li.left .index {
      top: 140px;
      right: 90px;
    }
  
    .wrap-esg .text-list li.right {
      margin-top: 60px;
    }
  
    .wrap-esg .text-list li.right .index {
      top: 140px;
      left: 60px;
    }
  
    .wrap-esg .text-list li .index {
      top: -30px;
      right: 22px;
      z-index: 1;
    }
  
    .wrap-esg .text-list li img {
      width: 280px;
    }
  
    .wrap-esg .text-list li .index {
      font-size: 80px;
    }
  
    .wrap-esg .text-list li .description {
      line-height: 22px;
      margin-top: 36px;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: -0.8px;
      text-align: center;
      color: #000;
    }
  
    .wrap-esg .text-jam {
      margin-top: 38px;
    }
  
    .wrap-esg .text-jam i {
      width: 90px;
      height: 95px;
    }
  
    .wrap-esg .text-01 {
      font-size: 19px;
      line-height: 27px;
    }
  
    .wrap-esg .text-bottom {
      margin-top: 96px;
      font-size: 14px;
    }
  
    .wrap-esg .bg-middle {
      height: 195px;
      bottom: 170px;
    }
  
    .wrap-esg .bg-middle::before {
      transform: matrix(-13, 2, -1.9, 1, 0, 0);
    }
  }