/* before-after-common */
/* absolute-center */
/* transition */
/* font-size */
/* margin */
/* ----------------------------------------------- */
/* visual
/* ----------------------------------------------- */
.visual {
  position: relative;
}
.visual .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.visual iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.visual .text-wrap {
  width: 100%;
  font-size: 3.5rem;
  color: var(--maincolor);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual .text-wrap span {
  font-size: 7rem;
  font-weight: 700;
  display: block;
}
.visual .text-wrap a {
  font-size: 1.6rem;
  color: var(--maincolor);
  font-weight: 700;
  border: 2px solid var(--maincolor);
  padding: 10px 20px;
  background: var(--white);
  margin-top: 10px;
  display: inline-block;
}

.visual::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

/* ----------------------------------------------- */
/* rnd
/* ----------------------------------------------- */
.rnd_section .rnd_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.rnd_section .rnd_flex .htt {
  width: 40%;
  position: relative;
  overflow: hidden;
  background: url("/assets/images/main/bg-main-sustainable.jpg") no-repeat center center/cover;
  height: 1100px;
  color: #fff;
}
@media (max-width: 1400px) {
  .rnd_section .rnd_flex .htt {
    height: 800px;
  }
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex .htt {
    width: 100%;
    height: 380px;
  }
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .htt {
    height: 320px;
  }
}
.rnd_section .rnd_flex .htt .inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 120px);
  height: 100%;
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .htt .inner {
    width: calc(100% - 70px);
  }
}
.rnd_section .rnd_flex .htt .txt-box {
  position: absolute;
  bottom: 55px;
  right: 0;
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex .htt .txt-box {
    position: relative;
    bottom: -100px;
  }
}
.rnd_section .rnd_flex .htt .txt-box p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .rnd_section .rnd_flex .htt .txt-box p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .htt .txt-box p {
    font-size: 1.7rem;
  }
}
.rnd_section .rnd_flex .htt .txt-box span {
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .rnd_section .rnd_flex .htt .txt-box span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .htt .txt-box span {
    font-size: 1.5rem;
  }
}
.rnd_section .rnd_flex .htt .txt-box span a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
}
.rnd_section .rnd_flex .rnd_list {
  position: relative;
  overflow: hidden;
  background: url("/assets/images/main/bg-main-sustainable-bg.jpg") no-repeat center center/cover;
  width: 60%;
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list {
    width: 100%;
    padding: 8% 3% 5%;
  }
}
.rnd_section .rnd_flex .rnd_list ul {
  max-width: 580px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list ul {
    max-width: 900px;
    margin-left: 80px;
  }
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list ul {
    max-width: 100%;
    margin-left: 0;
  }
}
.rnd_section .rnd_flex .rnd_list ul li {
  width: 50%;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list ul li {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
  }
  .rnd_section .rnd_flex .rnd_list ul li:last-child {
    margin-bottom: 0px;
  }
}
.rnd_section .rnd_flex .rnd_list ul li img {
  width: 65px;
}
.rnd_section .rnd_flex .rnd_list ul li div {
  font-size: 3rem;
  font-weight: 700;
  padding: 25px 0 15px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .rnd_section .rnd_flex .rnd_list ul li div {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .rnd_list ul li div {
    font-size: 2rem;
  }
}
.rnd_section .rnd_flex .rnd_list ul li div img {
  margin-right: 10px;
}
.rnd_section .rnd_flex .rnd_list ul li p {
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 480px) {
  .rnd_section .rnd_flex .rnd_list ul li p {
    padding: 0 10%;
  }
}
.rnd_section .rnd_flex .rnd_list ul li span {
  width: 100%;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .rnd_section .rnd_flex .rnd_list ul li span {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .rnd_section .rnd_flex .rnd_list ul li span {
    font-size: 1.7rem;
  }
}
.rnd_section .rnd_flex .rnd_list ul li .rnd_list_noimg {
  margin-top: 115px;
}
@media screen and (max-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list ul li .rnd_list_noimg {
    margin-top: 0;
  }
}

/* ----------------------------------------------- */
/* news
/* ----------------------------------------------- */
.news {
  /*background-color: $gray-f7;*/
  padding-top: 140px;
  padding-bottom: 160px;
}
@media (max-width: 1000px) {
  .news {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.news .section-title {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .news .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .news .section-title {
    font-size: 2rem;
  }
}
.news .content-wrap {
  margin-top: 20px;
}
.news .item.article {
  border-top: 2px solid #000000;
  padding-top: 40px;
  display: block;
}

.title-wrap.view-all {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tabs:not(.scroll) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.tabs a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs > li:not(.current) a {
  color: #999999;
}

.tabs:not(.category):not(.scroll) > li + li {
  margin-left: 20px;
}

.tabs + .tab-contents {
  margin-top: 20px;
}

.tab-content.active {
  display: block;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.data-list.col-3 li {
  width: calc((100% - 126px) / 3);
  margin: 30px 21px;
}
@media (max-width: 768px) {
  .data-list.col-3 li {
    width: 100%;
    margin: 5% 10px;
  }
}

.text-wrap .tag {
  min-height: 34px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #000000;
}
.text-wrap .title {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  -webkit-line-clamp: 2;
}
@media (min-width: 769px) {
  .text-wrap .title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 768px) {
  .text-wrap .title {
    height: auto;
    padding-bottom: 10px;
  }
}
.text-wrap .date {
  font-size: 14px;
  letter-spacing: -0.28px;
  color: var(--gray);
}

.img-wrap {
  overflow: hidden;
  font-size: 0;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .img-wrap {
    aspect-ratio: 1/0.67255;
  }
}
.img-wrap img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out 0s;
  transition: -webkit-transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0px;
  color: var(--dark-gray);
  padding-left: 16px;
  padding-right: 16px;
}

.data-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: calc(100% + 42px);
  margin-top: -30px;
  margin-left: -21px;
}
@media (max-width: 768px) {
  .data-list {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ----------------------------------------------- */
/* ESG
/* ----------------------------------------------- */
.con_esg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: url(../images/main_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.con_esg .esg_item_wrap {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .con_esg .esg_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.con_esg .item {
  position: relative;
  width: 33.33%;
  float: left;
  height: 840px;
  padding: 600px 80px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #000;
}
@media (max-width: 1000px) {
  .con_esg .item {
    width: 100%;
    float: none;
    height: auto;
    padding: 5%;
  }
}
.con_esg .item h4 {
  position: relative;
  z-index: 2;
  font-size: 160px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 599px) {
  .con_esg .item h4 {
    font-size: 120px;
  }
}
.con_esg .item h4 i {
  font-size: 3.2rem;
  padding-left: 15px;
  color: #fff;
}
@media (max-width: 1280px) {
  .con_esg .item h4 i {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .con_esg .item h4 i {
    font-size: 2.2rem;
  }
}
.con_esg .item .c-r {
  color: #ff3947;
}
.con_esg .item .bg {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.item:nth-of-type(1) .bg {
  background-image: url("/assets/images/main/esg_img1.jpg");
}

.item:nth-of-type(2) .bg {
  background-image: url("/assets/images/main/esg_img2.jpg");
}

.item:nth-of-type(3) .bg {
  background-image: url("/assets/images/main/esg_img3.jpg");
}

.item:hover .bg {
  opacity: 1;
  -webkit-transform: scale(1.05) rotate(0.01deg);
          transform: scale(1.05) rotate(0.01deg);
}

/* ----------------------------------------------- */
/* Partnership
/* ----------------------------------------------- */
.partnership {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .partnership {
    padding-top: 10%;
  }
}
.partnership em {
  color: #ff3947;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 35px;
}
@media (max-width: 1280px) {
  .partnership em {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .partnership em {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .partnership em {
    padding-bottom: 20px;
  }
}
.partnership .title {
  color: #111;
  margin: 0 0 30px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 45px;
}
@media (max-width: 1280px) {
  .partnership .title {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .partnership .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .partnership .title {
    line-height: 32px;
  }
}
.partnership ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partnership ul li img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .partnership ul {
    gap: 0;
  }
  .partnership ul li {
    width: 50%;
  }
}

.invest-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .invest-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .invest-container .inner {
    padding: 5% 0;
  }
}
.invest-container .invest {
  width: 50%;
  position: relative;
}
.invest-container .invest ::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 40px;
  width: 108px;
  height: 102px;
  background: url("/assets/images/main/invest_bg.png") no-repeat left center/100% 100%;
}
@media (max-width: 1400px) {
  .invest-container .invest ::after {
    top: 50px;
    width: 108px;
  }
}
@media (max-width: 599px) {
  .invest-container .invest ::after {
    top: 20px;
    right: 30px;
    width: 78px;
    height: 72px;
  }
}
@media (max-width: 1400px) {
  .invest-container .invest {
    width: 100%;
    padding: 0 3%;
  }
}
@media (max-width: 1400px) {
  .invest-container .invest-img {
    display: none;
  }
}
.invest-container .cont {
  height: 320PX;
  background: #eeeff4;
  padding: 120px 55px 0;
}
@media (max-width: 599px) {
  .invest-container .cont {
    display: block;
    padding: 80px 5% 8%;
    height: auto;
  }
}
.invest-container .cont .box-tit {
  color: #151721;
}
.invest-container .cont .f-dp3 {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.01em;
  line-height: 40px;
}
@media (max-width: 1280px) {
  .invest-container .cont .f-dp3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .invest-container .cont .f-dp3 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .invest-container .cont .f-dp3 {
    padding-left: 10px;
    line-height: 30px;
  }
}
.invest-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid rgba(21, 23, 33, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.invest-container .btn-box a {
  display: block;
  color: rgba(21, 23, 33, 0.55);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 16px;
}
@media (max-width: 1280px) {
  .invest-container .btn-box a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .invest-container .btn-box a {
    font-size: 1.5rem;
  }
}
.invest-container .btn-box :nth-child(1) {
  padding-left: 0;
}
.invest-container .btn-box :nth-child(4) {
  padding-right: 0;
}
.invest-container .btn-box :hover {
  color: #ff3947;
}

.join {
  background: #eeeeee;
  padding: 80px 0 110px;
}
@media (max-width: 768px) {
  .join {
    padding: 6% 0 8%;
    text-align: center;
  }
}
.join .title {
  color: #ff3947;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .join .title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .join .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .join-t {
    padding: 0 5%;
  }
}
.join-t em {
  font-size: 3.2rem;
  font-weight: 700;
  color: #171c22;
}
@media (max-width: 1280px) {
  .join-t em {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .join-t em {
    font-size: 2.2rem;
  }
}
.join-t p {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px 15px 80px;
}
@media (max-width: 1280px) {
  .join-t p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .join-t p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .join-t p {
    padding: 20px 15px 5%;
  }
}

.main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-list-numbers li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .main-list-numbers li {
    padding-top: 30px;
  }
}
.main-list-numbers .numbers_icon {
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
.main-list-numbers .main-numbers_title {
  position: relative;
  margin-top: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .main-list-numbers .main-numbers_title {
    margin-top: 10px;
  }
}
.main-list-numbers .main-numbers_counter {
  font-size: 2.8rem;
}
@media (max-width: 1280px) {
  .main-list-numbers .main-numbers_counter {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .main-list-numbers .main-numbers_counter {
    font-size: 2rem;
  }
}
.main-list-numbers .main-numbers_counter i {
  font-size: 4.5rem;
  color: #ff3947;
}
@media (max-width: 1280px) {
  .main-list-numbers .main-numbers_counter i {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .main-list-numbers .main-numbers_counter i {
    font-size: 2.8rem;
  }
}
.main-list-numbers .numbers_description {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .main-list-numbers .numbers_description {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .main-list-numbers .numbers_description {
    font-size: 1.8rem;
  }
}
