.body-sustainability .title,
.mw-title {
  line-height: 6.8rem;
  font-weight: 700;
  text-align: center;
}
.body-sustainability {
  background: #f8f8f8;
}
.section-main {
  width: 100%;
  height: 0;
  padding-bottom: 52.83%;
  margin: 0 auto;
  position: relative;
  background: #f2f8ef;
  overflow: hidden;
}
.main-earth,
.main-word {
  position: absolute;
  animation-duration: 3s;
}
.both,
.goals-box,
.word-one {
  background: #fff;
  border-radius: 16px;
}
.main-bg {
  width: 100%;
  height: 100%;
}
.main-bg img {
  width: 100%;
  height: auto;
}
.main-word {
  width: 71.4rem;
  left: 50%;
  top: calc(50% - 60px);
  transform: translate(-50%, -50%);
  z-index: 1;
  animation-name: downFun;
}
.main-earth {
  left: 0;
  bottom: 0;
  width: 100%;
  animation-name: UpFun;
}
@keyframes downFun {
  from {
    top: calc(50% - 110px);
  }
  to {
    top: calc(50% - 60px);
  }
}
@keyframes UpFun {
  from {
    bottom: -50px;
  }
  to {
    bottom: 0;
  }
}
.main-earth img {
  width: 100%;
}
.mw-title {
  font-size: 6rem;
  margin-bottom: 15px;
  color: #000;
}
.mw-desc {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.body-sustainability .title {
  font-size: 6rem;
  margin-bottom: 3rem;
  color: #000;
}
.section-box {
  margin-bottom: 10rem;
}
.both {
  overflow: hidden;
}
.both .word {
  width: 51%;
  float: left;
  padding: 10rem 8rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.both .w-title,
.wo-title {
  font-size: 4.2rem;
  color: #000;
  line-height: 6.8rem;
}
.both .w-title,
.box1-h3,
.box2-title,
.wo-title {
  font-weight: 700;
}
.both .img {
  width: 49%;
  float: right;
  overflow: hidden;
}
.both .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.words {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.word-one {
  width: calc((100% - 20px) / 2);
  padding: 9rem 4.8rem 6.8rem;
}
.word-one:nth-of-type(1) {
  float: left;
}
.word-one:nth-of-type(2) {
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
}
.wo-img {
  width: 100%;
  text-align: center;
}
.wo-img img {
  height: 9.4rem;
  width: auto;
  margin: 0 auto;
}
.wo-title {
  margin: 3.5rem 0 1.6rem;
}
.wo-desc {
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 3.2rem;
}
.goals-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.goalsBox1,
.goalsBox2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.66s 0s cubic-bezier(0.66, 0, 0.2, 1),
    visibility 0.66s 0s;
  border-radius: 16px;
}
.box1-icons {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.box1-icons img {
  width: auto;
  height: calc(100% - 40px);
  margin-top: 20px;
  margin-right: 10px;
}
.box1-h3 {
  font-size: 5.8rem;
  line-height: 6.8rem;
  margin-top: 15.3rem;
  margin-left: 7.1rem;
  text-align: left;
  color: #000;
  float: left;
}
.goals-icon {
  width: 49px;
  height: 49px;
  background: #8f8f93;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 7.3rem;
  bottom: 6.3rem;
  cursor: pointer;
  transition: all 0.4s;
  line-height: 0;
}
.box2-desc,
.box2-title {
  text-align: left;
  color: #fff;
}
.goals-icon:hover {
  background-color: rgba(81, 81, 84, 0.92);
  transform: rotate(45deg);
}
.goals-icon img {
  margin-top: 15%;
  width: 70%;
}
.goalsBox2 .goals-icon img {
  transform: rotate(45deg);
}
.goalsBox2 {
  opacity: 0;
  visibility: hidden;
  background: #818181;
  padding: 10rem 0 0 10rem;
}
.box2-title {
  width: 87.6rem;
  font-size: 4.6rem;
  margin-bottom: 2.8rem;
  line-height: 6.8rem;
}
.box2-desc {
  width: 100%;
  max-width: 87.6rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.box2-desc span {
  display: inline-block;
  margin-right: 1rem;
}
.both .img:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
@media screen and (max-width: 1281px) {
  .box2-desc {
    max-width: 90%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .both .word {
    padding: 50px 40px;
  }
  .goalsBox2 {
    padding: 60px 44.5px;
  }
}
@media screen and (max-width: 1024px) {
  .both .word {
    padding: 40px 32px;
  }
  .goalsBox2 {
    padding: 40px 30px;
  }
  .box2-desc {
    max-width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .box2-desc {
    font-size: 16px;
    max-height: calc(100% - 130px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 920px) {
  .both .word {
    padding: 30px 24px;
  }
  .goalsBox2 {
    padding: 30px 20px;
  }
  .box2-title {
    margin-bottom: 15px;
  }
  .goals-icon {
    bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .both .word {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .box2-desc {
    max-height: calc(100% - 134px);
  }
}
@media only screen and (max-width: 767px) {
  .body-sustainability .new-container,
  .main-word {
    width: calc(100% - 40px);
  }
  .both,
  .goals-box,
  .goalsBox1,
  .goalsBox2,
  .word-one {
    border-radius: 5.33px;
  }
  .both .img,
  .both .word,
  .word-one {
    width: 100%;
  }
  .section-main {
    padding-bottom: 138.83%;
  }
  .both .word {
    padding: 20px 25px 30px;
    font-size: 16px;
    line-height: 27px;
  }
  .word-one {
    padding: 40px 25px 30px;
    background: #fff;
  }
  .word-one:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .word-one:nth-of-type(2) {
    position: relative;
  }
  .body-sustainability .title {
    font-size: 24px;
    line-height: 22.67px;
    margin-bottom: 20px;
  }
  .wo-title {
    margin: 22px 0 10px;
    font-size: 20px;
    line-height: 22.67px;
  }
  .wo-desc {
    font-size: 16px;
    line-height: 27px;
  }
  .section-box {
    margin-bottom: 33px;
  }
  .both .w-title {
    font-size: 20px;
    line-height: 22.67px;
    padding-top: 15px;
    margin-bottom: 11px;
  }
  .goals-box {
    padding-bottom: 158%;
  }
  .main-word {
    top: calc(50% + 63px);
    animation-name: downFunM;
  }
  @keyframes downFunM {
    from {
      top: calc(50% + 13px);
    }
    to {
      top: calc(50% + 63px);
    }
  }
  .mw-title {
    font-size: 24px;
    line-height: 22.67px;
    margin-bottom: 6px;
  }
  .box2-title,
  .words {
    margin-bottom: 10px;
  }
  .mw-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .goals-icon {
    width: 33px;
    height: 33px;
    left: 35px;
    bottom: 45px;
  }
  .box1-h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 36px;
    margin-left: 30px;
  }
  .box1-icons {
    height: 66%;
    top: 120px;
  }
  .goalsBox2 {
    padding: 32px 27px 0;
  }
  .box2-title {
    width: 252px;
    font-size: 20px;
    line-height: 23px;
  }
  .box2-desc {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    max-height: calc(100% - 146px);
  }
  .box2-desc span {
    display: block;
    margin-right: 0;
  }
  .wo-img img {
    height: 50px;
  }
  .main-earth {
    bottom: -20px;
    animation-name: UpFunM;
  }
  @keyframes UpFunM {
    from {
      bottom: -70px;
    }
    to {
      bottom: -20px;
    }
  }
}
@media only screen and (max-width: 414px) {
  .box2-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-box.esg .down-item {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 86px;
}
.section-box.esg .down-item .downContainer {
  width: 30%;
  margin: 0 auto;
}
.section-box.esg .down-item .down-innerImg img{
  width: 100%;
  height: auto;
  transition: all .5s;
}
.section-box.esg .down-item .down-innerImg:hover img{
  transform: scale(1.05);
}
.section-box.esg .down-item .downContainer .absolute-box {
  text-align: center;
  padding-top: 46px;
}
.section-box.esg .down-item .downContainer .icon{
	color: #3573E7;
  font-size: 2rem;
  line-height: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
