@charset "UTF-8";
.ccc_mainImg {
  width: 100%;
  height: auto;
  min-height: fit-content;
  background: url(/images/blue_cloud.svg) no-repeat center bottom/contain, url(/images/light_bg.png) no-repeat center bottom/cover, url(/images/ccc-mainImg.webp) no-repeat center/cover;
  position: relative;
}
.ccc_mainImg .title_wrap {
  margin: auto;
  padding: 90px 20px 250px 20px;
}
.ccc_mainImg .title_wrap .ccc_logo {
  display: block;
  width: 226px;
  height: auto;
  margin: 0 auto 32px auto;
}
.ccc_mainImg .title_wrap h1, .ccc_mainImg .title_wrap h2, .ccc_mainImg .title_wrap p {
  text-align: center;
  margin: 0 auto;
}
.ccc_mainImg .title_wrap h1 {
  font-size: 64px;
  font-weight: 600;
  background: -webkit-linear-gradient(0deg, #16A452, #0965A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ccc_mainImg .title_wrap h2 {
  margin: 16px 0;
  font-size: 32px;
  color: #024665;
}
.ccc_mainImg .title_wrap p {
  max-width: 1042px;
  margin-top: 10px;
  color: #024665;
  font-size: 21px;
  font-weight: 400;
}

.intro_block {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: -9998;
}

.note_case {
  display: inline-block;
  font-size: 62px;
  color: #cfcfcf;
  margin-left: 34px;
  padding: 10px 6px 14px 6px;
  position: relative;
  margin-bottom: 48px;
}
.note_case::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-10deg);
  z-index: -1;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}

.main_title {
  font-size: 48px;
  font-weight: 500;
  color: #005AA3;
  padding-left: 40px;
  text-align: center;
  line-height: 1.3;
}
.main_title .long_arrow {
  display: inline-block;
  width: 167px;
  height: auto;
  vertical-align: middle;
  opacity: 0.5;
}

.intro_content {
  padding-bottom: 80px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: -9999;
}
.intro_content h4, .intro_content p {
  color: #2f2f2f;
  text-align: center;
}
.intro_content h4 {
  font-size: 30px;
  margin-bottom: 12px;
}
.intro_content p {
  max-width: 660px;
  font-size: 19px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  margin-bottom: 36px;
  text-align: left;
}
.intro_content ul {
  width: fit-content;
  margin: 0 auto;
}
.intro_content ul > li {
  display: inline-block;
  width: 232px;
  position: relative;
}
.intro_content ul > li h5 {
  padding-left: 26px;
  text-align: center;
  color: #005AA3;
  margin-bottom: 12px;
  text-decoration: underline;
}
.intro_content ul > li .intro_step {
  position: relative;
  width: 210px;
  height: 250px;
  overflow: hidden;
  transform: skew(-10deg); /* 整體傾斜 */
}
.intro_content ul > li .intro_step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.2), rgb(0, 90, 163));
  z-index: 2;
  pointer-events: none;
}
.intro_content ul > li .intro_step img {
  outline: 1px solid #f00;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -22px;
  left: -19px;
  object-fit: cover;
  transform: skew(10deg); /* 補回來圖片不要變形 */
  position: relative;
  z-index: 1;
}
.intro_content ul > li .intro_step span, .intro_content ul > li .intro_step p {
  color: #fff;
  transform: skew(10deg); /* 補回來圖片不要變形 */
}
.intro_content ul > li .intro_step span {
  position: absolute;
  font-size: 38px;
  padding-left: 15px;
  padding-top: 10px;
  top: 10px;
  left: 0;
  z-index: 99;
}
.intro_content ul > li .intro_step p {
  position: absolute;
  font-size: 17px;
  width: 200px;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-right: 14px;
  padding-left: 24px;
  margin-bottom: 18px;
  z-index: 98;
}
.intro_content ul > li .intro_step p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.6588235294);
}
.intro_content ul > li .short_arrow {
  display: inline-block;
  width: 81px;
  height: auto;
  position: absolute;
  right: -33px;
  top: 4px;
}

.intro_mainimg {
  max-width: 500px;
  padding-top: 100px;
  padding-bottom: 0;
}

.intro01 {
  background: url(/images/blur_bg.svg) no-repeat 100% 100%/contain;
}
.intro01 .intro_content {
  background: url(/images/mile_map.svg) no-repeat 94% 95%/auto 277px;
  padding-bottom: 150px;
}

.intro02 {
  background: url(/images/bike_bg.png) no-repeat 100% 50%/auto 500px;
}
.intro02 .note_case {
  float: right;
}

.intro03 {
  padding-bottom: 40px;
  background: url(/images/factory_bg.png) no-repeat 100% -13%/auto 440px, url(/images/blur_bg.svg) no-repeat 110% 100%/contain;
}
.intro03 .intro_mainimg {
  max-width: unset;
}

.ending_part {
  background: url(/images/esg_bg.webp) no-repeat 100% 100%/cover;
  padding: 80px 40px;
}
.ending_part h3, .ending_part h5, .ending_part p {
  color: #fff;
}

@media screen and (max-width: 1399.98px) {
  .intro_content {
    padding-top: 30px;
  }
  .intro03 {
    padding-bottom: 0px;
    background: url(/images/factory_bg.png) no-repeat 90% 100%/auto 440px, url(/images/blur_bg.svg) no-repeat 100% 100%/contain;
  }
  .intro03 .intro_mainimg {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ccc_mainImg .title_wrap {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .ccc_mainImg .title_wrap h1 {
    font-size: 50px;
  }
  .ccc_mainImg .title_wrap h2 {
    font-size: 27px;
  }
  .ccc_mainImg .title_wrap p {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .ccc_mainImg .title_wrap {
    padding: 60px 60px 140px 60px;
  }
  .ccc_mainImg .title_wrap h1 {
    font-size: 44px;
  }
  .ccc_mainImg .title_wrap h2 {
    font-size: 27px;
  }
  .ccc_mainImg .title_wrap p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767.98px) {
  .ccc_mainImg {
    background: url(/images/blue_cloud.svg) no-repeat center bottom/auto 300px, url(/images/light_bg.png) no-repeat center bottom/cover, url(/images/ccc-mainImg.webp) no-repeat 37% 100%/cover;
  }
  .ccc_mainImg .title_wrap {
    padding: 60px 25px 140px 25px;
  }
  .ccc_mainImg .title_wrap .ccc_logo {
    width: 190px;
    height: auto;
    margin-bottom: 16px;
  }
  .ccc_mainImg .title_wrap h1, .ccc_mainImg .title_wrap h2, .ccc_mainImg .title_wrap p {
    text-align: justify;
  }
  .ccc_mainImg .title_wrap h1 {
    font-size: 34px;
  }
  .ccc_mainImg .title_wrap h2 {
    font-size: 21px;
    margin-top: 16px;
  }
  .ccc_mainImg .title_wrap p {
    font-size: 19px;
  }
  .intro_mainimg {
    padding-top: 40px;
  }
  .intro_block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .intro_block .note_case {
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 36px;
  }
  .intro_block .main_title {
    padding-left: 0;
    font-size: 40px;
    line-height: 1.3em;
    text-align: left;
  }
  .intro_block .intro_content {
    padding-top: 0;
  }
  .intro02 .main_title {
    text-align: right;
  }
  .intro03 {
    background: none;
  }
  .intro_content {
    padding-bottom: 60px;
  }
  .intro_content h4, .intro_content p {
    text-align: justify;
  }
  .intro_content p {
    margin-bottom: 0;
  }
  .intro_content ul {
    text-align: center;
  }
  .intro_content ul > li {
    margin-top: 32px;
  }
  .intro01 .intro_content {
    padding-bottom: 60px;
    margin-bottom: 40px;
    background: url(/images/mile_map.svg) no-repeat 94% 100%/auto 100px;
  }
  .intro_content ul > li .short_arrow {
    display: none;
  }
  .ending_part {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=carbonchaincloud_product.css.map */