@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.inner .com-panel .col-r {
  background-color: rgba(255, 255, 255, 0.9);
}
.inner .com-panel .col-r .scope {
  padding: 80px 40px 75px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .col-r .scope {
    padding: 40px 16px 60px;
  }
}
.inner .com-panel .intro h1 {
  font-weight: 700;
  font-size: 1.75em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .intro h1 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
.inner .com-panel .intro .com-txt {
  font-size: 0.875em;
  letter-spacing: 0.01em;
  color: #76777B;
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph {
    position: relative;
    margin-top: 24px;
    height: 470px;
    max-width: 926px;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/service/hongkong-map.png");
  }
}
@media screen and (min-width: 1300px) and (min-width: 1299px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph {
    margin-left: -20px;
    margin-right: -20px;
    max-width: 835px;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .box {
    position: absolute;
    top: 50%;
    background-color: #ED6D00;
    border-radius: 13px;
    padding: 5px 12px;
    width: 120px;
    height: 77px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 0.875em;
    line-height: 1;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inner .com-panel .scope .flow .graph .box.box-l {
    left: 0;
  }
  .inner .com-panel .scope .flow .graph .box.box-r {
    right: 0;
  }
  .inner .com-panel .scope .flow .graph .box .icon {
    width: 44px;
  }
  .inner .com-panel .scope .flow .graph .box .icon img {
    display: block;
    width: 100%;
  }
  .inner .com-panel .scope .flow .graph .line {
    position: absolute;
    top: 52px;
    width: 122px;
    height: 362px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
  .inner .com-panel .scope .flow .graph .line.line-l {
    left: 120px;
    background-image: url("../img/service/line-left.svg");
  }
}
@media screen and (min-width: 1300px) and (min-width: 1400px) and (max-width: 1439px) {
  .inner .com-panel .scope .flow .graph .line.line-l {
    left: 90px;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph .line.line-l {
    left: 90px;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .line.line-r {
    right: 120px;
    background-image: url("../img/service/line-right.svg");
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph .line.line-r {
    right: 89px;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .col-first {
    position: absolute;
    left: 246px;
    top: 32px;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1400px) and (max-width: 1439px) {
  .inner .com-panel .scope .flow .graph .col-first {
    left: 212px;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph .col-first {
    left: 212px;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .col-first .group {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 55px;
    height: 16px;
    transform: translate(100%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/icon/triangles.svg");
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph .col-first .group:after {
    right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .col-first .group:nth-child(2) {
    top: 44px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group:nth-child(3) {
    top: 92px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group:nth-child(4) {
    top: 136px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group:nth-child(5) {
    top: 180px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group .icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group .txt {
    text-transform: capitalize;
    font-size: 0.875em;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 11px;
  }
  .inner .com-panel .scope .flow .graph .col-second {
    position: absolute;
    top: 38px;
    right: 240px;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) and (max-width: 1399px) {
  .inner .com-panel .scope .flow .graph .col-second {
    right: 214px;
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .graph .col-second .group {
    position: relative;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.2;
    width: 176px;
    padding: 0 12px;
  }
  .inner .com-panel .scope .flow .graph .col-second .group:nth-child(2) {
    top: 60px;
  }
  .inner .com-panel .scope .flow .graph .col-second .group:nth-child(3) {
    top: 116px;
  }
  .inner .com-panel .scope .flow .graph .col-second .group:nth-child(4) {
    top: 156px;
  }
  .inner .com-panel .scope .flow .graph .col-second .group:nth-child(5) {
    top: 203px;
  }
}
@media screen and (max-width: 1299px) {
  .inner .com-panel .scope .flow {
    margin-top: 24px;
  }
  .inner .com-panel .scope .flow .graph {
    position: relative;
    height: 595px;
  }
  .inner .com-panel .scope .flow .graph .box {
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    background-color: #ED6D00;
    color: #ffffff;
    font-size: 0.8125em;
    font-weight: 700;
    border-radius: 12px;
    text-align: center;
  }
  .inner .com-panel .scope .flow .graph .box.box-l {
    left: 0;
  }
  .inner .com-panel .scope .flow .graph .box.box-r {
    right: 0;
  }
}
@media screen and (max-width: 1299px) and (max-width: 1299px) {
  .inner .com-panel .scope .flow .graph .box .icon {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  .inner .com-panel .scope .flow .graph .box .txt {
    display: inline-block;
    transform-origin: top left;
    transform: rotate(-90deg) translateY(6px);
    width: 200px;
    position: absolute;
    left: 0;
    top: 397px;
  }
  .inner .com-panel .scope .flow .graph .col {
    position: absolute;
    top: 0;
    width: calc((100% - 72px - 54px - 48.5px - 19px - 20px) / 2);
  }
  .inner .com-panel .scope .flow .graph .col .group {
    height: 103px;
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inner .com-panel .scope .flow .graph .col .group:not(:last-child) {
    margin-bottom: 20px;
  }
  .inner .com-panel .scope .flow .graph .col-first {
    left: 90px;
  }
  .inner .com-panel .scope .flow .graph .col-first .group {
    width: 100%;
  }
  .inner .com-panel .scope .flow .graph .col-first .icon {
    width: 32px;
    height: 32px;
  }
  .inner .com-panel .scope .flow .graph .col-first .txt {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.2;
    font-weight: 700;
    color: #54565B;
    text-transform: capitalize;
    width: 72px;
    text-align: center;
    margin-top: 4px;
  }
  .inner .com-panel .scope .flow .graph .col-second {
    right: 84.5px;
  }
  .inner .com-panel .scope .flow .graph .col-second .group {
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .inner .com-panel .scope .flow .graph .line {
    position: absolute;
    top: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .inner .com-panel .scope .flow .graph .line.line-l {
    left: 36px;
    width: 54px;
    background-image: url("../img/service/line-left-m.svg");
  }
  .inner .com-panel .scope .flow .graph .line.line-r {
    right: 36px;
    width: 48.5px;
    background-image: url("../img/service/line-right-m.svg");
  }
  .inner .com-panel .scope .flow .graph .col-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 19px;
    height: 100%;
    letter-spacing: 50%;
    transform: translateX(-50%);
  }
  .inner .com-panel .scope .flow .graph .col-arrow .arrow {
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner .com-panel .scope .flow .graph .col-arrow .arrow:not(:last-child) {
    margin-bottom: 20px;
  }
  .inner .com-panel .scope .flow .graph .col-arrow .arrow:after {
    content: "";
    display: block;
    width: 19px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/icon/triangles-m.svg");
  }
}
@media screen and (min-width: 1300px) {
  .inner .com-panel .scope .flow .col-arrow {
    display: none !important;
  }
}
.inner .com-panel .scope .flow .remarks {
  position: relative;
  color: #ED6D00;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
  max-width: 926px;
  background-image: linear-gradient(90deg, rgba(237, 109, 0, 0) 0%, rgba(237, 109, 0, 0.1) 15.16%, rgba(237, 109, 0, 0.146945) 34.45%, rgba(237, 109, 0, 0.2) 52.14%, rgba(237, 109, 0, 0.146694) 71.54%, rgba(237, 109, 0, 0.1) 89.34%, rgba(237, 109, 0, 0) 100%);
}
.inner .com-panel .scope .flow .remarks span {
  display: block;
}
@media screen and (max-width: 1299px) {
  .inner .com-panel .scope .flow .remarks span {
    max-width: 220px;
    font-size: 0.8125em;
    margin: 0 auto;
  }
}
.inner .com-panel .scope .flow .remarks .txt {
  position: relative;
  z-index: 1;
}
.inner .com-panel .scope .flow .remarks .deco {
  position: absolute;
  top: -8px;
  width: 45px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1299px) {
  .inner .com-panel .scope .flow .remarks .deco {
    width: 58px;
    height: 70px;
    top: -13px;
  }
}
.inner .com-panel .scope .flow .remarks .deco.stripe-w {
  background-image: url("../img/deco/stripe-w.svg");
}
.inner .com-panel .scope .flow .remarks .deco.stripe-g {
  background-image: url("../img/deco/stripe-g.svg");
}
.inner .com-panel .scope .flow .remarks .deco#stripe-w-1 {
  left: 32px;
}
@media screen and (max-width: 575px) {
  .inner .com-panel .scope .flow .remarks .deco#stripe-w-1 {
    left: -12px;
  }
}
.inner .com-panel .scope .flow .remarks .deco#stripe-w-2 {
  left: 55px;
}
@media screen and (max-width: 575px) {
  .inner .com-panel .scope .flow .remarks .deco#stripe-w-2 {
    left: 11px;
  }
}
.inner .com-panel .scope .flow .remarks .deco#stripe-g-1 {
  right: 55px;
}
@media screen and (max-width: 575px) {
  .inner .com-panel .scope .flow .remarks .deco#stripe-g-1 {
    right: 11px;
  }
}
.inner .com-panel .scope .flow .remarks .deco#stripe-g-2 {
  right: 32px;
}
@media screen and (max-width: 575px) {
  .inner .com-panel .scope .flow .remarks .deco#stripe-g-2 {
    right: -12px;
  }
}
.inner .com-panel .healthcare {
  background-color: #DEDEDE;
  padding: 50px 40px 15px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare {
    padding: 50px 16px 0;
  }
}
.inner .com-panel .healthcare h2 {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare h2 {
    margin-bottom: 32px;
  }
}
.inner .com-panel .healthcare .listing {
  display: flex;
  flex-wrap: wrap;
}
.inner .com-panel .healthcare .listing .item {
  margin-right: 24px;
  margin-bottom: 45px;
  width: calc((100% - 48px) / 3);
}
@media screen and (min-width: 768px) {
  .inner .com-panel .healthcare .listing .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare .listing .item {
    margin-right: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .inner .com-panel .healthcare .listing .item {
    width: calc((100% - 16px) / 2);
  }
  .inner .com-panel .healthcare .listing .item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .inner .com-panel .healthcare .listing .item {
    margin-right: 0;
    width: 100%;
  }
}
.inner .com-panel .healthcare .listing .item .thumbnail {
  position: relative;
  height: auto;
}
.inner .com-panel .healthcare .listing .item .thumbnail:before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .inner .com-panel .healthcare .listing .item .thumbnail:before {
    padding-top: 57.8231292517%;
  }
}
@media (min-width: 992px) {
  .inner .com-panel .healthcare .listing .item .thumbnail:before {
    padding-top: 57.8231292517%;
  }
}
.inner .com-panel .healthcare .listing .item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inner .com-panel .healthcare .listing .item .desc-wrap {
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare .listing .item .desc-wrap {
    padding-top: 12px;
  }
}
.inner .com-panel .healthcare .listing .item .desc-wrap .title {
  font-size: 1.125em;
  font-weight: 700;
  color: #ED6D00;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare .listing .item .desc-wrap .title {
    font-size: 1em;
  }
}
.inner .com-panel .healthcare .listing .item .desc-wrap .desc {
  height: 68px;
  font-size: 0.875em;
  color: #76777B;
  line-height: 1.2;
}
.inner .com-panel .healthcare .listing .item .desc-wrap .btn-container {
  margin-top: 16px;
}
.inner .com-panel .healthcare .listing .item .desc-wrap .btn-container .arrow-btn {
  color: #54565B;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .inner .com-panel .healthcare .listing .item .desc-wrap .btn-container .arrow-btn {
    font-size: 0.875em;
  }
}
.inner .com-panel .healthcare .listing .item .desc-wrap .btn-container .arrow-btn span:before {
  width: calc(100% - 16px);
  background-color: #54565B;
}
.inner .com-panel .healthcare .listing .item .desc-wrap .btn-container .arrow-btn span:after {
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/toNext.svg");
}
.inner .com-panel .healthcare .listing .item .desc-wrap .btn-container .arrow-btn:hover span:before {
  width: 0;
}/*# sourceMappingURL=service.css.map */