@charset "UTF-8";
.csr .solicit-btn {
  width: auto;
  height: auto;
  border-radius: 10px 0 0 10px;
  display: block;
  position: fixed;
  right: 0;
  top: 50vh;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 50;
  background: -webkit-gradient(linear, left top, left bottom, from(#33f2e2), to(#237c77));
  background: linear-gradient(#33f2e2, #237c77);
  pointer-events: none;
}
.csr .solicit-btn:hover {
  opacity: 0.8;
}
.csr .solicit-btn.act {
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 1;
}
.csr .solicit-btn.hide {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
}
.csr .solicit-btn .inner {
  padding: 10px clamp(8px, 0rem + 1.0417vw, 20px) clamp(12px, 0.125rem + 1.3021vw, 27px);
  cursor: pointer;
  pointer-events: auto;
}
.csr .solicit-btn .close-btn {
  position: relative;
  width: clamp(20px, 0.2279rem + 1.3725vw, 40px);
  height: clamp(20px, 0.2279rem + 1.3725vw, 40px);
  border-radius: 10px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}
.csr .solicit-btn .close-btn::before, .csr .solicit-btn .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.csr .solicit-btn .close-btn::before {
  width: clamp(9px, 0.2279rem + 1.3725vw, 13.5px);
  height: 2px;
}
.csr .solicit-btn .close-btn::after {
  width: 2px;
  height: clamp(9px, 0.2279rem + 1.3725vw, 13.5px);
}
.csr .solicit-btn .bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#33f2e2), to(#237c77));
  background: linear-gradient(#33f2e2, #237c77);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.csr .solicit-btn .img {
  width: clamp(35px, 1.3542rem + 1.7361vw, 55px);
  margin-bottom: 15px;
}
.csr .solicit-btn .text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: clamp(1rem, 0.75rem + 0.5208vw, 1.375rem);
  letter-spacing: 4px;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
}
.csr .solicit-btn .text.en {
  letter-spacing: 2px;
  line-height: 1.07;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.csr .banner-box .container {
  min-height: 100vh;
}
.csr .banner-box .bg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-image: url("../../uploads/case/item-banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .csr .banner-box .bg {
    background-image: url("../../uploads/case/item-banner-2-phone.jpg");
  }
}
.csr .banner-box .bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px) {
  .csr .banner-box .bg.pc {
    display: none;
  }
}
.csr .banner-box .bg.phone {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .csr .banner-box .bg.phone {
    display: block;
  }
}
.csr .banner-box .banner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .csr .banner-box .banner-wrap {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 110px;
  }
}
.csr .banner-box .banner-text {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.csr .banner-box .head-box {
  margin-top: 55px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  color: #7b7b7b;
}
.csr .banner-box .head-box .type-control .text {
  color: #7b7b7b;
}
.csr .banner-box .head-box .type-control .types {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.csr .banner-box .head-box .type-control .type:last-child .text {
  color: #00BEAF;
  font-weight: 600;
}
.csr .banner-box .head-box .type-control .type.hover .text, .csr .banner-box .head-box .type-control .type:hover .text {
  color: #595959;
}
.csr .banner-box.none .bg {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
      -ms-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.csr .banner-box.none .banner-text .text-wrap {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.csr .banner-box.none .head-box {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.csr .banner-box.show .bg {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.csr .banner-box.show .banner-text .text-wrap {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
}
.csr .banner-box.show .head-box {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
}
.csr .banner-box.show .head-box .type-control .types {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .csr .banner-box.show .head-box .type-control .types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.csr .banner-box.show .head-box .type-control .types .type {
  margin: 8px 25px;
}
@media only screen and (max-width: 767px) {
  .csr .banner-box.show .head-box .type-control .types .type {
    margin: 8px 0;
  }
}
.csr .content-box {
  background-color: #fff;
}
.csr .content-box .container {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .csr .content-box .container {
    padding-bottom: 120px;
  }
}
.csr .content-box .container-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 200px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
}
@media only screen and (max-width: 1300px) {
  .csr .content-box .container-wrap {
    max-width: 100%;
  }
}
.csr .content-box .bg-line {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.csr .content-box .bg-line div {
  width: 20%;
  height: 100%;
  position: relative;
}
.csr .content-box .bg-line div::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .csr .content-box .bg-line div::after {
    content: none;
  }
}
.csr .content-box .bg-line div:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .csr .content-box .bg-line div:first-child::before {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  .csr .content-box .bg-line div {
    width: 33.3333333333%;
  }
  .csr .content-box .bg-line div:nth-last-child(-n+2) {
    display: none;
  }
}
.csr .block1 {
  position: relative;
}
.csr .block1.add .block1-wrap:after {
  content: none;
}
.csr .block1.add .right {
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .csr .block1.add .right {
    padding-bottom: 30px;
  }
}
.csr .block1.add .block1-wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
  .csr .block1.add .block1-wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.csr .block1.add .block1-wrap:nth-child(even) .left {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .csr .block1.add .block1-wrap:nth-child(even) .left {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .csr .block1.add .block1-wrap:nth-child(even) .left {
    text-align: left;
  }
}
.csr .block1.add .block1-wrap:nth-child(even) .left .p {
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .csr .block1.add .block1-wrap:nth-child(even) .left .p {
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .csr .block1.add .block1-wrap:nth-child(even) .left .p {
    margin-left: 0;
  }
}
.csr .block1.add .block1-wrap:nth-child(even) .right {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .csr .block1.add .block1-wrap:nth-child(even) .right {
    margin-left: auto;
    margin-right: 0;
  }
}
.csr .block1.add .block1-wrap:nth-child(even) .right .pic {
  margin-left: auto;
  -webkit-transform: translate(90px, 0);
      -ms-transform: translate(90px, 0);
          transform: translate(90px, 0);
}
@media only screen and (max-width: 575px) {
  .csr .block1.add .block1-wrap:nth-child(even) .right .pic {
    -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
.csr .block1 .block1-wrap {
  position: relative;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1300px) {
  .csr .block1 .block1-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block1 .block1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.csr .block1 .block1-wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100px;
  background: rgba(0, 0, 0, 0.08);
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 130px);
      -ms-transform: translate(-100%, 130px);
          transform: translate(-100%, 130px);
}
.csr .block1 .left {
  width: 40%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .csr .block1 .left {
    width: 80%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block1 .left {
    width: 90%;
  }
}
.csr .block1 .left .p {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .csr .block1 .left .p {
    margin-left: 0;
  }
}
.csr .block1 .right {
  position: relative;
  width: 40%;
  margin-left: auto;
  background: #f5f5f5;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media only screen and (max-width: 991px) {
  .csr .block1 .right {
    width: 66.66%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block1 .right {
    width: 90%;
    padding-bottom: 30px;
  }
}
.csr .block1 .right .pic {
  max-width: 610px;
  width: 90%;
  -webkit-transform: translate(-90px, 0);
      -ms-transform: translate(-90px, 0);
          transform: translate(-90px, 0);
  -webkit-box-shadow: 3.9px 13.5px 28.8px 3.2px rgba(0, 0, 0, 0.15);
          box-shadow: 3.9px 13.5px 28.8px 3.2px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .csr .block1 .right .pic {
    -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-box-shadow: 3px 10px 25px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 10px 25px 3px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}
.csr .block1 .right .pic-wrap {
  position: relative;
  padding-bottom: 81.96%;
  overflow: hidden;
}
.csr .block1 .right .pic-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr .block1.none .word {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.csr .block1.show .word {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.csr .block2 {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .csr .block2 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 {
    padding-top: 120px;
  }
}
.csr .block2 .block2-wrap {
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1300px) {
  .csr .block2 .block2-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block2 .block2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.csr .block2 .left {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .csr .block2 .left {
    width: 80%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .left {
    width: 100%;
    margin-top: 120px;
  }
}
.csr .block2 .right {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .csr .block2 .right {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .right {
    width: 90%;
  }
}
.csr .block2 .right .word {
  max-width: 570px;
  width: 95%;
  margin-left: auto;
}
@media only screen and (max-width: 1440px) {
  .csr .block2 .right .word {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .csr .block2 .right .word {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block2 .right .word {
    margin-left: auto;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .right .word {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block2 .right .p {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .right .p {
    margin-left: 0;
  }
}
.csr .block2 .pic1 {
  position: relative;
  max-width: 650px;
  width: 54%;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: 5;
  -webkit-box-shadow: 5px 5px 20px 3.2px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px 3.2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1440px) {
  .csr .block2 .pic1 {
    width: 60%;
  }
}
@media only screen and (max-width: 1300px) {
  .csr .block2 .pic1 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .pic1 {
    width: 80%;
  }
}
.csr .block2 .pic1 .pic1-wrap {
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
}
.csr .block2 .pic1 .pic1-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr .block2 .pic2 {
  position: relative;
  max-width: 570px;
  width: 55%;
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 4;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1440px) {
  .csr .block2 .pic2 {
    width: 60%;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media only screen and (max-width: 1300px) {
  .csr .block2 .pic2 {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .pic2 {
    width: 80%;
    margin-right: 0;
  }
}
.csr .block2 .pic2 .pic2-wrap {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.csr .block2 .pic2 .pic2-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr .block2 .pic3 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, 0%);
      -ms-transform: translate(30%, 0%);
          transform: translate(30%, 0%);
  max-width: 650px;
  width: 55%;
}
@media only screen and (max-width: 1600px) {
  .csr .block2 .pic3 {
    -webkit-transform: translate(40%, -10%);
        -ms-transform: translate(40%, -10%);
            transform: translate(40%, -10%);
  }
}
@media only screen and (max-width: 1440px) {
  .csr .block2 .pic3 {
    width: 70%;
  }
}
@media only screen and (max-width: 1300px) {
  .csr .block2 .pic3 {
    width: 60%;
    -webkit-transform: translate(40%, -20%);
        -ms-transform: translate(40%, -20%);
            transform: translate(40%, -20%);
  }
}
@media only screen and (max-width: 767px) {
  .csr .block2 .pic3 {
    -webkit-transform: translate(5%, -60%);
        -ms-transform: translate(5%, -60%);
            transform: translate(5%, -60%);
    width: 80%;
  }
}
.csr .block2 .pic3 .pic1-wrap {
  position: relative;
  padding-bottom: 63.07%;
  overflow: hidden;
}
.csr .block2 .pic3 .pic1-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr .block2.none .word {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.csr .block2.show .word {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.csr .block3 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1400px) {
  .csr .block3 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 {
    padding-top: 130px;
    padding-bottom: 0;
  }
}
.csr .block3 .block3-wrap {
  position: relative;
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
  background: #003567;
}
@media only screen and (max-width: 1300px) {
  .csr .block3 .block3-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block3 .block3-wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .block3-wrap {
    padding-bottom: 40px;
  }
}
.csr .block3 .dec1 {
  position: absolute;
  bottom: 0;
  left: 7%;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  z-index: 1;
  max-width: 200px;
}
@media only screen and (max-width: 1440px) {
  .csr .block3 .dec1 {
    max-width: 150px;
    left: 2%;
  }
}
@media only screen and (max-width: 1200px) {
  .csr .block3 .dec1 {
    max-width: 130px;
    bottom: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .dec1 {
    max-width: 80px;
    bottom: 0;
  }
}
.csr .block3 .dec2 {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(40%, -50%);
      -ms-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
  z-index: 1;
  max-width: 160px;
}
@media only screen and (max-width: 1440px) {
  .csr .block3 .dec2 {
    max-width: 130px;
  }
}
@media only screen and (max-width: 1300px) {
  .csr .block3 .dec2 {
    -webkit-transform: translate(5%, -50%);
        -ms-transform: translate(5%, -50%);
            transform: translate(5%, -50%);
  }
}
@media only screen and (max-width: 1200px) {
  .csr .block3 .dec2 {
    top: 10%;
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .dec2 {
    max-width: 70px;
    top: 30%;
  }
}
.csr .block3 .bg-line {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.csr .block3 .bg-line div {
  width: 20%;
  height: 100%;
  position: relative;
}
.csr .block3 .bg-line div::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .csr .block3 .bg-line div::after {
    content: none;
  }
}
.csr .block3 .bg-line div:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .csr .block3 .bg-line div:first-child::before {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  .csr .block3 .bg-line div {
    width: 33.3333333333%;
  }
  .csr .block3 .bg-line div:nth-last-child(-n+2) {
    display: none;
  }
}
.csr .block3 .ct-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1440px) {
  .csr .block3 .ct-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block3 .ct-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.csr .block3 .left {
  width: 40%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .csr .block3 .left {
    width: 80%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .left {
    width: 90%;
  }
}
.csr .block3 .word {
  color: #ffffff;
  max-width: 400px;
}
@media only screen and (max-width: 1440px) {
  .csr .block3 .word {
    margin-left: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block3 .word {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .word {
    width: 100%;
  }
}
.csr .block3 .word .p {
  color: #cccccc;
  width: 100%;
  margin-left: auto;
}
.csr .block3 .word .sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
      -ms-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  width: 100%;
  text-align: center;
  z-index: 3;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .csr .block3 .word .sub {
    -webkit-transform: translate(-50%, 250%);
        -ms-transform: translate(-50%, 250%);
            transform: translate(-50%, 250%);
  }
}
.csr .block3 .right {
  width: 60%;
  max-width: 580px;
  margin-left: auto;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1440px) {
  .csr .block3 .right {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block3 .right {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .right {
    width: 65%;
  }
}
.csr .block3 .pic {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(140px, 80px);
      -ms-transform: translate(140px, 80px);
          transform: translate(140px, 80px);
  -webkit-box-shadow: 3.9px 13.5px 28.8px 3.2px rgba(0, 0, 0, 0.2);
          box-shadow: 3.9px 13.5px 28.8px 3.2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .csr .block3 .pic {
    -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
}
@media only screen and (max-width: 767px) {
  .csr .block3 .pic {
    -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.csr .block3.none .left {
  opacity: 0;
}
.csr .block3.show .left {
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.csr .block4 {
  margin-top: 125px;
}
@media only screen and (max-width: 1024px) {
  .csr .block4 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block4 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 {
    margin-top: 120px;
  }
}
.csr .block4 .block4-wrap {
  position: relative;
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .csr .block4 .block4-wrap {
    max-width: 100%;
  }
}
.csr .block4 .word {
  position: relative;
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.csr .block4 .word .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(112%, 0);
      -ms-transform: translate(112%, 0);
          transform: translate(112%, 0);
  width: 110%;
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .csr .block4 .word .sub {
    -webkit-transform: translate(95%, 0);
        -ms-transform: translate(95%, 0);
            transform: translate(95%, 0);
  }
}
@media only screen and (max-width: 1200px) {
  .csr .block4 .word .sub {
    -webkit-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
            transform: translate(80%, 0);
  }
}
@media only screen and (max-width: 991px) {
  .csr .block4 .word .sub {
    -webkit-transform: translate(50%, 130%);
        -ms-transform: translate(50%, 130%);
            transform: translate(50%, 130%);
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .word .sub {
    -webkit-transform: translate(20%, 150%);
        -ms-transform: translate(20%, 150%);
            transform: translate(20%, 150%);
  }
}
.csr .block4 .word .p {
  margin: 0 auto;
  width: 100%;
}
.csr .block4 .ct {
  position: relative;
}
.csr .block4 .ct .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(80% + 100px);
  height: 50%;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  background: rgba(0, 0, 0, 0.04);
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .csr .block4 .ct .bg:before {
    width: 85%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.csr .block4 .ct .bg:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc(80% + 100px);
  height: 50%;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  background: rgba(0, 0, 0, 0.04);
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .csr .block4 .ct .bg:after {
    width: 85%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.csr .block4 .ct-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  padding: 60px 0;
}
@media only screen and (max-width: 1300px) {
  .csr .block4 .ct-wrap {
    max-width: 1050px;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block4 .ct-wrap {
    padding: 0;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-wrap {
    width: 90%;
    margin-top: 30px;
  }
}
.csr .block4 .ct-li {
  width: calc(50% - 40px);
  margin: 50px auto;
}
@media only screen and (max-width: 991px) {
  .csr .block4 .ct-li {
    width: 50%;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li {
    width: 100%;
    margin: 40px 0;
  }
}
.csr .block4 .ct-li .li-wrap {
  width: 100%;
  margin: 0 auto;
}
.csr .block4 .ct-li .li-icon {
  max-width: 80px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .csr .block4 .ct-li .li-icon {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li .li-icon {
    max-width: 60px;
  }
}
.csr .block4 .ct-li .li-power {
  margin-top: 50px;
  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;
}
@media only screen and (max-width: 1200px) {
  .csr .block4 .ct-li .li-power {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li .li-power {
    margin-top: 20px;
  }
}
.csr .block4 .ct-li .li-power .no, .csr .block4 .ct-li .li-power .marks {
  font-size: 5.625rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0c628d), to(#8eec8e));
  background-image: linear-gradient(to top, #0c628d, #8eec8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .csr .block4 .ct-li .li-power .no, .csr .block4 .ct-li .li-power .marks {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .csr .block4 .ct-li .li-power .no, .csr .block4 .ct-li .li-power .marks {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li .li-power .no, .csr .block4 .ct-li .li-power .marks {
    font-size: 3.125rem;
  }
}
.csr .block4 .ct-li .li-power .unit {
  font-size: 1.125rem;
  color: #999999;
  margin-left: 5px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li .li-power .unit {
    font-size: 1rem;
  }
}
.csr .block4 .ct-li .li-p {
  font-size: 1.5rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333333;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .csr .block4 .ct-li .li-p {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block4 .ct-li .li-p {
    font-size: 1.125rem;
  }
}
.csr .block4.none .word {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.csr .block4.none .bg:before {
  width: 0;
}
.csr .block4.none .bg:after {
  width: 0;
}
.csr .block4.show .word {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.csr .block4.show .bg:before {
  width: calc(80% + 100px);
  -webkit-transition: 1.2s 0.2s;
  transition: 1.2s 0.2s;
}
@media only screen and (max-width: 991px) {
  .csr .block4.show .bg:before {
    width: 85%;
  }
}
.csr .block4.show .bg:after {
  width: calc(80% + 100px);
  -webkit-transition: 1.2s 0.2s;
  transition: 1.2s 0.2s;
}
@media only screen and (max-width: 991px) {
  .csr .block4.show .bg:after {
    width: 85%;
  }
}
.csr .block5 {
  min-height: 50vh;
  margin-top: 200px;
}
@media only screen and (max-width: 991px) {
  .csr .block5 {
    margin-top: 120px;
  }
}
.csr .block5 .block5-wrap {
  position: relative;
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .csr .block5 .block5-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.csr .block5 .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.csr .block5 .article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.csr .block5 .article:nth-child(even) .word {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article:nth-child(even) .word {
    text-align: center;
  }
}
.csr .block5 .article:nth-child(even) .p {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article:nth-child(even) .p {
    margin-left: 0;
  }
}
.csr .block5 .article:nth-child(even) .pic {
  margin-left: 0;
}
.csr .block5 .article:nth-child(even) .pic:after {
  left: -1px;
  right: auto;
  border-width: 14px 0 14px 23px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article:nth-child(even) .pic:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
  }
}
.csr .block5 .article .left {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article .left {
    width: 66.6%;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block5 .article .left {
    width: 100%;
  }
}
.csr .block5 .article .right {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article .right {
    width: 80%;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .block5 .article .right {
    width: 100%;
  }
}
.csr .block5 .article .word {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
.csr .block5 .article .word .load-more {
  color: #000000;
}
.csr .block5 .article .word .load-more::after {
  background: #000000;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article .word {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article .word .p {
    margin: 0 auto;
  }
}
.csr .block5 .article .pic {
  position: relative;
  margin-left: auto;
}
.csr .block5 .article .pic:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 23px 14px 0;
  border-color: transparent #fff transparent transparent;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .article .pic:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
  }
}
.csr .block5 .article .pic-wrap {
  position: relative;
  overflow: hidden;
}
.csr .block5 .article.none .pic {
  opacity: 0;
}
.csr .block5 .article.none .word {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.csr .block5 .article.show .pic {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.csr .block5 .article.show .word {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.csr .block5 .a1 .pic {
  max-width: 850px;
  width: 90%;
}
@media only screen and (max-width: 1300px) {
  .csr .block5 .a1 .pic {
    width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block5 .a1 .pic {
    width: 100%;
  }
}
.csr .block5 .a1 .pic-wrap {
  padding-bottom: 55.29%;
}
.csr .block5 .a2 .pic {
  max-width: 790px;
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .csr .block5 .a2 .pic {
    width: 100%;
  }
}
.csr .block5 .a2 .pic-wrap {
  padding-bottom: 55.49%;
}
.csr .block5 .a3 .pic {
  max-width: 740px;
  width: 90%;
}
@media only screen and (max-width: 1300px) {
  .csr .block5 .a3 .pic {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .csr .block5 .a3 .pic {
    width: 100%;
  }
}
.csr .block5 .a3 .pic-wrap {
  padding-bottom: 63.51%;
}
.csr .image {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: -40%;
}
.csr .word .title {
  font-size: 2.5rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .csr .word .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .csr .word .title {
    font-size: 1.75rem;
  }
}
.csr .word .p {
  max-width: 400px;
  width: 90%;
  color: #666666;
  letter-spacing: 0.4px;
  padding-top: 25px;
  line-height: 1.7;
}
@media only screen and (max-width: 1200px) {
  .csr .word .p {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .word .p {
    width: 100%;
  }
}
.csr .word .sub {
  font-size: 5rem;
  color: #dddddd;
  margin-top: 70px;
}
@media only screen and (max-width: 1600px) {
  .csr .word .sub {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1440px) {
  .csr .word .sub {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .csr .word .sub {
    font-size: 3.125rem;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .word .sub {
    font-size: 2.25rem;
    margin-top: 30px;
    display: none;
  }
}
.csr .word .load-more {
  font-size: 1.0625rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #fff;
  line-height: 1.1;
  position: relative;
  margin-top: 65px;
  padding-bottom: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .csr .word .load-more {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .csr .word .load-more {
    margin-top: 30px;
    font-size: 1rem;
    padding-bottom: 8px;
  }
}
.csr .word .load-more:hover {
  letter-spacing: 0.3px;
  opacity: 0.7;
}
.csr .word .load-more:hover::after {
  width: 93%;
}
.csr .word .load-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .csr .word .load-more::after {
    height: 2px;
    bottom: 0px;
  }
}
/*# sourceMappingURL=csr.css.map */