@charset "UTF-8";
.bn_mob {
  display: none;
}

/*BANNER */
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
}
.banner .swiper-banner .swiper-slide img a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #E5E5E5;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #F2F2F2;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.news_bg {
  background: #F2F2F2;
}

.marquee {
  background: #F2F2F2;
  padding: 15px 0;
}
.marquee .marquee-left {
  width: 120px;
  background: #F16834;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 20px;
  border-radius: 6px;
}
.marquee .marquee-right {
  width: calc(100% - 150px);
  padding-left: 15px;
}

div#abgne_marquee {
  position: relative;
  overflow: hidden;
  /* 超出範圍的部份要隱藏 */
  height: 40px;
}
div#abgne_marquee ul, div#abgne_marquee li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -1px;
}
div#abgne_marquee ul {
  position: absolute;
}
div#abgne_marquee ul li a {
  display: block;
  overflow: hidden;
  /* 超出範圍的部份要隱藏 */
  font-size: 20px;
  color: #F16834;
  height: 43px;
  line-height: 35px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.swiper-doingimg {
  margin-top: 20px;
  padding-left: 50px;
}
.swiper-doingimg .swiper-slide {
  width: 16%;
}
.swiper-doingimg .swiper-button-next, .swiper-doingimg .swiper-button-prev {
  height: 100%;
  width: 45px;
  top: 22px;
  color: #000;
  opacity: 1;
  background: #F2F2F2;
}
.swiper-doingimg .swiper-button-prev {
  left: 0;
}
.swiper-doingimg .swiper-button-next {
  right: 0;
}

.service .box_ser-box:nth-child(1) .box_ser a .box_text {
  background: #FFAA00;
}
.service .box_ser-box:nth-child(2) .box_ser a .box_text {
  background: #00911D;
}
.service .box_ser-box:nth-child(3) .box_ser a .box_text {
  background: #0091D1;
}
.service .box_ser-box .box_ser {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.service .box_ser-box .box_ser a {
  display: block;
}
.service .box_ser-box .box_ser a .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
.service .box_ser-box .box_ser a .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
  height: 310px;
}
.service .box_ser-box .box_ser a:hover img {
  transform: scale(1.1);
}
.service .box_ser-box .box_ser a .box_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 0px 10px 6px;
  color: #ffffff;
}

.box_act {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box_act .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
}
.box_act .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
  height: 270px;
}
.box_act:hover img {
  transform: scale(1.1);
}

.box {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 5px 3px 4px #000, 1px 1px 6px #000, -2px 0px 4px #000;
  z-index: 1;
}
.box .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 36%;
}
.box .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
}
.box:hover img {
  transform: scale(1.1);
}

.link_bg {
  background: #F2F2F2;
}

.box01 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 16px;
}
.box01 .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 46%;
}
.box01 .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
  height: 100px;
}
.box01:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1366px) {
  .swiper-doingimg {
    padding-left: 40px;
  }
  .box01 {
    margin: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-doingimg {
    padding-left: 15px;
  }
  .swiper-doingimg .swiper-button-next, .swiper-doingimg .swiper-button-prev {
    width: 27px;
  }
  .swiper-doingimg .swiper-slide {
    width: 30%;
    margin: 0px 9px;
  }
}
@media screen and (max-width: 767px) {
  .box_act {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 10px 0;
  }
  .box_act .box-div {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 74%;
  }
  .box_act .box-div img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.2s;
    height: 380px;
  }
  .box_act:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 667px) {
  .banner {
    margin-top: 80px;
  }
  .swiper-doingimg .swiper-slide {
    margin: 0px 0px;
    width: 50%;
  }
  .swiper-doingimg .swiper-button-next, .swiper-doingimg .swiper-button-prev {
    width: 30px;
  }
  .swiper-doingimg .swiper-button-next::after, .swiper-doingimg .swiper-button-prev::after {
    font-size: 30px;
  }
  .marquee {
    padding: 0;
  }
  .marquee .marquee-left {
    width: 80px;
    font-size: 16px;
    margin: 2px 0px 2px 2px;
  }
  .marquee .marquee-right {
    width: calc(100% - 90px);
  }
  div#abgne_marquee ul li a {
    font-size: 17px;
  }
  .marquee .marquee-left {
    padding: 2px;
  }
}
@media screen and (max-width: 575px) {
  .bn_pc {
    display: none;
  }
  .bn_mob {
    display: block;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .swiper-doingimg .swiper-slide {
    margin: 0px 0px;
    width: 100%;
  }
  .banner {
    margin-top: 80px;
  }
}