.case-list {
  max-width: 1432px;
  width: 90%;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .case-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.case-list li {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .case-list li {
    margin-bottom: 40px;
    width: 100%;
  }
  .case-list li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .case-list li {
    width: calc((100% - 90px) / 3);
  }
  .case-list li:not(:nth-child(3n)) {
    margin-right: 45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .case-list li {
    width: calc((100% - 45px) / 2);
  }
  .case-list li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.caseinfoPage .caseinfo-item {
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}
.caseinfoPage .caseinfo-item .ti-bx {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #AC0005;
}
@media (max-width: 767px) {
  .caseinfoPage .caseinfo-item .ti-bx {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .caseinfoPage .caseinfo-item .ti-bx .img-bx {
    width: 65px;
    margin: 0 auto;
  }
}
.caseinfoPage .caseinfo-item .ti-bx .ti {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
  font-family: "Noto Serif TC";
}
@media (max-width: 767px) {
  .caseinfoPage .caseinfo-item .ti-bx .ti {
    font-size: 1.5rem;
    margin-top: 22px;
  }
}
.caseinfoPage .caseinfo-item .editor_Content {
  padding-bottom: 40px;
  border-bottom: 1px solid #AC0005;
}
@media (max-width: 767px) {
  .caseinfoPage .caseinfo-item .editor_Content {
    padding-bottom: 25px;
  }
}
.caseinfoPage .caseinfo-item .sh-btn2 {
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .caseinfoPage .caseinfo-item .sh-btn2 {
    margin-top: 45px;
  }
}
.caseinfoPage .caseinfo-bg {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 1518px;
  mix-blend-mode: color-burn;
  z-index: -5;
  opacity: 0;
  -webkit-animation: fadeIn 1s 1.5s linear forwards;
          animation: fadeIn 1s 1.5s linear forwards;
}
@media (max-width: 991px) {
  .caseinfoPage .caseinfo-bg {
    top: 27%;
    width: 1300px;
  }
}