body {
  margin: 0;
}

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

#esgApp .s-nav-2 {
  position: absolute;
  right: 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-left: 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{
    margin-left: 30px;
  }
  #esgApp .s-nav-2 ul li{
    margin-right: 0px;
  }
  #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 #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: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
}

@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 .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;
}

#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 .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;
}

@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: 24.667vw;
  position: absolute;
  right: 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;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 8.33333vw auto 7.91667vw;
    text-align: right;
  }
}

#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: 6.45833vw;
  height: 2.08333vw;
  -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%;
  right: 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;
  left: 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;
    left: 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;
}

@media (max-width: 768px) {
  #esgApp #esg-operating .gpd-list {
    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;
  margin-bottom: 2.08333vw;
}

@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;
  right: 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;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 8.33333vw auto 5.13889vw;
    text-align: right;
  }
}

#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: 6.45833vw;
  height: 2.08333vw;
  -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%;
  right: 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;
  left: 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;
    left: 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 7.55208vw;
  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-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: 30.41667vw;
  border-radius: 1.04167vw;
  background: #232323;
  margin-left: 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-left: 0vw;
    margin-bottom: 5.55556vw;
  }
}

#esgApp #esg-operating .oper-list .oper-li:nth-child(2n) {
  margin-left: 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: 1.14583vw;
  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: 4.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;
  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;
  }
}

#esgApp #esg-earth .earth-list .earth-li {
  width: 18.95833vw;
  height: 26.2vw;
  border-radius: 1.04167vw;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-left: 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-left: 0;
    margin-bottom: 7.63889vw;
  }
}

#esgApp #esg-earth .earth-list .earth-li:nth-child(3n) {
  margin-left: 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: 6.45833vw;
  height: 2.08333vw;
  -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;
  right: 1.04167vw;
  bottom: 4.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%;
  right: 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;
  left: 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;
    left: 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 */