@charset "UTF-8";
.w-100 {
  width: 100% !important;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.pr {
  position: relative;
}

.f-w {
  font-weight: bold;
}

.color01 {
  color: #92d14f;
}

.color02 {
  color: #5e5e5e;
}

.btn, .btn01 {
  background: #5e5e5e;
  color: #ffffff;
  border-radius: 5px;
  padding: 18px 55px;
  border-radius: 0;
}

.btn:hover, .btn01:hover {
  background: #92d14f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01 {
  background: #92d14f !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.imgdiv-padding {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 73.25%;
}

.imgdiv-padding img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.bg {
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-02 {
  background: whitesmoke;
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), color-stop(50%, white), to(white));
  background: linear-gradient(180deg, whitesmoke 0%, white 50%, white 100%);
}

.bg-03 {
  background-position: bottom;
  background-image: url("../img/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner, .banner-all {
  padding-top: 40px;
}

.banner img, .banner-all img {
  width: 100%;
}

.banner {
  margin: 0;
}

.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 a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide 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: #808080;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b1b1b2;
}

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

/*大標*/
h3.title03 {
  color: white;
  width: 35%;
  padding: 7px 45px;
  margin-top: 5rem;
  margin-bottom: 50px;
  background-color: #92d14f;
  display: inline-block;
  position: relative;
}

h3.title03::after {
  content: '';
  position: absolute;
  right: -34px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 34px 0 0;
  border-color: #92d14f transparent transparent transparent;
}

.title01 {
  text-align: center;
  color: white;
  width: 35%;
  margin: 0 auto;
  padding: 7px;
  margin-bottom: 50px;
  z-index: 2;
}

.title01::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 17%;
  background-image: url(../img/title_bg_1.png);
  background-size: contain;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.title02 {
  text-align: center;
  color: #92d14f;
  width: 35%;
  margin: 0 auto;
  padding: 7px;
  margin-bottom: 50px;
}

.title02::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 17%;
  background-image: url(../img/title_bg.png);
  background-size: contain;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tb-all {
  padding: 5% 0;
}

@media screen and (max-width: 768px) {
  .title01, .title02 {
    width: 85%;
  }
  h3.title03 {
    color: white;
    width: 85%;
    padding: 7px 45px;
    margin-top: 5rem;
    margin-bottom: 50px;
    background-color: #92d14f;
    display: inline-block;
    position: relative;
  }
  h3.title03::after {
    content: '';
    position: absolute;
    right: -34px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 41px 34px 0 0;
    border-color: #92d14f transparent transparent transparent;
  }
}

.service .service-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 250px;
  padding-bottom: 47%;
  -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;
}

.service .service-img 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;
}

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

.service .service-item:nth-child(odd) {
  background-color: #EFEFEF;
}

.service .service-item:nth-child(even) .service-number {
  color: #92d14f;
}

.service .service-item:nth-child(odd) .service-number {
  color: #C2C2C2;
}

.service-number {
  font-size: 5rem;
}

h1.service-number:after {
  content: '';
  display: block;
  width: 70%;
  background: #d5d5d5;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

h1.service_detail-number {
  font-size: 5rem;
  color: #92d14f;
}

.swiper-product {
  padding: 60px 0 20px 0 !important;
}

.swiper-product .swiper-slide {
  width: 33.33%;
  -webkit-box-shadow: 0px 1px 13px 4px #00000014;
          box-shadow: 0px 1px 13px 4px #00000014;
  background: white;
  margin: 0 1rem;
}

.swiper-product .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 250px;
  padding-bottom: 47%;
  height: 100px !important;
}

.swiper-product .cord04-img img {
  width: 100%;
  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;
}

.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  top: 25px;
  background: #92d14f;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-product .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #b1b1b2;
}

.swiper-slide-thumb-active {
  border: solid 3px #b1b1b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide-thumb-active img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .swiper-product .swiper-slide {
    width: 63.33%;
  }
}

.products .cord04 {
  border: 1px solid #b9b9b9;
}

.products h3 {
  background: #b9b9b9;
  padding: 1em;
  color: white;
}

.products_detail_title {
  background-color: #B9B9B9;
  padding: 7px;
  text-align: center;
}

.products_detail_title::after {
  content: '';
  position: absolute;
  right: -34px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 34px 0 0;
  border-color: #B9B9B9 transparent transparent transparent;
}

.products_detail_title h3 {
  color: #ffffff;
  display: inline;
}

@media screen and (max-width: 768px) {
  .products_detail_title {
    background-color: #B9B9B9;
    padding: 7px;
    text-align: center;
  }
  .products_detail_title::after {
    content: '';
    display: none;
  }
}

.products_detail_hr {
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
}

.products_hint {
  padding: 0 15px;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 400px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.product__carousel .gallery-top .swiper-slide::before {
  content: "\e810";
  font-family: 'fontello';
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
  z-index: 1;
  color: #eeeeee;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #eeeeee;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

.projects .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 250px;
  padding-bottom: 88%;
  height: 100px !important;
  background-color: white;
  border: 2px solid #92d14f;
  -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;
}

.projects .cord04-img img {
  width: 100%;
  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;
}

.projects .cord04-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.projects .projects_name {
  background: #92d14f;
  padding: 10px;
  color: white;
}

footer {
  background: #81847F;
}

footer small, footer a {
  color: #ffffff;
}

footer .copyright {
  background: #81847F;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #fff;
}
/*# sourceMappingURL=all.css.map */