@charset "UTF-8";
.caseDetailItem {
  width: 100%;
}
.caseDetailItem .page-path {
  top: auto;
  bottom: calc(100% - 200px);
}
@media only screen and (max-width: 1400px) {
  .caseDetailItem .page-path {
    bottom: calc(100% - 120px);
  }
}
.caseDetailItem .all-banner {
  width: 100%;
}
.caseDetailItem .all-banner .container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .container {
    min-height: 100%;
  }
}
.caseDetailItem .all-banner .container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .container:before {
    content: none;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .container .banner-power {
    display: none;
  }
}
.caseDetailItem .all-banner .bg-group {
  padding-bottom: 0;
  height: 100%;
}
.caseDetailItem .all-banner .bg-control:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.caseDetailItem .all-banner .banner-text {
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .all-banner .banner-text {
    top: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .banner-text {
    padding: 0 25px;
    top: 50%;
  }
}
.caseDetailItem .all-banner .banner-text .text-wrap {
  max-width: 100%;
}
.caseDetailItem .all-banner .banner-text .content {
  width: 100%;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-height: 1.5625rem;
  max-height: 15.625rem;
}
.caseDetailItem .all-banner .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .caseDetailItem .all-banner .sub {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .sub {
    font-size: 1rem;
  }
}
.caseDetailItem .all-banner .sub .sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.caseDetailItem .all-banner .sub .sub-item span {
  margin-right: 5px;
}
.caseDetailItem .all-banner .sub .sub-item:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner .sub .sub-item:not(:last-child) {
    margin-right: 15px;
  }
}
.caseDetailItem .all-banner .title {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.caseDetailItem .all-banner.nobg .page-path .path {
  color: #000;
}
.caseDetailItem .all-banner.nobg .page-path .path + .path::before {
  color: #000;
}
.caseDetailItem .all-banner.nobg .bg-group {
  display: none;
}
.caseDetailItem .all-banner.nobg .container {
  max-height: 900px;
  min-height: 750px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner.nobg .container {
    min-height: 550px;
    max-height: 550px;
  }
}
.caseDetailItem .all-banner.nobg .text-wrap {
  margin: 0 auto;
  text-align: center;
}
.caseDetailItem .all-banner.nobg .text-wrap .title {
  color: #333333;
  text-shadow: 0px 5px 7.2px rgba(0, 0, 0, 0.1);
}
.caseDetailItem .all-banner.nobg .text-wrap .sub {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.caseDetailItem .all-banner.nobg .text-wrap .content {
  margin: 0 auto;
  color: #333333;
}
.caseDetailItem .all-banner.nobg .container:before {
  content: none;
}
.caseDetailItem .all-banner.nobg .powerli .no {
  color: #339933;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .all-banner.nobg .powerli .no {
    color: #339933;
  }
}
.caseDetailItem .all-banner.nobg .powerli .unit {
  color: #999999;
}
.caseDetailItem .all-banner.nobg .powerli .title {
  color: #333333;
}
.caseDetailItem .all-banner.nobg .powerli:not(:last-child):after {
  background: rgba(0, 0, 0, 0.25);
}
.caseDetailItem .all-banner.none .container:before {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.caseDetailItem .all-banner.none .text-wrap {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.caseDetailItem .all-banner.none .banner-power {
  opacity: 0;
}
.caseDetailItem .all-banner.show .container:before {
  opacity: 1;
}
.caseDetailItem .all-banner.show .text-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}
.caseDetailItem .all-banner.show .banner-power {
  opacity: 1;
  -webkit-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}
.caseDetailItem .banner-power {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media only screen and (max-height: 950px) {
  .caseDetailItem .banner-power {
    bottom: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .banner-power {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 50px;
  }
}
.caseDetailItem .banner-power .powerli {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .powerli {
    width: 100%;
    margin-bottom: 40px;
  }
}
.caseDetailItem .banner-power .powerli:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .powerli:not(:last-child):after {
    bottom: -20px;
    top: auto;
    right: 50%;
    width: 85%;
    height: 1px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    background: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .banner-power .powerli:nth-child(1), .caseDetailItem .banner-power .powerli:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .powerli:nth-child(1), .caseDetailItem .banner-power .powerli:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .banner-power .powerli:nth-child(2):after {
    content: none;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .powerli:nth-child(2):after {
    content: "";
  }
}
.caseDetailItem .banner-power .val-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.caseDetailItem .banner-power .val-sect .no {
  color: #80f680;
  font-size: 4.0625rem;
}
@media only screen and (max-width: 1365px) {
  .caseDetailItem .banner-power .val-sect .no {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .banner-power .val-sect .no {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .val-sect .no {
    color: #65ca88;
  }
}
.caseDetailItem .banner-power .val-sect .unit {
  color: #cccccc;
  margin-left: 5px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .val-sect .unit {
    color: #666;
  }
}
.caseDetailItem .banner-power .title-sect {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .banner-power .title-sect {
    margin-top: 10px;
  }
}
.caseDetailItem .banner-power .title-sect .title {
  font-size: 1.125rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .banner-power .title-sect .title {
    color: #000000;
  }
}
.caseDetailItem .ct-block {
  background: #ffffff;
}
.caseDetailItem .ct-overview {
  width: 90%;
  max-width: 1670px;
  margin: 0 auto;
  position: relative;
  margin-top: -35px;
}
.caseDetailItem .ct-power {
  display: none;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-power {
    display: block;
  }
}
.caseDetailItem .ct-power.none {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.caseDetailItem .ct-power.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.caseDetailItem .ct-intro {
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}
.caseDetailItem .ct-intro .intro-text {
  margin-bottom: 30px;
}
.caseDetailItem .ct-intro .article-box {
  max-width: 1170px;
  padding-top: 100px;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-intro .article-box {
    padding-top: 60px;
  }
}
.caseDetailItem .ct-link {
  position: relative;
  margin-bottom: 0;
}
.caseDetailItem .ct-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background: #25497a;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .caseDetailItem .ct-link:before {
    width: 96%;
  }
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-link:before {
    width: 100%;
  }
}
.caseDetailItem .ct-link .wrap {
  position: relative;
  max-width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 3;
  background: none;
  padding: 90px 0;
}
@media only screen and (max-width: 1439px) {
  .caseDetailItem .ct-link .relate-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-link .relate-content {
    padding-right: 0;
  }
}
.caseDetailItem .ct-link .relate-content .title .ch {
  color: #ffffff;
  font-size: 1.625rem;
}
.caseDetailItem .ct-link .relate-content .title .en {
  color: #cccccc;
  font-size: 2.8125rem;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-link .relate-content .title .en {
    font-size: 2.25rem;
  }
}
.caseDetailItem .ct-link .relate-content .title .line-control {
  width: 40px;
  height: 1px;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-link .relate-content .title .line-control {
    margin: 0 auto;
  }
}
.caseDetailItem .ct-link .relate-content .title .line-control .line {
  background: rgba(255, 255, 255, 0.8);
}
.caseDetailItem .ct-link .relate-content .list {
  min-height: 65px;
}
.caseDetailItem .ct-link .relate-content .content {
  max-width: 875px;
  width: 100%;
}
.caseDetailItem .ct-link .relate-content .content .lists {
  border-color: #ffffff;
}
.caseDetailItem .ct-link .relate-content .content .list {
  border-color: rgba(255, 255, 255, 0.2);
}
.caseDetailItem .ct-link .relate-content .content .list:hover {
  background: rgba(255, 255, 255, 0.2);
}
.caseDetailItem .ct-link .relate-content .content .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
}
.caseDetailItem .ct-link .relate-content .content .name .date {
  color: #1dc06a;
}
.caseDetailItem .ct-link .relate-content .content .name span {
  color: #ffffff;
}
.caseDetailItem .ct-link .relate-content .content .txt {
  color: #cccccc;
}
.caseDetailItem .ct-more {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.caseDetailItem .ct-more:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 100px);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d9d9d9));
  background: linear-gradient(top, #f2f2f2, #d9d9d9);
  z-index: 0;
}
@media only screen and (max-width: 1439px) {
  .caseDetailItem .ct-more:before {
    width: 97%;
  }
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-more:before {
    width: 100%;
    height: 100%;
  }
}
.caseDetailItem .ct-more .intro-text {
  position: relative;
  z-index: 2;
}
.caseDetailItem .ct-more .ct-box {
  max-width: 1580px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-more .ct-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .caseDetailItem .ct-more .ct-box {
    padding-top: 30px;
  }
}
.caseDetailItem .ct-more .block {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-more .block {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.caseDetailItem .ct-more .block:first-child {
  margin-right: -20px;
  -webkit-transform: translate(20px, 50px);
      -ms-transform: translate(20px, 50px);
          transform: translate(20px, 50px);
}
.caseDetailItem .ct-more .block:first-child .bg-word {
  left: 30px;
  right: auto;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .ct-more .block:first-child {
    margin: 0 auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 30px;
  }
}
.caseDetailItem .ct-more .block .bg-word {
  position: absolute;
  font-size: 4.5rem;
  color: rgba(255, 255, 255, 0.3);
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .ct-more .block .bg-word {
    font-size: 3.125rem;
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-more .block .bg-word {
    display: none;
  }
}
.caseDetailItem .ct-more .block .bg {
  position: relative;
  padding-bottom: 58.97%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 1200px) {
  .caseDetailItem .ct-more .block .bg {
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-more .block .bg {
    padding-bottom: 80%;
  }
}
.caseDetailItem .ct-more .block .bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.caseDetailItem .ct-more .block .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 385px;
  width: 90%;
}
.caseDetailItem .ct-more .block .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .ct-more .block .title {
    font-size: 1.5rem;
  }
}
.caseDetailItem .ct-more .block .text {
  font-size: 0.9375rem;
  color: #cccccc;
  line-height: 1.7;
  margin-top: 20px;
}
.caseDetailItem .ct-more .block .button-common {
  margin: 0 auto;
  margin-top: 30px;
}
.caseDetailItem .ct-more .block .button-common .button-inner {
  font-size: 1rem;
}
.caseDetailItem .ct-more.none .ct-box {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.caseDetailItem .ct-more.show .ct-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.caseDetailItem .case-more {
  min-height: 500px;
  padding: 170px 0;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more {
    padding: 100px 0 130px;
  }
}
.caseDetailItem .case-more .container {
  position: relative;
}
.caseDetailItem .case-more .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 415px;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more .intro-text {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.caseDetailItem .case-more .intro-text .text-wrap {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .intro-text .text-wrap {
    max-width: 90%;
  }
}
.caseDetailItem .case-more .swiper-wrap {
  position: relative;
  max-width: 1385px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more .swiper-wrap {
    margin-top: 40px;
    max-width: 900px;
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .swiper-wrap {
    margin-top: 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.caseDetailItem .case-more .left {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more .left .swiper-case {
    margin: 0 auto;
  }
}
.caseDetailItem .case-more .right {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .right {
    display: none;
  }
}
.caseDetailItem .case-more .right .swiper-case {
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more .right .swiper-case {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .self-button {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .caseDetailItem .case-more .self-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #dddddd;
  }
}
.caseDetailItem .case-more .button-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 30px), -50%);
      -ms-transform: translate(calc(-100% - 30px), -50%);
          transform: translate(calc(-100% - 30px), -50%);
  padding: 5px;
}
@media only screen and (min-width: 1025px) {
  .caseDetailItem .case-more .button-left:hover {
    left: -3px;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1600px) {
  .caseDetailItem .case-more .button-left {
    -webkit-transform: translate(calc(-100% - 10px), -50%);
        -ms-transform: translate(calc(-100% - 10px), -50%);
            transform: translate(calc(-100% - 10px), -50%);
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .button-left {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 20px;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }
}
.caseDetailItem .case-more .button-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 30px), -50%);
      -ms-transform: translate(calc(100% + 30px), -50%);
          transform: translate(calc(100% + 30px), -50%);
  padding: 5px;
}
@media only screen and (min-width: 1025px) {
  .caseDetailItem .case-more .button-right:hover {
    right: -3px;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1600px) {
  .caseDetailItem .case-more .button-right {
    -webkit-transform: translate(calc(100% + 10px), -50%);
        -ms-transform: translate(calc(100% + 10px), -50%);
            transform: translate(calc(100% + 10px), -50%);
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .button-right {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 20px;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }
}
.caseDetailItem .case-more .swiper-case {
  max-width: 450px;
  width: 65%;
  margin: 0;
}
@media only screen and (max-width: 1366px) {
  .caseDetailItem .case-more .swiper-case {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .case-more .swiper-case {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .caseDetailItem .case-more .swiper-case {
    width: 90%;
  }
}
.caseDetailItem .case-more .caseli {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .caseDetailItem .case-more .caseli .li-wrap:hover .li-img .image-mask {
    opacity: 1;
  }
  .caseDetailItem .case-more .caseli .li-wrap:hover .li-img .li-power {
    -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .caseDetailItem .case-more .caseli .li-wrap:hover .li-img .button-common {
    opacity: 1;
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}
.caseDetailItem .case-more .caseli .li-img {
  position: relative;
  max-width: 700px;
}
.caseDetailItem .case-more .caseli .img-box {
  position: relative;
  padding-bottom: 64.28%;
  overflow: hidden;
}
.caseDetailItem .case-more .caseli .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.caseDetailItem .case-more .caseli .li-power {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.625rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-shadow: -1.9px 0.7px 15px rgb(0, 0, 0);
  max-width: 200px;
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .case-more .caseli .li-power {
    font-size: 1.375rem;
  }
}
.caseDetailItem .case-more .caseli .li-title {
  font-size: 1.5625rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333333;
  margin-top: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .caseDetailItem .case-more .caseli .li-title {
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
.caseDetailItem .case-more.none .swiper-wrap {
  opacity: 0;
}
.caseDetailItem .case-more.show .swiper-wrap {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
/*# sourceMappingURL=caseDetailItem.css.map */