.news_banner_wrap .swiper-slide .title span {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_banner_list_wrap .news_list .item .title {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_banner_wrap {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .news_banner_wrap {
    margin-top: 40px;
  }
}

.sustainability_wrap,
.info_open_wrap,
.partner_wrap {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .sustainability_wrap,
  .info_open_wrap,
  .partner_wrap {
    margin-top: 80px;
  }
}

.main_banner .area-table {
  max-width: none;
  padding: 0;
}
.main_banner .area-table .swiper-slide {
  position: relative;
  aspect-ratio: 750/562;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .main_banner .area-table .swiper-slide {
    aspect-ratio: 1920/600;
  }
}
.main_banner .area-table .swiper-slide::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: block;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, #FFFFFF 100%);
  pointer-events: none;
}
.main_banner .area-table .swiper-slide picture,
.main_banner .area-table .swiper-slide img {
  width: 100%;
}
.main_banner .area-table .swiper-button-prev,
.main_banner .area-table .swiper-button-next {
  width: 50px;
  opacity: 0.4;
  display: none;
}
@media screen and (min-width: 1024px) {
  .main_banner .area-table .swiper-button-prev,
  .main_banner .area-table .swiper-button-next {
    display: flex;
  }
}
.main_banner .area-table .swiper-button-prev:hover,
.main_banner .area-table .swiper-button-next:hover {
  opacity: 1;
}
.main_banner .area-table .swiper-button-prev picture,
.main_banner .area-table .swiper-button-prev img,
.main_banner .area-table .swiper-button-next picture,
.main_banner .area-table .swiper-button-next img {
  width: 100%;
}

.news_banner_wrap .news_banner_area {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .news_banner_wrap .news_banner_area {
    display: flex;
  }
}
.news_banner_wrap .swiper {
  border-radius: 16px;
  border: solid 2px transparent;
  background-image: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  background-clip: border-box;
  background-origin: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .news_banner_wrap .swiper {
    width: 620px;
  }
}
@media screen and (min-width: 1280px) {
  .news_banner_wrap .swiper {
    width: 780px;
  }
}
.news_banner_wrap .swiper-pagination {
  bottom: 4px;
}
.news_banner_wrap .swiper-slide {
  width: 100%;
}
.news_banner_wrap .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: 0.5s;
  pointer-events: none;
}
.news_banner_wrap .swiper-slide picture,
.news_banner_wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news_banner_wrap .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding: 10px 16px 25px 16px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .news_banner_wrap .swiper-slide .title {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 32px 24px 32px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .news_banner_wrap .swiper-slide:hover::before {
    opacity: 0;
  }
}

.sustainability_list_wrap {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sustainability_list_wrap .sustainability_item {
  width: 100%;
  border-radius: 16px 80px;
  box-shadow: 0px 4px 24px 0px rgba(30, 90, 170, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sustainability_list_wrap .sustainability_item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .sustainability_list_wrap .sustainability_item {
    width: calc((100% - 48px) / 3);
  }
}
.sustainability_list_wrap .sustainability_item .sustainability_title {
  padding: 36px 24px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sustainability_list_wrap .sustainability_item .sustainability_title .take_btn_wrap {
  position: relative;
}
.sustainability_list_wrap .sustainability_item .sustainability_title .take_btn_wrap .take_btn {
  border: solid 1px transparent;
  background-clip: border-box;
  background-origin: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  border-radius: 50px;
  overflow: hidden;
}
.sustainability_list_wrap .sustainability_item .sustainability_title .take_btn_wrap .take_btn .take_text {
  color: #46aa32;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 16px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.sustainability_list_wrap .sustainability_item .sustainability_title .take_btn_wrap .icon {
  position: absolute;
  top: -12px;
  left: 0;
}
.sustainability_list_wrap .sustainability_item .sustainability_title .arrow_icon svg {
  transition: 0.5s;
  transform: rotate(0deg);
}
@media screen and (min-width: 1024px) {
  .sustainability_list_wrap .sustainability_item .sustainability_title:hover .take_btn_wrap .take_btn .take_text {
    color: rgb(30, 90, 170);
  }
  .sustainability_list_wrap .sustainability_item .sustainability_title:hover .arrow_icon svg {
    transform: rotate(45deg);
  }
  .sustainability_list_wrap .sustainability_item .sustainability_title:hover .arrow_icon path {
    fill: #1e5aaa;
  }
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap {
  display: block;
  text-decoration: none;
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap:hover .sustainability_img_title {
  color: #1e5aaa;
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap:hover .sustainability_img::before {
  opacity: 0;
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap .sustainability_img_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 24px 24px 0;
  color: #2e2e2e;
}
@media screen and (min-width: 1024px) {
  .sustainability_list_wrap .sustainability_item .sustainability_img_wrap .sustainability_img_title {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap .sustainability_img {
  margin-top: 24px;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap .sustainability_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: 0.5s;
}
.sustainability_list_wrap .sustainability_item .sustainability_img_wrap .sustainability_img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .news_banner_list_wrap {
    width: calc(100% - 620px - 24px);
    margin-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .news_banner_list_wrap {
    width: calc(100% - 780px - 24px);
  }
}
.news_banner_list_wrap .news_list {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .news_banner_list_wrap .news_list {
    margin-top: 0;
  }
}
.news_banner_list_wrap .news_list .item {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .news_banner_list_wrap .news_list .item {
    margin-top: 14px;
  }
}
.news_banner_list_wrap .news_list .item:nth-child(1) {
  margin-top: 0;
}
.news_banner_list_wrap .news_list .item a {
  border-radius: 16px;
  border: solid 2px transparent;
  background-image: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  background-clip: border-box;
  background-origin: border-box;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.news_banner_list_wrap .news_list .item .item_box {
  padding: 16px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .news_banner_list_wrap .news_list .item .item_box {
    padding: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .news_banner_list_wrap .news_list .item .item_box {
    padding: 16px;
  }
}
.news_banner_list_wrap .news_list .item .img_box {
  width: 160px;
  border-radius: 8px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.news_banner_list_wrap .news_list .item .img_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .news_banner_list_wrap .news_list .item .img_box {
    width: 144px;
  }
}
@media screen and (min-width: 1280px) {
  .news_banner_list_wrap .news_list .item .img_box {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .news_banner_list_wrap .news_list .item:hover .title {
    color: rgb(30, 90, 170);
  }
  .news_banner_list_wrap .news_list .item:hover .img_box::before {
    opacity: 0;
  }
}
.news_banner_list_wrap .news_list .item picture,
.news_banner_list_wrap .news_list .item img {
  width: 100%;
}
.news_banner_list_wrap .news_list .item .title {
  width: calc(100% - 160px - 16px);
  margin-left: 16px;
  color: #2e2e2e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .news_banner_list_wrap .news_list .item .title {
    font-size: 18px;
    font-size: 1.125rem;
    width: calc(100% - 144px - 16px);
  }
}
@media screen and (min-width: 1280px) {
  .news_banner_list_wrap .news_list .item .title {
    width: calc(100% - 180px - 16px);
    -webkit-line-clamp: 3;
  }
}

.info_open_wrap .info_open_list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list {
    flex-direction: row;
  }
}
.info_open_wrap .info_open_list .info_item {
  background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  box-shadow: 0px 4px 24px 0px rgba(30, 90, 170, 0.2);
  border-radius: 40px;
  padding: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  margin-top: 24px;
  flex-direction: column;
  width: 100%;
}
.info_open_wrap .info_open_list .info_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .info_item {
    width: 22%;
    margin-top: 0;
    margin-left: 24px;
    transition: 1s;
    flex-direction: row;
    align-items: center;
  }
  .info_open_wrap .info_open_list .info_item:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .info_item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .info_item.active {
    width: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .info_item.active {
    width: 588px;
  }
}
.info_open_wrap .info_open_list .info_item.active .item_info_wrap {
  height: 410px;
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .info_item.active .item_info_wrap {
    margin: 0;
    height: 472px;
    left: 223px;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .info_item.active .item_info_wrap {
    height: 472px;
    left: 246px;
  }
}
.info_open_wrap .info_open_list .info_item.active .item_img {
  padding-top: 0;
  height: 251px;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .info_item.active .item_img {
    height: 472px;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .info_item.active .item_img {
    width: 240px;
  }
}
.info_open_wrap .info_open_list .info_item.active .item_img .info_desc {
  opacity: 0;
}
.info_open_wrap .info_open_list .info_item:nth-child(1) .item_img, .info_open_wrap .info_open_list .info_item:nth-child(2) .item_img, .info_open_wrap .info_open_list .info_item:nth-child(3) .item_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info_open_wrap .info_open_list .info_item:nth-child(1) .item_img {
  background-image: url("../images/sustainability/Environment.jpg");
}
.info_open_wrap .info_open_list .info_item:nth-child(2) .item_img {
  background-image: url("../images/sustainability/Social.jpg");
}
.info_open_wrap .info_open_list .info_item:nth-child(3) .item_img {
  background-image: url("../images/sustainability/Governance.jpg");
}
.info_open_wrap .info_open_list .item_img {
  width: 100%;
  height: 550px;
  transition: 0.5s;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .item_img {
    width: 223px;
    height: 472px;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .item_img {
    width: 283px;
    height: 472px;
  }
}
.info_open_wrap .info_open_list .item_img picture,
.info_open_wrap .info_open_list .item_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .item_img picture,
  .info_open_wrap .info_open_list .item_img img {
    height: 100%;
  }
}
.info_open_wrap .info_open_list .item_img .info_title_wrap {
  max-width: 178px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(107.59deg, #BEDC82 0%, #3296C8 100%);
  border-radius: 40px 0;
  padding: 0 4px 4px 0;
}
.info_open_wrap .info_open_list .item_img .info_title_wrap .info_title_box {
  padding: 6px 32px;
  border-radius: 40px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.info_open_wrap .info_open_list .item_img .info_title_wrap .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #2e2e2e;
}
.info_open_wrap .info_open_list .item_img .info_title_wrap .title_en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #535353;
}
.info_open_wrap .info_open_list .item_img .info_desc {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 0;
  margin: 24px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7em;
  font-weight: 500;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: 0.5s;
}
.info_open_wrap .info_open_list .item_info_wrap {
  width: 100%;
  height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .item_info_wrap {
    width: 285px;
    height: 472px;
    position: absolute;
    left: 224px;
  }
}
@media screen and (min-width: 1280px) {
  .info_open_wrap .info_open_list .item_info_wrap {
    width: 322px;
    height: 472px;
    left: 280px;
  }
}
.info_open_wrap .info_open_list .item_info_wrap .item_info_area {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .info_open_wrap .info_open_list .item_info_wrap .item_info_area {
    padding: 0 20px;
  }
}
.info_open_wrap .info_open_list .item_info_wrap .desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7em;
  font-weight: 500;
  color: #fff;
}
.info_open_wrap .info_open_list .item_info_wrap .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  color: #2e2e2e;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  margin-top: 8px;
  padding-top: 8px;
  display: flex;
  text-align: center;
  justify-content: space-around;
  gap: 20px;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data .text,
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data .num {
  color: #2e2e2e;
  font-family: Noto Sans TC;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data .text span,
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data .num span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 4px;
  box-sizing: border-box;
}
.info_open_wrap .info_open_list .item_info_wrap .list .item .item_data .num {
  margin-top: 8px;
}

.partner_wrap .partner_logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .partner_wrap .partner_logo_list {
    gap: 24px;
  }
}
.partner_wrap .partner_logo_list > .item {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .partner_wrap .partner_logo_list > .item {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .partner_wrap .partner_logo_list > .item {
    width: 180px;
  }
}
.partner_wrap .partner_logo_list > .item picture,
.partner_wrap .partner_logo_list > .item img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */