@charset "UTF-8";
/* ===============
 SDG
================= */
.sdg-section {
  color: #333333;
}

.sdg-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sdg-container .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sdg-container [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439.9px) {
  .sdg-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sdg-container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sdg-container [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sdg-heading-row {
  align-items: flex-end;
  margin-bottom: 3.3333333333vw;
}

.sdg-heading {
  font-size: calc(1.5rem + 3vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .sdg-heading {
    font-size: 3.75rem;
  }
}
.sdg-heading mark {
  color: #333333;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  position: relative;
}
.sdg-heading mark::before {
  background-color: #A2ED9F;
  content: "";
  display: block;
  height: 0.3em;
  border-radius: 0 0.15em 0.15em 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 0.065em;
  width: 0;
  z-index: -1;
}
.sdg-heading mark.anim-in::before {
  width: 102%;
}
@media (max-width: 767.98px) {
  .sdg-heading {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .sdg-heading {
    font-size: 2.5rem;
  }
}

.sdg-lead-row .lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .sdg-lead-row .lead {
    font-size: 1.125rem;
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  .sdg-lead-row {
    align-items: center;
  }
}

.sdgs-tile {
  display: flex;
  flex-wrap: nowrap;
}
.sdgs-tile .sdg-icon + .sdg-icon {
  margin-left: 8px;
}

.sdg-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sdg-icon[href]:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .sdg-icon {
    height: 56px;
    width: 56px;
  }
}

.sdg-swiper {
  --swiper-pagination-bullet-horizontal-gap:10px;
  --swiper-pagination-bullet-width:12px;
  --swiper-pagination-bullet-height:12px;
  --swiper-theme-color:#03A64A;
}
.sdg-swiper .swiper-pagination-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sdg-swiper .swiper-pagination-bullet-active {
  position: relative;
  pointer-events: none;
}
.sdg-swiper .swiper-pagination-bullet-active::after {
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .sdg-swiper {
    --swiper-navigation-size: 24px;
  }
}

/* ======================
 * Section - 實踐永續
 ====================== */
.sdg-cert {
  padding-top: 6.25vw;
  padding-bottom: 12.5vw;
}

.sdg-cert-toggle {
  background-color: #fff;
  border-radius: 24px 0 0 0;
  margin: 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 52px;
  width: 52px;
  z-index: 5;
}
.sdg-cert-toggle .ico-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 13.3333H18.6667V0H13.3333V13.3333H0V18.6667H13.3333V32H18.6667V18.6667H32V13.3333Z' fill='%2303A64A'/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 32px;
  width: 32px;
}

.sdg-cert-tile {
  border-radius: 0 28px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 44/56;
}
.sdg-cert-tile .figure {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sdg-cert-tile .figure figcaption {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  display: flex;
  padding: 1em 1em 0;
  justify-content: center;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  height: 200px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .sdg-cert-tile .figure figcaption {
    font-size: 2rem;
  }
}
.sdg-cert-tile .figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.sdg-cert-tile .tile-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.sdg-cert-tile .tile-detail {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0;
  padding: 2.0833333333vw;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.sdg-cert-tile.show-detail .tile-overlay {
  opacity: 1;
}
.sdg-cert-tile.show-detail .tile-detail {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sdg-cert-tile.show-detail .sdg-cert-toggle .ico-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.sdg-cert-tile.hide-detail .tile-overlay {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sdg-cert-tile.hide-detail .tile-detail {
  opacity: 0;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.sdg-cert-tile.hide-detail .sdg-cert-toggle .ico-plus {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sdg-cert-swiper .swiper-slide {
  width: 440px;
}

@media (max-width: 1399.98px) {
  .sdg-cert-tile {
    border-radius: 0 28px;
  }
  .sdg-cert-toggle {
    border-radius: 24px 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .sdg-cert-tile {
    border-radius: 0 16px;
  }
  .sdg-cert-tile .tile-detail {
    padding: 32px 24px;
  }
  .sdg-cert-tile .figure figcaption {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .sdg-cert-tile .figure figcaption {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199.98px) {
  .sdg-cert-toggle {
    border-radius: 16px 0 0 0;
  }
  .sdg-cert-swiper .swiper-slide {
    width: 380px;
  }
}
@media (max-width: 767.98px) {
  .sdg-cert {
    padding-top: 48px;
    padding-bottom: 100px;
  }
  .sdg-cert-toggle {
    height: 44px;
    width: 44px;
  }
  .sdg-cert-toggle .ico-plus {
    height: 28px;
    width: 28px;
  }
  .sdg-cert-swiper .swiper-slide {
    width: 320px;
  }
}
/* ======================
 * Section - 庇護工場
 ====================== */
.sdg-workshop {
  background-color: #E1F4F9;
  margin-bottom: 24px;
  padding-top: 8.8541666667vw;
  padding-bottom: 160px;
  position: relative;
}
.sdg-workshop .sdg-oe {
  display: block;
  position: absolute;
}
.sdg-workshop .sdg-oe.oe-top {
  aspect-ratio: 589/268;
  background: url(../images/sdgs/sdg_workshop_ill01.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  top: 0;
  left: 50%;
  width: 25vw;
  z-index: 2;
}
.sdg-workshop .sdg-oe.oe-bottom {
  background: url(../images/sdgs/sdg_workshop_ill02.png) repeat-x;
  background-size: auto 100%;
  bottom: 0;
  left: 0;
  height: 97px;
  width: 100%;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  z-index: 2;
}
.sdg-workshop .sdg-oe[class*=oe-cloud-] {
  background-size: cover;
  z-index: 0;
}
.sdg-workshop .sdg-oe.oe-cloud-lt1, .sdg-workshop .sdg-oe.oe-cloud-rt1 {
  aspect-ratio: 186/52;
  background-image: url("data:image/svg+xml,%3Csvg width='186' height='52' viewBox='0 0 186 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.1336 0.0134292C9.42736 -0.786364 -0.16498 34.3379 0.00213355 52H184.001C185.105 52 186 51.1048 186 50.0005C186 48.8962 185.105 48.001 184.001 48.001H163.941C165.779 46.5014 167.851 41.5027 161.434 33.5048C155.017 25.5068 145.391 29.1726 141.381 32.0052C143.219 27.3397 143.185 17.209 128.346 14.0098C113.506 10.8106 106.12 24.6737 104.281 32.0052C102.443 21.6745 88.8399 0.813223 49.1336 0.0134292Z' fill='white'/%3E%3C/svg%3E%0A");
}
.sdg-workshop .sdg-oe.oe-cloud-lt2, .sdg-workshop .sdg-oe.oe-cloud-rt2 {
  aspect-ratio: 95/33;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='34' viewBox='0 0 96 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.57924 27.8421C0.142177 29.0737 -0.128607 32.4605 0.0406332 34H94.9737C95.5405 34 96 33.5405 96 32.9737C96 32.4069 95.5405 31.9474 94.9737 31.9474H85.3378C86.9626 25.7895 81.2761 25.2763 78.2297 25.7895C80.4299 19.8026 80.4637 6.49469 62.9981 1.15784C45.5325 -4.17901 37.4428 10.2236 35.5812 18.0921C33.381 15.0131 26.8483 9.67628 18.3186 12.9605C9.78891 16.2447 9.34888 25.2763 10.1951 29.3816C9.17964 27.3289 5.62557 26.3026 2.57924 27.8421Z' fill='white'/%3E%3C/svg%3E%0A");
}
.sdg-workshop .sdg-oe.oe-cloud-lb1, .sdg-workshop .sdg-oe.oe-cloud-lb2 {
  aspect-ratio: 164/39;
  background-image: url("data:image/svg+xml,%3Csvg width='164' height='38' viewBox='0 0 164 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.908 0.401039C42.7607 3.56727 37.0593 24.1478 37.227 34.0422H0V38H164V34.0422H148.405C150.417 32.8879 153.234 29.1939 148.405 23.653C143.575 18.1121 137.002 20.3549 134.319 22.1689C135.493 19.0356 135.124 12.1755 124.258 9.80078C113.391 7.42611 108.998 17.0567 108.16 22.1689C104.47 13.5937 91.0552 -2.76519 66.908 0.401039Z' fill='white'/%3E%3C/svg%3E");
}
.sdg-workshop .sdg-oe.oe-cloud-lt1 {
  opacity: 0.8;
  top: 156px;
  left: 5.5729166667%;
  width: 9.6875vw;
}
.sdg-workshop .sdg-oe.oe-cloud-lt2 {
  opacity: 0.7;
  top: 208px;
  left: 16.40625%;
  width: 4.9479166667vw;
}
.sdg-workshop .sdg-oe.oe-cloud-lb1 {
  opacity: 0.9;
  bottom: 204px;
  left: 13.59375%;
  width: 8.4895833333vw;
}
.sdg-workshop .sdg-oe.oe-cloud-lb2 {
  opacity: 0.7;
  bottom: 170px;
  left: 20.9895833333%;
  width: 7.9166666667vw;
}
.sdg-workshop .sdg-oe.oe-cloud-rt1 {
  opacity: 0.9;
  top: 240px;
  right: 6.4583333333%;
  width: 9.6875vw;
}
.sdg-workshop .sdg-oe.oe-cloud-rt2 {
  opacity: 0.7;
  top: 320px;
  right: 1.6666666667%;
  width: 8.4895833333vw;
}
.sdg-workshop .sdg-container {
  position: relative;
  z-index: 1;
}
.sdg-workshop .sdg-heading {
  color: #076270;
  text-align: center;
  margin-bottom: 0;
}
.sdg-workshop .sdg-heading .heading-text {
  display: inline;
  background-image: url("data:image/svg+xml,%3Csvg width='1000' height='20' viewBox='0 0 1000 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1000' height='20' rx='10' fill='%23F8EC66'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1em;
  padding: 0 0.1em 0.3em;
}
@media (max-width: 767.98px) {
  .sdg-workshop .sdg-heading {
    font-size: calc(1.4rem + 1.8vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .sdg-workshop .sdg-heading {
    font-size: 2.75rem;
  }
}
.sdg-workshop .sdgw-row > .col {
  padding-left: 0;
  padding-right: 0;
}

.sdgw-card {
  background-color: #fff;
  border-radius: 28px 28px 0 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 48px;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .sdgw-card {
    font-size: 1.375rem;
  }
}
.sdgw-card .card-head {
  border-bottom: solid 3px #b6e4f0;
  padding-bottom: 20px;
  position: relative;
}
.sdgw-card .card-body {
  flex-grow: 1;
  padding: 20px 0 24px;
  line-height: 1.7;
}
.sdgw-card .card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sdgw-card .heading {
  font-size: calc(1.4rem + 1.8vw);
  line-height: 1.1;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sdgw-card .heading {
    font-size: 2.75rem;
  }
}
.sdgw-card .lead {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sdgw-card .lead {
    font-size: 1.875rem;
  }
}

.sdgw-more {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 8px 28px 8px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sdgw-more::before {
  background-image: url("data:image/svg+xml,%3Csvg width='123' height='18' viewBox='0 0 123 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M109.655 1L120 16H0' stroke='%2371DAE6' stroke-width='3'/%3E%3C/svg%3E");
  background-position: right center;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 18px;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sdgw-more:hover {
  color: #076270;
}
.sdgw-more:hover::before {
  left: 8px;
}

.sdgw-img {
  border-radius: 28px 28px 28px 0;
  display: block;
}

.sdgw-row {
  padding-top: 104px;
}
.sdgw-row .col-text,
.sdgw-row .col-img {
  width: calc(50% + 20px);
  position: relative;
}
.sdgw-row .col-text {
  margin-right: -20px;
  -webkit-transform: translateY(-48px);
          transform: translateY(-48px);
  z-index: 1;
}
.sdgw-row .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: -20px;
  padding-top: 40px;
  z-index: 0;
}
.sdgw-row .col-img .figure {
  display: block;
  margin: 0;
  position: relative;
}
.sdgw-row .col-img .figure::before, .sdgw-row .col-img .figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sdgw-row .col-img .figure::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 80px;
  top: 0;
}
.sdgw-row .col-img .figure::after {
  background-color: #8cd5e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#62c5e0), color-stop(40%, #a1ddec));
  background: linear-gradient(180deg, #62c5e0 0%, #a1ddec 40%);
  height: 48px;
  width: 40px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.sdgw-row .col-img .sdgw-video {
  background-color: #000000;
  aspect-ratio: 16/9;
  border-radius: 28px 28px 28px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sdgw-row .col-img .sdgw-video::before, .sdgw-row .col-img .sdgw-video::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sdgw-row .col-img .sdgw-video::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 80px;
  top: 0;
}
.sdgw-row .col-img .sdgw-video::after {
  background-color: #8cd5e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#62c5e0), color-stop(40%, #a1ddec));
  background: linear-gradient(180deg, #62c5e0 0%, #a1ddec 40%);
  height: 48px;
  width: 40px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.sdgw-row .col-img .sdgw-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 0;
}

.sdg-workshop-swiper.sdg-swiper {
  --swiper-theme-color: #71DAE6;
  padding-bottom: 72px;
}
.sdg-workshop-swiper.sdg-swiper .swiper-button-wrapper {
  width: 100%;
  max-width: 1520px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 1399.98px) {
  .sdgw-card {
    font-size: 1.25rem;
    padding: 32px;
  }
  .sdgw-card .card-body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sdgw-card .heading {
    font-size: calc(1.3625rem + 1.35vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .sdgw-card .heading {
    font-size: 2.375rem;
  }
}
@media (max-width: 1399.98px) {
  .sdgw-card .lead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .sdgw-card .lead {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399.98px) {
  .sdgw-row {
    padding-top: 64px;
  }
  .sdgw-row .col-text {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .sdgw-row .col-img {
    padding-top: 20px;
  }
  .sdgw-row .col-img .figure::after {
    height: 24px;
  }
}
@media (max-width: 1199.98px) {
  .sdgw-card {
    font-size: 1rem;
    padding: 24px;
  }
  .sdgw-card .heading {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .sdgw-card .heading {
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .sdgw-card .lead {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .sdgw-card .lead {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .sdgw-row {
    padding-top: 24px;
  }
  .sdgw-row .col-text,
  .sdgw-row .col-img {
    width: 100%;
    min-width: 100%;
  }
  .sdgw-row .col-text {
    margin-right: 0;
    order: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sdgw-row .col-img {
    margin-left: 0;
    padding: 0;
    order: 0;
  }
  .sdgw-row .col-img .figure::before, .sdgw-row .col-img .figure::after {
    display: none;
  }
  .sdgw-img {
    border-radius: 16px 16px 0 0;
  }
  .sdgw-card {
    border-radius: 0 0 16px 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .sdg-workshop {
    padding-top: 21.7948717949vw;
    padding-bottom: 48px;
  }
  .sdg-workshop .sdg-oe.oe-top {
    -webkit-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%);
    width: 61.5384615385vw;
  }
  .sdg-workshop .sdg-oe.oe-bottom {
    height: 60px;
  }
  .sdg-workshop .sdg-oe.oe-cloud-lt1 {
    left: 13.9322916667%;
    width: 24.21875vw;
  }
  .sdg-workshop .sdg-oe.oe-cloud-lt2 {
    left: 41.015625%;
    width: 12.3697916667vw;
  }
  .sdg-workshop .sdg-oe.oe-cloud-lb1 {
    left: 33.984375%;
    width: 21.2239583333vw;
  }
  .sdg-workshop .sdg-oe.oe-cloud-lb2 {
    left: 52.4739583333%;
    width: 19.7916666667vw;
  }
  .sdg-workshop .sdg-oe.oe-cloud-rt1 {
    right: 16.1458333333%;
    width: 24.21875vw;
  }
  .sdg-workshop .sdg-oe.oe-cloud-rt2 {
    right: 4.1666666667%;
    width: 21.2239583333vw;
  }
}
/* ======================
 * Section - 公益責任
 ====================== */
.sdg-csr {
  padding-top: 8.3333333333vw;
  padding-bottom: 6.25vw;
}

.sdg-csr-tile {
  background-color: #ccc;
  aspect-ratio: 980/520;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.sdg-csr-tile .figure {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sdg-csr-tile .figure figcaption {
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  display: flex;
  padding: 0 1em 0.8725em;
  align-items: flex-end;
  font-size: calc(1.4rem + 1.8vw);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  height: 30.7692307692%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .sdg-csr-tile .figure figcaption {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199.98px) {
  .sdg-csr-tile .figure figcaption {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .sdg-csr-tile .figure figcaption {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .sdg-csr-tile .figure figcaption {
    font-size: 1.5rem;
    height: 40%;
  }
}
.sdg-csr-tile .figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.sdg-csr-tile .ico-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44C9.84974 44 0 34.1503 0 22C0 9.84974 9.84974 0 22 0ZM22 11.5C20.9456 11.5 20.0908 12.1716 20.0908 13V20.0908H13C12.1716 20.0908 11.5 20.9456 11.5 22C11.5 23.0544 12.1716 23.9092 13 23.9092H20.0908V31C20.0908 31.8284 20.9456 32.5 22 32.5C23.0544 32.5 23.9092 31.8284 23.9092 31V23.9092H31C31.8284 23.9092 32.5 23.0544 32.5 22C32.5 20.9456 31.8284 20.0908 31 20.0908H23.9092V13C23.9092 12.1716 23.0544 11.5 22 11.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  display: block;
  position: absolute;
  right: 26px;
  bottom: 26px;
  height: 44px;
  width: 44px;
}
@media (max-width: 991.98px) {
  .sdg-csr-tile .ico-plus {
    height: 32px;
    width: 32px;
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .sdg-csr-tile .ico-plus {
    height: 24px;
    width: 24px;
  }
}

.sdg-csr-swiper.sdg-swiper {
  padding-bottom: 72px;
}
.sdg-csr-swiper.sdg-swiper .swiper-slide:not(.swiper-slide-active) .sdg-csr-tile {
  opacity: 0.4;
}
.sdg-csr-swiper.sdg-swiper .swiper-slide.swiper-slide-active .sdg-csr-tile {
  cursor: pointer;
}

.modal-csr {
  color: #333333;
}
.modal-csr .modal-dialog {
  max-width: 940px;
}
.modal-csr .modal-content {
  background-color: #fff;
  border-radius: 28px;
  border-width: 0;
  overflow: hidden;
}
.modal-csr .modal-header {
  background-color: #E1F4F9;
  border-width: 0;
  overflow: hidden;
  position: relative;
}
.modal-csr .modal-header img {
  aspect-ratio: 980/520;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.modal-csr .modal-header .close {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 44px;
  width: 44px;
  margin: 0;
  opacity: 1;
}
.modal-csr .modal-header .close .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4247 4.57542C20.1702 5.32096 20.2998 6.40028 19.714 6.98607L14.7 12L19.714 17.014C20.2998 17.5998 20.1702 18.6791 19.4247 19.4247C18.6791 20.1702 17.5998 20.2998 17.014 19.714L12 14.7L6.98607 19.714C6.40028 20.2998 5.32096 20.1702 4.57542 19.4247C3.82987 18.6791 3.7003 17.5998 4.28608 17.014L9.30005 12L4.28608 6.98607C3.7003 6.40028 3.82987 5.32096 4.57542 4.57542C5.32096 3.82987 6.40028 3.7003 6.98607 4.28608L12 9.30005L17.014 4.28608C17.5998 3.7003 18.6791 3.82987 19.4247 4.57542Z' fill='black'/%3E%3C/svg%3E");
  display: block;
  width: 24px;
  height: 24px;
}
.modal-csr .modal-header .close:hover {
  background-color: #fff;
}
.modal-csr .modal-body {
  background-color: transparent;
  border-width: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal-csr .modal-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.modal-csr .modal-article {
  line-height: 1.7;
  font-size: 1.125rem;
}
.modal-csr .modal-article .heading {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.75em;
}
@media (min-width: 1200px) {
  .modal-csr .modal-article .heading {
    font-size: 2rem;
  }
}
.modal-csr .modal-article .lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 0.75em;
  position: relative;
}
.modal-csr .modal-article .lead::before {
  background-color: #04BF55;
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0.1em;
  bottom: 0;
}
.modal-csr.fade {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.modal-csr.fade:not(.show) {
  opacity: 0;
}
.modal-csr.fade .modal-dialog {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: scale(0.5) translate(0, 30%);
          transform: scale(0.5) translate(0, 30%);
}
.modal-csr.fade.show .modal-dialog {
  -webkit-transform: scale(1) translate(0, -50px);
          transform: scale(1) translate(0, -50px);
}
.modal-csr.show ~ .modal-backdrop.show {
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .sdg-csr {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .modal-csr .modal-body {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .modal-csr .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ======================
 * Section - 永續發展目標
 ====================== */
.sdg-goal {
  background-color: #F0F0F0;
  padding-top: 8.3333333333vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 767.98px) {
  .sdg-goal {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.sdgg-row > [class*=col] {
  margin-bottom: 40px;
}
@media (max-width: 1439.9px) {
  .sdgg-row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .sdgg-row > [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

.sdgg-tile {
  background-color: #fff;
  border-radius: 28px;
  height: 100%;
  padding: 32px;
  min-height: 240px;
}
.sdgg-tile .tile-ico {
  height: 64px;
  width: 64px;
  margin-bottom: 8px;
}
.sdgg-tile .tile-ico svg {
  height: auto;
  width: 100%;
}
.sdgg-tile .tile-text {
  font-size: 1.25rem;
  padding: 8px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .sdgg-tile {
    min-height: 120px;
    padding: 20px 10px;
  }
  .sdgg-tile .tile-ico {
    margin-bottom: 4px;
  }
  .sdgg-tile .tile-text {
    font-size: 1.125rem;
  }
}

.env-ico-co2 .ei-pointer {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  -webkit-transform-origin: 36px 30px;
          transform-origin: 36px 30px;
}
.env-ico-co2.anim-in .ei-pointer {
  -webkit-animation: envCo2Pointer 2s ease-in-out forwards;
          animation: envCo2Pointer 2s ease-in-out forwards;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes envCo2Pointer {
  0% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  90% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  100% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
}

@keyframes envCo2Pointer {
  0% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  90% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  100% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
}
.env-ico-earth .ei-leaf {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.env-ico-earth.anim-in .ei-leaf {
  -webkit-animation: envEarthLeaf 1.5s ease-in-out forwards;
          animation: envEarthLeaf 1.5s ease-in-out forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.env-ico-earth.anim-in .ei-map {
  -webkit-animation: envEarthMap 1.5s linear forwards;
          animation: envEarthMap 1.5s linear forwards;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes envEarthLeaf {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes envEarthLeaf {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes envEarthMap {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-99.9%);
            transform: translateX(-99.9%);
  }
}
@keyframes envEarthMap {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-99.9%);
            transform: translateX(-99.9%);
  }
}
.env-ico-energy.anim-in .ei-leaf {
  -webkit-transform-origin: 48px 42px;
          transform-origin: 48px 42px;
  -webkit-animation: envEnergyLeaf 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
          animation: envEnergyLeaf 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
}
.env-ico-energy.anim-in .ei-line {
  -webkit-animation: envEnergyLine 1s ease-out forwards;
          animation: envEnergyLine 1s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.env-ico-energy.anim-in .ei-plug {
  -webkit-animation: envEnergyPlug 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
          animation: envEnergyPlug 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transform-origin: 42px 57px;
          transform-origin: 42px 57px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes envEnergyLeaf {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes envEnergyLeaf {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes envEnergyLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes envEnergyLine {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes envEnergyPlug {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes envEnergyPlug {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.env-ico-factory.anim-in .ei-smoke {
  -webkit-animation: envFactorySmoke 1s ease-out forwards;
          animation: envFactorySmoke 1s ease-out forwards;
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
}

@-webkit-keyframes envFactorySmoke {
  to {
    stroke-dashoffset: 300;
  }
}

@keyframes envFactorySmoke {
  to {
    stroke-dashoffset: 300;
  }
}
.env-ico-tree.anim-in [class*=ei-tree-] {
  -webkit-animation: envTree 1s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
          animation: envTree 1s cubic-bezier(0.47, 1.64, 0.41, 0.8) forwards;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.env-ico-tree.anim-in .ei-tree-m {
  -webkit-transform-origin: center 53px;
          transform-origin: center 53px;
}
.env-ico-tree.anim-in .ei-tree-l {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-transform-origin: 21px 53px;
          transform-origin: 21px 53px;
}
.env-ico-tree.anim-in .ei-tree-r {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-transform-origin: 51px 53px;
          transform-origin: 51px 53px;
}

@-webkit-keyframes envTree {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes envTree {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.env-ico-recycle.anim-in [class*=ei-path-] {
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  -webkit-animation: envRecyclePath 0.5s ease-out forwards;
          animation: envRecyclePath 0.5s ease-out forwards;
}
.env-ico-recycle.anim-in .ei-path-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.env-ico-recycle.anim-in .ei-path-3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.env-ico-recycle.anim-in [class*=ei-arrow-] {
  transform-box: fill-box;
  offset-anchor: 50% 50%;
  offset-rotate: auto;
  -webkit-animation: envRecycleArrow 2s ease-in-out forwards;
          animation: envRecycleArrow 2s ease-in-out forwards;
  opacity: 0;
}
.env-ico-recycle.anim-in .ei-arrow-1 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-transform-origin: 60% 40%;
          transform-origin: 60% 40%;
  offset-path: path("M24.0915 29.3366L31.597 16.3366C33.5215 13.0033 38.3328 13.0033 40.2573 16.3366L45.5978 25.5866");
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.env-ico-recycle.anim-in .ei-arrow-2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 74% 50%;
          transform-origin: 74% 50%;
  offset-path: path("M52.7432 37.5L60.2487 50.5C62.1732 53.8333 59.7676 58 55.9186 58H45.2376");
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.env-ico-recycle.anim-in .ei-arrow-3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 60% 60%;
          transform-origin: 60% 60%;
  offset-path: path("M30.8484 57.7501L15.8373 57.7501C11.9883 57.7501 9.58268 53.5835 11.5072 50.2501L16.8477 41.0001");
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes envRecyclePath {
  0% {
    stroke-dashoffset: 36;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes envRecyclePath {
  0% {
    stroke-dashoffset: 36;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes envRecycleArrow {
  0% {
    opacity: 0;
    offset-distance: 0%;
  }
  30% {
    opacity: 1;
    offset-distance: 100%;
  }
  100% {
    offset-distance: 100%;
    opacity: 1;
  }
}
@keyframes envRecycleArrow {
  0% {
    opacity: 0;
    offset-distance: 0%;
  }
  30% {
    opacity: 1;
    offset-distance: 100%;
  }
  100% {
    offset-distance: 100%;
    opacity: 1;
  }
}
/*# sourceMappingURL=sdg.css.map */
