body {
  margin: 0;
}

#esgApp {
  width: 100%;
  position: relative;
  background: #f7f7f7;
}

#esgApp .s-nav-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

@media (max-width: 999px) {
  #esgApp .s-nav-2 {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #esgApp .s-nav-2 {
    width: auto;
    height: auto;
  }
}

#esgApp .s-nav-2 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
}

@media (max-width: 768px) {
  #esgApp .s-nav-2 ul {
    height: auto;
  }
}

@media (max-width: 414px) {
  #esgApp .s-nav-2 ul {
    width: auto;
  }
}

#esgApp .s-nav-2 ul li {
  margin-right: 30px;
  white-space: nowrap;
  height: 100%;
  position: relative;
}

#esgApp .s-nav-2 ul li:last-child {
  margin-right: 0;
}

#esgApp .s-nav-2 ul li > a {
  position: relative;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  #esgApp .s-nav-2 ul li {
    height: auto;
    font-size: 14px;
  }
  #esgApp .s-nav-2 ul li:last-child {
    margin-right: 30px;
  }
  #esgApp .s-nav-2 ul li a {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

#esgApp .s-nav-2 .section-active::after {
  height: 1px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #esgApp .s-nav-2 {
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    bottom: inherit;
  }
  #esgApp .s-nav-2 .s-nav-icon {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #esgApp .s-nav-2 .s-nav-icon.s-nav-icon-top {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #esgApp .s-nav-2 .s-nav-icon.s-nav-icon-bottom {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

#esgApp .zl-scrollBarBox {
  height: 100%;
  position: absolute;
  background: #f3f3f3;
}

#esgApp .zl-scrollBar {
  position: absolute;
  left: 0;
  top: 0;
  background: #848484;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#esgApp .zl-scrollBar.zl-verticalBar {
  min-height: 10px;
}

#esgApp .zl-scrollBar.zl-horizontalBar {
  min-width: 10px;
}

#esgApp .zl-scrollBar:hover {
  background: #000;
}

#esgApp .zl-scrollContentDiv {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  left: 0;
}

#esgApp .blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

#esgApp .blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

#esgApp .matepad-paper-nowrap {
  white-space: nowrap;
}

#esgApp section {
  position: relative;
}

#esgApp img,
#esgApp video {
  display: block;
  width: 100%;
}

#esgApp img.object-fit,
#esgApp video.object-fit {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#esgApp a {
  color: inherit;
}

#esgApp p {
  line-height: 1.6;
}

#esgApp h2,
#esgApp h3,
#esgApp h4 {
  line-height: 1.25;
  font-weight: 700;
}

#esgApp h5 {
  line-height: 1.25;
}

#esgApp sup {
  position: relative;
  font-size: 55%;
  z-index: 4;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  line-height: 0;
}

#esgApp sup a {
  cursor: pointer;
}

#esgApp *,
#esgApp *:before,
#esgApp *:after {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

#esgApp *:focus,
#esgApp *:active {
  outline: none;
}

#esgApp ul {
  margin: 0;
  padding: 0;
}

#esgApp li {
  list-style-type: none;
}

@media (max-width: 768px) {
  #esgApp .s-nav-1 {
    margin-top: 3.05556vw;
  }
}

#esgApp .s-nav-1 img {
  height: 0.7708vw;
  display: block;
  margin: 0;
  width: auto;
}

@media (max-width: 768px) {
  #esgApp .s-nav-1 img {
    width: auto !important;
    height: 2.22222vw;
  }
}

#esgApp .sec_nav {
  position: relative;
  height: 3.48958vw;
  background: #fff;
}

@media (max-width: 768px) {
  #esgApp .sec_nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: auto;
    padding: 2.77778vw 0vw;
  }
}

#esgApp .sec_nav.s-nav-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

#esgApp .sec_nav .nav_cen {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .nav_cen {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#esgApp .sec_nav .nav_icon {
  position: absolute;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0vw;
  left: 13.2vw;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .nav_icon {
    position: relative;
    height: 4.16667vw;
    left: 5.55556vw;
    top: 1.3vw;
  }
}

#esgApp .sec_nav .icon_img {
  width: auto;
  height: 0.7708vw;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .icon_img {
    height: 2.22222vw;
  }
}

#esgApp .sec_nav .nav_list {
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .nav_list {
    height: auto;
    margin: 0 5.55556vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#esgApp .sec_nav .nav_ul {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .nav_ul {
    height: auto;
    margin-right: 6.94444vw;
  }
}

#esgApp .sec_nav li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 0.78125vw;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp .sec_nav li {
    display: none;
    height: auto;
    text-align: left;
    margin: 0 0;
  }
}

#esgApp .sec_nav li > a {
  font-size: 0.83333vw;
  color: #707070;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  #esgApp .sec_nav li > a {
    font-size: 14px;
    line-height: 1.5;
  }
}

#esgApp .sec_nav li::after {
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .section-active {
    display: list-item;
  }
}

#esgApp .sec_nav .section-active > a {
  color: #000;
}

#esgApp .sec_nav .section-active::after {
  width: 80%;
  background: #000;
  height: 2px;
  bottom: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .section-active::after {
    display: none;
  }
}

#esgApp .sec_nav .nav_arrow {
  display: none;
}

@media (max-width: 768px) {
  #esgApp .sec_nav .nav_arrow {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 1.3vw;
  }
  #esgApp .sec_nav .nav_arrow.s-nav-icon-top {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #esgApp .sec_nav .nav_arrow.s-nav-icon-bottom {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

#esgApp #esg-kv {
  width: 100%;
  position: relative;
}

#esgApp #esg-kv .kv-box {
  width: 100%;
  position: relative;
}

#esgApp #esg-kv .kv-box img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

#esgApp #esg-kv .kv-box .kv-textBg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  z-index: 3;
}

#esgApp #esg-kv .kv-box .kv-textShow {
     width: 62.5vw;
     text-align: center;
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 4;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

#esgApp #esg-kv .kv-box .kv-textShow h1 {
  font-size: 5vw;
  color: #fff;
  line-height: 6.25vw;
  margin: 0 0 1.04167vw;
  letter-spacing: 0.20833vw;
  font-weight: 700;
}
#esgApp #esg-kv .kv-box-new {
    padding: 7.708333333vw 0;
    background-color: #fff;
}
@media (max-width: 768px) {
    #esgApp #esg-kv .kv-box-new {
        padding: 20.83333333vw 0;
    }
}
#esgApp #esg-kv .kv-box-new .kv-textShow {
    width: 62.5vw;
    text-align: center;
    position: static;
    left: 50%;
    top: 50%;
    z-index: 4;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: auto;
}
@media (max-width: 768px) {
    #esgApp #esg-kv .kv-box .kv-textShow {
        width: 77.52083333vw;
    }
}
@media (max-width: 768px) {
  #esgApp #esg-kv .kv-box .kv-textShow h1 {
    font-size: 8.61111vw;
    line-height: 10.66667vw;
    margin: 0 0 5.55556vw;
    letter-spacing: 0.55556vw;
  }
}

#esgApp #esg-kv .kv-box .kv-textShow p {
  font-size: 1.14583vw;
  color: #fff;
  line-height: 1.875vw;
  text-align: center;
  font-weight: 700;
}
#esgApp #esg-kv .kv-box-new .kv-textShow p {
  font-size: 1.14583vw;
  color: #fff;
  line-height: 1.875vw;
  text-align: left;
  font-weight: 700;
}
#esgApp #esg-kv .kv-box .kv-textShow p .br {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #esg-kv .kv-box .kv-textShow p {
    width: 83.75vw;
    margin: 0 auto;
    font-size: 4.16667vw;
    line-height: 6.38889vw;
  }
  #esgApp #esg-kv .kv-box .kv-textShow p .nr {
    display: none;
  }
  #esgApp #esg-kv .kv-box .kv-textShow p .br {
    display: inline-block;
  }
}

#esgApp #esg-greenProduct {
  width: 100%;
  position: relative;
  padding-top: 9.89583vw;
}

#esgApp #esg-greenProduct .gpd-text {
  padding: 12.5vw 0 5.72917vw;
  width: 100%;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
	    #esgApp #esg-greenProduct {
	        padding-top: 20.83333333vw;
	    }
  #esgApp #esg-greenProduct .gpd-text {
    padding: 33.33333vw 0 13.88889vw;
  }
}

#esgApp #esg-greenProduct .gpd-text h3 {
  font-size: 3.17708vw;
  line-height: 4.16667vw;
  color: #1d4022;
  margin: 0 0 1.5625vw;
  font-weight: 700;
}

#esgApp #esg-greenProduct .gpd-text h3 .br {
  display: none;
}

#esgApp #esg-greenProduct .gpd-text h3 .nr {
  display: inline-block;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-text h3 {
    font-size: 8.05556vw;
    line-height: 8.05556vw;
    margin: 0 0 4.16667vw;
  }
  #esgApp #esg-greenProduct .gpd-text h3 .br {
    display: inline-block;
  }
  #esgApp #esg-greenProduct .gpd-text h3 .nr {
    display: none;
  }
}

#esgApp #esg-greenProduct .gpd-text p {
  font-size: 1.875vw;
  line-height: 2.8125vw;
  color: #666666;
  font-weight: 700;
}

#esgApp #esg-greenProduct .gpd-text p .br {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-text p {
    font-size: 5.13889vw;
    line-height: 7.22222vw;
    padding: 0 2.77778vw;
  }
  #esgApp #esg-greenProduct .gpd-text p .nr {
    display: none;
  }
  #esgApp #esg-greenProduct .gpd-text p .br {
    display: inline-block;
  }
}

#esgApp #esg-greenProduct .gpd-list {
  width: 58.95833vw;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list {
    width: calc(100% - 11.11111vw);
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX {
  width: 100%;
  padding: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li {
  width: 100%;
  position: relative;
  border-radius: 1.04167vw;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-bottom: 2.08333vw;
}
#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:last-child{
	margin-bottom: 0;
}
@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li {
    border-radius: 2.77778vw;
    margin-bottom: 6.94444vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg {
  width: 29.47917vw;
  position: relative;
  float: left;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg {
    width: 100%;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg img {
  width: 100%;
  display: block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText {
  width: calc(100% - 29.47917vw);
  height: 100%;
  position: absolute;
  left: 29.47917vw;
  top: 0;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText {
    width: 100%;
    position: relative;
    left: 0;
    float: left;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
  position: absolute;
  text-align: center;
  width: 200%;
  right: 0;
  font-size: 1.04167vw;
  color: #949494;
  bottom: 0.52083vw;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .nr {
  display: inline-block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .br {
  display: none;
}

@media (max-width: 1025px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
    width: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
    width: 200%;
    font-size: 12px;
    bottom: 0.69444vw;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .nr {
    display: none;
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .br {
    display: inline-block;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
  width: 23.91667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
    width: 75.5vw;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 8.33333vw auto 7.91667vw;
    text-align: left;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
  font-size: 1.77083vw;
  line-height: 2.34375vw;
  color: #000000;
  margin: 0 0 1.04167vw;
  font-weight: 700;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
    font-size: 5.27778vw;
    line-height: 7.63889vw;
    margin: 0 0 2.77778vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  color: #666666;
  font-weight: 400;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
  color: #3c9621;
  font-weight: 700;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
  display: none;
}

@media (max-width: 1160px) and (min-width: 770px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
    display: none;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
    font-size: 3.75vw;
    line-height: 5.83333vw;
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
    display: none;
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
    display: inline-block;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
  width: 9.45833vw;
  height: 2.208333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.04167vw;
  border: 2px solid #000000;
  display: block;
  margin: 1.6vw auto 0;
  text-align: center;
  line-height: 1.97917vw;
  font-size: 0.83333vw;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 1075px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 8.33333vw;
  }
}

@media (max-width: 1030px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 9.89583vw;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 22.22222vw;
    height: 5.55556vw;
    border-radius: 2.77778vw;
    border: 0.27778vw solid #000000;
    margin: 3.94444vw 0 0;
    line-height: 5.27778vw;
    font-size: 2.22222vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
  background: #000000;
  color: #fff;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
    background: #fff;
    color: #000;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:nth-child(odd) .gpd-listImg {
  float: right;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:nth-child(odd) .gpd-listText {
  left: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li::after {
  content: "";
  clear: both;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  display: none;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
  width: 50vw;
  height: 30.20833vw;
  background: #fff;
  border-radius: 1.04167vw;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
    width: 80.55556vw;
    height: 90.11111vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
  width: 2.13542vw;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  z-index: 5;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
    width: 5.69444vw;
    top: 4.16667vw;
    right: 4.16667vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close img {
  width: 100%;
  display: block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
  width: 41.66667vw;
  position: relative;
  margin: 0 auto;
  top: 4.6875vw;
  z-index: 3;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
    width: 75vw;
    top: 12.5vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
  width: calc(100% - 1.04167vw);
  margin: 0 auto;
  padding-bottom: 1.82292vw;
  border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
    width: calc(100% - 2.77778vw);
    padding-bottom: 4.86111vw;
    border-bottom: 0.13889vw solid #d0d0d0;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
  font-size: 1.77083vw;
  font-weight: 600;
  color: #000;
  margin: 0 0;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
    font-size: 4.16667vw;
  }
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
  padding: 0 0.52083vw;
  height: 13.54167vw;
  overflow-y: auto;
  margin-top: 1.45833vw;
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  font-weight: 400;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  margin: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
  padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
    padding: 0 1.38889vw;
    height: 55.55556vw;
    margin-top: 3.88889vw;
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
    padding: 0 0 2.77778vw;
  }
}

#esgApp #esg-operating {
  width: 100%;
  position: relative;
}

#esgApp #esg-operating .gpd-text {
  padding: 10.41667vw 0 5.72917vw;
  width: 100%;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-text {
    padding: 27.77778vw 0 13.88889vw;
  }
}

#esgApp #esg-operating .gpd-text h3 {
  font-size: 3.17708vw;
  line-height: 4.16667vw;
  color: #1d4022;
  margin: 0 0 1.5625vw;
  font-weight: 700;
}

#esgApp #esg-operating .gpd-text h3 .br {
  display: none;
}

#esgApp #esg-operating .gpd-text h3 .nr {
  display: inline-block;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-text h3 {
    font-size: 8.05556vw;
    line-height: 8.05556vw;
    margin: 0 0 4.16667vw;
  }
  #esgApp #esg-operating .gpd-text h3 .br {
    display: inline-block;
  }
  #esgApp #esg-operating .gpd-text h3 .nr {
    display: none;
  }
}

#esgApp #esg-operating .gpd-text p {
  font-size: 1.875vw;
  line-height: 2.8125vw;
  color: #666666;
  font-weight: 700;
}

#esgApp #esg-operating .gpd-text p .br {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-text p {
    font-size: 5.13889vw;
    line-height: 7.22222vw;
    padding: 0 2.77778vw;
  }
  #esgApp #esg-operating .gpd-text p .br {
    display: inline-block;
  }
  #esgApp #esg-operating .gpd-text p .nr {
    display: none;
  }
}

#esgApp #esg-operating .gpd-list {
  width: 58.95833vw;
  margin: 0 auto;
  position: relative;padding-top: 9.89583vw;

}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list {padding-top: 20.83333333vw;

    width: calc(100% - 11.11111vw);
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX {
  width: 100%;
  padding: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li {
  width: 100%;
  position: relative;
  border-radius: 1.04167vw;
  overflow: hidden;
  background: #fff;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li {
    border-radius: 2.77778vw;
    /* margin-bottom: 6.94444vw; */
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg {
  width: 29.47917vw;
  position: relative;
  float: left;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg {
    width: 100%;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg img {
  width: 100%;
  display: block;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText {
  width: calc(100% - 29.47917vw);
  height: 100%;
  position: absolute;
  left: 29.47917vw;
  top: 0;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText {
    width: 100%;
    position: relative;
    left: 0;
    float: left;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
  width: 23.91667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
    width: 75.5vw;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 8.33333vw auto 5.13889vw;
    text-align: left;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
  font-size: 1.77083vw;
  line-height: 2.86458vw;
  color: #000000;
  margin: 0 0 1.04167vw;
  font-weight: 700;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
    font-size: 5.27778vw;
    line-height: 7.63889vw;
    margin: 0 0 2.77778vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  color: #666666;
  font-weight: 400;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
  color: #3c9621;
  font-weight: 700;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
  display: none;
}

@media (max-width: 1275px) and (min-width: 770px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
    display: none;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
    font-size: 3.75vw;
    line-height: 5.83333vw;
  }
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
    display: inline-block;
  }
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
    display: none;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
  width: 8.45833vw;
  height: 2.208333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.04167vw;
  border: 2px solid #000000;
  display: block;
  margin: 1.6vw auto 0;
  text-align: center;
  line-height: 1.97917vw;
  font-size: 0.83333vw;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 1075px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 8.33333vw;
  }
}

@media (max-width: 1030px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 9.89583vw;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
    width: 22.22222vw;
    height: 5.55556vw;
    border-radius: 2.77778vw;
    border: 0.27778vw solid #000000;
    margin: 3.94444vw 0 0;
    line-height: 5.27778vw;
    font-size: 2.22222vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
  background: #000000;
  color: #fff;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
    background: #fff;
    color: #000;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li:nth-child(even) .gpd-listImg {
  float: right;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li:nth-child(even) .gpd-listText {
  left: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li::after {
  content: "";
  clear: both;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  display: none;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
  width: 50vw;
  height: 30.20833vw;
  background: #fff;
  border-radius: 1.04167vw;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
    width: 80.55556vw;
    height: 90.11111vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
  width: 2.13542vw;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  z-index: 5;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
    width: 5.69444vw;
    top: 4.16667vw;
    right: 4.16667vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close img {
  width: 100%;
  display: block;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
  width: 41.66667vw;
  position: relative;
  margin: 0 auto;
  top: 4.6875vw;
  z-index: 3;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
    width: 75vw;
    top: 12.5vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
  width: calc(100% - 1.04167vw);
  margin: 0 auto;
  padding-bottom: 1.82292vw;
  border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
    width: calc(100% - 2.77778vw);
    padding-bottom: 4.86111vw;
    border-bottom: 0.13889vw solid #d0d0d0;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
  font-size: 1.77083vw;
  font-weight: 600;
  color: #000;
  margin: 0 0;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
    font-size: 4.16667vw;
  }
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
  padding: 0 0.52083vw;
  height: 13.54167vw;
  overflow-y: auto;
  margin-top: 1.45833vw;
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  font-weight: 400;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  margin: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
  padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
    padding: 0 1.38889vw;
    height: 55.55556vw;
    margin-top: 3.88889vw;
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
    padding: 0 0 2.77778vw;
  }
}

#esgApp #esg-operating .oper-list {
  width: 58.95833vw;
  margin: 0 auto ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
    #esgApp #esg-operating {
        padding-top: 9.89583vw;
    }
@media (max-width: 768px) {
	    #esgApp #esg-operating {
	        padding-top: 20.83333333vw;
	    }
  #esgApp #esg-operating .oper-list {
    width: calc(100% - 11.11111vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#esgApp #esg-operating .oper-list .oper-li {
  width: 28.4375vw;
  height: 32.41667vw;
  border-radius: 1.04167vw;
  background: #232323;
  margin-right: 2.08333vw;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .oper-list .oper-li {
    width: 100%;
    height: 100.69444vw;
    border-radius: 2.77778vw;
    margin-right: 0vw;
    margin-bottom: 5.55556vw;
  }
  #esgApp #esg-operating .oper-list .oper-li:last-child{
	  margin-bottom: 0;
  }
}

#esgApp #esg-operating .oper-list .oper-li:nth-child(2n) {
  margin-right: 0;
}

#esgApp #esg-operating .oper-list .oper-li .oper-text {
  position: absolute;
  top: 8.85417vw;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .oper-list .oper-li .oper-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#esgApp #esg-operating .oper-list .oper-li .oper-text h3 {
  font-size: 3.125vw;
  font-weight: 600;
  color: #73c65a;
  margin: 0 auto 1.04167vw;
  font-weight: 700;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .oper-list .oper-li .oper-text h3 {
    font-size: 8.61111vw;
    margin: 0 auto 2.77778vw;
  }
}

#esgApp #esg-operating .oper-list .oper-li .oper-text p {
  font-size: 0.937vw;
  line-height: 1.66667vw;
  color: #ffffff;
  font-weight: 400;
}

#esgApp #esg-operating .oper-list .oper-li .oper-text p .br {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .oper-list .oper-li .oper-text p {
    margin: 0 auto;
    font-size: 3.02778vw;
    line-height: 5.83333vw;
  }
  #esgApp #esg-operating .oper-list .oper-li .oper-text p .nr {
    display: none;
  }
  #esgApp #esg-operating .oper-list .oper-li .oper-text p .br {
    display: inline-block;
  }
}

#esgApp #esg-operating .oper-list .oper-li .oper-zhushi {
  color: #949499;
  font-size: 0.625vw;
  text-align: right;
  position: absolute;
  width: 95%;
  bottom: 0.52083vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .oper-list .oper-li .oper-zhushi {
    font-size: 2.22222vw;
    bottom: 1.38889vw;
    text-align: center;
  }
}

#esgApp #esg-earth {
  width: 100%;
  position: relative;
}

#esgApp #esg-earth .gpd-text {
  padding: 10.41667vw 0 5.72917vw;
  width: 100%;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .gpd-text {
    padding: 27.77778vw 0 13.88889vw;
  }
}

#esgApp #esg-earth .gpd-text h3 {
  font-size: 3.17708vw;
  line-height: 4.16667vw;
  color: #1d4022;
  margin: 0 0 1.5625vw;
  font-weight: 700;
}

#esgApp #esg-earth .gpd-text h3 .br {
  display: none;
}

#esgApp #esg-earth .gpd-text h3 .nr {
  display: inline-block;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .gpd-text h3 {
    font-size: 8.05556vw;
    line-height: 8.05556vw;
    margin: 0 0 4.16667vw;
  }
  #esgApp #esg-earth .gpd-text h3 .br {
    display: inline-block;
  }
  #esgApp #esg-earth .gpd-text h3 .nr {
    display: none;
  }
}

#esgApp #esg-earth .gpd-text p {
  font-size: 1.875vw;
  line-height: 2.8125vw;
  color: #666666;
  font-weight: 700;
}

#esgApp #esg-earth .gpd-text p .br {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .gpd-text p {
    font-size: 5.13889vw;
    line-height: 7.22222vw;
    padding: 0 2.77778vw;
  }
  #esgApp #esg-earth .gpd-text p .br {
    display: inline-block;
  }
  #esgApp #esg-earth .gpd-text p .nr {
    display: none;
  }
}

#esgApp #esg-earth .earth-list {
  width: 58.95833vw;
  margin: 0 auto;
  padding-bottom: 9.89583vw;padding-top: 9.89583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list {
    width: calc(100% - 11.11111vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		 padding-bottom: 20.83333333vw;padding-top: 20.83333333vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li {
  width: 18.95833vw;
  height: 26.2vw;
  border-radius: 1.04167vw;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-right: 1.04167vw;
}

@media (max-width: 1200px) {
  #esgApp #esg-earth .earth-list .earth-li {
    height: 28.64583vw;
  }
 
}

@media (max-width: 1040px) {
  #esgApp #esg-earth .earth-list .earth-li {
    height: 31.25vw;
  }
}

@media (max-width: 920px) {
  #esgApp #esg-earth .earth-list .earth-li {
    height: 36.45833vw;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li {
    width: 100%;
    height: auto;
    padding-bottom: 11.11111vw;
    border-radius: 2.77778vw;
    margin-right: 0;
    margin-bottom: 7.63889vw;
  }
  #esgApp #esg-earth .earth-list .earth-li:last-child{
  	   margin-bottom:0;
  }
}

#esgApp #esg-earth .earth-list .earth-li:nth-child(3n) {
  margin-right: 0;
}

#esgApp #esg-earth .earth-list .earth-li .earth-text {
  padding: 2.08333vw 1.04167vw 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-text {
    padding: 9.72222vw 8.33333vw 0;
  }
}

#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
  font-size: 0.9375vw;
  line-height: 1.66667vw;
  color: #000000;
  margin: 0 auto;
  font-weight: 700;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
    font-size: 5.27778vw;
    line-height: 6.38889vw;
    margin-bottom: 3.47222vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .earth-text p {
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  color: #666666;
  font-weight: 400;
  margin: 1.04167vw 0 0;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-text p {
    font-size: 3.75vw;
    line-height: 5.83333vw;
    margin: 2.77778vw 0 2.08333vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .earth-more {
  width: 8.45833vw;
    height: 2.208333vw;
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.04167vw;
  border: 2px solid #000000;
  text-align: center;
  line-height: 1.97917vw;
  font-size: 0.83333vw;
  color: #000000;
  text-decoration: none;
  position: absolute;
  left: 1.04167vw;
  bottom: 1.6875vw;
  z-index: 3;
  font-weight: 500;
}

@media (max-width: 1075px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-more {
    width: 8.33333vw;
  }
}

@media (max-width: 1030px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-more {
    width: 9.89583vw;
  }
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-more {
    width: 22.22222vw;
    height: 5.55556vw;
    border-radius: 2.77778vw;
    border: 0.27778vw solid #000000;
    margin: 6.94444vw 5.55556vw 0 5.55556vw;
    line-height: 5.27778vw;
    font-size: 2.22222vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .earth-more:hover {
  background: #000000;
  color: #fff;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .earth-more:hover {
    background: #fff;
    color: #000;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  display: none;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox {
  width: 50vw;
  height: 30.20833vw;
  background: #fff;
  border-radius: 1.04167vw;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox {
    width: 80.55556vw;
    height: 90.11111vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close {
  width: 2.13542vw;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  z-index: 5;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close {
    width: 5.69444vw;
    top: 4.16667vw;
    right: 4.16667vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close img {
  width: 100%;
  display: block;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW {
  width: 41.66667vw;
  position: relative;
  margin: 0 auto;
  top: 4.6875vw;
  z-index: 3;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW {
    width: 75vw;
    top: 12.5vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
  width: calc(100% - 1.04167vw);
  margin: 0 auto;
  padding-bottom: 1.82292vw;
  border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
    width: calc(100% - 2.77778vw);
    padding-bottom: 4.86111vw;
    border-bottom: 0.13889vw solid #d0d0d0;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
  font-size: 1.77083vw;
  font-weight: 600;
  color: #000;
  margin: 0 0;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
    font-size: 4.16667vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
  padding: 0 0.52083vw;
  height: 13.54167vw;
  overflow-y: auto;
  margin-top: 1.45833vw;
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  font-weight: 400;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  margin: 0;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
  padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
    padding: 0 1.38889vw;
    height: 55.55556vw;
    margin-top: 3.88889vw;
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
    padding: 0 0 2.77778vw;
  }
}
/*# sourceMappingURL=grenn.css.map */
#esgApp #esg-kv .kv-box .kv-title-new {
	display: flex;
	justify-content: space-between;
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1 {

	width: 50%;
	justify-content: space-between;
	font-size: 2.916666667vw;
	font-family: 'HONOR Sans World Medium';
	background: -webkit-linear-gradient(bottom, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 0;
	line-height: 1.5;
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1:first-child {
	transform: translateX(10%);
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1:last-child {
	transform: translateX(-7%);
}

#esgApp #esg-kv .kv-box .kv-new {
	display: flex;
	justify-content: space-between;
}

#esgApp #esg-kv .kv-box .kv-new p {
	display: flex;
	width: 50%;
	justify-content: space-between;
	font-size: 1.2666666667vw;
	font-family: 'HONOR Sans World Medium';
	background: -webkit-linear-gradient(bottom, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	display: inline-block;
}

#esgApp #esg-kv .kv-box .kv-new p:first-child {
	transform: translateX(8%);
}

#esgApp #esg-kv .kv-box .kv-new p:last-child {
	transform: translateX(-9%);
}

#esgApp #esg-kv .kv-box .kv-new p.next-years {
	color: #949595;
	background: none;
	-webkit-text-fill-color: unset;
}

#esgApp #esg-kv .kv-box .kv-img {
	padding: 1.520833333vw 0;
}

#esgApp .environmental-protection-strategy {
	background-color: #ffffff;
	padding-bottom: 7.708333333vw;
	padding-top: 7.708333333vw;
}

#esgApp .environmental-protection-strategy h3 {
	font-size: 3.17708vw;
	line-height: 1.5;
	color: #000000;
	margin: auto;
	margin-bottom: 3.125vw;
	width: 72.65625vw;
	text-align: center;
}

.environmental-protection-strategy .environmental-protection-strategy-flex {
	display: flex;
	width: 72.65625vw;
	margin: auto;
	justify-content: space-between;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental {
	width: calc(25% - 1px);
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img {
	position: relative;
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-title {
	position: absolute;
	color: #fff;
	font-size: 1.127vw;
	font-family: 'HONOR Sans World Medium';
	line-height: 2;
	width: 12.8125vw;
	left: 2.34375vw;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid #ffffff;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-title {
	display: none;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show {
	display: none;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-hover-show {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #327E53;
	opacity: 0.9;
	transition: all 0.7s ease 0.3s;
	top: 0;
	left: 0;
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-box {
	margin: 1.8375vw;
	width: 13.8125vw;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-title {
	color: #fff;
	font-size: 1.27vw;
	font-family: 'HONOR Sans World Medium';
	line-height: 1.5;
	border-bottom: 1px solid #ffffff;

}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon {
	margin-top: 10.1075vw;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.833333333vw 0;
	border-bottom: 1px solid #ffffff;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon img {
	width: 2.291666667vw !important;
	margin: auto;
	margin-right: 0.833333333vw;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon .environmental-hover-show-icon-title {
	font-size: 0.84vw;
	font-family: 'HONOR Sans World Regular';
	line-height: 1.5;
	color: #fff;
	width: calc(100% - 2.291666667vw);
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon:last-child {
	border-bottom: none;
}

#esgApp #esg-kv .kv-box .kv-textShow h3 {
	font-size: 3.17708vw;
	line-height: 1.5;
	color: #000000;
	margin: auto;
	margin-bottom: 3.125vw;
	/* width: 72.65625vw; */
	text-align: center;
}

@media (max-width: 768px) {

	#esgApp #esg-kv .kv-box .kv-img {
		padding: 4.6875vw 0;
		width: 2.34375vw;
		position: absolute;
		left: 43%;
		top: 50%;
		z-index: 4;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#esgApp #esg-kv .kv-box .kv-title-new {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 33.08333333vw;
		height: 53vw;
		align-content: space-between;
		align-items: center;
	}

	#esgApp #esg-kv .kv-box .kv-textShow {
		width: 77.52083333vw;

	}

	#esgApp #esg-kv .kv-box .kv-textShow h3 {
		        font-size: 7.05vw;
		        padding-bottom: 8.333333333vw;
		        line-height: 1.5;
	}

	#esgApp #esg-kv .kv-box .kv-textShow .kv-textShow-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	#esgApp #esg-kv .kv-box .kv-textShow h1 {
		font-size: 8.333333333vw;
		line-height: 16.66667vw;
		margin: 0 0 5.55556vw;
		letter-spacing: 0.55556vw;
		width: 100%;
		margin-bottom: 0;
	}

	#esgApp #esg-kv .kv-box .kv-textShow p {
		font-size: 4.16667vw;
		width: 100%;
		line-height: 1.3;
	}
    #esgApp #esg-kv .kv-box-new .kv-textShow p {
        font-size: 3.9vw;
        width: 100%;
        text-align: left;
        line-height: 1.3;
    }
	#esgApp #esg-kv .kv-box .kv-new {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 37.5vw;
		align-content: space-between;
		height: 53vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-title-new h1:first-child {
		transform: translateX(0%) translateY(-14%);
	}

	#esgApp #esg-kv .kv-box-new .kv-title-new h1:last-child {
		transform: translateX(0%);
	}

	#esgApp #esg-kv .kv-box .kv-new p:first-child {
		transform: translateX(0%) translateY(-23%);
	}

	#esgApp #esg-kv .kv-box .kv-new p:last-child {
		transform: translateX(0%) translateY(1%);
	}

	#esgApp #esg-kv .kv-box .kv-new p.next-years {
		display: flex;
		justify-content: space-between;
		font-family: 'HONOR Sans World Medium';
		background: -webkit-linear-gradient(bottom, #84D973, #327E53);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	}

	#esgApp .environmental-protection-strategy h3 {
		font-size: 7.05vw;
		margin-bottom: 8.333333333vw;
		line-height: 1.5;
	}

	#esgApp .environmental-protection-strategy {
		background-color: #ffffff;
		padding-bottom: 20.83333333vw;
		padding-top: 0;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex {
		flex-wrap: wrap;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental {
		width: calc(50% - 0.8vw);
		border-radius: 1.5vw;
		overflow: hidden;
		margin-bottom: 1.6vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-title {
		display: none;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-hover-show {
		background: #ffffff00;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		background: #ffffff00;
		opacity: 0.9;
		transition: all 0.7s ease 0.3s;
		top: 0;
		left: 0;
		border-radius: 0.8vw;
		overflow: hidden;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-title {
		color: #fff;
		font-size: 3.366666667vw;
	}
	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon img {
	    width: 5.47vw !important;
	    margin: auto;
	    margin-right: 2.833333vw;
	}
	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon .environmental-hover-show-icon-title {
	    font-size: 2.3vw;
	    font-family: 'HONOR Sans World Regular';
	    line-height: 1.5;
	    color: #fff;
	    width: calc(100% - 7.47vw);
	}
	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-box {
	    margin: 4.729166667vw;
	    width: 35.03125vw;
	    transition: all 0.7s ease 0.3s;
	}
	.environmental-protection-strategy .environmental-protection-strategy-flex {
	    width: 93.65625vw;
		}
		.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon {
		    margin-top: 17.6875vw;
		}
		.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon {
		    padding: 1.833333vw 0;
		}
}


@media (max-width: 720px) and (min-width:500px) {
    #esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
        width: 80.55556vw;
        height: 88.11111vw;
    }
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
	        padding: 0 1.38889vw;
	        height: 54.77778vw;
			}
}
.revolving-commitment {
	position: relative;
}

.revolving-commitment .revolving-commitment-title {
	position: absolute;
	top: 16.14583333vw;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3.2vw;
	line-height: 1.5;
	font-family: 'HONOR Sans World Medium';
	color: #fff;
	text-align: center;
	width: 80%;
}

.revolving-commitment .revolving-commitment-title span {
	display: block;
	font-size: 2.5vw;
	line-height: 1.5;
	font-family: 'HONOR Sans World Medium';
}

.tanTW-txt-c {
	
	font-family: 'HONOR Sans World DemiBold';
}
@media (max-width: 768px) {
	.revolving-commitment .revolving-commitment-title {
		top: 21.145833vw;
		font-size: 5.8vw;
		width: 100%;
	}
	
	.revolving-commitment .revolving-commitment-title span {
		font-size: 4.5vw;
	}
}
.br-pc{
	display: block;
}
@media (max-width: 768px) {
	.br-pc{
		display: none;
	}
}