@charset "UTF-8";
/*BANNER */
.banner {
  padding: 0;
  z-index: 1;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  padding-bottom: 31.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
}

.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 #EFEFEF;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.marquee {
  background: #9FCBDF;
  padding: 15px 0;
}

.marquee .marquee-left {
  width: 150px;
  background: #1C6081;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 20px;
}

.marquee .marquee-right {
  width: calc( 100% - 150px);
}

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;
  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;
}

.swiper-doingimg .swiper-slide {
  margin: 0px 70px;
  width: calc(100% - 140px);
}

.swiper-doingimg .swiper-button-next, .swiper-doingimg .swiper-button-prev {
  border: solid 1px #000;
  height: 100%;
  width: 45px;
  top: 22px;
  color: #000;
  background: #fff;
  opacity: 1;
}

.swiper-doingimg .swiper-button-prev {
  left: 0;
}

.swiper-doingimg .swiper-button-next {
  right: 0;
}

div.googlemap > iframe {
  width: 100% !important;
  height: 288px !important;
}

dl.condition {
  margin-bottom: 0;
}

dl.condition > dd {
  margin-bottom: 0;
}

dl.condition > dd > span:nth-of-type(1) {
  margin-right: .5rem;
  padding: .125rem 1.5rem;
}

dl.condition > dd:nth-of-type(1) > span:nth-of-type(1) {
  background: #81CC52;
}

dl.condition > dd:nth-of-type(2) > span:nth-of-type(1) {
  background: #E87F0B;
}

dl.condition > dd:nth-of-type(3) > span:nth-of-type(1) {
  background: #DE0309;
}

dl.condition > dd:nth-of-type(4) > span:nth-of-type(1) {
  background: #980A0D;
}

.box {
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin: 10px 0;
}

.box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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 .2s, -webkit-transform .2s;
}

.box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box01 {
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin: 10px 0;
}

.box01 .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 26%;
}

.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 .2s, -webkit-transform .2s;
}

.box01:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 667px) {
  .banner .swiper-banner .swiper-slide {
    padding-bottom: 24.25%;
  }
  .swiper-doingimg .swiper-slide {
    margin: 0px 40px;
    width: calc(100% - 80px);
  }
  .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: 20px;
  }
  .marquee {
    padding: 0;
  }
  .marquee .marquee-left {
    width: 90px;
    font-size: 14px;
  }
  .marquee .marquee-right {
    width: calc( 100% - 90px);
  }
}
/*# sourceMappingURL=index.css.map */