@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);
  }
}

.main {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 32px;
  }
}

.breadcrumb {
  display: block;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  font-size: 1em;
  line-height: 118.7%;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-bottom: 16px;
  }
}

.breadcrumb ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li.current {
  color: #eb6e23;
}

.breadcrumb ul li:not(:last-child):after {
  content: " /";
}

.breadcrumb a {
  color: #58585b;
}

.breadcrumb .section-wrap {
  margin-top: 0;
}

.com-banner img {
  width: 100%;
}

.tab-section .details-wrapper {
  padding-top: 40px;
}

.tab-section .services-infographic {
  position: relative;
}

.tab-section .services-infographic:after {
  content: "";
  background-image: url("../img/infographic_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150vw;
  height: 170%;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .tab-section .services-infographic:after {
    width: 1815px;
    height: 707px;
  }
}

@media screen and (max-width: 991px) {
  .tab-section .services-infographic:after {
    -webkit-transform: translateX(-45%) translateY(-25%);
            transform: translateX(-45%) translateY(-25%);
  }
}

.tab-section .services-infographic img {
  margin: 0 auto;
  display: block;
}

.out-bound-wrapper {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 1399px) {
  .out-bound-wrapper {
    padding-left: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .out-bound-wrapper {
    padding-left: 90px;
  }
}

@media screen and (max-width: 991px) {
  .out-bound-wrapper {
    padding-left: 0px;
  }
}

.out-bound-wrapper .max-bound {
  max-width: 1050px;
}

.com-dim .item {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.com-dim .item.hover, .com-dim .item.active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .com-dim .item {
    opacity: 1;
  }
}

/*
.services-infographic {
  display: inline-flex;
  padding-left: 55px;
  padding-top: 9%;
  padding-bottom: 9%;
  @media screen and (max-width: $breakpoint_lg - 1) {
    display: block;
    padding: 30px 24px;
    margin-left: -24px;
    margin-right: -24px;
    background-image: none;
    background-color: #f0f0f0;
    position: relative;
    &:before,
    &:after {
      content: "";
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
    }
    &:before {
      left: 0;
      border-top: 34vw solid $colorWhite;
      border-right: 63vw solid transparent;
    }
    &:after {
      right: 0;
      border-top: 24vw solid $colorWhite;
      border-left: 40vw solid transparent;
    }
  }
  @media screen and (max-width: $breakpoint_md - 1) {
    padding-top: 10%;
  }
  .infographic-inner {
    padding-top: 1%;
    @media screen and (max-width: $breakpoint_md - 1) {
      transform: scale(1.25);
    }
    &:before {
      bottom: -11%;
    }
    .infographic-image {
      bottom: 24%;
      width: 69%;
    }
  }
  .infographic-inner {
    position: relative;
    @media screen and (max-width: $breakpoint_lg - 1) {
      margin: 0 auto;
    }
    img {
      display: block;
      margin: auto;
    }
    .bg-infographic {
      @media screen and (max-width: $breakpoint_lg - 1) {
        opacity: 0;
      }
    }
    .infographic-image {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      @media screen and (max-width: $breakpoint_lg - 1) {
        position: relative;
        z-index: 1;
      }
    }
    .pins {
      cursor: pointer;
      position: absolute;
      width: 5.6%;
      border: none;
      z-index: 2;
      @media screen and (max-width: $breakpoint_lg - 1) {
        cursor: default;
      }
      @media screen and (min-width: $breakpoint_lg) {
        &:hover {
          img {
            -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
            -webkit-transform-origin: center top;
            transform-origin: center top;
            -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
          }
        }
      }
      &:before {
        content: attr(data-info-label);
        position: absolute;
        left: 100%;
        top: 0;
        text-align: left;
        font-size: 24px;
        line-height: 1.1;
        text-transform: uppercase;
        color: $colorBlack;
        font-weight: 600;
        max-width: 205px;
        width: 400%;
        display: flex;
        align-items: center;
        padding-left: 12px;
        height: 100%;
        @media screen and (max-width: $breakpoint_lg - 1) {
          display: none;
        }
      }
      &.sty-left {
        &:before {
          padding-left: 0;
          padding-right: 12px;
          left: 0;
          transform: translateX(-100%);
          text-align: center;
        }
      }
    }
  }
}
.services-tooltip-wrapper {
  max-width: 700px;
  padding: 45px 40px 30px;
  font-size: 16px;
  .col-icon {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-right: 25px;
    padding-top: 25px;
    max-width: calc(110px + 40px);
    min-height: 160px;
    line-height: 1.35;
    img {
      display: block;
      margin: 0 auto 15px;
    }
  }
  .desc {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    &.original {
      height: 100px;
    }
    &.expand {
      height: auto;
    }
    p {
      margin-bottom: 10px;
    }
    .highlight {
      color: $colorOrange;
    }
  }
  .read-more-link {
    color: $colorOrange;
    letter-spacing: 1px;
    line-height: 140%;
    font-weight: 600;
    cursor: pointer;
    padding-top: 18px;
    display: block;
  }
  .btn {
    font-size: 14px;
  }
}
*/
.custom-nav-dropdown .custom-selectric .selectric {
  border: none;
  background: rgba(220, 220, 220, 0.75);
}

.custom-nav-dropdown .custom-selectric .label {
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  margin-left: 0;
  padding: 20px 80px 20px 30px;
  height: auto;
  white-space: normal;
  text-align: left;
  line-height: 1.15;
}

.custom-nav-dropdown .custom-selectric .button {
  background: url(../img/common/dropdown-arrow-up.svg) center center no-repeat;
  height: 100%;
  color: transparent;
  right: 30px;
}

.custom-nav-dropdown .custom-selectric .button:after {
  display: none;
}

.custom-nav-dropdown .custom-selectric .selectric-items {
  background: #ffffff;
}

.custom-nav-dropdown .custom-selectric .selectric-items li {
  color: #000000;
  font-size: 16px;
  padding: 15px 30px;
}

.custom-nav-dropdown .custom-selectric .selectric-items li:hover {
  background: rgba(220, 220, 220, 0.75);
}

.custom-nav-dropdown .custom-selectric .selectric-items li.highlighted {
  background: gainsboro;
}

.services-collpse-wrapper .collpse-header {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 15px;
}

.services-collpse-wrapper .collpse-header .item-header {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  line-height: 1.25;
  position: relative;
  padding: 10px 35px 10px 0;
}

@media screen and (max-width: 991px) {
  .services-collpse-wrapper .collpse-header .item-header {
    min-height: 88px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services-collpse-wrapper .collpse-header .item-header:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 100%;
  background: url(../img/common/icon-accordion-expand.svg) center center no-repeat;
}

.services-collpse-wrapper .collpse-header .item-header[aria-expanded="true"]:after {
  background-image: url(../img/common/icon-accordion-collapse.svg);
}

.services-collpse-wrapper .collpse-header .item-header .icon {
  width: 20%;
  padding-right: 0;
  max-width: 85px;
}

.services-collpse-wrapper .collpse-header .item-header .icon img {
  margin: 0 auto;
  display: block;
}

.services-collpse-wrapper .collapse-body {
  padding: 15px 0 40px;
  line-height: 1.4;
}

.services-collpse-wrapper .collapse-body .btn {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.services-collpse-wrapper .collapse-body p {
  margin-bottom: 10px;
}

.tab-section {
  padding-top: 60px;
}

.com-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.com-tab .tab {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.com-tab .tab:not(.active):hover {
  opacity: 1;
}

.com-tab .tab h3 {
  font-size: 1.25em;
  line-height: 130%;
  margin-bottom: 19px;
}

.com-tab .tab .thumbnail {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
}

.com-tab .tab .thumbnail:before {
  content: "";
  display: block;
  padding-top: 61.95652%;
}

.com-tab .tab .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
/*# sourceMappingURL=common_inner.css.map */