body {
  margin: 0;
}

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

@media (max-width: 768px) {
  #esgApp {
    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;
  text-decoration: none;
}

#esgApp p {
  line-height: 1.6;
  margin: 0;
}

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

#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: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 12.5vw;
  z-index: 4;
}

@media (max-width: 768px) {
  #esgApp #esg-kv .kv-box .kv-textShow {
    top: 45.13889vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

#esgApp #esg-kv .kv-box .kv-textShow h1 {
  font-size: 5vw;
  color: #fff;
  line-height: 5.41667vw;
  margin: 0 0 1.04167vw;
  letter-spacing: 0.20833vw;
  font-weight: 700;
}

#esgApp #esg-kv .kv-box .kv-textShow h1 .br {
  display: none;
}

#esgApp #esg-kv .kv-box .kv-textShow h1 .nr {
  display: inline-block;
}

@media (max-width: 768px) {
  #esgApp #esg-kv .kv-box .kv-textShow h1 {
    font-size: 8.61111vw;
    line-height: 11.11111vw;
    margin: 0 0 5.55556vw;
    letter-spacing: 0.55556vw;
  }
  #esgApp #esg-kv .kv-box .kv-textShow h1 .br {
    display: inline-block;
  }
  #esgApp #esg-kv .kv-box .kv-textShow h1 .nr {
    display: none;
  }
}

#esgApp #esg-kv .kv-box .kv-textShow p {
  font-size: 1.14583vw;
  color: #fff;
  line-height: 1.35417vw;
  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: 77.77778vw;
    margin: 0 auto;
    font-size: 2.5vw;
    line-height: 3.61111vw;
  }
  #esgApp #esg-kv .kv-box .kv-textShow p .nr {
    display: none;
  }
  #esgApp #esg-kv .kv-box .kv-textShow p .br {
    display: inline-block;
  }
}

#esgApp #lead-dear {
  width: 100%;
  position: relative;
  margin-top: 0.83333vw;
}

@media (max-width: 768px) {
  #esgApp #lead-dear {
    width: 88.88889vw;
    background: #ffffff;
    margin: 8.33333vw auto 0;
    border-radius: 2.77778vw;
  }
}

#esgApp #lead-dear .dear-bgm {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}

#esgApp #lead-dear .dear-bgm img {
  display: block;
  width: 100%;
}

#esgApp #lead-dear .dear-text {
  position: absolute;
  left: 16.66667vw;
  top: 8.75vw;
  z-index: 3;
  width: auto;
}

#esgApp #lead-dear .dear-text h3 {
  font-size: 2.29167vw;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0.9375vw;
}

#esgApp #lead-dear .dear-text .dear-pw {
  font-size: 0.9375vw;
  line-height: 1.35417vw;
  color: #ffffff;
}

#esgApp #lead-dear .dear-text .dear-pw p {
  margin: 0 0 0.78125vw;
  font-weight: 500;
}

#esgApp #lead-dear .dear-text .dear-pw p .nr {
  display: inline-block;
}

@media (max-width: 768px), (max-aspect-ratio: 1024 / 1366) {
  #esgApp #lead-dear .dear-text {
    position: relative;
    padding: 13.88889vw 4.16667vw;
    left: 0;
    top: inherit;
    bottom: inherit;
  }
  #esgApp #lead-dear .dear-text h3 {
    font-size: 5.83333vw;
    line-height: 7.63889vw;
    margin: 0 0 5vw;
    color: #010101;
  }
  #esgApp #lead-dear .dear-text .dear-pw {
    font-size: 4.16667vw;
    line-height: 6.38889vw;
    color: #666666;
  }
  #esgApp #lead-dear .dear-text .dear-pw p {
    margin: 0 0 2.77778vw;
  }
  #esgApp #lead-dear .dear-text .dear-pw p .nr {
    display: none;
  }
}

#esgApp #lead-dear .dear-more {
  display: block;
}

#esgApp #lead-dear .dear-more span {
  font-size: 0.83333vw;
  line-height: 1.875vw;
  color: #00b1ff;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}

#esgApp #lead-dear .dear-more span.dear-mj {
  width: 0.3125vw;
  margin-left: 0.625vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#esgApp #lead-dear .dear-more span.dear-mj img {
  display: block;
  width: 100%;
}

#esgApp #lead-dear .dear-more:hover span.dear-mj {
  margin-left: 1.04167vw;
}

@media (max-width: 768px) {
  #esgApp #lead-dear .dear-more:hover span.dear-mj {
    margin-left: 1.66667vw;
  }
}

@media (max-width: 768px) {
  #esgApp #lead-dear .dear-more {
    margin-top: 2.08333vw;
  }
  #esgApp #lead-dear .dear-more span {
    font-size: 4.16667vw;
    line-height: 6.38889vw;
    color: #256fff;
  }
  #esgApp #lead-dear .dear-more span.dear-mj {
    width: 1.38889vw;
    margin-left: 1.66667vw;
  }
  #esgApp #lead-dear .dear-more span.dear-mj img {
    display: block;
    width: 100%;
  }
}

#esgApp #lead-dear .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 #lead-dear .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 #lead-dear .poRe-tan .poRe-tanBox {
    width: 80.55556vw;
    height: 111.11111vw;
  }
}

#esgApp #lead-dear .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 #lead-dear .poRe-tan .poRe-tanBox .close {
    width: 5.69444vw;
    top: 4.16667vw;
    right: 4.16667vw;
  }
}

#esgApp #lead-dear .poRe-tan .poRe-tanBox .close img {
  width: 100%;
  display: block;
}

#esgApp #lead-dear .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 #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW {
    width: 75vw;
    top: 12.5vw;
  }
}

#esgApp #lead-dear .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 #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
    width: calc(100% - 2.77778vw);
    padding-bottom: 4.86111vw;
    border-bottom: 0.13889vw solid #d0d0d0;
  }
}

#esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
  font-size: 1.77083vw;
  font-weight: 700;
  color: #000;
  margin: 0 0;
}

@media (max-width: 768px) {
  #esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
    font-size: 4.72222vw;
  }
}

#esgApp #lead-dear .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 #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
  font-size: 1.04167vw;
  color: #000000;
  line-height: 1.66667vw;
  margin: 0;
}

#esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
  padding: 0 0 1.04167vw;
}

#esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p .pr {
  white-space: nowrap;
}

@media (max-width: 768px) {
  #esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
    padding: 0 1.38889vw;
    height: 77.77778vw;
    margin-top: 3.88889vw;
    font-size: 3.05556vw;
    line-height: 5.55556vw;
  }
  #esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
    font-size: 3.33333vw;
    line-height: 5.55556vw;
  }
  #esgApp #lead-dear .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
    padding: 0 0 2.77778vw;
  }
}

#esgApp #dear-lc {
  width: 100%;
  position: relative;
  padding: 12.5vw 0 5.20833vw;
}

#esgApp #dear-lc .lc-title {
  width: 66.66667vw;
  margin: 0 16.66667vw;
  position: relative;
}

#esgApp #dear-lc .lc-title h3 {
  font-size: 2.29167vw;
  line-height: 2.86458vw;
  color: #000000;
  position: relative;
  z-index: 1;
}

#esgApp #dear-lc .lc-title .lc-zy {
  position: absolute;
  right: 0;
  top: 0.9375vw;
  z-index: 2;
}

#esgApp #dear-lc .lc-title .lc-zy .lc-prev {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.78125vw;
  cursor: pointer;
}

#esgApp #dear-lc .lc-title .lc-zy .lc-prev img {
  display: block;
  width: 100%;
  height: 100%;
}

#esgApp #dear-lc .lc-title .lc-zy .lc-next {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#esgApp #dear-lc .lc-title .lc-zy .lc-next img {
  display: block;
  width: 100%;
  height: 100%;
}

#esgApp #dear-lc .lc-box {
  width: 100%;
  position: relative;
  margin-top: 5.20833vw;
}

#esgApp #dear-lc .lc-box .lc-swiper {
  width: calc(100% - 16.66667vw);
  margin-left: 16.66667vw;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper {
  width: 100%;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-pagination {
  display: none;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_img img {
  display: block;
  width: 100%;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text {
  width: 100%;
  margin: 1.5625vw 0 0;
  min-height: 6.25vw;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text .lc-deat {
  font-size: 0.83333vw;
  line-height: 1.66667vw;
  color: #666666;
  font-weight: 700;
}

#esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text .lc-txt {
  font-size: 1.25vw;
  line-height: 1.66667vw;
  color: #000000;
  font-weight: 700;
}

#esgApp #dear-lc .lc-zy-mob {
  display: none;
}

@media (max-width: 768px) {
  #esgApp #dear-lc {
    padding: 8.33333vw 0 11.11111vw;
  }
  #esgApp #dear-lc .lc-title {
    width: calc(100% - 22.22222vw);
    margin: 0 auto;
  }
  #esgApp #dear-lc .lc-title h3 {
    font-size: 5.27778vw;
    line-height: 7.63889vw;
  }
  #esgApp #dear-lc .lc-title .lc-zy {
    display: none;
  }
  #esgApp #dear-lc .lc-box {
    margin-top: 6.94444vw;
  }
  #esgApp #dear-lc .lc-box .lc-swiper {
    width: calc(100% - 5.55556vw);
    margin-left: 5.55556vw;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper {
    width: 100%;
    padding-bottom: 4.16667vw;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-pagination {
    display: none;
    bottom: 0;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-pagination span {
    width: 1.38889vw;
    height: 1.38889vw;
    margin: 0 1.38889vw;
    background: #d0d0d0;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #000000;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide {
    background: #ffffff;
    border-radius: 2.77778vw;
    overflow: hidden;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text {
    width: 100%;
    margin: 0vw 0 0;
    min-height: inherit;
    padding: 5.55556vw 5.55556vw 5.55556vw;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text .lc-deat {
    font-size: 3.05556vw;
    line-height: 3.88889vw;
  }
  #esgApp #dear-lc .lc-box .lc-swiper #lc-swiper .swiper-slide .lc-sw_text .lc-txt {
    font-size: 3.88889vw;
    line-height: 4.44444vw;
    margin-top: 2.08333vw;
    min-height: 20.83333vw;
  }
  #esgApp #dear-lc .lc-zy-mob {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  #esgApp #dear-lc .lc-zy-mob .lc-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.77778vw;
    cursor: pointer;
  }
  #esgApp #dear-lc .lc-zy-mob .lc-prev img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #esgApp #dear-lc .lc-zy-mob .lc-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  #esgApp #dear-lc .lc-zy-mob .lc-next img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

#esgApp .boxBG-color {
  width: 100%;
  position: relative;
  background: #f7f7f7;
}

#esgApp .boxBG-color #dear-icon {
  width: 100%;
  padding: 6.25vw 0 5.20833vw;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-icon {
    padding: 17.36111vw 0 0vw;
  }
}

#esgApp .boxBG-color #dear-icon .icon-title {
  width: 66.66667vw;
  margin: 0 auto;
  position: relative;
}

#esgApp .boxBG-color #dear-icon .icon-title h3 {
  font-size: 2.29167vw;
  line-height: 2.86458vw;
  color: #000000;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-icon .icon-title {
    width: calc(100% - 22.22222vw);
  }
  #esgApp .boxBG-color #dear-icon .icon-title h3 {
    font-size: 5.27778vw;
    line-height: 7.63889vw;
  }
}

#esgApp .boxBG-color #dear-icon .icon-list {
  width: 66.66667vw;
  margin: 5.20833vw auto 0;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-icon .icon-list {
    width: calc(100% - 11.11111vw);
    margin: 6.94444vw auto 0;
  }
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li {
  width: 32.55208vw;
  margin-right: calc(100% - 65.10417vw);
  margin-bottom: 1.5625vw;
  background: #ffffff;
  border-radius: 1.04167vw;
  overflow: hidden;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li:nth-child(2n) {
  margin-right: 0;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box {
  padding: 3.125vw 3.125vw 3.125vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_img {
  display: none;
  height: 2.39583vw;
  margin-bottom: 0.78125vw;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_img img {
  display: block;
  width: auto;
  height: 100%;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_text h3 {
  font-size: 1.77083vw;
  line-height: 2.86458vw;
  color: #000000;
  font-weight: 700;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_text p {
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  color: #666666;
  font-weight: 700;
  margin-top: 0.52083vw;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li:hover .icon-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li.hover-no a {
  cursor: default;
}

#esgApp .boxBG-color #dear-icon .icon-list .icon-li li.hover-no:hover .icon-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.16667vw;
    border-radius: 2.77778vw;
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box {
    padding: 5.55556vw 5.55556vw 5.55556vw;
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_img {
    height: 6.38889vw;
    margin-bottom: 2.77778vw;
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_text h3 {
    font-size: 4.72222vw;
    line-height: 7.63889vw;
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li .icon-box .icon-bx_text p {
    font-size: 3.88889vw;
    line-height: 5.55556vw;
    margin-top: 2.77778vw;
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li:hover .icon-box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #esgApp .boxBG-color #dear-icon .icon-list .icon-li li.hover-no:hover .icon-box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#esgApp .boxBG-color #dear-act {
  width: 100%;
  position: relative;
  padding: 5.20833vw 0 5.20833vw;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act {
    padding: 8.33333vw 0 13.88889vw;
  }
}

#esgApp .boxBG-color #dear-act .act-title {
  width: 66.66667vw;
  margin: 0 auto;
  position: relative;
}

#esgApp .boxBG-color #dear-act .act-title h3 {
  font-size: 2.29167vw;
  line-height: 2.86458vw;
  color: #000000;
  position: relative;
  z-index: 1;
}

#esgApp .boxBG-color #dear-act .act-title .act-zy {
  position: absolute;
  right: 0;
  top: 0.9375vw;
  z-index: 2;
}

#esgApp .boxBG-color #dear-act .act-title .act-zy .act-prev {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.78125vw;
  cursor: pointer;
}

#esgApp .boxBG-color #dear-act .act-title .act-zy .act-prev img {
  display: block;
  width: 100%;
  height: 100%;
}

#esgApp .boxBG-color #dear-act .act-title .act-zy .act-next {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#esgApp .boxBG-color #dear-act .act-title .act-zy .act-next img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-title {
    width: calc(100% - 22.22222vw);
  }
  #esgApp .boxBG-color #dear-act .act-title h3 {
    font-size: 5.27778vw;
    line-height: 7.63889vw;
  }
  #esgApp .boxBG-color #dear-act .act-title .act-zy {
    display: none;
  }
}

#esgApp .boxBG-color #dear-act .act-box {
  width: 100%;
  position: relative;
  margin-top: 5.20833vw;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper {
  width: calc(100% - 16.66667vw);
  margin-left: 16.66667vw;
  position: relative;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-box .act-swiper {
    width: calc(100% - 5.55556vw);
    margin-left: 5.55556vw;
  }
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper {
  width: 100%;
  padding-bottom: 3.125vw;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper {
    padding-bottom: 8.33333vw;
  }
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-pagination {
  bottom: 0;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-pagination span {
  width: 0.52083vw;
  height: 0.52083vw;
  background: #d0d0d0;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000000;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-pagination span {
    width: 1.38889vw;
    height: 1.38889vw;
    margin: 0 0.69444vw;
  }
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide {
  background: #ffffff;
  border-radius: 1.04167vw;
  overflow: hidden;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_img img {
  display: block;
  width: 100%;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text {
  padding: 1.82292vw 2.08333vw;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text .act-sw_pw {
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  color: #666666;
  font-weight: 700;
  min-height: 6.25vw;
}

#esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text .act-sw_pw .nr {
  display: inline-block;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide {
    border-radius: 2.77778vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text {
    padding: 4.86111vw 5.55556vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text .act-sw_pw {
    font-size: 2.5vw;
    line-height: 3.88889vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-swiper #act-swiper .swiper-slide .act-sw_text .act-sw_pw .nr {
    display: none;
  }
}

#esgApp .boxBG-color #dear-act .act-box .act-pc {
  display: block;
}

#esgApp .boxBG-color #dear-act .act-box .act-mob {
  display: none;
}

@media (max-width: 768px) {
  #esgApp .boxBG-color #dear-act .act-box {
    margin-top: 6.94444vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-pc {
    display: none;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob {
    display: block;
    width: calc(100% - 11.11111vw);
    position: relative;
    margin: 0 auto;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list {
    width: 100%;
    position: relative;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list li {
    width: 100%;
    border-radius: 2.77778vw;
    background: #fff;
    overflow: hidden;
    margin-bottom: 4.16667vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list li .act-mob-mig {
    width: 100%;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list li .act-mob-mig img {
    display: block;
    width: 100%;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list li .act-mob_text {
    padding: 5.55556vw 5.55556vw;
  }
  #esgApp .boxBG-color #dear-act .act-box .act-mob .act-mob-list li .act-mob_text .act-mob_pw {
    font-size: 3.88889vw;
    line-height: 6.11111vw;
    color: #666666;
    font-weight: 700;
  }
}
/*# sourceMappingURL=lead.css.map */