@charset "UTF-8";
.csr main {
  min-height: 100vh;
  background: #fafafa;
}

.csr_bn {
  position: relative;
}
.csr_bn_bg {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .csr_bn_bg {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .csr_bn_bg {
    height: 450px;
  }
}
.csr_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%;
}
.csr_bn .common_title .p {
  max-width: 385px;
  margin: 0 auto;
  margin-top: 20px;
}
.csr_bn .common_title .btn {
  margin-top: 30px;
}

.csr_ct {
  padding-top: 85px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .csr_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .csr_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.csr_block {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.csr_li {
  width: 50%;
  margin-top: 170px;
}
.csr_li:nth-child(odd) {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (max-width: 767px) {
  .csr_li:nth-child(odd) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1200px) {
  .csr_li {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .csr_li {
    width: 100%;
    margin-top: 80px;
  }
}
.csr_li .li_wrap {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .csr_li .li_wrap {
    width: 95%;
  }
}
@media only screen and (min-width: 1199px) {
  .csr_li .li_wrap:hover .csr_num {
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .csr_li .li_wrap:hover .img_wrap:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .csr_li .li_wrap:hover .common_btn {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.csr_li .csr_num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3.125rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  position: absolute;
  top: -25px;
  left: 60px;
  padding: 30px 20px;
  letter-spacing: 1.5px;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csr_li .csr_num[data-color=blue] {
  background: #2648b6;
  color: #ffffff;
}
.csr_li .csr_num[data-color=green] {
  background: #00ff96;
  color: #333333;
}
@media only screen and (max-width: 1200px) {
  .csr_li .csr_num {
    padding: 25px 15px;
    top: -30px;
    left: 30px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .csr_li .csr_num {
    font-size: 2rem;
    left: 15px;
    padding: 20px 15px;
  }
}
.csr_li .img_wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.csr_li .img_wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csr_li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr_li .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csr_li .csr_title {
  font-size: 1.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin-top: 30px;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .csr_li .csr_title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.csr_li.waypoint .li_wrap {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.csr_li.show .li_wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.csr_other {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 140px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .csr_other {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .csr_other {
    width: 90%;
  }
}
.csr_other:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.csr_other .other_wrap {
  position: relative;
  max-width: 1430px;
  width: 95%;
  margin: 0 auto;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .csr_other .other_wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .csr_other .other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.csr_other .other_li {
  position: relative;
  padding: 25px 0;
  width: 33.3%;
}
@media only screen and (max-width: 992px) {
  .csr_other .other_li {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .csr_other .other_li {
    width: 100%;
    padding: 30px 0;
  }
}
.csr_other .other_li:not(:first-child):before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .csr_other .other_li:not(:first-child):before {
    height: 1px;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.csr_other .other_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.csr_other .other_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.csr_other .li_wrap {
  max-width: 200px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.csr_other .li_wrap span {
  font-size: 2.8125rem;
}
@media only screen and (max-width: 992px) {
  .csr_other .li_wrap span {
    font-size: 2.5rem;
  }
}
.csr_other .li_wrap .li_title {
  margin-top: 20px;
  font-size: 1.5625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  min-height: 60px;
}
@media only screen and (max-width: 992px) {
  .csr_other .li_wrap .li_title {
    font-size: 1.375rem;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .csr_other .li_wrap .li_title {
    min-height: auto;
  }
}
.csr_other .li_wrap .common_btn {
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .csr_other .li_wrap .common_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .csr_other .li_wrap .common_btn {
    margin-top: 20px;
  }
}

.csrdt_head {
  position: relative;
  height: 150px;
  background: #539e7f;
}
@media only screen and (max-width: 1440px) {
  .csrdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .csrdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .csrdt_head {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .csrdt_head {
    height: 150px;
  }
}
.csrdt_head .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 210;
  min-width: 156px;
}
@media only screen and (max-width: 992px) {
  .csrdt_head .common_btn {
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .csrdt_head .common_btn {
    top: 70%;
    z-index: 0;
  }
}

.csrdt_ct {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .csrdt_ct {
    padding-top: 60px;
  }
}
.csrdt_ct .common_title {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
}
.csrdt_ct ._articleBlock {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .csrdt_ct ._articleBlock {
    padding-top: 60px;
  }
}
.csrdt_ct .dt_swiper .swiper_block:after {
  background: #535353;
}

.csrdt_more {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 85px 0 55px;
  background: #525252;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.csrdt_more + .csrdt_other {
  margin-top: -70px;
}
.csrdt_more: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-image: url("../../uploads/csr/csrotherbg_1280x320.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.csrdt_more_wrap {
  position: relative;
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .csrdt_more_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.csrdt_more .left {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
.csrdt_more .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.csrdt_more .left ul li {
  margin-right: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .csrdt_more .left ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.csrdt_more .left .common_btn .btn_word {
  padding-right: 10px;
  padding-left: 10px;
}
.csrdt_more .right {
  max-width: 250px;
  min-width: 250px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .csrdt_more .right {
    margin-bottom: 30px;
  }
}
.csrdt_more .right p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .csrdt_more .right p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.csrdt_more.waypoint {
  opacity: 0;
}
.csrdt_more.waypoint .left {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.csrdt_more.waypoint .right {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.csrdt_more.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csrdt_more.show .left {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.csrdt_more.show .right {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.csrdt_other {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
}
.csrdt_other_wrap {
  position: relative;
  max-width: 880px;
  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: 150px 0 120px;
}
@media only screen and (max-width: 992px) {
  .csrdt_other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 150px 0 110px;
  }
}
.csrdt_other .left {
  min-width: 280px;
  max-width: 280px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .csrdt_other .left {
    min-width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .csrdt_other .left {
    min-width: 100%;
    text-align: center;
  }
}
.csrdt_other .left_wrap {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .csrdt_other .left_wrap {
    margin: 0 auto;
  }
}
.csrdt_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: 575px) {
  .csrdt_other .left_wrap p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.csrdt_other .right {
  position: relative;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 1200px) {
  .csrdt_other .right {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 992px) {
  .csrdt_other .right {
    width: 95%;
  }
}
.csrdt_other .right .swiper-container {
  padding: 65px 0 35px;
}
@media only screen and (max-width: 575px) {
  .csrdt_other .right .swiper-container {
    padding: 35px 0;
  }
}
.csrdt_other .right .swiper-slide {
  background: none;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.csrdt_other .right .swiper-slide:hover {
  z-index: 10;
}
.csrdt_other .right .csr_li {
  display: block;
  width: 100%;
  margin-top: 0;
}
.csrdt_other .right .csr_li:nth-child(odd) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (max-width: 1200px) {
  .csrdt_other .right .csr_li .li_wrap {
    max-width: 100%;
  }
}
.csrdt_other .right .li_wrap {
  width: 100%;
}
.csrdt_other .right .swp_prev, .csrdt_other .right .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;
}
.csrdt_other .right .swp_prev .icon, .csrdt_other .right .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;
}
.csrdt_other .right .swp_prev .line, .csrdt_other .right .swp_next .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 1200px) {
  .csrdt_other .right .swp_prev .line, .csrdt_other .right .swp_next .line {
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .csrdt_other .right .swp_prev .line, .csrdt_other .right .swp_next .line {
    width: 40px;
  }
}
.csrdt_other .right .swp_prev {
  position: absolute;
  left: 0px;
  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) {
  .csrdt_other .right .swp_prev {
    left: -5px;
  }
}
.csrdt_other .right .swp_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.csrdt_other .right .swp_next {
  position: absolute;
  right: 0px;
  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) {
  .csrdt_other .right .swp_next {
    right: -5px;
  }
}
.csrdt_other .right .swp_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
/*# sourceMappingURL=csr.css.map */