.banner {
  position: relative;
  padding-top: clamp(106.66667px, 8.33333vw, 160px);
}
.banner .esg-banner {
  position: relative;
}
.banner .esg-banner .crumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.banner .esg-banner .pic .meidia-box {
  padding-bottom: 35%;
  overflow: hidden;
  position: relative;
}
.banner .esg-banner .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .esg-banner .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .esg-banner > .text {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(146.66667px, 11.45833vw, 220px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .esg-banner > .text .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #fff;
}
.banner .esg-banner > .text .menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(266.66667px, 20.83333vw, 400px);
  overflow: hidden;
}
.banner .esg-banner > .text .menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - clamp(53.33333px, 4.16667vw, 80px));
  background-color: #fff;
  border-radius: 150% 150% 0 0;
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}
.banner .esg-banner > .text .menu ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .esg-banner > .text .menu ul li a {
  display: block;
}
.banner .esg-banner > .text .menu ul li a .icon {
  width: clamp(106.66667px, 8.33333vw, 160px);
  height: clamp(106.66667px, 8.33333vw, 160px);
  margin:0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.banner .esg-banner > .text .menu ul li a .icon img {
  width: clamp(70px, 5.46875vw, 105px);
  height: clamp(70px, 5.46875vw, 105px);
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
}
.banner .esg-banner > .text .menu ul li a .icon img.h {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.banner .esg-banner > .text .menu ul li a .text {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  text-align: center;
  line-height: 1;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.banner .esg-banner > .text .menu ul li.active:nth-child(1) .icon, .banner .esg-banner > .text .menu ul li:hover:nth-child(1) .icon {
  background: #40A755;
}
.banner .esg-banner > .text .menu ul li.active:nth-child(2) .icon, .banner .esg-banner > .text .menu ul li:hover:nth-child(2) .icon {
  background: #F9901F;
}
.banner .esg-banner > .text .menu ul li.active:nth-child(3) .icon, .banner .esg-banner > .text .menu ul li:hover:nth-child(3) .icon {
  background: #0080D0;
}
.banner .esg-banner > .text .menu ul li.active .icon img, .banner .esg-banner > .text .menu ul li:hover .icon img {
  opacity: 0;
}
.banner .esg-banner > .text .menu ul li.active .icon img.h, .banner .esg-banner > .text .menu ul li:hover .icon img.h {
  opacity: 1;
  visibility: visible;
}
.esg-page-box{
    overflow: hidden;
}
.esg-page-box .esg-page-01 {
  padding-top: clamp(66.66667px, 5.20833vw, 100px);
}
.esg-page-box .esg-page-01 .tit {
  padding: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(23.33333px, 1.82292vw, 35px);
}
.esg-page-box .esg-page-01 .tit h2 {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: 1;
  color: #137E15;
  position: relative;
}
.esg-page-box .esg-page-01 .tit h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: clamp(112.66667px, 8.80208vw, 169px);
  height: clamp(7.33333px, 0.57292vw, 11px);
  background: url(../images/esg-icon-02.png) no-repeat center center;
  background-size: 100% 100%;
}
.esg-page-box .esg-page-01 .tit img {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: auto;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.esg-page-box .esg-page-01 .env-box {
  background: #EEFDEE;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  padding: clamp(13.33333px, 1.04167vw, 20px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.esg-page-box .esg-page-01 .env-box .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg-page-box .esg-page-01 .env-box .list ul li {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  width: calc(33.3333333333% - clamp(13.33333px, 1.04167vw, 20px));
  margin-left: clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.esg-page-box .esg-page-01 .env-box .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.esg-page-box .esg-page-01 .env-box .list ul li .pic {
  position: relative;
}
.esg-page-box .esg-page-01 .env-box .list ul li .pic .meidia-box {
  padding-bottom: 30%;
  overflow: hidden;
  position: relative;
}
.esg-page-box .esg-page-01 .env-box .list ul li .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-01 .env-box .list ul li .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-01 .env-box .list ul li .pic img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-01 .env-box .list ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(16.66667px, 1.30208vw, 25px) clamp(26.66667px, 2.08333vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.esg-page-box .esg-page-01 .env-box .list ul li .text .num-box b {
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#00DE1E), to(#91F100));
  background: linear-gradient(to left, #00DE1E 0%, #91F100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .env-box .list ul li .text .num-box i {
  font-weight: 600;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #10E01B;
}
.esg-page-box .esg-page-01 .env-box .list ul li .text .num-box span {
  font-weight: 600;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #0C0F4D;
}
.esg-page-box .esg-page-01 .env-box .list ul li .text .tips {
  font-weight: 600;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.esg-page-box .esg-page-01 .soc-gov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box {
  width: 59%;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(16.66667px, 1.30208vw, 25px) clamp(26.66667px, 2.08333vw, 40px);
  background: rgba(254, 248, 239, 0.8);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  height: 100%;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .tit h2 {
  color: #F9901F;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .tit h2::after {
  width: clamp(56px, 4.375vw, 84px);
  height: clamp(7.33333px, 0.57292vw, 11px);
  background: url(../images/esg-icon-03.png) no-repeat center center;
  background-size: 100% 100%;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .tit img {
  width: clamp(21.33333px, 1.66667vw, 32px);
  height: auto;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .t {
  font-weight: 700;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
  line-height: 1.1;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc {
  background: #FFFFFF;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  border: 1px solid #FBBC64;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item {
  text-align: center;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box {
  width: 40%;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box .d {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box .d .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box .d .b-box b {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#FFD400));
  background: linear-gradient(to left, #F96B1F 0%, #FFD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box .d .b-box b:last-child {
  color: #F96B1F;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#F96B1F));
  background: linear-gradient(to left, #F96B1F 0%, #F96B1F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.g-box .d span {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box {
  width: 60%;
  border-left: 1px solid #FBBC64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .img {
  width: clamp(81.33333px, 6.35417vw, 122px);
  -webkit-transform: translate3d(0, 50%, 0) scale3d(1.1, 1.1, 1);
          transform: translate3d(0, 50%, 0) scale3d(1.1, 1.1, 1);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  opacity: 0;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .img.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .img img {
  width: 100%;
  height: auto;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .d {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(13.33333px, 1.04167vw, 20px);
  display: block;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .d .b-box {
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .d .b-box b {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#FFD400));
  background: linear-gradient(to left, #F96B1F 0%, #FFD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .d .b-box b:last-child {
  color: #F96B1F;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#F96B1F));
  background: linear-gradient(to left, #F96B1F 0%, #F96B1F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .d span {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  background: #FFFFFF;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  border: 1px solid #FBBC64;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item {
  text-align: center;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box {
  width: 40%;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress {
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(13.33333px, 1.04167vw, 20px);
  background: #F3F3F3;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  position: relative;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  -webkit-transition: all 5s;
  transition: all 5s;
  max-width: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#FFD400));
  background: linear-gradient(to left, #F96B1F 0%, #FFD400 100%);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress .bar::after {
  content: "";
  width: clamp(20px, 1.5625vw, 30px);
  height: clamp(20px, 1.5625vw, 30px);
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress.animated .bar {
  max-width: 100%;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d {
  margin-left: clamp(3.33333px, 0.26042vw, 5px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d .b-box b {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#FFD400));
  background: linear-gradient(to left, #F96B1F 0%, #FFD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d .b-box b:last-child {
  color: #F96B1F;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#F96B1F));
  background: linear-gradient(to left, #F96B1F 0%, #F96B1F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d span {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .tips {
  padding-top: clamp(10px, 0.78125vw, 15px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box {
  width: 60%;
  border-left: 1px solid #FBBC64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d .b-box b {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#FFD400));
  background: linear-gradient(to left, #F96B1F 0%, #FFD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d .b-box b:first-child {
  color: #FFD400;
  background: -webkit-gradient(linear, left top, right top, from(#FFD400), to(#FFD400));
  background: linear-gradient(to right, #FFD400 0%, #FFD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d .b-box b:last-child {
  color: #F96B1F;
  background: -webkit-gradient(linear, right top, left top, from(#F96B1F), to(#F96B1F));
  background: linear-gradient(to left, #F96B1F 0%, #F96B1F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.i-box .d span {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box {
  width: 38.2%;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(16.66667px, 1.30208vw, 25px) clamp(26.66667px, 2.08333vw, 40px);
  background: rgba(254, 248, 239, 0.8);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  height: 100%;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .tit h2 {
  color: #0B74E3;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .tit h2::after {
  width: clamp(107.33333px, 8.38542vw, 161px);
  height: clamp(7.33333px, 0.57292vw, 11px);
  background: url(../images/esg-icon-05.png) no-repeat center center;
  background-size: 100% 100%;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .tit img {
  width: clamp(25.33333px, 1.97917vw, 38px);
  height: auto;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box {
  background: #fff;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(26.66667px, 2.08333vw, 40px);
  border: 1px solid #92cecb;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .tips {
  font-weight: 700;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .tips {
  width: 35%;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .icon {
  width: clamp(53.33333px, 4.16667vw, 80px);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .icon.animated {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .icon img {
  width: 100%;
  height: auto;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .num-name {
  width: calc(100% - clamp(53.33333px, 4.16667vw, 80px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(6.66667px, 0.52083vw, 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .num-name .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .num-name .b-box b {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#007CFF), to(#75DDFF));
  background: linear-gradient(to left, #007CFF 0%, #75DDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .num-name .b-box b:last-child {
  color: #007CFF;
  background: -webkit-gradient(linear, right top, left top, from(#007CFF), to(#007CFF));
  background: linear-gradient(to left, #007CFF 0%, #007CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .si-box .icon-num .num-name .name {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .tips {
  width: 35%;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: clamp(3.33333px, 0.26042vw, 5px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .icon {
  width: clamp(104px, 8.125vw, 156px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .icon.animated img {
  -webkit-transform: translateY(0%) scale(1, 1);
          transform: translateY(0%) scale(1, 1);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .icon img {
  width: 100%;
  height: auto;
  -webkit-transform: translateY(50%) scale(1, 0);
          transform: translateY(50%) scale(1, 0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .icon .name {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: rgba(12, 15, 77, 0.8);
  text-align: center;
  margin-top: clamp(3.33333px, 0.26042vw, 5px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .num-name {
  width: calc(100% - clamp(104px, 8.125vw, 156px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(6.66667px, 0.52083vw, 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .num-name .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .num-name .b-box b {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#007CFF), to(#75DDFF));
  background: linear-gradient(to left, #007CFF 0%, #75DDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .num-name .b-box b:last-child {
  color: #007CFF;
  background: -webkit-gradient(linear, right top, left top, from(#007CFF), to(#007CFF));
  background: linear-gradient(to left, #007CFF 0%, #007CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .ict-box {
  margin-top: clamp(10px, 0.78125vw, 15px);
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .ict-box .icon-num .d .b-box {
  display: inline-block;
  line-height: 1;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .ict-box .icon-num .d .b-box b {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  text-transform: none;
  background: -webkit-gradient(linear, right top, left top, from(#007CFF), to(#75DDFF));
  background: linear-gradient(to left, #007CFF 0%, #75DDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .ict-box .icon-num .d span {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  display: inline-block;
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-tit {
  text-align: center;
}
.esg-page-box .esg-tit h2 {
  font-size: clamp(36px, 3.125vw, 60px);
  font-weight: 700;
  color: #0C0F4D;
  line-height: 1;
}
.esg-page-box .esg-page-02 {
  padding: clamp(46.66667px, 3.64583vw, 70px) 0 0;
}
.esg-page-box .esg-page-02 .report-swiper {
  padding-top: clamp(53.33333px, 4.16667vw, 80px);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev {
  color: #296435;
  width: clamp(32px, 2.5vw, 48px);
  height: clamp(32px, 2.5vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid #296435;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next i,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev i {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next::after,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev::after {
  display: none;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next:hover,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev:hover {
  background: #296435;
  color: #fff;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next.swiper-button-next,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev.swiper-button-next {
  right: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-button-next.swiper-button-prev,
.esg-page-box .esg-page-02 .report-swiper .swiper-button-prev.swiper-button-prev {
  left: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide {
  position: relative;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic {
  position: relative;
  position: relative;
  z-index: 3;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic img {
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide.swiper-slide-active .pic {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.esg-page-box .esg-page-02 .report-swiper .swiper-slide.swiper-slide-active .pic::after {
  background-color: rgba(255, 255, 255, 0);
}
.esg-page-box .esg-page-02 .report-swiper-text .swiper-slide {
  opacity: 0;
  position: relative;
}
.esg-page-box .esg-page-02 .report-swiper-text .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.esg-page-box .esg-page-02 .report-swiper-text .swiper-slide .text {
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-02 .report-swiper-text .swiper-slide .text .text-t {
  display: block;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
  color: #0C0F4D;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.esg-page-box .esg-page-02 .report-swiper-text .swiper-slide .text .text-d {
  display: block;
  margin-top: clamp(10px, 0.78125vw, 15px);
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: rgba(12, 15, 77, 0.8);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.esg-page-box .esg-page-03 {
  padding: clamp(46.66667px, 3.64583vw, 70px) 0 clamp(80px, 6.25vw, 120px);
}
.esg-page-box .esg-page-03 .tag-box {
  padding: clamp(40px, 3.125vw, 60px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-page-box .esg-page-03 .tag-box a {
  width: clamp(246.66667px, 19.27083vw, 370px);
  height: clamp(40px, 3.125vw, 60px);
  background: #F2F9F3;
  border-radius: clamp(20px, 1.5625vw, 30px);
  text-align: center;
  line-height: clamp(40px, 3.125vw, 60px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #333;
  margin: 0 clamp(13.33333px, 1.04167vw, 20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.esg-page-box .esg-page-03 .tag-box a.active, .esg-page-box .esg-page-03 .tag-box a:hover {
  background: #296435;
  color: #fff;
  font-weight: 600;
}
.esg-page-box .esg-page-03 .con-box .con {
  display: none;
}
.esg-page-box .esg-page-03 .con-box .con.active {
  display: block;
}
.esg-page-box .esg-page-03 .con-box .con .swiper-slide .meidia-box {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
.esg-page-box .esg-page-03 .con-box .con .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-03 .con-box .con .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-03 .con-box .con .swiper {
  padding-bottom: clamp(30.66667px, 2.39583vw, 46px);
}
.esg-page-box .esg-page-03 .con-box .con .swiper .swiper-pagination {
  bottom: 0;
}
.esg-page-box .esg-page-03 .con-box .con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: clamp(4px, 0.3125vw, 6px);
  border-radius: clamp(2px, 0.15625vw, 3px);
  background: #D8D8D8;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.esg-page-box .esg-page-03 .con-box .con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #296435;
}
.esg-page-box .esg-page-04 {
  padding-bottom: clamp(93.33333px, 7.29167vw, 140px);
}
.esg-page-box .esg-page-04 .video-warp {
  position: relative;
  padding-right: 37.5%;
}
.esg-page-box .esg-page-04 .video-warp .video-box {
  position: relative;
}
.esg-page-box .esg-page-04 .video-warp .video-box .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.esg-page-box .esg-page-04 .video-warp .video-box .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-04 .video-warp .video-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-04 .video-warp .video-box .play-bt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(66.66667px, 5.20833vw, 100px);
  height: clamp(66.66667px, 5.20833vw, 100px);
  z-index: 3;
  cursor: pointer;
}
.esg-page-box .esg-page-04 .video-warp .video-box .play-bt img {
  width: 100%;
  height: autoauto;
}
.esg-page-box .esg-page-04 .video-warp .text {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 20%;
  width: 41.5%;
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: clamp(33.33333px, 2.60417vw, 50px) clamp(53.33333px, 4.16667vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.esg-page-box .esg-page-04 .video-warp .text .tit {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #0C0F4D;
  line-height: 1;
}
.esg-page-box .esg-page-04 .video-warp .text .subtit {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 700;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #137E15;
  position: relative;
}
.esg-page-box .esg-page-04 .video-warp .text .subtit::after {
  content: "";
  background: url("../images/sub-tit-icon-line.png") no-repeat center center;
  background-size: 100% 100%;
  width: clamp(84px, 6.5625vw, 126px);
  height: clamp(8px, 0.625vw, 12px);
  right: 102%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.esg-page-box .esg-page-04 .video-warp .text .des {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: rgba(12, 15, 77, 0.8);
  line-height: 1.77;
}
.esg-page-box .esg-page-05 {
  padding-bottom: clamp(80px, 6.25vw, 120px);
}
.esg-page-box .esg-page-05 .news-swiper {
  padding-top: clamp(80px, 6.25vw, 120px);
}
.esg-page-box .esg-page-05 .news-swiper .swiper {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.esg-page-box .esg-page-05 .news-swiper .swiper .swiper-pagination {
  bottom: 0;
}
.esg-page-box .esg-page-05 .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: clamp(4px, 0.3125vw, 6px);
  border-radius: clamp(2px, 0.15625vw, 3px);
  background: #D8D8D8;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.esg-page-box .esg-page-05 .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #296435;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide {
  width: clamp(253.33333px, 19.79167vw, 380px);
  opacity: 0.5;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide .meidia-box {
  padding-bottom: 95%;
  overflow: hidden;
  position: relative;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide.swiper-slide-prev, .esg-page-box .esg-page-05 .news-swiper .swiper-slide.swiper-slide-next, .esg-page-box .esg-page-05 .news-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide:nth-child(even) {
  margin-top: clamp(80px, 6.25vw, 120px);
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.esg-page-box .esg-page-05 .news-swiper .swiper-slide .text {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #0C0F4D;
  line-height: clamp(25.33333px, 1.97917vw, 38px);
  height: clamp(50.66667px, 3.95833vw, 76px);
}

@media screen and (max-width: 1023px) {
  .banner {
    padding-top: 87px;
  }
  .banner .esg-banner .pic .meidia-box {
    padding-bottom: 100%;
  }
  .banner .esg-banner > .text {
    padding-top: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner .esg-banner > .text .menu {
    padding: 0 20px;
  }
  .banner .esg-banner > .text .menu ul li {
    width: 100px;
  }
  .banner .esg-banner > .text .menu ul li a .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .banner .esg-banner > .text .menu ul li a .icon img {
    width: 40px;
    height: 40px;
  }
  .banner .esg-banner > .text .menu ul li a .text {
    font-size: 16px;
  }
  .esg-page-box .esg-page-01 .env-box .list ul {
    display: block;
  }
  .esg-page-box .esg-page-01 .env-box .list ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .esg-page-box .esg-page-01 .soc-gov {
    display: block;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .esg-page-box .esg-page-01 .soc-gov .gov-box {
    width: 100%;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text .gc .item.c-box .img-d .img {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress {
    width: 100px;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .progress .bar {
    max-width: 100%;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text .wi .item.w-box .pgr-d .d {
    width: 100px;
    font-size: 16px;
    margin-top: 10px;
  }
  .esg-page-box .esg-page-01 .soc-gov .soc-box .text {
    padding: 20px;
  }
  .esg-page-box .esg-page-01 .soc-gov .gov-box .text {
    padding: 20px;
  }
  .esg-page-box .esg-page-01 .soc-gov .gov-box .text .sbi-box .bgd-box .icon-num .icon img {
    -webkit-transform: none;
            transform: none;
  }
  .esg-page-box .esg-page-03 .tag-box a {
    margin-bottom: 20px;
  }
  .esg-page-box .esg-page-04 .video-warp {
    padding-right: 0;
  }
  .esg-page-box .esg-page-04 .video-warp .text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}