@charset "UTF-8";
strong {
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@font-face {
  font-family: "Lato-regular";
  font-weight: 400;
  font-display: swap;
  src: url("./font/Lato-Regular.eot");
  src: url("./font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Regular.woff") format("woff"), url("./font/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-black";
  font-display: swap;
  font-weight: 600;
  src: url("./font/Lato-Black.eot");
  src: url("./font/Lato-Black.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Black.woff") format("woff"), url("./font/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-bold";
  font-weight: 700;
  font-display: swap;
  src: url("./font/Lato-Bold.eot");
  src: url("./font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Bold.woff") format("woff"), url("./font/Lato-Bold.ttf") format("truetype");
}

@-webkit-keyframes sectionTitleAnimation {
  0%,
  35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}

@keyframes sectionTitleAnimation {
  0%,
  35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}

@-webkit-keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}

@keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}

@-webkit-keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

.slider-accordion {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .slider-accordion {
    margin-top: 0px;
    background-color: #f0f0f0 !important;
    padding-bottom: 20px;
  }
}

.slider-accordion .slider {
  margin-top: 20px;
}

.slider-accordion .slider .swiper-container {
  overflow: visible;
}

.slider-accordion .slider .swiper-slide {
  width: auto;
}

.slider-accordion .slider .swiper-slide.active .wrapper .thumbnail .title {
  opacity: 0;
}

.slider-accordion .slider .swiper-slide.active .wrapper .details {
  opacity: 1;
  max-width: 640px;
}

.slider-accordion .slider .swiper-slide.active .wrapper .details .txt-wrap,
.slider-accordion .slider .swiper-slide.active .wrapper .details .details-head {
  opacity: 1;
}

.slider-accordion .slider .swiper-slide .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail {
    width: 310px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail {
    width: 400px;
  }
}

@media screen and (min-width: 1400px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail {
    width: 419px;
  }
}

@media screen and (min-width: 1600px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail {
    width: 391px;
  }
}

.slider-accordion .slider .swiper-slide .wrapper .thumbnail img {
  height: 300px;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail img {
    height: 269px;
  }
}

.slider-accordion .slider .swiper-slide .wrapper .thumbnail .title {
  text-align: center;
  font-size: 1.5em;
  line-height: 108.3%;
  margin-top: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-accordion .slider .swiper-slide .wrapper .thumbnail .title {
    font-size: 1.25em;
  }
}

.slider-accordion .slider .swiper-slide .wrapper .details {
  background-color: #ffffff;
  width: 640px;
  height: 300px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-accordion .slider .swiper-slide .wrapper .details {
    height: 269px;
  }
}

.slider-accordion .slider .swiper-slide .wrapper .details .details-head {
  color: #eb6e23;
  font-size: 1.5em;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  line-height: 108.3%;
  padding: 30px 30px 17px 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-accordion .slider .swiper-slide .wrapper .details .details-head {
    font-size: 1.25em;
  }
}

.slider-accordion .slider .swiper-slide .wrapper .details .txt-wrap {
  font-size: 1.125em;
  line-height: 166.6%;
  padding: 0 30px 30px 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-accordion .slider .swiper-slide .wrapper .details .txt-wrap {
    font-size: 1em;
  }
}

.slider-accordion .accordion-wrap {
  margin-top: 50px;
}

.slider-accordion .accordion-wrap .accordion {
  padding-bottom: 24px;
}

.slider-accordion .accordion-wrap .accordion.active .accordion-head:after {
  content: "-";
  font-size: 1.4em;
}

.slider-accordion .accordion-wrap .accordion .accordion-head {
  position: relative;
  font-size: 1.5em;
  line-height: 108.3%;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  color: #58585b;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #58585b;
  padding-right: 32px;
  cursor: pointer;
}

.slider-accordion .accordion-wrap .accordion .accordion-head:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "Lato-regular", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  color: #eb6e23;
}

.slider-accordion .accordion-wrap .accordion .details {
  padding-top: 17px;
  padding-bottom: 30px;
  margin-left: -24px;
  margin-right: -24px;
}

@media screen and (max-width: 991px) {
  .slider-accordion .accordion-wrap .accordion .details {
    padding-bottom: 0px;
  }
  .slider-accordion .accordion-wrap .accordion .details .image-wrapper {
    margin-bottom: 15px;
  }
}

.slider-accordion .accordion-wrap .accordion .details img {
  width: 100%;
}

.slider-accordion .accordion-wrap .accordion .details .inner-text-wrap {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .slider-accordion .accordion-wrap .accordion .details .image-wrapper {
    max-height: 300px;
    overflow: hidden;
  }
  .slider-accordion .accordion-wrap .accordion .details .image-wrapper img {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media screen and (max-width: 991px) {
  .services .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .services .row > * {
    padding: 0;
    margin-bottom: 24px;
  }
}

.services .item {
  display: block;
  position: relative;
  overflow: hidden;
}

.services .item:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.services .item .bg {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services .item .bg:after {
  background: rgba(0, 0, 0, 0.34);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.services .item .bg img {
  display: block;
  width: 100%;
}

.services .item .txt {
  font-size: 1.5em;
  line-height: 108.3%;
  margin-top: 13px;
  color: #58585b;
  position: initial;
  text-align: center;
  width: 100%;
  display: block;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .services .item .txt {
    padding-left: 24px;
    text-align: left;
  }
}
/*# sourceMappingURL=service_scope.css.map */