@charset "UTF-8";
.home h1.logo {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.home main {
  background: #f0f0f0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .home main {
    padding-bottom: 110px;
  }
}
.home .homebn {
  position: relative;
}
.home .homebn .swiper-container {
  height: 100vh;
}
.home .homebn .swiper-slide {
  position: relative;
}
.home .homebn .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) {
  .home .homebn .swiper-pagination {
    top: auto;
    bottom: 50px;
    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) {
  .home .homebn .swiper-pagination {
    bottom: 30px;
  }
}
.home .homebn .swiper-pagination.black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homebn .swiper-pagination.black .swiper-pagination-bullet {
  background: #000000;
}
.home .homebn .swiper-pagination.black .swiper-pagination-bullet:after {
  border-color: #000000;
}
.home .homebn .swiper-pagination.black .swiper-pagination-bullet-active {
  background: #00ff96;
}
.home .homebn .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) {
  .home .homebn .swiper-pagination .swiper-pagination-bullet {
    margin: 4px 15px;
  }
}
.home .homebn .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;
}
.home .homebn .swiper-pagination .swiper-pagination-bullet-active {
  background: #00ff96;
}
.home .homebn .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
  opacity: 1;
}
.home .homebn picture {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homebn picture.show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 3s;
  transition: 3s;
}
.home .homebn 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;
}
.home .homebn .player-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  background-color: #eee;
}
.home .homebn .player-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .homebn .player-wrap .youtube-video {
  width: 100%;
  height: 100%;
}
.home .homebn .bn_word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1320px;
  width: 85%;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .home .homebn .bn_word {
    top: 60%;
  }
}
.home .homebn .bn_word[data-align=left] .bn_title {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.home .homebn .bn_word[data-align=right] .bn_title {
  margin-left: auto;
  text-align: right;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.home .homebn .bn_word[data-align=right] .btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .homebn .bn_word[word-color=black] .bn_title {
  color: #000000;
}
.home .homebn .bn_word[word-color=black] .common_btn {
  color: #000000;
}
.home .homebn .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;
}
.home .homebn .bn_title {
  max-width: 600px;
  color: #ffffff;
  text-align: left;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homebn .bn_title .subtitle {
  font-size: 1.5rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .home .homebn .bn_title .subtitle {
    font-size: 1.125rem;
  }
}
.home .homebn .bn_title .title {
  font-size: 3.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .home .homebn .bn_title .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .home .homebn .bn_title .title {
    font-size: 2.1875rem;
  }
}
.home .homebn .bn_title .p {
  font-size: 1rem;
  margin-top: 35px;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .home .homebn .bn_title .p {
    display: none;
  }
}
.home .homebn .bn_title .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.home .homebn .home_link {
  position: absolute;
  bottom: 6.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1760px;
  width: 95%;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .home .homebn .home_link {
    display: none;
  }
}
.home .homebn .home_link.black {
  color: #000000;
}
.home .homebn .home_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .homebn .home_link li {
  padding: 0 20px;
}
.home .homebn .home_link a {
  position: relative;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.0625rem;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homebn .home_link a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 100%;
  background: #00ff96;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homebn .home_link a:hover {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homebn .home_link a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homebn .home_link .hot {
  color: #00e4ff;
}
.home .homeabout {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
  padding-top: 150px;
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .home .homeabout {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .home .homeabout {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .home .homeabout {
    width: 95%;
    margin-right: 0;
  }
}
.home .homeabout .homeabout_ct {
  position: relative;
}
.home .homeabout .homeabout_bg {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  z-index: 1;
  padding: 180px 100px 200px 130px;
}
@media only screen and (max-width: 1200px) {
  .home .homeabout .homeabout_bg {
    padding: 100px 20px 120px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .home .homeabout .homeabout_bg {
    padding: 100px 20px 100px 20px;
  }
}
.home .homeabout .ct_title {
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .home .homeabout .ct_title {
    margin: 0 auto;
  }
}
.home .homeabout .about_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 575px) {
  .home .homeabout .about_ul {
    margin-top: 100px;
  }
}
.home .homeabout .about_ul .about_li {
  width: 100%;
}
.home .homeabout .about_ul .about_li img {
  max-width: 65px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .home .homeabout .about_ul .about_li img {
    max-width: 55px;
  }
}
.home .homeabout .about_ul .about_li p {
  margin-top: 35px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .home .homeabout .about_ul .about_li p {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}
.home .homeabout.waypoint .homeabout_ct:before {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 0;
}
.home .homeabout.waypoint .ct_title {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homeabout.waypoint .about_ul {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homeabout.show .ct_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homeabout.show .about_ul {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.home .homecase {
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .home .homecase {
    padding-top: 110px;
  }
}
.home .homecase .ct_title {
  margin: 0 auto;
  text-align: center;
}
.home .homecase .homecase_swiper {
  padding-top: 60px;
  width: calc(100% + 150px);
  -webkit-transform: translateX(-75px);
      -ms-transform: translateX(-75px);
          transform: translateX(-75px);
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .home .homecase .homecase_swiper {
    width: calc(100% + 600px);
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
@media only screen and (max-width: 992px) {
  .home .homecase .homecase_swiper {
    width: calc(100% + 600px);
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
@media only screen and (max-width: 575px) {
  .home .homecase .homecase_swiper {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.home .homecase .swiper-container {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .home .homecase .swiper-container {
    padding-bottom: 30px;
  }
}
.home .homecase .swiper-slide-duplicate-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homecase .swiper-slide-active, .home .homecase .swiper-slide-next + .swiper-slide {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homecase .swiper-slide {
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homecase .swiper-slide a {
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .home .homecase .swiper-slide a {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homecase .swiper-slide a:hover .case_title {
    -webkit-transform: translate(25px, 0);
        -ms-transform: translate(25px, 0);
            transform: translate(25px, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .home .homecase .swiper-slide a:hover .case_p {
    opacity: 1;
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}
.home .homecase .swiper-slide .case_pic {
  position: relative;
  max-width: 415px;
  width: 100%;
  margin: auto;
}
.home .homecase .swiper-slide .case_title {
  position: absolute;
  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;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  min-width: 180px;
  min-height: 60px;
  background: rgba(49, 49, 49, 0.8);
  z-index: 3;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25px, -25px);
      -ms-transform: translate(25px, -25px);
          transform: translate(25px, -25px);
  padding: 10px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .home .homecase .swiper-slide .case_title {
    -webkit-transform: translate(15px, -15px);
        -ms-transform: translate(15px, -15px);
            transform: translate(15px, -15px);
    font-size: 1.0625rem;
    min-width: 150px;
    min-height: 50px;
  }
}
.home .homecase .swiper-slide .case_p {
  max-width: 415px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  padding-right: 25px;
  font-size: 0.875rem;
  letter-spacing: 1.05px;
  text-align: left;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .home .homecase .swiper-slide .case_p {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: 10px;
    margin-top: 20px;
    padding-right: 10px;
  }
}
.home .homecase .case_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 575px) {
  .home .homecase .case_more .btn_more {
    margin-top: 20px;
  }
}
.home .homecase.waypoint .ct_title {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homecase.waypoint .homecase_swiper {
  -webkit-transform: translate(-75px, 50px);
      -ms-transform: translate(-75px, 50px);
          transform: translate(-75px, 50px);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .home .homecase.waypoint .homecase_swiper {
    -webkit-transform: translate(-300px, 50px);
        -ms-transform: translate(-300px, 50px);
            transform: translate(-300px, 50px);
  }
}
@media only screen and (max-width: 992px) {
  .home .homecase.waypoint .homecase_swiper {
    -webkit-transform: translate(-300px, 50px);
        -ms-transform: translate(-300px, 50px);
            transform: translate(-300px, 50px);
  }
}
.home .homecase.show .ct_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homecase.show .homecase_swiper {
  -webkit-transform: translate(-75px, 0);
      -ms-transform: translate(-75px, 0);
          transform: translate(-75px, 0);
  opacity: 1;
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
}
@media only screen and (max-width: 1200px) {
  .home .homecase.show .homecase_swiper {
    -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
}
@media only screen and (max-width: 992px) {
  .home .homecase.show .homecase_swiper {
    -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
}
.home .homecsr {
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .home .homecsr {
    padding-top: 110px;
  }
}
.home .homecsr .homecsr_bg {
  position: relative;
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .home .homecsr .homecsr_bg {
    height: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .home .homecsr .homecsr_bg {
    height: 500px;
  }
}
.home .homecsr .homecsr_bg:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .homecsr .ct_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 5;
  width: 85%;
}
.home .homecsr .ct_title .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .homecsr.waypoint {
  opacity: 0;
}
.home .homecsr.waypoint .ct_title {
  margin-top: 50px;
  opacity: 0;
}
.home .homecsr.show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homecsr.show .ct_title {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.home .homeothers {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .home .homeothers {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .home .homeothers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .home .homeothers {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.home .homeothers .others_block {
  position: relative;
  width: 100%;
}
.home .homeothers .others_block:nth-child(odd) {
  margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .home .homeothers .others_block:nth-child(odd) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .home .homeothers .others_block:nth-child(odd) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home .homeothers .others_block:nth-child(odd) {
    margin-bottom: 15px;
  }
}
.home .homeothers .others_bg {
  position: relative;
  padding-bottom: 59.71%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .home .homeothers .others_bg {
    padding-bottom: 100%;
  }
}
.home .homeothers .others_bg 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;
}
.home .homeothers .others_bg:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .homeothers .ct_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 3;
  width: 90%;
}
@media only screen and (max-width: 575px) {
  .home .homeothers .ct_title {
    width: 80%;
  }
}
.home .homeothers .p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: normal;
}
.home .homeothers.waypoint .others_block {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homeothers.show .others_block {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .homenews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .home .homenews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 110px;
  }
}
.home .homenews .homenews_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .home .homenews .homenews_left {
    width: 100%;
  }
}
.home .homenews .homenews_left .ct_title {
  margin: auto;
  max-width: 340px;
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .home .homenews .homenews_left .ct_title {
    text-align: center;
    max-width: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .home .homenews .homenews_left .ct_title {
    width: 85%;
  }
}
.home .homenews .homenews_right {
  position: relative;
  width: 65%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .home .homenews .homenews_right {
    width: 85%;
    margin: 0 auto;
  }
}
.home .homenews .homenews_right .swiper-container {
  padding: 35px 0;
}
@media only screen and (max-width: 992px) {
  .home .homenews .homenews_right .swiper-container {
    overflow: visible;
  }
}
@media only screen and (max-width: 575px) {
  .home .homenews .homenews_right .swiper-container {
    overflow: hidden;
    padding-bottom: 20px;
  }
}
.home .homenews .homenews_right .swiper-slide {
  position: relative;
  background: none;
  padding-right: 2px;
  height: auto;
}
.home .homenews .homenews_right .swiper-slide:hover {
  z-index: 10;
}
.home .homenews .homenews_right .swiper-slide.swiper-slide-active {
  margin-left: 25px;
}
@media only screen and (max-width: 992px) {
  .home .homenews .homenews_right .swiper-slide.swiper-slide-active {
    margin-left: 0;
  }
}
.home .homenews .homenews_right .icon-left {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(calc(-50% + 10px));
      -ms-transform: translateX(calc(-50% + 10px));
          transform: translateX(calc(-50% + 10px));
  font-size: 2.5rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .home .homenews .homenews_right .icon-left {
    opacity: 0.3;
    right: calc(12% + 80px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 3.125rem;
  }
  .home .homenews .homenews_right .icon-left:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.home .homenews .homenews_right .icon-right {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(calc(50% - 10px));
      -ms-transform: translateX(calc(50% - 10px));
          transform: translateX(calc(50% - 10px));
  font-size: 2.5rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .home .homenews .homenews_right .icon-right {
    opacity: 0.3;
    right: 12%;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 3.125rem;
  }
  .home .homenews .homenews_right .icon-right:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.home .homenews .homenews_right .swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.home .homenews.waypoint .ct_title {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homenews.waypoint .homenews_right {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .homenews.show .ct_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .homenews.show .homenews_right {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.home .ct_title {
  color: #000000;
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
.home .ct_title .title {
  font-size: 3rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 1200px) {
  .home .ct_title .title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .home .ct_title .title {
    font-size: 2rem;
  }
}
.home .ct_title .p {
  margin-top: 25px;
  letter-spacing: 0.32px;
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .home .ct_title .p {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.home .ct_title.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.home .ct_title.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
/*# sourceMappingURL=index.css.map */