@charset "utf-8";
/* ESG 首頁 */


.esgInd .in {
  padding: 0 30px;
}


/* title */
.esgInd_title { text-align: center; }
.esgInd_title_main { font-size: 50px; font-weight: 500; line-height: 1.24em; margin-bottom: 8px; }
.esgInd_title .sub { font-size: 20px; font-weight: 300; line-height: 1.5em; }



/* video */
.esgInd_video {
  padding: 50px 0 100px;
  background: url(../images/esg/esgInd_video_bg.jpg) center center;
  background-size: cover;
  overflow-x: hidden;
}
.esgInd_video .esgInd_title { margin-bottom: 50px; }
.esgInd_video .in {
  max-width: calc(100% - 290px);
  width: 1260px;
}
.esgInd_video .swiper-container {
  overflow: visible;
}
.esgInd_video .swiper-button-next,
.esgInd_video .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #95A8CD url(../images/esg/esgVideo_arrow.svg) center center no-repeat;
  background-size: auto 25px;
  border-radius: 50%;
}
.esgInd_video .swiper-button-next::after,
.esgInd_video .swiper-button-prev::after { content: none; }
.esgInd_video .swiper-button-disabled {
  opacity: 0;
}
.esgInd_video .swiper-button-prev {
  left: -95px;
  transform: scaleX(-1);
}
.esgInd_video .swiper-button-next {
  right: -95px;
}
.esgVideo {
  position: relative;
  padding-top: 53.53%;
  display: block;
  max-width: 580px;
  border: solid 0.5px #E6F9E3;
}
.esgVideo_cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.esgVideo_cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/esg/esgInd_video_play.svg) center center no-repeat;
  background-size: 18% auto;
}
.esgVideo_cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/*------------------------------------*\
  JS_magnific-popup
\*------------------------------------*/
.mfp-container {
  padding: 40px 10px 0;
}
.mfp-wrap .mfp-close {
  width: 24px;
  height: 24px;
  top: -32px;
  right: 0;
  background: url(../images/esg/esgIn_video_close.png) center center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1400px) {
  .esgInd_video .in {
    max-width: calc(100% - 160px);
  }
}



/* feature */
.esgInd_feature {
  position: relative;
  padding: 72px 0;
  background: url(../images/esg/esgInd_feature_bg.png) center center;
  background-size: cover;
  overflow: hidden;
}
.esgInd_feature_deco {
  content: "";
  display: block;
  width: 720px;
  height: 720px;
  position: absolute;
  /* left: -190px; */
  right: calc(50% + 200px);
  bottom: -96px;
  background: url(../images/esg/esgInd_feature_deco.svg);
  background-size: 100% 100%;
}
.esgInd_feature .esgInd_title { margin-bottom: 40px; }
.esgInd_feature .in {
  max-width: 1240px;
}
.esgFeature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  margin-left: 400px;
}
.esgFeature li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 140px;
  font-size: 1.125em;
  line-height: 1.5em;
  text-align: center;
  background-color: rgba(255,255,255, 0.6);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 0 4px 0 #c6eee7;
  padding: 8px 20px;
}
.esgFeature p {
  position: relative;
  z-index: 2;
}
.esgFeature .strong {
  font-size: 1.667em;
  line-height: 1.45em;
  font-weight: 700;
}
.esgFeature .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .esgFeature {
    margin-left: 25%;
  }
  .esgInd_feature_deco {
    right: 55%;
    width: 60vw;
    height: 60vw;
  }
}



/* pride */
.esgInd_pride {
  padding: 40px 0;
  background: #fafbfc url(../images/esg/esgInd_pride_bg.png) center center no-repeat;
  background-size: 100% auto;
}
.esgInd_pride .in {
  max-width: 1100px;
}
.esgInd_pride .esgInd_title { margin-bottom: 30px; }
.esgPride-list {
  display: flex;
  align-items: center;
  min-height: 600px;
}
.esgPride {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 60px 40px;
}
.esgPride_card {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px 0 #d0d6e3;
}
.esgPride_card_top {
  text-align: center;
  position: relative;
  padding: 24px 4px 4px;
}
.esgPride_card_top .imgbox {
  width: 100px;
  height: 92px;
  margin: 0 auto;
}
.esgPride_card_top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.esgPride_name {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  text-align: center;
}
.esgPride_name span {
  display: inline-block;
  width: auto;
  min-width: 140px;
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 700;
  color: #fff;
  background: #00D1A9;
  border-radius: 4px;
}
.esgPride_card_bot {
  display: none;
  text-align: center;
  padding: 100px 10px 20px;
  background: #e9f6f5 url(../images/esg/esgInd_pride_star.svg) top 10px center no-repeat;
  background-size: 80px auto;
}
.esgPride_card_bot .award_name {
  line-height: 1.5em;
  margin-bottom: 12px;
}
.esgPride_card_bot .award_title {
  font-weight: 700;
}




/* links */
.esgInd_links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.esgLink {
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.8);
  transition: border-color 0.2s ease-in-out;
}
.esgLink_bg, .esgLink_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s ease-in-out;
}
.esgLink_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.esgLink_cover {
  z-index: 2;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.64) 100%);
}
.esgLink_inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: 247px;
  color: #fff;
  padding: 28px 40px 20px;
  box-sizing: border-box;
  border: solid 1px transparent;
  transition: border-color 0.2s ease-in-out;
}
.esgLink_text { flex: 1 1 auto; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8)); }
.esgLink_text p {
  font-size: 1.125em;
  line-height: 30px;
}
.esgLink_text h3 {
  font-size: 1.875em;
  line-height: 1.5em;
}
.esgLink_inner .btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #057976;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
  margin: 0 0 0 auto;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transition: color 0.2s ease-in-out;
}
.esgLink.last {
  grid-column: 3/4;
  grid-row: 1/3;
}
.esgLink.last .esgLink_inner {
  height: 100%;
}
.esgLink.last .btn {
  width: 100%;
}




/* query */
.esgInd_query {
  padding: 60px 0;
  background: #e8edf1;
}
.esgInd_query .in { 
  display: flex;
  align-items: stretch; 
  gap: 0 60px;
  max-width: 1140px; 
}
.esgQuery_item {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  gap: 0 40px;
  background-color: #fff;
  border: solid 2px rgba(5, 5, 5, 0.12);
  border-radius: 12px;
  box-shadow: 10px 15px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  transition: box-shadow 0.2s ease-in-out;
}
.esgQuery_item:hover {
  box-shadow: 10px 15px 30px 0 rgba(0, 0, 0, 0.2);
}
.esgQuery_item .icon {
  width: 120px;
  height: 120px;
}
.esgQuery_item .icon-query {
  background: url(../images/esg/esgInd_query_icon_query.svg) center center;
  background-size: 100% 100%;
}
.esgQuery_item .icon-epaper {
  background: url(../images/esg/esgInd_query_icon_epaper.svg) center center;
  background-size: 100% 100%;
}
.esgQuery_text {
  display: block;
  color: #6B6D73;
}
.esgQuery_text span { 
  display: block; 
  font-size: 1.125em;
  line-height: 1.556em;
}
.esgQuery_text .esgQuery_title {
  font-size: 1.333em;
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
}




/* web only */
@media screen and (min-width: 900.01px) {
  .esgLink:hover,
  .esgLink:hover .esgLink_inner { border-color: #D3E3D0; }
  .esgLink:hover .esgLink_cover { opacity: 0; }
  .esgLink .btn:hover { color: #009e9e; }
}

@media screen and (min-width: 767.01px) {
  .esgPride li:hover {

  }
}



@media screen and (max-width: 900px) {

  
  /* video */
  .esgInd_video .in {
    max-width: calc(100% - 120px);
    padding: 0 20px;
  }
  .esgInd_video .esgInd_title {
    margin-bottom: 40px;
  }
  .esgInd_video .swiper-button-next,
  .esgInd_video .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .esgInd_video .swiper-button-prev {
    left: -65px;
  }
  .esgInd_video .swiper-button-next {
    right: -65px;
  }



  /* feature */
  .esgInd_feature {
    padding: 40px 0 100px;
    background: #E8EDF1 url(../images/esg/esgInd_feature_m_bg.svg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .esgFeature {
    gap: 10px;
    margin: 0;
  }
  .esgInd_feature .esgInd_title { margin-bottom: 20px; }
  .esgInd_feature_deco {
    position: static;
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }


  /* esgPride */
  .esgPride {
    grid-template-columns: repeat(2, 1fr);
  }


  /* links */
  .esgLink_inner {
    padding: 20px 30px 15px;
  }


  /* query */
  .esgInd_query .in {
    flex-direction: column;
    gap: 40px 0;
  }




}

@media screen and (max-width: 767.99px) {
  /* video */
  .esgInd_video {
    padding: 40px 0 20px;
    background: #E8F0F7 url(../images/esg/esgInd_video_m_bg.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .esgInd_video .in {
    max-width: 100%;
  }
  .esgInd_video .swiper-wrapper {
    flex-direction: column;
    gap: 12px 0;
  }
  .esgInd_video .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .esgVideo {
    max-width: 100%;
  }
}


@media screen and (max-width: 767px) {
  /* title */
  .esgInd_title_main { font-size: 2em; line-height: 1.25em; margin-bottom: 0; }
  .esgInd_title .sub { font-size: 1.125em; line-height: 2rem; }


  /* feature */
  .esgFeature {
    grid-template-columns: 1fr;
  }
  .esgFeature .strong {
    font-size: 1.75em;
  }


  /* esgPride */
  .esgInd_pride {
    padding: 40px 0 35vw;
    background-position: center bottom;
  }
  .esgPride {
    grid-template-columns: 1fr;
    grid: 60px 0;
  }


  /* links */
  .esgInd_links {
    display: block;
    box-shadow: 8px 12px 45px 0 rgba(0,0,0,0.8);
  }
  .esgLink_cover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .esgLink_inner {
    min-height: 185px;
    padding: 20px 30px 15px;
  }
  .esgLink_text p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .esgLink_text h3 {
    font-size: 1.5em;
  }
  .esgLink_inner .btn {
    font-size: 1em;
    min-width: 120px;
    padding: 6px;
  }
  .esgLink.last .esgLink_inner {
    min-height: 370px;
  }


  /* query */
  .esgInd_query {
    position: relative;
    z-index: 2;
    padding: 20px 0 40px;
  }
  .esgInd_query .in {
    gap: 20px 0;
    padding: 0 20px;
  }
  .esgQuery_item {
    flex-direction: column;
    text-align: center;
    padding: 40px 15px;
    min-height: 310px;
    box-sizing: border-box;
  }
  .esgQuery_item .icon {
    margin-bottom: 20px;
  }



}




