@charset "UTF-8";
.case main {
  position: relative;
  background: #fafafa;
  min-height: 100vh;
}
.case main[data-page=case_classic] {
  background: #fff;
}
.case .back_btn {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 210;
  width: 156px;
}
@media only screen and (max-width: 1440px) {
  .case .back_btn {
    top: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .case .back_btn {
    top: 25px;
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .case .back_btn {
    top: 80px;
    z-index: 7;
  }
}
.case .aside_btn {
  position: fixed;
  right: 0;
  bottom: 20%;
  min-width: 45px;
  z-index: 10;
  background: rgba(49, 49, 49, 0.8);
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside_btn.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside_btn .btn_close {
  margin: 0 auto;
  width: 25px;
  height: 25px;
  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;
  cursor: pointer;
  z-index: 3;
  margin-top: 20px;
  margin-bottom: 5px;
}
.case .aside_btn .btn_close span {
  position: relative;
  width: 20px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside_btn .btn_close span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.case .aside_btn .btn_close:hover span {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside_btn .reserve_btn {
  padding: 5px 15px 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
}
.case .case_bn {
  position: relative;
}
.case .case_bn_bg {
  height: 830px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .case .case_bn_bg {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .case .case_bn_bg {
    height: 500px;
  }
}
.case .case_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.case .case_ct {
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 90px;
  max-width: 1420px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .case .case_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.case .case_ct .case_li {
  padding-top: 140px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1439px) {
  .case .case_ct .case_li {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_li {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.case .case_ct .case_li.waypoint .case_pic {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li.waypoint .case_pic {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.case .case_ct .case_li.waypoint .case_word_wrap {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.case .case_ct .case_li.show .case_pic {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_li.show .case_pic {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li.show .case_pic {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.case .case_ct .case_li.show .case_word_wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.case .case_ct .case_li:nth-child(even) .case_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li:nth-child(even) .case_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .case .case_ct .case_li:nth-child(even) .case_wrap:hover .case_num {
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.case .case_ct .case_li:nth-child(even) .case_num {
  left: auto;
  right: 0;
  -webkit-transform: translateX(-6%);
      -ms-transform: translateX(-6%);
          transform: translateX(-6%);
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li:nth-child(even) .case_num {
    top: 0;
    -webkit-transform: translate(20%, -50%);
        -ms-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
.case .case_ct .case_li:nth-child(even) .case_word {
  margin-left: 3px;
  margin-right: auto;
  text-align: left;
}
.case .case_ct .case_li:nth-child(even) .case_p {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_li:nth-child(even) .case_p {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.case .case_ct .case_bg {
  background-image: url("../../uploads/case/casebg_1420x730.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_bg {
    background: none;
  }
}
.case .case_ct .case_wrap {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .case .case_ct .case_wrap:hover .case_word {
    background: #00ff96;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .case_ct .case_wrap:hover .case_word_wrap {
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .case_ct .case_wrap:hover .common_btn {
    color: #000000;
  }
  .case .case_ct .case_wrap:hover .common_btn .btn_word:after, .case .case_ct .case_wrap:hover .common_btn .btn_word:before {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: linear-gradient(to right, #ffffff, #ffffff 100%);
    opacity: 1;
    -webkit-transition: background 0.5s !important;
    transition: background 0.5s !important;
  }
  .case .case_ct .case_wrap:hover .common_btn .btn_l, .case .case_ct .case_wrap:hover .common_btn .btn_r {
    position: relative;
    z-index: 1;
    border-color: #ffffff;
  }
  .case .case_ct .case_wrap:hover .case_num {
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .case_ct .case_wrap:hover .case_pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
  }
}
.case .case_ct .case_num {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 0;
  font-size: 9.375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-transform: translateX(6%);
      -ms-transform: translateX(6%);
          transform: translateX(6%);
  background: -webkit-linear-gradient(right, #00b7ff 0, #00ff96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1439px) {
  .case .case_ct .case_num {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .case .case_ct .case_num {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_num {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_num {
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
.case .case_ct .case_word {
  position: relative;
  background: #2648b6;
  max-width: 490px;
  width: 40%;
  margin-right: 3px;
  margin-left: auto;
  text-align: right;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case_ct .case_word:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  background: #2648b6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_word {
    width: 100%;
    margin-top: -50px;
  }
  .case .case_ct .case_word:before {
    width: 130%;
  }
}
.case .case_ct .case_word_wrap {
  max-width: 310px;
  width: 70%;
  margin: auto;
  padding-top: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_word_wrap {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_word_wrap {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 25px;
    width: 100%;
  }
}
.case .case_ct .case_title {
  position: relative;
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .case .case_ct .case_title {
    font-size: 2rem;
  }
}
.case .case_ct .case_p {
  font-size: 0.875rem;
  margin-top: 180px;
  opacity: 0.7;
  line-height: 1.8;
  letter-spacing: 0.7px;
  max-width: 280px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: normal;
  margin-left: auto;
}
@media only screen and (max-width: 1439px) {
  .case .case_ct .case_p {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_p {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_p {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.case .case_ct .common_btn {
  margin-top: 65px;
}
@media only screen and (max-width: 1439px) {
  .case .case_ct .common_btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .case .case_ct .common_btn {
    margin-top: 25px;
  }
}
.case .case_ct .common_btn:after {
  background: #fff;
}
.case .case_ct .case_pic {
  max-width: 575px;
  width: 55%;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1439px) {
  .case .case_ct .case_pic {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .case .case_ct .case_pic {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media only screen and (max-width: 575px) {
  .case .case_ct .case_pic {
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.case .case_ct .case_pic .case_pic_box {
  position: relative;
  padding-bottom: 125.8%;
}
.case .case_ct .case_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseli_bn {
  position: relative;
}
.case .caseli_bn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/case/caselibg_1920x1025.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.case .caseli_bn_wrap {
  position: relative;
  z-index: 3;
  max-width: 1430px;
  width: 90%;
  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: 1200px) {
  .case .caseli_bn_wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .case .caseli_bn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case .caseli_bn .left {
  width: 40%;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 150px;
}
@media only screen and (max-width: 1200px) {
  .case .caseli_bn .left {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .case .caseli_bn .left {
    width: 100%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .case .caseli_bn .left {
    padding-top: 30px;
  }
}
.case .caseli_bn .left .common_title {
  color: #ffffff;
}
.case .caseli_bn .left .p {
  max-width: 420px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 1200px) {
  .case .caseli_bn .left .p {
    margin-top: 30px;
  }
}
.case .caseli_bn .left .common_btn {
  margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
  .case .caseli_bn .left .common_btn {
    margin-top: 30px;
  }
}
.case .caseli_bn .left .list_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 85px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .case .caseli_bn .left .list_anchor {
    margin-top: 50px;
  }
}
.case .caseli_bn .left .list_anchor li {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}
.case .caseli_bn .left .list_anchor li:not(:first-child):after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.case .caseli_bn .left .list_anchor a {
  position: relative;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .case .caseli_bn .left .list_anchor a {
    font-size: 1.0625rem;
  }
}
.case .caseli_bn .left .list_anchor a:after {
  position: absolute;
  content: "";
  width: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  background: #00ff96;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .case .caseli_bn .left .list_anchor a:hover {
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .caseli_bn .left .list_anchor a:hover:after {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.case .caseli_bn .right {
  width: 55%;
  max-width: 755px;
  padding-top: 80px;
  -webkit-transform: translateY(55px);
      -ms-transform: translateY(55px);
          transform: translateY(55px);
}
@media only screen and (max-width: 1440px) {
  .case .caseli_bn .right {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .case .caseli_bn .right {
    padding-top: 50px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media only screen and (max-width: 992px) {
  .case .caseli_bn .right {
    width: 80%;
    padding-top: 50px;
  }
}
.case .caseli_bn .right .caseli_bn_pic {
  position: relative;
  padding-bottom: 125.8%;
}
.case .caseli_bn .right .caseli_bn_pic.waypoint {
  opacity: 0;
}
.case .caseli_bn .right .caseli_bn_pic.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseli_bn .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
}
.case .caseli_ct {
  min-height: 100vh;
  padding-top: 195px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1440px) {
  .case .caseli_ct {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .case .caseli_ct {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.case .urban_ct {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case .urban_ct .urban_li {
  padding: 55px 0 15px;
}
@media only screen and (max-width: 1200px) {
  .case .urban_ct .urban_li {
    padding: 40px 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .case .urban_ct .urban_li {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .case .urban_ct .urban_li {
    padding: 10px 0 0;
  }
}
.case .urban_ct .urban_li[data-size=small] {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .case .urban_ct .urban_li[data-size=small] {
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .case .urban_ct .urban_li[data-size=small] {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .case .urban_ct .urban_li[data-size=small] {
    width: 100%;
  }
}
.case .urban_ct .urban_li[data-size=small] a {
  padding-bottom: 100%;
}
.case .urban_ct .urban_li[data-size=small] .urban_p {
  max-width: 210px;
}
.case .urban_ct .urban_li[data-size=big] {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .case .urban_ct .urban_li[data-size=big] {
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .case .urban_ct .urban_li[data-size=big] {
    width: 100%;
  }
}
.case .urban_ct .urban_li[data-size=big] a {
  padding-bottom: 46.3%;
}
@media only screen and (max-width: 1440px) {
  .case .urban_ct .urban_li[data-size=big] a {
    padding-bottom: 47.6%;
  }
}
@media only screen and (max-width: 1200px) {
  .case .urban_ct .urban_li[data-size=big] a {
    padding-bottom: 100%;
  }
}
.case .urban_ct .urban_li[data-size=big] .urban_p {
  max-width: 290px;
}
.case .urban_ct .urban_li[data-color=gray] a {
  background: #7d7d7d;
}
.case .urban_ct .urban_li[data-color=blue] a {
  background: #0068b7;
}
.case .urban_ct .urban_li[data-color=green] a {
  background: #119448;
}
.case .urban_ct .urban_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .urban_ct .urban_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .urban_ct .urban_li .urban_li_wrap {
  margin: 25px;
}
@media only screen and (max-width: 1440px) {
  .case .urban_ct .urban_li .urban_li_wrap {
    margin: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .case .urban_ct .urban_li .urban_li_wrap {
    margin: 20px;
  }
}
.case .urban_ct .urban_li a {
  position: relative;
  display: block;
}
.case .urban_ct .urban_li a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  background-image: url("../../uploads/case/caselibg_690x320.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.case .urban_ct .urban_li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  opacity: 0;
  height: 101%;
  background: linear-gradient(60deg, #00ff96 0, #00b7ff 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .case .urban_ct .urban_li a:hover:before {
    width: 101%;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.case .urban_ct .urban_li .urban_p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  line-height: 1.7;
  font-size: 1.125rem;
  letter-spacing: 0.54px;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .case .urban_ct .urban_li .urban_p {
    font-size: 1rem;
  }
}
.case .list_ct {
  max-width: 1625px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .case .list_ct {
    width: 100%;
  }
}
.case .list_ct .list_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case .list_ct .list_li.noLogo .word_wrap {
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .case .list_ct .list_li.noLogo .word_wrap {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 575px) {
  .case .list_ct .list_li.noLogo .word_wrap {
    margin: 30px auto;
  }
}
.case .list_ct .list_li.noLogo .word_wrap .title {
  width: 100%;
}
.case .list_ct .list_li:first-child {
  margin-top: 80px;
}
@media only screen and (max-width: 575px) {
  .case .list_ct .list_li:first-child {
    margin-top: 60px;
  }
}
.case .list_ct .list_li:not(:first-child) {
  margin-top: 170px;
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .list_li:not(:first-child) {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .case .list_ct .list_li:not(:first-child) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .case .list_ct .list_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case .list_ct .list_li:hover .pic_wrap img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .case .list_ct .list_li:hover .pic_wrap:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 1200px) {
  .case .list_ct .list_li:hover .pic_wrap .common_btn {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}
.case .list_ct .list_li: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) {
  .case .list_ct .list_li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case .list_ct .list_li:nth-child(even) .logo {
  left: auto;
  right: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.case .list_ct .list_li:nth-child(even) .word_wrap {
  text-align: left;
}
.case .list_ct .list_li:nth-child(even) .title {
  margin-right: auto;
  margin-left: 0;
}
.case .list_ct .list_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .list_ct .list_li.waypoint .word_wrap {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .list_ct .list_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .list_ct .list_li.show .word_wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.case .list_ct .list_pic {
  width: 65%;
  max-width: 1100px;
}
@media only screen and (max-width: 992px) {
  .case .list_ct .list_pic {
    width: 100%;
  }
}
.case .list_ct .pic_wrap {
  position: relative;
  padding-bottom: 55.91%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .pic_wrap {
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 992px) {
  .case .list_ct .pic_wrap {
    padding-bottom: 55.91%;
  }
}
.case .list_ct .pic_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.case .list_ct .pic_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .list_ct .pic_wrap .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .list_ct .list_word {
  position: relative;
  width: 35%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .case .list_ct .list_word {
    width: 100%;
  }
}
.case .list_ct .list_word:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/case/caselibg_525x615.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.case .list_ct .logo {
  position: absolute;
  left: 0;
  top: 10%;
  -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
          transform: translateX(-80px);
  width: 220px;
  height: 220px;
  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;
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1440px) {
  .case .list_ct .logo {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .logo {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 992px) {
  .case .list_ct .logo {
    display: none;
  }
}
.case .list_ct .logo img {
  max-width: 60%;
  width: auto;
}
.case .list_ct .word_wrap {
  position: relative;
  color: #000000;
  text-align: right;
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .case .list_ct .word_wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .word_wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .case .list_ct .word_wrap {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: left;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .case .list_ct .word_wrap {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 85%;
  }
}
.case .list_ct .word_wrap .title {
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  letter-spacing: 1.26px;
  width: 80%;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .word_wrap .title {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .case .list_ct .word_wrap .title {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .case .list_ct .word_wrap .title {
    font-size: 1.75rem;
  }
}
.case .list_ct .word_wrap .p {
  font-size: 0.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.7px;
  line-height: 1.7;
  opacity: 0.7;
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .case .list_ct .word_wrap .p {
    margin-top: 20px;
  }
}
.case .list_ct .word_wrap .common_btn {
  color: #000000;
  margin-top: 25px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .case .list_ct .word_wrap .common_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.case .casedt_bn {
  position: relative;
}
.case .casedt_bn .swiper-container {
  height: 100vh;
}
.case .casedt_bn .swiper-slide {
  position: relative;
}
.case .casedt_bn .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .case .casedt_bn .swiper-pagination {
    top: auto;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_bn .swiper-pagination {
    bottom: 30px;
  }
}
.case .casedt_bn .swiper-pagination.black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_bn .swiper-pagination.black .swiper-pagination-bullet {
  background: #000000;
}
.case .casedt_bn .swiper-pagination.black .swiper-pagination-bullet:after {
  border-color: #000000;
}
.case .casedt_bn .swiper-pagination.black .swiper-pagination-bullet-active {
  background: #00ff96;
}
.case .casedt_bn .swiper-pagination .swiper-pagination-bullet {
  margin: 15px 4px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .case .casedt_bn .swiper-pagination .swiper-pagination-bullet {
    margin: 4px 15px;
  }
}
.case .casedt_bn .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  opacity: 0;
}
.case .casedt_bn .swiper-pagination .swiper-pagination-bullet-active {
  background: #00ff96;
}
.case .casedt_bn .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
  opacity: 1;
}
.case .casedt_bn picture {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.case .casedt_bn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.case .casedt_bn .bn_word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 550px;
  width: 90%;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .case .casedt_bn .bn_word {
    top: 60%;
  }
}
.case .casedt_bn .bn_word[word-color=black] .common_title {
  color: #000000;
}
.case .casedt_bn .bn_word[word-color=black] .common_btn {
  color: #000000;
}
.case .casedt_bn .bn_word.show .bn_title {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.case .casedt_bn .common_title {
  color: #ffffff;
}
.case .casedt_bn .common_title .subtitle {
  letter-spacing: 1px;
}
.case .casedt_bn .common_title .subtitle + .maintitle {
  margin-top: 15px;
}
.case .casedt_bn .common_title .p {
  max-width: 410px;
  margin: 0 auto;
  margin-top: 70px;
  opacity: 0.8;
}
@media only screen and (max-width: 575px) {
  .case .casedt_bn .common_title .p {
    margin-top: 30px;
  }
}
.case .casedt_bn .common_title .btn {
  margin-top: 65px;
}
@media only screen and (max-width: 575px) {
  .case .casedt_bn .common_title .btn {
    margin-top: 30px;
  }
}
.case .casedt_bn .common_title .btn .common_btn:not(:first-child) {
  margin-left: 35px;
}
@media only screen and (max-width: 575px) {
  .case .casedt_bn .common_title .btn .common_btn:not(:first-child) {
    margin-left: 10px;
  }
}
.case .casedt_bn .anchor_link {
  position: absolute;
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#77f5ac), to(#1c3a99));
  background: linear-gradient(to right, #77f5ac, #1c3a99);
  background-size: 150% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 8s linear infinite;
          animation: bg-move 8s linear infinite;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .case .casedt_bn .anchor_link {
    display: none;
  }
}
@-webkit-keyframes bg-move {
  0% {
    background-position: 0% 100%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes bg-move {
  0% {
    background-position: 0% 100%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.case .casedt_bn .anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case .casedt_bn .anchor_link li {
  padding: 22px 40px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_bn .anchor_link li {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .case .casedt_bn .anchor_link li {
    padding: 22px 25px;
  }
}
.case .casedt_bn .anchor_link a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_bn .anchor_link a span {
  margin-right: 5px;
}
.case .casedt_bn .anchor_link a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_ct {
  min-height: 100vh;
  padding-top: 160px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct {
    padding-top: 80px;
  }
}
.case .casedt_ct ._articleBlock {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .case .casedt_ct ._articleBlock {
    padding-top: 60px;
  }
}
.case .casedt_ct .case_article {
  max-width: 1390px;
  width: 90%;
  margin: 0 auto;
}
.case .casedt_ct .case_article .article_li {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case .casedt_ct .case_article .article_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case .casedt_ct .case_article .article_li:nth-child(even) .article_word_wrap {
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case .casedt_ct .case_article .article_li:nth-child(even) .article_word_wrap {
    margin-left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case .casedt_ct .case_article .article_li .article_word_wrap {
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .case_article .article_li {
    padding-top: 80px;
  }
}
.case .casedt_ct .case_article .article_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .casedt_ct .case_article .article_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .casedt_ct .case_article .article_pic {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_pic {
    width: 100%;
  }
}
.case .casedt_ct .case_article .article_word {
  width: 35%;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_word {
    width: 100%;
    padding-top: 30px;
  }
}
.case .casedt_ct .case_article .article_word_wrap {
  max-width: 410px;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_word_wrap {
    width: 95%;
    max-width: 100%;
  }
}
.case .casedt_ct .case_article .article_title {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .case_article .article_title {
    font-size: 1.375rem;
  }
}
.case .casedt_ct .case_article .article_p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .case_article .article_p {
    margin-top: 15px;
  }
}
.case .casedt_ct .casedt_spec {
  position: relative;
  max-width: 1520px;
  width: 95%;
  margin: 0 auto;
  background: #373737;
}
.case .casedt_ct .casedt_spec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/case/casespecbg_1520x1000.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  top: 0;
  left: 0;
}
.case .casedt_ct .casedt_spec .casedt_spec_wrap {
  position: relative;
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_spec .casedt_spec_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
  }
}
.case .casedt_ct .casedt_spec .common_title {
  width: 40%;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_spec .common_title {
    width: 100%;
    text-align: center;
  }
}
.case .casedt_ct .casedt_spec .common_title .p {
  max-width: 300px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_spec .common_title .p {
    margin: 0 auto;
  }
}
.case .casedt_ct .casedt_spec .spec_ct {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_spec .spec_ct {
    width: 100%;
    padding-top: 40px;
  }
}
.case .casedt_ct .casedt_spec .spec_ct.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .casedt_ct .casedt_spec .spec_ct.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .casedt_ct .casedt_spec .spec_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.case .casedt_ct .casedt_spec .spec_li:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_spec .spec_li:not(:first-child) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_spec .spec_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case .casedt_ct .casedt_spec .spec_title {
  min-width: 150px;
  padding: 10px 5px;
  border-bottom: 4px solid #00ff96;
  font-size: 1.125rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  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: 575px) {
  .case .casedt_ct .casedt_spec .spec_title {
    border: none;
  }
}
.case .casedt_ct .casedt_spec .spec_title p {
  position: relative;
  margin: auto;
}
.case .casedt_ct .casedt_spec .spec_title p:after {
  position: absolute;
  content: none;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 3px;
  background: #00ff96;
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_spec .spec_title p:after {
    content: "";
  }
}
.case .casedt_ct .casedt_spec .spec_p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 40px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_spec .spec_p {
    padding: 12px 25px 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case .casedt_ct .casedt_spec .spec_p p {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.case .casedt_ct .casedt_spec .spec_p .add {
  font-size: 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_ct .casedt_spec .spec_p .add:hover {
  color: #00ff96;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_ct .casedt_dl {
  padding-top: 160px;
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_dl {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_dl {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.case .casedt_ct .casedt_dl .dl_ct {
  padding-top: 55px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_dl .dl_ct {
    text-align: left;
  }
}
.case .casedt_ct .casedt_dl .dl_ct.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .casedt_ct .casedt_dl .dl_ct.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .casedt_ct .casedt_dl .common_btn {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_dl .common_btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_dl .common_btn {
    margin-bottom: 15px;
  }
}
.case .casedt_ct .casedt_dl .common_btn:not(:last-child) {
  margin-right: 55px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_dl .common_btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_dl .common_btn:not(:last-child) {
    margin-right: 20px;
  }
}
.case .casedt_ct .casedt_other {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  background: #ffffff;
}
.case .casedt_ct .casedt_other .casedt_other_wrap {
  position: relative;
  padding-top: 110px;
  padding-bottom: 140px;
  max-width: 1260px;
  width: 90%;
  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: 992px) {
  .case .casedt_ct .casedt_other .casedt_other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_other .casedt_other_wrap {
    padding-top: 60px;
  }
}
.case .casedt_ct .casedt_other .left {
  min-width: 260px;
  max-width: 260px;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .left {
    min-width: 200px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_other .left {
    min-width: 100%;
  }
}
.case .casedt_ct .casedt_other .left_wrap {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_other .left_wrap {
    width: 100%;
  }
}
.case .casedt_ct .casedt_other .left_wrap p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_other .left_wrap p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.case .casedt_ct .casedt_other .right {
  position: relative;
  width: calc(100% - 260px);
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .right {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 992px) {
  .case .casedt_ct .casedt_other .right {
    width: 95%;
    margin-top: 30px;
  }
}
.case .casedt_ct .casedt_other .list_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .case .casedt_ct .casedt_other .list_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case .casedt_ct .casedt_other .list_li:hover .list_pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .case .casedt_ct .casedt_other .list_li:hover .list_pic:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.case .casedt_ct .casedt_other .list_pic {
  width: 72%;
}
@media only screen and (max-width: 767px) {
  .case .casedt_ct .casedt_other .list_pic {
    width: 100%;
  }
}
.case .casedt_ct .casedt_other .pic_wrap {
  position: relative;
  padding-bottom: 55.92%;
  overflow: hidden;
}
.case .casedt_ct .casedt_other .pic_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.case .casedt_ct .casedt_other .pic_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  width: auto;
}
.case .casedt_ct .casedt_other .list_word {
  position: relative;
  width: 28%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .case .casedt_ct .casedt_other .list_word {
    width: 100%;
  }
}
.case .casedt_ct .casedt_other .list_word:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/case/caselibg_525x615.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.case .casedt_ct .casedt_other .word_wrap {
  position: relative;
  color: #000000;
  max-width: 330px;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .case .casedt_ct .casedt_other .word_wrap {
    padding: 30px 0;
  }
}
.case .casedt_ct .casedt_other .word_wrap .title {
  font-size: 2.25rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.08px;
}
@media only screen and (max-width: 1439px) {
  .case .casedt_ct .casedt_other .word_wrap .title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .word_wrap .title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_other .word_wrap .title {
    font-size: 1.75rem;
  }
}
.case .casedt_ct .casedt_other .swp_prev, .case .casedt_ct .casedt_other .swp_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.case .casedt_ct .casedt_other .swp_prev .icon, .case .casedt_ct .casedt_other .swp_next .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
}
.case .casedt_ct .casedt_other .swp_prev .line, .case .casedt_ct .casedt_other .swp_next .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .swp_prev .line, .case .casedt_ct .casedt_other .swp_next .line {
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_ct .casedt_other .swp_prev .line, .case .casedt_ct .casedt_other .swp_next .line {
    width: 40px;
  }
}
.case .casedt_ct .casedt_other .swp_prev {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .swp_prev {
    left: -5px;
  }
}
.case .casedt_ct .casedt_other .swp_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.case .casedt_ct .casedt_other .swp_next {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_ct .casedt_other .swp_next {
    right: -5px;
  }
}
.case .casedt_ct .casedt_other .swp_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.case .casedt_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 220;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.case .casedt_form.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .casedt_form.open .casedt_form_container {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.case .casedt_form .form_container .form_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1201px) {
  .case .casedt_form .dropdown .dropdown_click {
    padding-left: 40px;
  }
}
.case .casedt_form .dropdown .dropdown_click .dropdown_title {
  text-align: left;
}
.case .casedt_form .form_scroll {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.case .casedt_form .form_scroll_wrap {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  padding-top: 120px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .case .casedt_form .form_scroll_wrap {
    padding: 0;
  }
}
.case .casedt_form .casedt_form_container {
  position: relative;
  max-width: 1365px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 992px) {
  .case .casedt_form .casedt_form_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_form .casedt_form_container {
    width: 100%;
  }
}
.case .casedt_form .close_btn {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .case .casedt_form .close_btn {
    top: 40px;
    left: 85%;
  }
}
.case .casedt_form .close_btn:hover {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
      -ms-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .case .casedt_form .close_btn span {
    background: #000;
  }
  .case .casedt_form .close_btn span:after {
    background: #000;
  }
}
.case .casedt_form .left {
  position: relative;
  width: 40%;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_form .left {
    width: 100%;
  }
}
.case .casedt_form .left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/case/caseformbg_580x755.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.case .casedt_form .left .common_title {
  position: relative;
  max-width: 310px;
  width: 85%;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .case .casedt_form .left .common_title {
    max-width: 80%;
    padding: 50px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_form .left .common_title {
    max-width: 90%;
    padding-top: 80px;
  }
}
.case .casedt_form .left .p {
  opacity: 1;
  color: #333;
}
.case .casedt_form .left .p a {
  color: #2648b6;
  border-bottom: 1px solid #2648b6;
}
.case .casedt_form .right {
  width: 60%;
  background: #ffffff;
  padding: 65px 0px;
}
@media only screen and (max-width: 992px) {
  .case .casedt_form .right {
    width: 100%;
    padding: 40px 0;
  }
}
.case .casedt_form .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  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;
}
.case .casedt_form .loading img {
  width: 65px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.case .casedt_photo {
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 80px;
  margin-top: 110px;
}
@media only screen and (max-width: 575px) {
  .case .casedt_photo {
    padding-top: 80px;
    margin-top: 80px;
  }
}
.case .casedt_photo .casedt_photo_wrap {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.case .casedt_photo .photoli {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .case .casedt_photo .photoli {
    width: 33.3%;
  }
}
@media only screen and (max-width: 575px) {
  .case .casedt_photo .photoli {
    width: 50%;
  }
}
.case .casedt_photo .photoli.waypoint a {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case .casedt_photo .photoli.show a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .casedt_photo a {
  margin: 5px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .case .casedt_photo a {
    margin: 3px;
  }
}
.case .casedt_photo a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1199px) {
  .case .casedt_photo a:hover:after {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .casedt_photo a:hover .btn {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.case .casedt_photo .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .classic_ct {
  background: #f5f5f5;
}
.case .classic_ct:nth-child(2) {
  margin-top: 80px;
}
@media only screen and (max-width: 575px) {
  .case .classic_ct:nth-child(2) {
    margin-top: 60px;
  }
}
.case .classic_ct:nth-child(2) .classic_li:first-child .classic_line {
  display: none;
}
.case .classic_ct:nth-child(odd) {
  background: #ffffff;
}
.case .classic_ct:nth-child(odd) .classic_box {
  background: #fdf796;
}
.case .classic_ct .classic_ct_wrap {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_ct_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_ct_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.case .classic_ct .left {
  max-width: 830px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .left {
    width: 100%;
  }
}
.case .classic_ct .right {
  position: relative;
  width: 30%;
  max-width: 270px;
  margin-left: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .right {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.case .classic_ct .fix {
  position: absolute;
  right: 0;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .fix {
    position: static;
    padding-top: 50px;
  }
}
.case .classic_ct .classic_li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 135px;
}
@media only screen and (max-width: 1439px) {
  .case .classic_ct .classic_li {
    width: 90%;
    margin: 135px auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li {
    width: 95%;
  }
}
.case .classic_ct .classic_li:first-child {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li:first-child {
    margin-top: 30px;
  }
}
.case .classic_ct .classic_li:first-child .classic_line {
  bottom: calc(100% - 47px);
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_li:first-child .classic_line {
    bottom: calc(100% - 55px);
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li:first-child .classic_line {
    display: none;
  }
}
.case .classic_ct .classic_li:last-child {
  margin-bottom: 115px;
}
.case .classic_ct .classic_li.odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case .classic_ct .classic_li.odd .classic_box {
  left: auto;
  right: 210px;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.odd .classic_box {
    right: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_li.odd .classic_box {
    right: 90px;
  }
}
.case .classic_ct .classic_li.odd .classic_word {
  text-align: right;
  margin-left: 0px;
  margin-right: 70px;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.odd .classic_word {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li.odd .classic_word {
    margin-right: 20px;
  }
}
.case .classic_ct .classic_li.odd .classic_p {
  margin-left: auto;
}
.case .classic_ct .classic_li.odd .classic_line svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (min-width: 1200px) {
  .case .classic_ct .classic_li:hover .classic_pic:after {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .classic_ct .classic_li:hover .common_btn {
    opacity: 1;
    -webkit-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .case .classic_ct .classic_li:hover .classic_p {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .case .classic_ct .classic_li:hover .classic_box {
    background: linear-gradient(45deg, #00b7ff, #00ff96);
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.case .classic_ct .classic_li.waypoint .classic_pic {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.case .classic_ct .classic_li.waypoint .classic_word {
  -webkit-transform: translate(50px, 170px);
      -ms-transform: translate(50px, 170px);
          transform: translate(50px, 170px);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.waypoint .classic_word {
    -webkit-transform: translate(50px, 80px);
        -ms-transform: translate(50px, 80px);
            transform: translate(50px, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li.waypoint .classic_word {
    -webkit-transform: translate(50px, 40px);
        -ms-transform: translate(50px, 40px);
            transform: translate(50px, 40px);
  }
}
.case .classic_ct .classic_li.waypoint .classic_box {
  opacity: 0;
}
.case .classic_ct .classic_li.waypoint .classic_line svg {
  height: 0;
}
.case .classic_ct .classic_li.waypoint.odd .classic_pic {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.case .classic_ct .classic_li.waypoint.odd .classic_word {
  -webkit-transform: translate(-50px, 170px);
      -ms-transform: translate(-50px, 170px);
          transform: translate(-50px, 170px);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.waypoint.odd .classic_word {
    -webkit-transform: translate(-50px, 80px);
        -ms-transform: translate(-50px, 80px);
            transform: translate(-50px, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li.waypoint.odd .classic_word {
    -webkit-transform: translate(-50px, 40px);
        -ms-transform: translate(-50px, 40px);
            transform: translate(-50px, 40px);
  }
}
.case .classic_ct .classic_li.show .classic_pic {
  -webkit-transform: translateX(0) translateZ(20px);
          transform: translateX(0) translateZ(20px);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.case .classic_ct .classic_li.show .classic_word {
  -webkit-transform: translate(0, 170px) translateZ(30px);
          transform: translate(0, 170px) translateZ(30px);
  opacity: 1;
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.show .classic_word {
    -webkit-transform: translate(0, 80px);
        -ms-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li.show .classic_word {
    -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
.case .classic_ct .classic_li.show .classic_box {
  opacity: 1;
  -webkit-transition: 1s 0.9s;
  transition: 1s 0.9s;
}
.case .classic_ct .classic_li.show .classic_line svg {
  height: 270px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.case .classic_ct .classic_li.show.odd .classic_pic {
  -webkit-transform: translateX(0) translateZ(20px);
          transform: translateX(0) translateZ(20px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.case .classic_ct .classic_li.show.odd .classic_word {
  -webkit-transform: translate(0, 170px) translateZ(30px);
          transform: translate(0, 170px) translateZ(30px);
  opacity: 1;
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_li.show.odd .classic_word {
    -webkit-transform: translate(0, 80px);
        -ms-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_li.show.odd .classic_word {
    -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
.case .classic_ct .classic_word {
  position: relative;
  -webkit-transform: translateY(170px);
      -ms-transform: translateY(170px);
          transform: translateY(170px);
  margin-left: 70px;
  z-index: 120;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_word {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_word {
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    margin-left: 20px;
  }
}
.case .classic_ct .classic_word .common_btn {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_word .common_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.case .classic_ct .classic_year {
  font-size: 5rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #2648b6;
  text-align: center;
}
@media only screen and (max-width: 1439px) {
  .case .classic_ct .classic_year {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_year {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_year {
    font-size: 2.8125rem;
  }
}
.case .classic_ct .classic_year_p {
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 0.7px;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 270px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_year_p {
    width: 95%;
    margin: 20px auto 0;
  }
}
.case .classic_ct .classic_title {
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_title {
    font-size: 1.5625rem;
  }
}
.case .classic_ct .classic_p {
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 0.7px;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 420px;
  width: 90%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_p {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_p {
    width: 100%;
  }
}
.case .classic_ct .classic_box {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 210px;
  width: 245px;
  height: 245px;
  background: #66ffcc;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_box {
    left: 120px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_box {
    bottom: -20px;
    left: 90px;
    width: 180px;
    height: 180px;
  }
}
.case .classic_ct .classic_pic {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  min-width: 340px;
  overflow: hidden;
  z-index: 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;
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1439px) {
  .case .classic_ct .classic_pic {
    min-width: 300px;
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_pic {
    min-width: 250px;
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .case .classic_ct .classic_pic {
    min-width: 200px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .case .classic_ct .classic_pic {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
}
.case .classic_ct .classic_pic:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
}
.case .classic_ct .classic_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.case .classic_ct .classic_pic .common_btn {
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .case .classic_ct .classic_pic .common_btn {
    display: none;
  }
}
.case .classic_ct .classic_line {
  position: absolute;
  content: "";
  width: 255px;
  height: 270px;
  bottom: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case .classic_ct .classic_line svg {
  height: 270px;
  width: 255px;
}

.form_picker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_picker p {
  padding: 18px 10px;
}
.form_picker .form_input {
  position: relative;
}
.form_picker .form_input > .icon_right {
  position: absolute;
  right: 20px;
  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: 9px 5.5px 0 5.5px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form_picker .form_input > .icon_right:before {
  position: absolute;
  content: "";
  top: -16px;
  left: -27px;
  height: 25px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.datetimepicker {
  margin-top: 3px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.datetimepicker table tr td span.active.active {
  background: #2648b6;
}

.datetimepicker table thead {
  opacity: 0;
  pointer-events: none;
}

.datetimepicker thead tr:first-child th {
  height: 0;
}

.datetimepicker-dropdown-bottom-right:before, .datetimepicker-dropdown-bottom-right:after, .datetimepicker-dropdown-bottom-left:before, .datetimepicker-dropdown-bottom-left:after {
  display: none;
}

.datetimepicker-dropdown-bottom-right table tr td span {
  display: none;
}
.datetimepicker-dropdown-bottom-right table tr td span:nth-child(n+9):nth-child(-n+21) {
  display: block;
}

.datetimepicker-dropdown-bottom-left table tr td span {
  display: none;
}
.datetimepicker-dropdown-bottom-left table tr td span:nth-child(n+10):nth-child(-n+22) {
  display: block;
}

.dropdown-menu {
  color: #212529;
  margin: 0;
  border: 0;
  font-size: 0.875rem;
  position: absolute;
  display: none;
  min-width: 10rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}

a.noDBC.on {
  pointer-events: none;
}

.case.lang-en .casedt_ct .casedt_spec .spec_title {
  text-align: center;
  line-height: 1.5;
}
/*# sourceMappingURL=case.css.map */