@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  opacity: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

body {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  overflow-x: hidden;
}
body.body--in {
  animation: opacity_in 0.8s both;
}

.body--fix {
  overflow: hidden;
}

hr {
  border: none;
  outline: none;
}

.w-50 {
  width: 50%;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.text-center {
  text-align: center;
}

@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../assets/fonts/rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  src: url("../../../../assets/fonts/rubik/Rubik-SemiBold.ttf");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  src: url("../../../../assets/fonts/rubik/Rubik-Bold.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../assets/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("../../../../assets/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/openSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../assets/fonts/openSans/OpenSans-Medium.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  src: url("../../../../assets/fonts/openSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 700;
  src: url("../../../../assets/fonts/openSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/oswald/Oswald-Regular.ttf");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../assets/fonts/oswald/Oswald-Medium.ttf");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 600;
  src: url("../../../../assets/fonts/oswald/Oswald-SemiBold.ttf");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  src: url("../../../../assets/fonts/oswald/Oswald-Bold.ttf");
}
@font-face {
  font-family: PingFang;
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/PingFang/PingFang-SC-Regular.ttf");
}
@font-face {
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../assets/fonts/PingFang/PingFang-SC-Medium.ttf");
}
@font-face {
  font-family: PingFang;
  font-style: normal;
  font-weight: 600;
  src: url("../../../../assets/fonts/PingFang/PingFang-SC-Bold.ttf");
}
@font-face {
  font-family: PingFang;
  font-style: normal;
  font-weight: 700;
  src: url("../../../../assets/fonts/PingFang/PingFang-SC-Heavy.ttf");
}
@keyframes opacity_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pointerAni {
  0% {
    width: 48px;
    height: 48px;
    @media only screen and (max-width: 991px) {
      width: 8.53334vw;
      height: 8.53334vw;
    }
  }
  100% {
    width: 72px;
    height: 72px;
    @media only screen and (max-width: 991px) {
      width: 11.73334vw;
      height: 11.73334vw;
    }
  }
}
@keyframes pointerAniH5 {
  0% {
    width: 8.53334vw;
    height: 8.53334vw;
  }
  100% {
    width: 11.73334vw;
    height: 11.73334vw;
  }
}
@keyframes lineAni {
  0% {
    transform: translatex(0%);
    opacity: 0;
  }
  100% {
    width: 0px;
    transform: translatex(350px);
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes caseCardClip {
  0% {
    -webkit-clip-path: none;
            clip-path: none;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 113px 100%, 0 calc(100% - 88px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 113px 100%, 0 calc(100% - 88px));
  }
}
@keyframes rotate-vert-center {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes interBg {
  0% {
    width: 0;
    height: 0;
  }
  40% {
    width: 100%;
    height: 100%;
    transform: skewY(0deg) translateY(0%);
  }
  41% {
    width: 100%;
    height: 200%;
    transform: skewY(30deg) translateY(20%);
  }
  100% {
    width: 100%;
    height: 200%;
    transform: skewY(30deg) translateY(-80%);
  }
}
.arrow-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  position: relative;
  color: #707070;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
@media only screen and (max-width: 991px) {
  .arrow-btn {
    max-width: 72px;
    max-height: 72px;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 3.2vw;
  }
}
.arrow-btn--next .icon {
  transform: rotate(180deg);
}
.arrow-btn:hover {
  background: #DC000C;
  color: #fff;
}
.arrow-btn--disable, .arrow-btn.swiper-button-disabled {
  cursor: default;
  color: rgba(112, 112, 112, 0.5);
}
.arrow-btn--disable:hover, .arrow-btn.swiper-button-disabled:hover {
  background: transparent;
  color: rgba(112, 112, 112, 0.5);
}

.btn-inner {
  width: 56px;
  height: 56px;
  background: #DC000C;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .btn-inner {
    max-width: 72px;
    max-height: 72px;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.btn-inner:hover span {
  transform: rotate(180deg);
}
.btn-inner span {
  position: relative;
  transition: all 0.3s;
}
.btn-inner span::after, .btn-inner span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.btn-inner span::after {
  width: 2px;
  height: 16px;
}
@media only screen and (max-width: 991px) {
  .btn-inner span::after {
    width: 0.4vw;
    height: 3.2vw;
  }
}
.btn-inner span::before {
  width: 16px;
  height: 2px;
}
@media only screen and (max-width: 991px) {
  .btn-inner span::before {
    width: 3.2vw;
    height: 0.4vw;
  }
}

.swiper-number {
  display: flex;
  align-items: center;
}
.swiper-number__btn {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .swiper-number__btn {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.swiper-number__btn--count {
  color: rgba(51, 51, 51, 0.8);
  font-weight: 600;
}
.swiper-number__btn--total {
  color: rgba(51, 51, 51, 0.3);
}
.swiper-number__gutter {
  width: 1px;
  height: 12px;
  background: rgba(51, 51, 51, 0.3);
  margin: 0 16px;
}
@media only screen and (max-width: 991px) {
  .swiper-number__gutter {
    width: 0.26667vw;
    height: 3.2vw;
    margin: 0 2.13334vw;
  }
}

.btn-more {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.375;
  padding: 9px 16px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  transition: letter-spacing 0.3s;
}
.btn-more:hover {
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .btn-more {
    border: none;
  }
}

.btn-top {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DC000C;
  color: #fff;
  position: fixed;
  right: 88px;
  z-index: 99;
  bottom: 88px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s, filter 0.3s;
}
.btn-top--active {
  opacity: 1;
  visibility: visible;
}
.btn-top:hover {
  filter: contrast(1.2);
}
@media only screen and (max-width: 991px) {
  .btn-top {
    right: 0;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 3.2vw;
  }
}
.btn-top .icon {
  transform: rotate(90deg);
}

.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #DC000C;
  padding: 4.4vw 0;
  width: calc(100% - 8.53334vw);
  margin: 8vw auto 0;
}
.btn-contact .icon {
  margin-right: 2vw;
  font-size: 3.7333333333vw;
}
.btn-contact__title {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 1.3095238095;
}

.btn-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3333333333;
  color: #fff;
  background: #DC000C;
  padding: 12px 43px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .btn-link {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.btn-link--sure {
  padding: 12px 32px;
}
@media only screen and (max-width: 991px) {
  .btn-link--sure {
    padding: 2vw 4.26667vw;
  }
}

.dropdown {
  position: relative;
  margin: 4px;
}
.dropdown-wrap {
  display: flex;
  align-items: center;
  margin: -4px;
}
.dropdown-wrap .input-search-wrap {
  flex: calc(50% - 8px) 0 1;
  margin: 4px;
}
@media only screen and (max-width: 991px) {
  .dropdown-wrap .input-search-wrap {
    flex: calc(50% - 2.13334vw) 0 1;
    margin: 1.06667vw;
  }
}
.dropdown-wrap .input-search-wrap .input-search-input {
  flex: 1;
}
.dropdown-wrap .input-search-wrap .btn-search {
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  .dropdown-wrap .input-search-wrap .btn-search {
    margin-left: 1.86667vw;
  }
}
.dropdown__title {
  margin-right: 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.1px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.dropdown-btn {
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #fff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .dropdown-btn {
    padding: 2.4vw 3.2vw;
    border-width: 0.26667vw;
    font-size: 3.7333333333vw;
  }
}
.dropdown-btn__arrow {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .dropdown-btn__arrow {
    right: 5.33334vw;
  }
}
.dropdown-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
}
@media only screen and (max-width: 991px) {
  .dropdown-btn__arrow::after {
    border-width: 1.6vw 1.06667vw 0 1.06667vw;
  }
}
.dropdown-btn--select {
  color: #333 !important;
}
.dropdown-btn:hover, .dropdown-btn--active {
  background: #fff;
  color: #333 !important;
}
.dropdown-btn--active .dropdown-btn__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}
.dropdown .icon {
  margin-right: 12px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .dropdown .icon {
    font-size: 5.3333333333vw;
    margin-right: 1.6vw;
  }
}
.dropdown-list {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 24px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  max-height: 213px;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .dropdown-list {
    padding: 2.93334vw 3.2vw;
    max-height: 41.73334vw;
    margin-top: 2.1333vw;
  }
}
.dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #E1E1E1;
}
.dropdown-listHref__href {
  white-space: nowrap;
  letter-spacing: 0.1px;
  line-height: 1.3125;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  display: block;
}
.dropdown-listHref__href--active {
  color: #000;
}
.dropdown-listHref__href:hover {
  color: #DC000C;
}
@media only screen and (max-width: 991px) {
  .dropdown-listHref__href:hover {
    color: #000;
  }
}
.dropdown-listHref__href:active {
  color: #DC000C;
}
@media only screen and (max-width: 991px) {
  .dropdown-listHref__href {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.dropdown-listHref ~ .dropdown-listHref {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .dropdown-listHref ~ .dropdown-listHref {
    margin-top: 2.8vw;
  }
}
.dropdown--filter .dropdown-btn {
  min-width: 186px;
  color: rgba(51, 51, 51, 0.4);
  padding: 13px 16px;
}
.dropdown--filter .dropdown-list {
  left: 0;
  right: 0;
  transform: none;
  display: none;
}
.dropdown--anchor {
  position: fixed;
  left: 0;
  right: 0;
  top: 12vw;
  z-index: 99;
}
.dropdown--anchorRoot {
  padding: 3.2vw 4.26667vw;
  display: none;
}
@media only screen and (max-width: 991px) {
  .dropdown--anchorRoot {
    display: block;
  }
}
.dropdown--anchorRoot .mask {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  color: transparent;
}
.dropdown--anchor .dropdown-btn {
  border-color: rgba(51, 51, 51, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .dropdown--anchor .dropdown-btn {
    padding: 3.2vw 4.26667vw;
    font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown--anchor .dropdown-btn__arrow {
    right: 6.4vw;
  }
}
.dropdown--anchor .dropdown-list {
  box-shadow: none;
  margin-top: 0;
  padding: 4.26667vw;
}
@media only screen and (max-width: 991px) {
  .dropdown--anchor .dropdown-list {
    max-height: none;
  }
}
.dropdown--anchor .dropdown-listHref:not(:last-of-type) {
  padding-bottom: 4.26667vw;
  border-bottom: 0.26667vw solid rgba(51, 51, 51, 0.05);
}
.dropdown--anchor .dropdown-listHref ~ .dropdown-listHref {
  margin-top: 4.26667vw;
}
.dropdown--support .dropdown-btn {
  min-width: 235px;
}
@media only screen and (max-width: 991px) {
  .dropdown--support .dropdown-btn {
    min-width: auto;
    border-width: 0.26667vw;
    padding: 1.86667vw 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}

.btn-filter {
  color: rgba(51, 51, 51, 0.5);
  padding: 12px 16px;
  border: 1px solid transparent;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.2px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.3125;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .btn-filter {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    border-width: 0.26667vw;
    padding: 2vw;
  }
}
.btn-filter ~ .btn-filter {
  margin-left: 16px;
}
@media only screen and (max-width: 991px) {
  .btn-filter ~ .btn-filter {
    margin-left: 3.2vw;
  }
}
.btn-filter-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 16px;
}
.btn-filter-wrap::-webkit-scrollbar {
  opacity: 0;
  -webkit-appearance: none;
  display: none;
}
@media only screen and (max-width: 991px) {
  .btn-filter-wrap {
    margin-bottom: 6.4vw;
    width: calc(100% - 8.53334vw);
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    overflow-x: auto;
  }
}
.btn-filter--active {
  color: #DC000C;
  border-color: #DC000C;
}
@media only screen and (min-width: 991px) {
  .btn-filter:hover {
    color: #DC000C;
    border-color: #DC000C;
  }
}

.btn-search {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #DC000C;
  font-size: 20px;
  cursor: pointer;
  transition: filter 0.3s;
}
.btn-search:hover {
  filter: contrast(1.2);
}
@media only screen and (max-width: 991px) {
  .btn-search {
    width: 9.2vw;
    height: 9.2vw;
    font-size: 4.2666666667vw;
  }
}

.btn-send {
  color: #fff;
  background: #DC000C;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  padding: 20px 70px;
  text-align: center;
  cursor: pointer;
  transition: filter 0.3s;
}
@media only screen and (max-width: 991px) {
  .btn-send {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    padding: 2.8vw;
  }
}
.btn-send:hover {
  filter: contrast(1.2);
}

.btn-zoom {
  background: #F08205;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .btn-zoom {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}
.btn-zoom:hover {
  transform: scale(1.1);
}
.btn-zoom .icon {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .btn-zoom .icon {
    font-size: 2.6666666667vw;
  }
}

.btn-close {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .btn-close {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.btn-close:hover .icon {
  transform: rotate(180deg);
}
.btn-close .icon {
  font-size: 16px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .btn-close .icon {
    font-size: 3.2vw;
  }
}

.btn-cursor-more {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(220, 0, 12, 0.65);
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: transform 0.2s ease-out, opacity 0.1s;
  pointer-events: none;
  opacity: 0;
}
.btn-cursor-more--in {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .btn-cursor-more {
    visibility: hidden;
  }
}

.section-flex {
  display: flex;
}
.section-flex .section-img {
  width: 50%;
}
.section-flex .section-info {
  width: 50%;
}
.section-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.section--center {
  text-align: center;
}
.section--center .section__gutter {
  margin-left: auto;
  margin-right: auto;
}
.section--center .section__text {
  margin-left: auto;
  margin-right: auto;
}
.section--center .section__img {
  margin: 0 auto;
}
.section__subtitle {
  color: #DC000C;
  font-size: 22px;
  line-height: 1.2273;
  font-family: "Rubik", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .section__subtitle {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}
.section__title {
  font-size: 42px;
  line-height: 1.357143;
  font-weight: 700;
  color: #333;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .section__title {
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
  }
}
.section__gutter {
  width: 36px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 22px;
  margin-left: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section__gutter {
    width: 4.8vw;
    height: 0.26667vw;
    margin: 3.2vw auto;
  }
}
.section__gutter::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.15);
}
.section__text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.7);
  max-width: 1000px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .section__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.section__text--row {
  display: flex;
  flex-direction: column;
}
.section__text__row ~ .section__text__row {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .section__text__row ~ .section__text__row {
    margin-top: 2.13334vw;
  }
}
.section__redGutter {
  width: 2px;
  height: 76px;
  margin: 40px auto 24px;
}
.section__redGutter::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #DC000C;
  display: block;
}
@media only screen and (max-width: 991px) {
  .section__redGutter {
    width: 0.26667vw;
    height: 10.13334vw;
    margin: 5.33334vw auto 2.13334vw;
  }
}
.section__why {
  font-size: 32px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .section__why {
    font-size: 5.3333333333vw;
    line-height: 1.375;
  }
}
.section--noGutter .section__text {
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .section--noGutter .section__text {
    margin-top: 5.33334vw;
  }
}
.section--firstRed .section__title::first-letter {
  color: #DC000C;
}
.section--firstRed .section__title span:first-child::first-letter {
  color: #DC000C;
}
.section--small .section__title {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .section--small .section__title {
    font-size: 5.3333333333vw;
  }
}
.section .btn {
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .section .btn {
    margin-top: 6.4vw;
  }
}

.lazy_load .section__title, .lazy_load .section__text, .lazy_load .section__img, .lazy_load .section__subtitle, .lazy_load .section-img, .lazy_load .section__why {
  transform: translateY(50px);
  opacity: 0;
}
.lazy_load .section__gutter::after {
  width: 0%;
}
.lazy_load .section__redGutter::after {
  height: 0%;
}
.lazy_load .btn {
  opacity: 0;
}
.lazy_load--in .section__title, .lazy_load--in .section__text, .lazy_load--in .section__img, .lazy_load--in .section__subtitle, .lazy_load--in .section-img, .lazy_load--in .section__why {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.lazy_load--in .section__gutter::after {
  width: 100%;
  transition: width 0.9s 0.05s;
}
.lazy_load--in .section__text {
  transition-delay: 0.04s;
}
.lazy_load--in .section__why {
  transition-delay: 0.3s;
}
.lazy_load--in .section__redGutter::after {
  height: 100%;
  transition: height 0.4s;
}
.lazy_load--in .btn {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.05s;
}

.navbarList {
  margin-right: 72px;
  margin-bottom: 20px;
}
.navbarList:first-child {
  margin-right: 90px;
}
.navbarList:last-of-type {
  margin-right: 0;
}
.navbarList__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.33333;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.navbarList-list {
  position: relative;
  padding-left: 22px;
}
.navbarList-list::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #DC000C;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navbarList-list__href {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  line-height: 2;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.navbarList-list__href:hover {
  color: #DC000C;
}
.navbarList--href .navbarList__title {
  display: block;
  margin: 0;
}
.navbarList--href .navbarList__title ~ .navbarList__title {
  margin-top: 24px;
}
.navbarList--href .navbarList__title:hover {
  color: #DC000C;
}

.community {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.community .icon {
  display: block;
}
.community--menuBar {
  margin: 20vw 0 16.66667vw;
}
.community--menuBar .community-list {
  margin: 0 3.2vw;
}
.community--menuBar .community-list__href {
  font-size: 5.3333333333vw;
  color: rgba(51, 51, 51, 0.3);
}

.stepCard {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .stepCard {
    flex-direction: column;
  }
}
.stepCard-li {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  position: relative;
  counter-increment: li;
}
.stepCard-li ~ .stepCard-li {
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .stepCard-li ~ .stepCard-li {
    margin-left: 0;
    margin-top: 3.2vw !important;
  }
}
.stepCard-li:nth-of-type(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .stepCard-li:nth-of-type(2) {
    margin-top: 0;
  }
}
.stepCard-li:nth-of-type(3) {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .stepCard-li:nth-of-type(3) {
    margin-top: 0;
  }
}
.stepCard-li-clip {
  min-height: 360px;
  background: #fff;
  padding: 0 40px 32px;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .stepCard-li-clip {
    min-height: 53.33334vw;
    padding: 0 5.33334vw 3.2vw;
  }
}
.stepCard-li-clip::before {
  content: "0" counter(li) ".";
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3541666667;
}
@media only screen and (max-width: 991px) {
  .stepCard-li-clip::before {
    font-size: 7.4666666667vw;
  }
}
.stepCard-li__img {
  position: absolute;
  right: 48px;
  top: -40px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .stepCard-li__img {
    right: -20px;
    top: -80px;
  }
}
@media only screen and (max-width: 1200px) {
  .stepCard-li__img {
    transform: scale(0.8);
    right: -40px;
    top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .stepCard-li__img {
    transform: scale(1);
    right: 6.4vw;
    top: -5.33334vw;
    width: 40vw;
  }
}
.stepCard-li__title {
  font-size: 24px;
  line-height: 1.375;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .stepCard-li__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
    margin-bottom: 2.13334vw;
  }
}
.stepCard-li__text {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .stepCard-li__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.stepCard-li.lazy_load .stepCard-li__img {
  opacity: 0;
}
.stepCard-li.lazy_load .stepCard-li__title, .stepCard-li.lazy_load .stepCard-li__text, .stepCard-li.lazy_load .stepCard-li-clip::before {
  opacity: 0;
  transform: translateY(50px);
  transform-style: preserve-3d;
}
.stepCard-li.lazy_load--in .stepCard-li__img {
  opacity: 1;
  transition: opacity 0.6s;
}
.stepCard-li.lazy_load--in .stepCard-li__title, .stepCard-li.lazy_load--in .stepCard-li__text, .stepCard-li.lazy_load--in .stepCard-li-clip::before {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.stepCard-li.lazy_load--in .stepCard-li__title {
  transition-delay: 0.05s;
}
.stepCard-li.lazy_load--in .stepCard-li__text {
  transition-delay: 0.1s;
}

.innerList {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .innerList {
    flex-wrap: wrap;
  }
}
.innerList-li {
  width: 25%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-top: 8px solid;
}
@media only screen and (max-width: 991px) {
  .innerList-li {
    width: 50%;
    height: 42.66667vw;
    border-top-width: 1.06667vw;
  }
}
.innerList-li-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .innerList-li__icon {
    max-width: 120px;
    width: 16vw;
  }
}
.innerList-li__text {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  margin-top: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .innerList-li__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-top: 2.13334vw;
  }
}
.innerList-li:nth-of-type(1) {
  border-top-color: #37B482;
}
.innerList-li:nth-of-type(2) {
  border-top-color: #F08205;
}
.innerList-li:nth-of-type(3) {
  border-top-color: #A4B743;
}
.innerList-li:nth-of-type(4) {
  border-top-color: #DC000C;
}
.innerList-li.lazy_load .innerList-li__icon {
  opacity: 0;
}
.innerList-li.lazy_load .innerList-li__text {
  opacity: 0;
  transform: translateY(50px);
}
.innerList-li.lazy_load--in .innerList-li__icon {
  transform-style: preserve-3d;
  animation: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-name: rotate-vert-center, opacity_in;
}
.innerList-li.lazy_load--in .innerList-li__text {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.1s;
}

.innerText {
  width: 50%;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .innerText {
    height: 122.66667vw;
  }
}
.innerText-info {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 27.32528vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .innerText-info {
    position: static;
    transform: none;
    max-width: calc(100% - 8.53334vw);
    margin: 11.73334vw auto 0;
  }
}
.innerText-info__title {
  font-size: 42px;
  line-height: 1.3571428571;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .innerText-info__title {
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
    display: flex;
    flex-direction: column;
  }
}
.innerText-info__gutter {
  width: 36px;
  height: 1px;
  background: #fff;
  margin: 15px auto 22px;
}
@media only screen and (max-width: 991px) {
  .innerText-info__gutter {
    width: 4.8vw;
    height: 0.26667vw;
    margin: 3.2vw auto;
  }
}
.innerText-info__text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  align-self: flex-start;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .innerText-info__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: left;
    width: 82.6vw;
    margin: auto;
  }
}
.innerText-info__img {
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .innerText-info__img {
    margin-top: 3.2vw;
    max-width: 492px;
    width: 65.6vw;
  }
}
.innerText-list {
  margin-top: 40px;
  align-self: flex-start;
}
.innerText-list__li {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.1px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  display: flex;
  align-items: center;
}
.innerText-list__li ~ .innerText-list__li {
  margin-top: 15px;
}
.innerText-list__li .icon {
  margin-right: 16px;
}
.innerText.lazy_load .innerText-info__title, .innerText.lazy_load .innerText-info__text {
  opacity: 0;
  transform: translateY(50px);
}
.innerText.lazy_load .innerText-info__gutter {
  width: 0px;
}
.innerText.lazy_load .innerText-info__img {
  opacity: 0;
}
.innerText.lazy_load--in .innerText-info__title, .innerText.lazy_load--in .innerText-info__text {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
.innerText.lazy_load--in .innerText-info__gutter {
  width: 36px;
  transition: width 0.6s;
}
@media only screen and (max-width: 991px) {
  .innerText.lazy_load--in .innerText-info__gutter {
    width: 4.8vw;
  }
}
.innerText.lazy_load--in .innerText-info__text {
  transition-delay: 0.05s;
}
.innerText.lazy_load--in .innerText-info__img {
  opacity: 1;
  transition: opacity 0.6s;
  transition-delay: 0.2s;
}

.designListRoot {
  max-width: 1670px;
  width: 100vw;
  position: relative;
  margin-left: 90px;
}
@media only screen and (max-width: 991px) {
  .designListRoot {
    margin-left: auto;
    max-width: 100%;
  }
}
.designListRoot .designList {
  position: relative;
  z-index: 1;
  align-items: flex-end;
  height: 428px;
}
@media only screen and (max-width: 991px) {
  .designListRoot .designList {
    height: auto;
  }
}
.designListRoot .designListBg {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 1270px;
  height: 580px;
  background: url("../../../../assets/img/about/design_bg.png");
  margin-right: -360px;
}
@media only screen and (max-width: 991px) {
  .designListRoot .designListBg {
    position: static;
    background: url("../../../../assets/img/about/h5/about_img_pic06.png");
    transform: none;
    margin: 0 auto;
    width: calc(100% - 8.53334vw);
    height: 54.93334vw;
    background-size: cover;
  }
}
.designListRoot .designListControl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  transform: translateX(-100%);
}
@media only screen and (max-width: 991px) {
  .designListRoot .designListControl {
    bottom: 0;
    z-index: 3;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    left: 50%;
    align-items: center;
    bottom: -4.8vw;
  }
}
.designListRoot .designListControl .arrow {
  display: flex;
}
.designListRoot .designListControl .swiper-number {
  margin: 0 32px;
}
@media only screen and (max-width: 991px) {
  .designListRoot .designListControl .swiper-number {
    margin: 0;
    margin-bottom: 6.4vw;
  }
}
.designListRoot .designListNumber {
  font-family: "Oswald", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 180px;
  letter-spacing: 0.1px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.05);
  position: absolute;
  top: -50px;
  left: -80px;
}
@media only screen and (max-width: 991px) {
  .designListRoot .designListNumber {
    display: none;
  }
}
.designListRoot.lazy_load .design-swiper {
  opacity: 0;
  transform: translateY(50px);
}
.designListRoot.lazy_load .designListBg {
  transform: translateX(52%);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .designListRoot.lazy_load .designListBg {
    transform: none;
  }
}
.designListRoot.lazy_load .designListNumber {
  opacity: 0;
}
.designListRoot.lazy_load--in .design-swiper {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.05s;
}
.designListRoot.lazy_load--in .designListBg {
  opacity: 1;
  transform: translateX(50%);
  transition: transform 1s, opacity 1s;
}
@media only screen and (max-width: 991px) {
  .designListRoot.lazy_load--in .designListBg {
    transform: none;
  }
}
.designListRoot.lazy_load--in .designListNumber {
  opacity: 1;
  transition: opacity 0.3s;
}

.listWrap {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .listWrap {
    font-size: 3.2vw;
  }
}
.listWrap-li__title {
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 700;
  background: #F9F9F9;
}
@media only screen and (max-width: 991px) {
  .listWrap-li__title {
    min-height: 7.2vw;
    height: auto;
    padding: 0 2.13334vw;
  }
}
.listWrap-inner {
  letter-spacing: 0.1px;
  line-height: 1.5;
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .listWrap-inner {
    line-height: 1.3333333333;
    padding: 1.33334vw 2.13334vw;
  }
}
.listWrap-inner__li::before {
  content: "-";
  margin-right: 4px;
}

.cirlceList {
  display: flex;
  flex-wrap: wrap;
}
.cirlceList__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.34375;
  color: #333;
  margin-bottom: 64px;
}
.cirlceList__title--center {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .cirlceList__title {
    font-size: 6.4vw;
    line-height: 1.3541666667;
    margin-bottom: 5.3333vw;
  }
}
.cirlceList--4row {
  margin: 0 -32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cirlceList--4row {
    margin: -2.13334vw 0;
  }
}
.cirlceList--4row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 16px;
  background: linear-gradient(to right, #fff calc(100% - 1px), rgba(51, 51, 51, 0.2) 1px);
  background-size: 25% 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .cirlceList--4row::after {
    content: none;
  }
}
.cirlceList--4row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .cirlceList--4row::before {
    content: none;
  }
}
.cirlceList--4row .cirlceList-li {
  width: 25%;
  padding: 0 32px;
  min-height: 134px;
}
@media only screen and (max-width: 991px) {
  .cirlceList--4row .cirlceList-li {
    width: 100%;
    padding: 0;
    margin: 2.13334vw 0;
    min-height: auto;
  }
}
.cirlceList--2row .cirlceList-li {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .cirlceList--2row .cirlceList-li {
    width: 100%;
  }
}
.cirlceList--3row .cirlceList-li {
  width: 33.3333%;
}
@media only screen and (max-width: 991px) {
  .cirlceList--3row .cirlceList-li {
    width: 100%;
  }
}
.cirlceList--small {
  margin: -12px 0;
}
@media only screen and (max-width: 991px) {
  .cirlceList--small {
    margin: -1.6vw 0;
  }
}
.cirlceList--small .cirlceList-li {
  margin: 12px 0;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .cirlceList--small .cirlceList-li {
    margin: 1.6vw 0;
  }
}
.cirlceList--small .cirlceList-li-img {
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .cirlceList--small .cirlceList-li-img {
    max-width: 64px;
    max-height: 64px;
    min-width: 8.53334vw;
    min-height: 8.53334vw;
    width: 8.53334vw;
    height: 8.53334vw;
    display: flex;
    align-items: center;
  }
}
.cirlceList--small .cirlceList-info__title {
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .cirlceList--small .cirlceList-info__title {
    font-size: 3.7333333333vw;
  }
}
.cirlceList-info {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
  max-width: 222px;
}
@media only screen and (max-width: 991px) {
  .cirlceList-info {
    max-width: none;
    margin-left: 3.2vw;
  }
}
.cirlceList-info__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2222222222;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .cirlceList-info__title {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}
.cirlceList-info-list {
  margin-top: 8px;
}
.cirlceList-info-list__li {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  line-height: 1.1875;
}
.cirlceList-info-list__li ~ .cirlceList-info-list__li {
  margin-top: 4px;
}
.cirlceList-info__text {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  line-height: 1.3125;
}
@media only screen and (max-width: 991px) {
  .cirlceList-info__text {
    margin-top: 1.0667vw;
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
.cirlceList-li {
  display: flex;
}
.cirlceList-li-img {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  align-self: flex-start;
}
@media only screen and (max-width: 991px) {
  .cirlceList-li-img {
    max-width: 88px;
    max-height: 88px;
    min-width: auto;
    min-height: auto;
    width: 11.73334vw;
    height: 11.73334vw;
  }
}
.cirlceList-li-img img {
  max-height: 100%;
}
.cirlceList-li--column {
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .cirlceList-li--column {
    flex-direction: row;
  }
}
.cirlceList-li--column .cirlceList-info {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .cirlceList-li--column .cirlceList-info {
    margin-top: 0;
    margin-left: 3.2vw;
    margin-bottom: 0;
  }
}
.cirlceList-container.product-container {
  margin-top: 148px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}
@media only screen and (max-width: 991px) {
  .cirlceList-container.product-container {
    margin-top: 10.6667vw;
    width: calc(100% - 17.06667vw);
  }
}
.cirlceList-container.product-container ~ .cirlceList-container {
  margin-top: 58px;
}
@media only screen and (max-width: 991px) {
  .cirlceList-container.product-container ~ .cirlceList-container {
    margin-top: 10.6667vw;
  }
}
.cirlceList-wrap .cirlceList__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .cirlceList-wrap .cirlceList__title {
    margin-bottom: 4.26667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}

.lazy_load.servicePage-container .cirlceList__title, .lazy_load.servicePage-container .cirlceList-li, .lazy_load.cirlceList-container .cirlceList__title, .lazy_load.cirlceList-container .cirlceList-li {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in.servicePage-container .cirlceList__title, .lazy_load--in.servicePage-container .cirlceList-li, .lazy_load--in.cirlceList-container .cirlceList__title, .lazy_load--in.cirlceList-container .cirlceList-li {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}

.asideAnchor {
  position: fixed;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: none;
}
@media only screen and (max-width: 991px) {
  .asideAnchor {
    display: none;
  }
}
.asideAnchorWrap {
  display: none;
}
.asideAnchor-li {
  text-align: right;
}
.asideAnchor-li ~ .asideAnchor-li {
  margin-top: 24px;
}
.asideAnchor-li__href {
  font-size: 16px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: #333;
}
.asideAnchor-li__href:hover, .asideAnchor-li__href--active {
  color: #DC000C;
}
.asideAnchor-li__href--active {
  position: relative;
}
.asideAnchor-li__href--active::after, .asideAnchor-li__href--active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.asideAnchor-li__href--active::after {
  width: 64px;
  height: 1px;
  background: #DC000C;
  right: -80px;
}
.asideAnchor-li__href--active::before {
  width: 6px;
  height: 6px;
  background: #DC000C;
  left: -18px;
}

.card-li {
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
}
.card-li-info {
  width: calc(100% - 30px);
  max-width: 350px;
  display: block;
  margin: 0 auto;
  align-self: flex-end;
  transform: translateY(32px);
  position: relative;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .card-li-info {
    width: 69.6vw;
    max-width: 522px;
    position: absolute;
    right: 0;
    left: 0;
    transform: translateY(50%) !important;
  }
}
.card-li-info-clip {
  padding: 19px 0;
  background: #fff;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .card-li-info-clip {
    padding: 8.53334vw 5.33334vw 12.8vw !important;
    -webkit-clip-path: polygon(9.6vw 0, 100% 0, 100% 100%, 0 100%, 0% 7.46667vw) !important;
            clip-path: polygon(9.6vw 0, 100% 0, 100% 100%, 0 100%, 0% 7.46667vw) !important;
  }
}
.card-li-info__logo {
  width: 168px;
  height: 82px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .card-li-info__logo {
    max-width: 252px;
    max-height: 122px;
    width: 33.6vw;
    height: 16.26667vw;
  }
}
.card-li-info__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  filter: brightness(0);
  transition: filter 0.3s;
}
@media only screen and (max-width: 991px) {
  .card-li-info__logo img {
    filter: none;
  }
}
.card-li-info__text {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: center;
  color: rgba(51, 51, 51, 0.7);
  letter-spacing: 0.1px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  height: 0;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .card-li-info__text {
    display: -webkit-box;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    height: auto;
    margin-top: 2.13334vw;
    opacity: 1;
  }
}
.card-li-info .btn-inner {
  visibility: hidden;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 991px) {
  .card-li-info .btn-inner {
    display: flex;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: auto;
  }
}
.card-li-info:hover {
  transform: translateY(60px);
  position: relative;
}
.card-li-info:hover .card-li-info-clip {
  padding: 40px 40px 70px 40px;
  -webkit-clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0% 56px);
          clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0% 56px);
}
.card-li-info:hover .card-li-info__logo img {
  filter: none;
}
.card-li-info:hover .card-li-info__text {
  display: -webkit-box;
  height: 144px;
  margin-top: 24px;
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}
@media only screen and (max-width: 991px) {
  .card-li-info:hover .card-li-info__text {
    height: auto;
    margin-top: 2.13334vw;
  }
}
.card-li-info:hover .btn-inner {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.bgCard {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.bgCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}
.bgCard-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  transition: padding 0.3s;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .bgCard-info {
    transform: none;
    top: 0;
    bottom: 0;
  }
}
.bgCard-info__title {
  font-size: 36px;
  line-height: 1.36112;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .bgCard-info__title {
    font-size: 5.6vw;
    line-height: 1.2666666667;
  }
}
.bgCard-info__text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.3125;
  text-align: center;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 991px) {
  .bgCard-info__text {
    display: none;
  }
}
.bgCard .btn-more {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .bgCard .btn-more {
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.bgCard:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.bgCard:hover .bgCard-info {
  padding-bottom: 66px;
}
@media only screen and (max-width: 991px) {
  .bgCard:hover .bgCard-info {
    padding-bottom: 0;
  }
}
.bgCard:hover .btn-more {
  visibility: visible;
  opacity: 1;
}

.lazy_load .bgCard-info__title, .lazy_load .bgCard-info__text {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in .bgCard-info__title, .lazy_load--in .bgCard-info__text {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.3s;
}
.lazy_load--in .bgCard-info__text {
  transition-delay: 0.1s;
}

.productCard {
  display: flex;
  flex-wrap: nowrap;
}
.productCard-li {
  display: flex;
}
.productCard-li + .productCard-li {
  margin-left: 128px;
}
@media only screen and (max-width: 991px) {
  .productCard-li + .productCard-li {
    margin-left: 17.06667vw;
  }
}
@media only screen and (max-width: 991px) {
  .productCard-li {
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
  }
  .productCard-li.swiper-slide-prev {
    transform: translate(10%, 19.2vw);
  }
  .productCard-li.swiper-slide-prev .productCard-li-info {
    opacity: 0;
  }
  .productCard-li.swiper-slide-next {
    transform: translate(-10%, 19.2vw);
  }
  .productCard-li.swiper-slide-next .productCard-li-info {
    opacity: 0;
  }
  .productCard-li.swiper-slide-active {
    transform: translateX(0);
  }
  .productCard-li.swiper-slide-active .productCard-li-info {
    opacity: 1;
  }
}
.productCard-li__img {
  position: relative;
  z-index: 1;
  min-width: 550px;
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  max-height: 550px;
}
@media only screen and (max-width: 991px) {
  .productCard-li__img {
    max-width: 500px;
    max-height: 500px;
    min-width: auto;
    width: 66.66667vw;
    height: 66.66667vw;
    margin: 0 auto;
    min-height: initial;
  }
}
.productCard-li__img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.productCard-li__img img {
  max-height: 100%;
}
.productCard-li-info {
  margin-top: 72px;
  margin-left: -50px;
  align-self: flex-start;
  min-width: 390px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 991px) {
  .productCard-li-info {
    margin-left: 0;
    margin-top: 5.33334vw;
    min-width: auto;
    max-width: 580px;
    width: 77.33334vw;
    transition: opacity 0.1s;
  }
}
.productCard-li-info-clip {
  padding: 64px 72px 64px 64px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 64px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 64px, 100% 100%, 0 100%);
}
@media only screen and (max-width: 991px) {
  .productCard-li-info-clip {
    padding: 6.4vw 7.46667vw 7.46667vw 7.46667vw;
    -webkit-clip-path: polygon(0 0, 65.33334vw 0, 100% 13.33334vw, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 65.33334vw 0, 100% 13.33334vw, 100% 100%, 0 100%);
    min-height: 58vw;
  }
}
.productCard-li__no {
  font-size: 18px;
  line-height: 1.33334;
  color: #333;
  padding: 9px 12px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 16px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .productCard-li__no {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
    padding: 1.6vw 2.13334vw;
    margin-bottom: 2.13334vw;
  }
}
.productCard-li__title {
  font-size: 32px;
  line-height: 1.34375;
  color: #DC000C;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .productCard-li__title {
    font-size: 6.4vw;
    line-height: 1.3541666667;
  }
}
.productCard-li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productCard-design {
  color: rgba(51, 51, 51, 0.7);
  margin-top: 2px;
  line-height: 1.3125;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .productCard-design {
    margin-top: 0.8vw;
  }
}
.productCard-design__title {
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .productCard-design__title {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 991px) {
  .productCard-design__point {
    display: none;
  }
}
.productCard-design__point li {
  position: relative;
  padding-left: 22px;
}
.productCard-design__point li ~ li {
  margin-top: 6px;
}
.productCard-design__point li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  top: 11px;
}
.productCard-feature {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .productCard-feature {
    margin-top: 4.26667vw;
    gap: 1.06667vw;
  }
}
.productCard-feature img {
  max-width: 40px;
}
@media only screen and (max-width: 991px) {
  .productCard-feature img {
    max-width: 64px;
    width: 8.53334vw;
  }
}

.lazy_load .productCard--index .productCard-li__img {
  transform: scale(0);
}
.lazy_load .productCard--index .productCard-li-info {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in .productCard--index .productCard-li__img {
  transform: scale(1);
  transition: transform 0.3s;
}
.lazy_load--in .productCard--index .productCard-li-info {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
}

.caseCard {
  position: relative;
}
.caseCard-img {
  max-width: 930px;
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  -webkit-clip-path: none;
          clip-path: none;
  transform: scale(0.8);
  margin-left: -115px;
}
@media only screen and (max-width: 991px) {
  .caseCard-img {
    transform: scale(1);
    margin-left: 0;
  }
}
.caseCard-info {
  position: absolute;
  bottom: 10px;
  left: 198px;
  max-width: 500px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 991px) {
  .caseCard-info {
    position: static;
    max-width: none;
    width: calc(100% - 11.46667vw);
    margin: 0 auto;
  }
}
.caseCard-info .caseCard-info-clip {
  padding: 24px 100px;
}
@media only screen and (max-width: 991px) {
  .caseCard-info .caseCard-info-clip {
    padding: 6.4vw 6.4vw 14.93334vw !important;
  }
}
.caseCard-info-clip {
  padding: 40px 30px 66px 40px;
  background-color: #fff;
  display: block;
}
.caseCard-info-place {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .caseCard-info-place {
    margin-bottom: 2.1333vw;
  }
}
.caseCard-info-place__country {
  padding: 4px 12px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #333;
  font-size: 18px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 991px) {
  .caseCard-info-place__country {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    padding: 1.6vw 2.13334vw;
    border-width: 0.26667vw;
  }
}
.caseCard-info-place__time {
  margin-left: 16px;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.caseCard-info__title {
  font-size: 24px;
  color: #333;
  line-height: 1.375;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .caseCard-info__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
  }
}
.caseCard-info__title img {
  max-width: 24px;
  max-height: 24px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .caseCard-info__title img {
    max-width: 40px;
    max-height: 40px;
    width: 5.33334vw;
    height: 5.33334vw;
    margin-left: 2.13334vw !important;
  }
}
.caseCard-info__introduction {
  font-size: 0;
  color: rgba(51, 51, 51, 0.7);
  display: flex;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
}
.caseCard-info__introduction .icon {
  font-size: 0;
  margin-right: 10px;
  opacity: 0.3;
  color: #333;
  line-height: 1.05;
}
.caseCard-info__introduction span {
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .caseCard-info__introduction span {
    line-height: 1.28;
  }
}
.caseCard-info__introduce {
  font-size: 0;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 991px) {
  .caseCard-info__introduce {
    max-height: none;
    -webkit-line-clamp: 3;
  }
}
.caseCard-info .btn-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.caseCard-info--casePage {
  max-width: 622px;
  bottom: auto;
  top: 50%;
  right: 64px;
  left: auto;
  transform: translateY(-50%);
  filter: none;
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage {
    transform: none;
    margin-top: -9.33334vw;
    max-width: none;
    width: 100%;
    padding: 0 7.46667vw;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
  }
}
.caseCard-info--casePage .caseCard-info-clip {
  padding: 48px 58px 48px 48px;
  -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage .caseCard-info-clip {
    padding: 6.4vw 6.4vw 14.93334vw !important;
    -webkit-clip-path: polygon(75vw 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(75vw 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0);
  }
}
.caseCard-info--casePage .caseCard-info__title img {
  opacity: 1;
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.caseCard-info--casePage .caseCard-info__title img ~ img {
  margin-left: 8px;
}
.caseCard-info--casePage .caseCard-info__introduction {
  font-size: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage .caseCard-info__introduction {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 3.2vw;
  }
}
.caseCard-info--casePage .caseCard-info__introduction .icon {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage .caseCard-info__introduction .icon {
    font-size: 4vw;
  }
}
.caseCard-info--casePage .caseCard-info__introduce {
  font-size: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage .caseCard-info__introduce {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-top: 3.2vw;
  }
}
.caseCard-info--casePage .btn-inner {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .caseCard-info--casePage .btn-inner {
    right: 7.46667vw;
  }
}

.lazy_load.caseCard .caseCard-img {
  opacity: 0;
}
.lazy_load.caseCard .caseCard-info {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in.caseCard .caseCard-img {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
.lazy_load--in.caseCard .caseCard-info {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
}

.iconCard {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .iconCard {
    flex-direction: column;
  }
}
.iconCard-li {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  max-width: 280px;
  min-width: 14.5833334vw;
  width: 14.5833334vw;
}
@media only screen and (max-width: 991px) {
  .iconCard-li {
    max-width: none;
    width: calc(100% - 8.53333vw);
    margin: 0 auto;
  }
}
.iconCard-li-clip {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 3.125vw 1.6667vw 3.3854167vw;
  height: 320px;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 100%, 0 100%);
}
@media only screen and (min-width: 1921px) {
  .iconCard-li-clip {
    padding: 60px 32px 65px;
  }
}
@media only screen and (max-width: 991px) {
  .iconCard-li-clip {
    padding: 7.2vw 5.33333vw;
    height: 36.8vw;
    flex-direction: row;
    -webkit-clip-path: polygon(0 0, 86.453% 0, 100% 25.53623%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 86.453% 0, 100% 25.53623%, 100% 100%, 0 100%);
  }
}
.iconCard-li ~ .iconCard-li {
  margin-left: 3.125vw;
}
@media only screen and (min-width: 1921px) {
  .iconCard-li ~ .iconCard-li {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .iconCard-li ~ .iconCard-li {
    margin: 0 auto;
    margin-top: 6.4vw;
  }
}
.iconCard-li__img {
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .iconCard-li__img {
    max-width: 128px;
    max-height: 128px;
    min-width: 17.06667vw;
    min-height: 17.06667vw;
    margin-bottom: 0;
    margin-right: 3.2vw;
    width: auto;
    height: auto;
  }
}
.iconCard-li__img img {
  max-width: 36px;
}
@media only screen and (max-width: 991px) {
  .iconCard-li__img img {
    max-width: 72px;
    width: 9.6vw;
  }
}
.iconCard-li__title {
  font-size: 20px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .iconCard-li__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
    letter-spacing: 0.1px;
    margin-bottom: 2vw;
    text-align: left;
  }
}
.iconCard-li__text {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .iconCard-li__text {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    text-align: left;
  }
}
.iconCard-li.lazy_load .iconCard-li__img {
  opacity: 0;
}
.iconCard-li.lazy_load .iconCard-li__title, .iconCard-li.lazy_load .iconCard-li__text {
  transform: translateY(50px);
  opacity: 0;
}
.iconCard-li.lazy_load--in .iconCard-li__img {
  opacity: 1;
  transition: opacity 0.3s;
}
.iconCard-li.lazy_load--in .iconCard-li__title, .iconCard-li.lazy_load--in .iconCard-li__text {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
.iconCard-li.lazy_load--in .iconCard-li__title {
  transition-delay: 0.05s;
}
.iconCard-li.lazy_load--in .iconCard-li__text {
  transition-delay: 0.1s;
}

.cardWrap {
  align-items: flex-start;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
.cardWrap-clip {
  display: flex;
  flex-direction: column;
  padding: 60px 15px 59px 80px;
  background: #fff;
  -webkit-clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0% 56px);
          clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0% 56px);
}
@media only screen and (max-width: 991px) {
  .cardWrap-clip {
    padding: 7.46667vw 2.13334vw 8.53334vw 7.46667vw;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0% 12%);
            clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0% 12%);
  }
}
.cardWrap-overflow {
  overflow: hidden;
  /* width */
  /* Track */
  /* Handle */
}
.cardWrap-overflow::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (max-width: 991px) {
  .cardWrap-overflow::-webkit-scrollbar {
    width: 0.8vw;
  }
}
.cardWrap-overflow::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px #F3F3F3;
  border-radius: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
@media only screen and (max-width: 991px) {
  .cardWrap-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.66667vw #F3F3F3;
    border-radius: 0.53334vw;
    border-left: 0.26667vw solid transparent;
    border-right: 0.26667vw solid transparent;
  }
}
.cardWrap-overflow::-webkit-scrollbar-thumb {
  background: #E1E1E1;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .cardWrap-overflow::-webkit-scrollbar-thumb {
    border-radius: 0.53334vw;
  }
}
.cardWrap__title {
  font-size: 28px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: #333;
  font-weight: 700;
  line-height: 1.3571428571;
}
@media only screen and (max-width: 991px) {
  .cardWrap__title {
    font-size: 5.3333333333vw;
    line-height: 1.375;
  }
}
.cardWrap__gutter {
  width: 60px;
  height: 2px;
  background: #DC000C;
  margin: 12px 0 20px;
}
@media only screen and (max-width: 991px) {
  .cardWrap__gutter {
    width: 8vw;
    margin: 2vw 0;
  }
}
.cardWrap__place {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3333333333;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 6px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 991px) {
  .cardWrap__place {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    margin-bottom: 0.66667vw;
  }
}
.cardWrap-info {
  display: flex;
  letter-spacing: 0.1px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .cardWrap-info {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.cardWrap-info__title {
  font-weight: 700;
  margin-right: 9px;
}
.cardWrap-info__text {
  color: #333;
}
.cardWrap-info ~ .cardWrap-info {
  margin-top: 6px;
}
@media only screen and (max-width: 991px) {
  .cardWrap-info ~ .cardWrap-info {
    margin-top: 0.66667vw;
  }
}
.cardWrap__text {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.7);
}
@media only screen and (max-width: 991px) {
  .cardWrap__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.cardWrap__text--row {
  display: flex;
  flex-direction: column;
}
.cardWrap__text__row ~ .cardWrap__text__row {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .cardWrap__text__row ~ .cardWrap__text__row {
    margin-top: 2.13334vw;
  }
}
.cardWrap--small .cardWrap-clip {
  padding: 58px 120px 76px;
}
@media only screen and (max-width: 991px) {
  .cardWrap--small .cardWrap-clip {
    padding: 12.8vw 9.6vw 9.6vw;
  }
}
.cardWrap--small .cardWrap__title {
  font-size: 18px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 991px) {
  .cardWrap--small .cardWrap__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
  }
}
.cardWrap--small .cardWrap__gutter {
  margin: 16px 0 24px;
}
@media only screen and (max-width: 991px) {
  .cardWrap--small .cardWrap__gutter {
    width: 8vw;
    height: 0.26667vw;
    margin: 2.13334vw 0;
  }
}
.cardWrap .tabelList--design {
  margin-top: 30px;
  max-width: 476px;
}
@media only screen and (max-width: 991px) {
  .cardWrap .tabelList--design {
    margin-top: 4vw;
    max-width: 538px;
    width: calc(100% - 2.93334vw);
  }
}
.cardWrap .listWrap {
  margin-top: 30px;
  max-width: 476px;
}
@media only screen and (max-width: 991px) {
  .cardWrap .listWrap {
    margin-top: 4vw;
    max-width: 538px;
    width: calc(100% - 2.93334vw);
  }
}

.infoCard-wrap {
  margin: -16px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .infoCard-wrap {
    margin: 0;
  }
}
.infoCard-wrap .lazy_load .infoCard-li__img {
  opacity: 0;
}
.infoCard-wrap .lazy_load .infoCard-li__title, .infoCard-wrap .lazy_load .infoCard-li-place {
  opacity: 0;
  transform: translateY(50px);
}
.infoCard-wrap .lazy_load .caseCard-info {
  opacity: 0;
  transform: translateY(calc(-50% + 50px));
}
@media only screen and (max-width: 991px) {
  .infoCard-wrap .lazy_load .caseCard-info {
    transform: translateY(50px);
  }
}
.infoCard-wrap .lazy_load--in .infoCard-li__img {
  opacity: 1;
  transition: opacity 0.3s;
}
.infoCard-wrap .lazy_load--in .infoCard-li__title, .infoCard-wrap .lazy_load--in .infoCard-li-place {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.infoCard-wrap .lazy_load--in .infoCard-li-place {
  transition-delay: 0.05s;
}
.infoCard-wrap .lazy_load--in .caseCard-info {
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (max-width: 991px) {
  .infoCard-wrap .lazy_load--in .caseCard-info {
    transform: translateY(0px);
  }
}
.infoCard--firstBig .infoCard-li:first-of-type {
  width: calc(100% - 32px);
  margin: 0 auto 31px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .infoCard--firstBig .infoCard-li:first-of-type {
    width: 100%;
  }
}
.infoCard--firstBig .infoCard-li:first-of-type .infoCard-li__img {
  padding-bottom: 34.461539%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .infoCard--firstBig .infoCard-li:first-of-type .infoCard-li__img {
    background-size: cover;
    padding-bottom: 0;
    max-height: 448px;
    height: 59.73334vw;
  }
}
.infoCard--firstBig .infoCard-li:first-of-type .infoCard-li__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.3);
}
.infoCard--firstBig .infoCard-li:first-of-type:hover {
  transform: scale(1);
  box-shadow: none;
}
.infoCard-li {
  width: 33.33333%;
  transform: scale(1);
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .infoCard-li {
    width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
}
.infoCard-li .infoCard-li__img {
  padding-bottom: 60.2%;
}
.infoCard-li:hover {
  transform: scale(1.02);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .infoCard-li:hover {
    transform: none;
  }
}
.infoCard-li-href {
  display: block;
  padding: 16px;
}
@media only screen and (max-width: 991px) {
  .infoCard-li-href {
    padding: 3.2vw;
  }
}
.infoCard-li__img {
  background-size: cover;
  background-position: center center;
}
.infoCard-li__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: #333;
  line-height: 1.375;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .infoCard-li__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
    margin-top: 3.2vw;
  }
}
.infoCard-li__country {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .infoCard-li__country {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.infoCard-li__time {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.infoCard-li__gutter {
  width: 1px;
  height: 16px;
  background: rgba(51, 51, 51, 0.3);
  margin: 0 12px;
}
.infoCard-li-place {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .infoCard-li-place {
    margin-top: 1.86667vw;
  }
}

.mapCard {
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.mapCard-clip {
  padding: 40px;
  background: #fff;
  -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
}
.mapCard-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.mapCard-title__img {
  max-width: 140px;
  max-height: 56px;
}
.mapCard-title__text {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-left: 16px;
}

.box {
  display: flex;
  flex-wrap: wrap;
}
.box-li {
  display: flex;
  flex-direction: column;
}
.box-li-href {
  display: block;
  transition: all 0.3s;
}
.box-li-href:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.box-li-href:hover .box-li-more {
  opacity: 1;
  visibility: visible;
}
.box-li-href:hover .box-li__gutter {
  background: #DC000C;
}
.box-li-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #F5F5F5;
}
.box-li__img {
  position: absolute;
  max-width: 180px;
  max-height: 180px;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-li-more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .box-li-more {
    display: none;
  }
}
.box-li-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 20px 22px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .box-li-inner {
    padding: 2.66667vw 2.13334vw 5.33334vw;
  }
}
.box-li__title {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .box-li__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
  }
}
.box-li__gutter {
  width: 36px;
  height: 1px;
  margin: 12px auto 16px;
  transition: all 0.3s;
  position: relative;
}
.box-li__gutter::after {
  content: "";
  width: 100%;
  background: rgba(51, 51, 51, 0.15);
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .box-li__gutter {
    width: 6.13334vw;
    height: 0.26667vw;
    margin: 2vw auto 2.13334vw;
  }
}
.box-li__text {
  font-size: 16px;
  line-height: 1.6875;
  color: rgba(51, 51, 51, 0.7);
  letter-spacing: 0.1px;
  white-space: pre-wrap;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .box-li__text {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}
.box-li__text ~ .box-li__text {
  margin-top: 6px;
}
@media only screen and (max-width: 991px) {
  .box-li__text ~ .box-li__text {
    margin-top: 1.0667vw;
  }
}
.box-li.lazy_load .box-li-img img {
  opacity: 0;
}
.box-li.lazy_load .box-li__title, .box-li.lazy_load .box-li__text {
  transform: translateY(50px);
  opacity: 0;
}
.box-li.lazy_load .box-li__gutter::after {
  width: 0%;
}
.box-li.lazy_load--in .box-li-img img {
  opacity: 1;
  transition: opacity 0.3s;
}
.box-li.lazy_load--in .box-li__title, .box-li.lazy_load--in .box-li__text {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.box-li.lazy_load--in .box-li__gutter::after {
  width: 100%;
  transition: width 0.9s 0.05s;
}
.box-li.lazy_load--in .box-li__text {
  transition-delay: 0.1s;
}

.tabelList {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  letter-spacing: 0.1px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .tabelList {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.tabelList-header {
  display: flex;
  background: #F9F9F9;
  padding: 10px 0 12px;
}
@media only screen and (max-width: 991px) {
  .tabelList-header {
    width: 100%;
  }
}
.tabelList-header__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .tabelList-header__title {
    font-size: 3.2vw;
    white-space: nowrap;
    letter-spacing: 0.1px;
    padding: 0 1.6vw;
  }
}
.tabelList-body {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .tabelList-body {
    width: 100%;
  }
}
.tabelList-li {
  display: flex;
}
.tabelList-li ~ .tabelList-li {
  border-top: 1px solid #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .tabelList-li ~ .tabelList-li {
    border-top-width: 0.26666vw;
  }
}
.tabelList-li__info {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
@media only screen and (max-width: 991px) {
  .tabelList-li__info {
    padding: 1.6vw 2.13334vw;
  }
}
.tabelList-li__info:nth-of-type(1) {
  min-width: 226px;
}
@media only screen and (max-width: 991px) {
  .tabelList-li__info:nth-of-type(1) {
    min-width: 40.1486988%;
  }
}
.tabelList-li__info:nth-of-type(2) {
  min-width: 114px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .tabelList-li__info:nth-of-type(2) {
    min-width: 26.7657992%;
  }
}
.tabelList-li__info:nth-of-type(3) {
  min-width: 138px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .tabelList-li__info:nth-of-type(3) {
    min-width: 33.0855018%;
  }
}
.tabelList--design .tabelList-header__title:nth-of-type(1) {
  min-width: 226px;
}
@media only screen and (max-width: 991px) {
  .tabelList--design .tabelList-header__title:nth-of-type(1) {
    min-width: 40.1486988%;
  }
}
.tabelList--design .tabelList-header__title:nth-of-type(2) {
  min-width: 114px;
}
@media only screen and (max-width: 991px) {
  .tabelList--design .tabelList-header__title:nth-of-type(2) {
    min-width: 26.7657992%;
  }
}
.tabelList--design .tabelList-header__title:nth-of-type(3) {
  min-width: 138px;
}
@media only screen and (max-width: 991px) {
  .tabelList--design .tabelList-header__title:nth-of-type(3) {
    min-width: 33.0855018%;
  }
}

.table-support {
  margin: 0 -2px;
}
@media only screen and (max-width: 991px) {
  .table-support {
    margin: 0 -0.53334vw;
  }
}
.table-support-wrap {
  width: 100%;
}
.table-support-header {
  display: flex;
  height: 48px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .table-support-header {
    height: 7.46667vw;
  }
}
.table-support-header__title {
  display: flex;
  align-items: center;
  margin: 0 2px;
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.3125;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .table-support-header__title {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    margin: 0 0.53334vw;
  }
}
.table-support-header__title:nth-of-type(1) {
  flex: 41.16667% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-support-header__title:nth-of-type(1) {
    flex: 73.7609329% 0 1;
  }
}
.table-support-header__title:nth-of-type(2), .table-support-header__title:nth-of-type(3), .table-support-header__title:nth-of-type(4) {
  flex: 15% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-support-header__title:nth-of-type(2), .table-support-header__title:nth-of-type(3), .table-support-header__title:nth-of-type(4) {
    display: none;
  }
}
.table-support-header__title:nth-of-type(5) {
  flex: 12.5% 0 1;
  padding-left: 0;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .table-support-header__title:nth-of-type(5) {
    flex: 1;
  }
}
.table-support-header__title:not(:last-of-type) {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .table-support-header__title:not(:last-of-type) {
    padding-left: 3.2vw;
  }
}
.table-support-li {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #F2F2F2;
}
@media only screen and (max-width: 991px) {
  .table-support-li {
    border-bottom-width: 0.26667vw;
    width: calc(100% - 1.06667vw);
    margin: 0 auto;
  }
}
.table-support-li__title {
  margin: 0 2px;
  min-height: 65px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3125;
  color: #333;
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    margin: 0 0.53334vw;
    min-height: 11.33334vw;
  }
}
.table-support-li__title:nth-of-type(1) {
  flex: 41.16667% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title:nth-of-type(1) {
    flex: 73.7609329% 0 1;
  }
}
.table-support-li__title:nth-of-type(1) img {
  margin-right: 16px;
  max-width: 24px;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title:nth-of-type(1) img {
    margin-right: 2.13334vw;
    max-width: 32px;
    width: 4.26667vw;
  }
}
.table-support-li__title:nth-of-type(2), .table-support-li__title:nth-of-type(3), .table-support-li__title:nth-of-type(4) {
  flex: 15% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title:nth-of-type(2), .table-support-li__title:nth-of-type(3), .table-support-li__title:nth-of-type(4) {
    display: none;
  }
}
.table-support-li__title:nth-of-type(5) {
  flex: 12.5% 0 1;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title:nth-of-type(5) {
    flex: 1;
  }
}
.table-support-li__title:not(:last-of-type) {
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title:not(:last-of-type) {
    padding: 3.2vw;
  }
}
.table-support-li__title .downloadSvga {
  width: 28px;
  height: 28px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .table-support-li__title .downloadSvga {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.table-support-li__title .downloadSvga canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  transform: none !important;
}
.table-support-notFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 104px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .table-support-notFound {
    margin-top: 10.66667vw;
  }
}
.table-support-notFound .icon {
  font-size: 96px;
  color: rgba(112, 112, 112, 0.4);
}
@media only screen and (max-width: 991px) {
  .table-support-notFound .icon {
    font-size: 18.1333333333vw;
  }
}
.table-support-notFound .notFound__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin: 14px 0 6px;
}
@media only screen and (max-width: 991px) {
  .table-support-notFound .notFound__title {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    margin: 1.86667vw 0 0.93334vw;
  }
}
.table-support-notFound .notFound__subtitle {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .table-support-notFound .notFound__subtitle {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}

@media only screen and (max-width: 991px) {
  .table-map--main .table-map-li {
    border-bottom: 0.26667vw solid #f2f2f2;
  }
}
.table-map-header {
  display: flex;
  height: 60px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .table-map-header {
    display: none;
  }
}
.table-map-header__title {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.3125;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  color: #333;
  justify-content: center;
}
.table-map-header__title:nth-of-type(1) {
  flex: 20.83334% 0 1;
}
.table-map-header__title:nth-of-type(2) {
  flex: 1;
}
.table-map-header__title:nth-of-type(3) {
  flex: 18.33334% 0 1;
}
.table-map-header__title:nth-of-type(4) {
  flex: 16.66667% 0 1;
}
.table-map-header__title:nth-of-type(5) {
  flex: 14.16667% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-map-body {
    margin: -5.33334vw 0;
  }
}
.table-map-li {
  display: flex;
  width: 100%;
}
.table-map-li:not(:last-of-type) {
  border-bottom: 2px solid #F2F2F2;
}
@media only screen and (max-width: 991px) {
  .table-map-li:not(:last-of-type) {
    border-bottom-width: 0.26667vw;
  }
}
.table-map-li-clip {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .table-map-li-clip {
    flex-wrap: wrap;
    padding: 5.33334vw 4.26667vw;
  }
}
.table-map-li__company {
  max-width: 140px;
  min-width: 140px;
}
@media only screen and (max-width: 991px) {
  .table-map-li__company {
    max-width: none;
    min-width: auto;
    font-size: 4.2666666667vw;
    font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
    font-weight: 700;
    margin-top: 3.2vw;
  }
}
.table-map-li__img {
  min-width: 68px;
  max-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
@media only screen and (max-width: 991px) {
  .table-map-li__img {
    margin-right: 0;
    max-width: 162px;
    min-width: auto;
    width: 21.6vw;
  }
  .table-map-li__img img {
    width: 100%;
  }
}
.table-map-li__title {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3125;
  color: #333;
  padding: 15px 15px;
  text-align: center;
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title {
    flex-direction: column;
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    min-height: auto;
    padding: 0;
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.table-map-li__title:nth-of-type(1) {
  flex: 20.83334% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title:nth-of-type(1) {
    flex: none;
    width: 100%;
    margin-bottom: 4.26667vw;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
}
.table-map-li__title:nth-of-type(2) {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title:nth-of-type(2) {
    flex: none;
    width: 100%;
    margin-bottom: 1.86667vw;
  }
}
.table-map-li__title:nth-of-type(3) {
  flex: 18.33334% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title:nth-of-type(3) {
    flex: none;
    width: 100%;
    margin-bottom: 1.86667vw;
  }
}
.table-map-li__title:nth-of-type(4) {
  flex: 16.66667% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title:nth-of-type(4) {
    flex: none;
    width: 100%;
    margin-bottom: 1.86667vw;
  }
}
.table-map-li__title:nth-of-type(5) {
  flex: 14.16667% 0 1;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title:nth-of-type(5) {
    flex: none;
    width: 100%;
  }
}
.table-map-li__title--href a {
  color: #005CD5;
}
.table-map-li__title--href a span:nth-of-type(2) {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title--href a {
    display: flex;
    align-items: center;
  }
  .table-map-li__title--href a .icon {
    text-decoration: none;
  }
}
.table-map-li__title .icon {
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media only screen and (max-width: 991px) {
  .table-map-li__title .icon {
    display: block;
    margin-right: 3.2vw;
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}
.table-map-li.lazy_load .table-map-li-clip {
  transform: translateY(30px);
  opacity: 0;
}
.table-map-li.lazy_load--in .table-map-li-clip {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.table-map.lazy_load {
  opacity: 0;
}
.table-map.lazy_load--in {
  opacity: 1;
  transition: opacity 0.3s;
}

.pageBanner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pageBanner-title {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .pageBanner-title {
    top: 12.8vw;
  }
}
.pageBanner__title {
  font-size: 56px;
  line-height: 1.3571428571;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.pageBanner__title::first-letter {
  color: #DC000C;
}
@media only screen and (max-width: 991px) {
  .pageBanner__title {
    font-size: 7.4666666667vw;
  }
}
.pageBanner__text {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.7);
  max-width: 630px;
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .pageBanner__text {
    margin-top: 5.33334vw;
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.pageBanner--left .pageBanner-title {
  position: static;
  transform: none;
}
.pageBanner--left .pageBanner__title {
  text-align: left;
}
.pageBanner--support .pageBanner__title {
  margin-bottom: 16px;
}

.lazy_load .pageBanner__title, .lazy_load .pageBanner__text {
  transform: translateY(50px);
  opacity: 0;
}
.lazy_load--in .pageBanner__title, .lazy_load--in .pageBanner__text {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.lazy_load--in .pageBanner__text {
  transition-delay: 0.05s;
}

.selectList {
  text-align: center;
}
.selectList--center {
  justify-content: center;
}
.selectList-li {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: rgba(51, 51, 51, 0.3);
  cursor: pointer;
  vertical-align: middle;
  min-height: 102px;
  transition: color 0.15s;
}
.selectList-li .icon {
  font-size: 30px;
  transition: font-size 0.15s;
}
.selectList-li-img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: width 0.15s, height 0.15s;
}
.selectList-li__img {
  max-width: 100%;
  filter: grayscale(1);
  opacity: 0.3;
}
.selectList-li__text {
  display: block;
  max-width: 100px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.3125;
  margin-top: 12px;
  min-height: 42px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.selectList-li ~ .selectList-li {
  margin-left: 0;
  position: relative;
}
.selectList-li ~ .selectList-li::before {
  content: "/";
  position: absolute;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  top: 50%;
  left: -40px;
  margin-left: -4px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(51, 51, 51, 0.3) !important;
}
.selectList-li--active, .selectList-li:hover {
  color: #DC000C;
}
.selectList-li--active .icon, .selectList-li:hover .icon {
  font-size: 46px;
}
.selectList-li--active .selectList-li-img, .selectList-li:hover .selectList-li-img {
  width: 46px;
  height: 46px;
}
.selectList-li--active .selectList-li__img, .selectList-li:hover .selectList-li__img {
  filter: none;
  opacity: 1;
}
.selectList-li--active .selectList-li__text, .selectList-li:hover .selectList-li__text {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 991px) {
  .graphic {
    margin: 8.53334vw 0;
  }
}
.graphic-container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .graphic-container {
    width: calc(100% - 8.53334vw);
  }
}
.graphic-img {
  background-size: cover;
  background-position: center center;
}
.graphic-info__subtitle {
  color: #DC000C;
  font-size: 18px;
  line-height: 1.2222222222;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .graphic-info__subtitle {
    font-size: 3.7333333333vw;
  }
}
.graphic-info__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 32px;
  line-height: 1.34375;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .graphic-info__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.13334vw;
  }
}
.graphic-info__text {
  font-size: 18px;
  letter-spacing: 0.1px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.3333333333;
}
@media only screen and (max-width: 991px) {
  .graphic-info__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    color: #333;
  }
}
.graphic-info__gutter {
  width: 36px;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
  margin-top: 17px;
  margin-bottom: 24px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .graphic-info__gutter {
    margin: 3.2vw 0;
    width: 6.4vw;
    height: 0.26667vw;
  }
}
.graphic-block-wrap {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .graphic-block-wrap {
    flex-direction: column;
  }
}
.graphic--bigImg .graphic-img {
  padding-bottom: 35.616438%;
}
.graphic--bigImg .graphic-info {
  position: absolute;
  top: 50%;
  left: 88px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .graphic--bigImg .graphic-info {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 4.26667vw;
  }
}
.graphic--bigImg .graphic-info__title {
  font-size: 40px;
  line-height: 1.375;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .graphic--bigImg .graphic-info__title {
    font-size: 6.4vw;
    line-height: 1.3541666667;
  }
}
.graphic--bigImg .graphic-info__text {
  color: #333;
}
.graphic--twoImg {
  padding: 64px 0;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg {
    padding: 0;
    width: 100%;
  }
}
.graphic--twoImg .graphic-block {
  margin: 0 6px;
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-block {
    margin: 0;
  }
}
.graphic--twoImg .graphic-block-wrap {
  margin: 0 -6px;
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-block-wrap {
    margin: 0;
  }
}
.graphic--twoImg .graphic-block:nth-of-type(1) {
  width: calc(39.5890411% - 12px);
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-block:nth-of-type(1) {
    width: 100%;
  }
}
.graphic--twoImg .graphic-block:nth-of-type(1) .graphic-img {
  padding-bottom: 69.78799%;
}
.graphic--twoImg .graphic-block:nth-of-type(1) .graphic-img-clip {
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 88% 0, 100% 15%, 100% 100%, 0 100%);
}
.graphic--twoImg .graphic-block:nth-of-type(2) {
  width: calc(61.2328767% - 12px);
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-block:nth-of-type(2) {
    width: 100%;
    margin-top: 2.13334vw;
  }
}
.graphic--twoImg .graphic-block:nth-of-type(2) .graphic-img {
  padding-bottom: 54.4217687%;
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-block:nth-of-type(2) .graphic-img {
    padding-bottom: 48.91769%;
  }
}
.graphic--twoImg .graphic-info {
  padding: 37px 0 44px;
}
@media only screen and (max-width: 991px) {
  .graphic--twoImg .graphic-info {
    padding: 0;
    margin-bottom: 4.26667vw;
    text-align: center;
  }
}
.graphic--LIRT {
  padding: 64px 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .graphic--LIRT {
    padding: 8.53334vw 0 9.6vw;
  }
}
.graphic--LIRT .graphic-block {
  display: flex;
  flex-direction: column-reverse;
}
.graphic--LIRT .graphic-img {
  width: 58.2191781%;
  padding-bottom: 35.617%;
}
@media only screen and (max-width: 991px) {
  .graphic--LIRT .graphic-img {
    width: 100%;
    padding-bottom: 61.3%;
  }
}
.graphic--LIRT .graphic-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .graphic--LIRT .graphic-info {
    max-width: none;
    width: calc(100% - 10.66667vw);
    position: static;
    transform: none;
    margin: -6.26667vw auto 0;
  }
}
.graphic--LIRT .graphic-info-clip {
  padding: 40px 64px 46px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 87% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 77%, 87% 100%, 0 100%);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .graphic--LIRT .graphic-info-clip {
    padding: 6.4vw 6.4vw 7.46667vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
  }
}
.graphic--LTRI {
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI {
    position: relative;
    padding: 0 0 7.46667vw;
  }
  .graphic--LTRI::after {
    content: "";
    position: absolute;
    width: 100vw;
    top: 12.8vw;
    bottom: 0;
    background: #F5F5F5;
    z-index: -1;
  }
}
.graphic--LTRI .graphic-container::after {
  content: "";
  position: absolute;
  width: 100vw;
  top: 88px;
  bottom: -64px;
  background: #F5F5F5;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI .graphic-container::after {
    content: none;
  }
}
.graphic--LTRI .graphic-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI .graphic-block {
    flex-direction: column-reverse;
  }
}
.graphic--LTRI .graphic-info {
  width: 58.2192%;
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI .graphic-info {
    width: 100%;
  }
}
.graphic--LTRI .graphic-info-clip {
  padding: 30px 56px 30px 64px;
  max-width: 850px;
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI .graphic-info-clip {
    max-width: none;
    padding: 0;
    margin-top: 5.3333vw;
  }
}
.graphic--LTRI .graphic-img {
  padding-bottom: 84.262296%;
}
.graphic--LTRI .graphic-img-clip {
  width: 41.7808%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 13.442623% 100%, 0 87.54864%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 13.442623% 100%, 0 87.54864%);
}
@media only screen and (max-width: 991px) {
  .graphic--LTRI .graphic-img-clip {
    width: 100%;
  }
}
.graphic.lazy_load .graphic-img {
  opacity: 0;
}
.graphic.lazy_load .graphic-info__title, .graphic.lazy_load .graphic-info__text {
  opacity: 0;
  transform: translateY(50px);
}
.graphic.lazy_load--in .graphic-img {
  opacity: 1;
  transition: opacity 0.3s;
}
.graphic.lazy_load--in .graphic-info__title, .graphic.lazy_load--in .graphic-info__text {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.graphic.lazy_load--in .graphic-info__title {
  transition-delay: 0.2s;
}
.graphic.lazy_load--in .graphic-info__text {
  transition-delay: 0.25s;
}

.model {
  background: #fff;
  padding: 40px 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .model {
    padding: 7.46667vw 5.33334vw;
  }
}
.model__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #333;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .model__title {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
    margin-bottom: 3.2vw;
  }
}
.model__text {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .model__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.model .btn-link {
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .model .btn-link {
    margin-top: 3.2vw;
  }
}
.model--pointer {
  max-width: 348px;
}
.model--bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .filter .dropdown {
    width: 100%;
    margin: 0;
  }
}
.filter .dropdown-wrap {
  margin-left: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .filter .dropdown-wrap {
    margin: 0 auto;
    width: calc(100% - 8.53334vw);
  }
}
@media only screen and (max-width: 991px) {
  .filter .dropdown__title {
    display: none;
  }
}

.pagination {
  display: flex;
  align-items: center;
  margin: 0 16px;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin: 0 2.13334vw;
  }
}
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrap .icon {
  color: #333;
}
@media only screen and (max-width: 991px) {
  .pagination-wrap .icon {
    font-size: 4.2666666667vw;
  }
}
.pagination-li {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3125;
  width: 32px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  color: #333;
  margin: 0 8px;
  cursor: pointer;
  transition: background 0.1s, color 0.1s;
}
.pagination-li--active, .pagination-li:hover {
  background: #DC000C;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pagination-li {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    width: 7.46667vw;
    height: 10.66667vw;
    margin: 0 1.06667vw;
  }
}
.pagination-arrow {
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-arrow:not(.pagination-arrow--notAllowed):hover {
  transform: scale(1.3);
}
.pagination-arrow--next {
  transform: rotate(180deg);
}
.pagination-arrow--next:not(.pagination-arrow--notAllowed):hover {
  transform: rotate(180deg) scale(1.3);
}
.pagination-arrow--notAllowed {
  cursor: not-allowed;
}
.pagination-arrow--notAllowed .icon {
  color: rgba(51, 51, 51, 0.4);
}

.input-search-wrap {
  display: flex;
}
.input-search-wrap--search input {
  max-width: 180px;
}
@media only screen and (max-width: 991px) {
  .input-search-wrap--search input {
    max-width: none;
    width: 100%;
  }
}
.input-search-input {
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .input-search-input {
    border-width: 0.26667vw;
    height: 9.2vw;
  }
}
.input-search-input input {
  height: 100%;
  border: none;
  padding: 11px 16px;
  outline: none;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .input-search-input input {
    padding: 1.86667vw 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.input-search-input input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.input-search-input input::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.breadcrumb {
  display: flex;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
}
.breadcrumb-wrap {
  display: flex;
  align-items: center;
}
.breadcrumb-item ~ .breadcrumb-item {
  padding-left: 12px;
}
.breadcrumb-item ~ .breadcrumb-item::before {
  content: "/";
  padding-right: 12px;
  color: #BBBBBB;
}
.breadcrumb-item:nth-of-type(1) {
  padding-left: 18px;
  position: relative;
  margin-left: 12px;
}
.breadcrumb-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #DC000C;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumb-total {
  margin-left: auto;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.3125;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-total {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-left: 0;
  }
}

.form-text-required {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: rgba(220, 0, 12, 0.7);
}
@media only screen and (max-width: 991px) {
  .form-text-required {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.form-text-required::before {
  content: "※";
  margin-right: 8px;
  color: #DC000C;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .form-text-required::before {
    margin-right: 0.53334vw;
  }
}
.form-box {
  margin: -16px -20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .form-box {
    margin: -3.6vw;
  }
}
.form-block {
  width: calc(100% - 40px);
  margin: 16px 20px;
}
@media only screen and (max-width: 991px) {
  .form-block {
    width: 100%;
    margin: 3.6vw;
  }
}
.form-block--w50 {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 991px) {
  .form-block--w50 {
    width: 100%;
  }
}
.form-block--verification {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .form-block--verification {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-block--verification .btn-send {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .form-block--verification .btn-send {
    margin-top: 8.53334vw;
  }
}
.form-block--verification label {
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .form-block--verification label {
    width: 100%;
  }
}
.form-block--verification .form-block__inputBlock {
  display: flex;
  align-items: center;
  max-width: 167px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .form-block--verification .form-block__inputBlock {
    width: 100%;
    max-width: none;
  }
}
.form-block--verification .form-block__inputBlock .icon {
  position: absolute;
  font-size: 20px;
  margin-right: 16px;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .form-block--verification .form-block__inputBlock .icon {
    font-size: 4.2666666667vw;
    margin-right: 4.2667vw;
  }
}
.form-block__title {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.3125;
  color: #333;
  display: inline-block;
  margin-bottom: 9px;
}
@media only screen and (max-width: 991px) {
  .form-block__title {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    margin-bottom: 3.2vw;
  }
}
.form-block__title.required::after {
  content: "※";
  margin-left: 8px;
  color: #DC000C;
}
@media only screen and (max-width: 991px) {
  .form-block__title.required::after {
    margin-left: 1.06667vw;
  }
}
.form-block__inputBlock {
  background: #fff;
  position: relative;
}
.form-block__inputBlock input, .form-block__inputBlock textarea {
  color: #333;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.2px;
  font-size: 16px;
  line-height: 1.3125;
  border: 1px solid transparent;
  border-radius: 0%;
  padding: 19px 16px;
  width: 100%;
  height: 100%;
  resize: none;
}
@media only screen and (max-width: 991px) {
  .form-block__inputBlock input, .form-block__inputBlock textarea {
    padding: 4vw 4.26667vw;
    font-size: 3.7333333333vw;
    border-width: 0.26667vw;
  }
}
.form-block__inputBlock input::-moz-placeholder, .form-block__inputBlock textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.form-block__inputBlock input::placeholder, .form-block__inputBlock textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.form-block__inputBlock input.form-block__input--required, .form-block__inputBlock textarea.form-block__input--required {
  border-color: #DC000C;
}
.form-block__inputBlock input:focus-visible, .form-block__inputBlock textarea:focus-visible {
  outline: none;
}
.form-block__inputBlock input:focus, .form-block__inputBlock textarea:focus {
  border-color: #333;
}
.form-block__inputBlock textarea {
  display: block;
}
@media only screen and (max-width: 991px) {
  .form-block__inputBlock textarea {
    height: 42.66667vw;
  }
}
.form-block__required {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.3125;
  color: #DC000C;
  top: 100%;
  margin-top: 6px;
  right: 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .form-block__required {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }
}

.verification-block {
  display: flex;
}
.verification-block .form-block__verification {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .verification-block .form-block__verification {
    margin-right: 2.1333vw;
  }
}

.lineBG {
  position: relative;
}
.lineBG-li {
  background: linear-gradient(to right, transparent, #DC000C);
  opacity: 0;
  position: absolute;
  z-index: 1001;
}
@media only screen and (max-width: 991px) {
  .lineBG-li {
    display: none;
  }
}
.lineBG-li.lazy_load--in {
  animation: lineAni 0.6s both;
}

.homePage .lineBG-li--01 {
  width: 80px;
  height: 2px;
  top: 40%;
  left: 15%;
  animation-delay: 0.1s;
}
.homePage .lineBG-li--02 {
  width: 200px;
  height: 4px;
  bottom: 20%;
  left: 0;
  animation-delay: 0.2s;
}
.homePage .lineBG-li--03 {
  width: 240px;
  height: 4px;
  top: 15%;
  right: 20%;
}
.homePage .lineBG-li--04 {
  width: 300px;
  height: 2px;
  top: 20%;
  right: 18%;
  animation-delay: 0.1s;
}
.homePage .lineBG-li--05 {
  width: 240px;
  height: 4px;
  left: -120px;
  top: 50%;
}
.homePage .lineBG-li--06 {
  width: 300px;
  height: 2px;
  left: 0;
  bottom: 35%;
}
.homePage .lineBG-li--07 {
  width: 240px;
  height: 4px;
  top: 5%;
  right: 20%;
}
.homePage .lineBG-li--08 {
  width: 360px;
  height: 6px;
  top: 10%;
  right: 25%;
}
.homePage .lineBG-li--09 {
  width: 200px;
  height: 2px;
  top: 15%;
  right: 10%;
}
.homePage .lineBG-li--10 {
  width: 80px;
  height: 6px;
  bottom: 10%;
  right: 20%;
}
.homePage .lineBG-li--11 {
  width: 240px;
  height: 4px;
  top: 200px;
  left: 10%;
}
.homePage .lineBG-li--12 {
  width: 300px;
  height: 2px;
  top: 250px;
  left: 12%;
}
.homePage .lineBG-li--13 {
  width: 80px;
  height: 6px;
  top: 850px;
  left: 10%;
}
.homePage .lineBG-li--14 {
  width: 240px;
  height: 4px;
  top: 80px;
  right: 20%;
}
.homePage .lineBG-li--15 {
  width: 240px;
  height: 4px;
  left: 0;
  bottom: 35%;
}
.homePage .lineBG-li--16 {
  width: 350px;
  height: 6px;
  left: -100px;
  bottom: 30%;
}
.homePage .lineBG-li--17 {
  width: 200px;
  height: 2px;
  left: 3%;
  bottom: 22%;
}
.homePage .lineBG-li--18 {
  width: 240px;
  height: 4px;
  top: 8%;
  right: 30%;
}
.homePage .lineBG-li--19 {
  width: 300px;
  height: 2px;
  top: 10%;
  right: 15%;
}
.homePage .lineBG-li--20 {
  width: 80px;
  height: 6px;
  top: 12%;
  right: 15%;
}

.supportPage .lineBG-li--01 {
  width: 240px;
  height: 4px;
  left: -100px;
  bottom: 18%;
  animation-delay: 0.3s;
}
.supportPage .lineBG-li--02 {
  width: 300px;
  height: 2px;
  bottom: 5%;
  left: 5%;
  animation-delay: 0.3s;
}
.supportPage .lineBG-li--03 {
  width: 80px;
  height: 6px;
  bottom: -5%;
  left: 2%;
  animation-delay: 0.5s;
}
.supportPage .lineBG-li--04 {
  width: 80px;
  height: 6px;
  top: 10%;
  left: 50%;
  animation-delay: 0.5s;
}
.supportPage .lineBG-li--05 {
  width: 240px;
  height: 4px;
  top: 15%;
  left: 35%;
  animation-delay: 0.3s;
}
.supportPage .lineBG-li--06 {
  width: 240px;
  height: 4px;
  top: 35%;
  right: 20%;
  animation-delay: 0.3s;
}
.supportPage .lineBG-li--07 {
  width: 300px;
  height: 2px;
  top: 40%;
  right: 15%;
  animation-delay: 0.5s;
}
.supportPage .lineBG-li--08 {
  width: 240px;
  height: 4px;
  bottom: 40%;
  right: 20%;
  animation-delay: 0.4s;
}

.toast {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 991px) {
  .toast {
    padding: 3.2vw;
    top: 22.6667vw;
  }
}
.toast-icon {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  border-radius: 50%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .toast-icon {
    max-width: 40px;
    max-height: 40px;
    min-width: 5.33334vw;
    min-height: 5.33334vw;
    margin-right: 2.1333vw;
  }
}
@media only screen and (max-width: 991px) {
  .toast-icon .icon {
    font-size: 3.2vw;
  }
}
.toast__text {
  white-space: nowrap;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .toast__text {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
.toast--success .toast-icon {
  background: #00CC83;
}
.toast--failed .toast-icon {
  background: #DC000C;
}

header {
  min-height: 75px;
}
@media only screen and (max-width: 991px) {
  header {
    min-height: auto;
    height: 12vw;
  }
}

.header {
  height: 78px;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  transition: height 0.3s, box-shadow 0.3s;
}
@media only screen and (max-width: 991px) {
  .header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  .header--noBoxShadow {
    box-shadow: none !important;
  }
}
.header--fix {
  height: 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header--fix .logo__title {
  height: 75px;
  background-size: 120px;
  width: 190px;
}
@media only screen and (max-width: 991px) {
  .header--fix .logo__title {
    height: 12vw;
    width: auto;
    padding: 0 4.26667vw;
  }
}
.header--active {
  background: #DC000C;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 12vw;
  }
}

.logo {
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
  align-self: baseline;
}
.logo__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 220px;
  background: #DC000C;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .logo__title {
    height: 12vw;
    width: auto;
    padding: 0 4.26667vw;
  }
  .logo__title img {
    max-width: 136px;
    width: 18.13334vw;
  }
}

.nav {
  margin: 0 auto;
}

.navbar {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .navbar {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    display: none;
  }
}
.navbar-list {
  position: relative;
  margin: 0 1.66667vw;
}
@media only screen and (min-width: 1921px) {
  .navbar-list {
    margin: 0 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-list {
    margin: 0 1.3vw;
  }
}
.navbar-list__href {
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.3s;
}
.navbar-list__href:hover, .navbar-list__href.navbar-list__href--active {
  color: #DC000C;
}
.navbar-list .secondary {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 24px;
}
.navbar-list .secondaryRoot {
  position: absolute;
  padding-top: 16px;
  left: 50%;
  transform: translate(-50%, -5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.navbar-list .secondary-li__href {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  transition: color 0.3s;
}
.navbar-list .secondary-li__href:hover {
  color: #DC000C;
}
.navbar-list .secondary-li:not(:first-of-type) {
  margin-top: 20px;
}
.navbar-list:hover .secondaryRoot {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
.navbar-lazy .navbar-list {
  opacity: 0;
  transform: translateY(20px);
}
.navbar-lazy--in .navbar-list {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
}

.tool {
  display: flex;
  align-items: center;
  right: 68px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .tool {
    display: none;
  }
}
.tool-block {
  display: flex;
  align-items: center;
  position: relative;
}
.tool-block__title {
  margin: 0 4px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.tool-block__img {
  margin: 0 4px;
  transition: transform 0.3s;
}
.tool-block .icon {
  color: #333;
  opacity: 0.3;
  margin-right: 8px;
  transition: all 0.3s;
}
.tool-block--contact:hover {
  color: #DC000C;
}
.tool-block--contact:hover .icon {
  color: #DC000C;
  opacity: 1;
}
.tool-gutter {
  width: 1px;
  height: 12px;
  background: #333;
  margin: 0 12px;
}

.langulage {
  width: 68px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.langulageRoot {
  position: absolute;
  padding-top: 16px;
  right: 0;
  top: 16px;
  text-align: center;
  visibility: hidden;
  transform: translateY(-5px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.langulage-list:not(:first-of-type) {
  margin-top: 10px;
}
.langulage-list__href {
  text-align: center;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  display: block;
}
.langulage-list--active .langulage-list__href, .langulage-list:hover .langulage-list__href {
  color: #DC000C;
}
.langulage--hover:hover .tool-block__img {
  transform: rotate(180deg);
}
.langulage--hover:hover .langulageRoot {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menuIcon {
  max-width: 40px;
  max-height: 40px;
  width: 5.33334vw;
  height: 5.33334vw;
  margin-left: auto;
  margin-right: 4.26667vw;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .menuIcon {
    display: flex;
  }
}
.menuIcon-btn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 40px;
  width: 5.33334vw;
}
.menuIcon span {
  max-height: 4px;
  height: 0.53334vw;
  background: #DC000C;
  transition: width 0.3s, max-width 0.3s, transform 0.3s;
  margin: 0.53334vw 0 0.53334vw auto;
}
.menuIcon span:nth-of-type(1) {
  max-width: 34px;
  width: 4.53334vw;
}
.menuIcon span:nth-of-type(2) {
  max-width: 24px;
  width: 3.2vw;
  opacity: 1;
  transition: width 0.3s, max-width 0.3s, opacity 0.3s;
}
.menuIcon span:nth-of-type(3) {
  max-width: 100%;
  width: 100%;
}
.menuIcon:hover span {
  max-width: 40px;
}
.menuIcon--active span {
  background: #fff;
  width: 5.33334vw;
  position: absolute;
}
.menuIcon--active span:nth-of-type(1) {
  top: 50%;
  left: 0;
  transform: rotate(135deg);
  margin-top: -2px;
  max-width: 40px;
  width: 5.33334vw;
}
.menuIcon--active span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.menuIcon--active span:nth-of-type(3) {
  top: 50%;
  left: 0;
  transform: rotate(-135deg);
  margin-top: -2px;
  width: 5.33334vw;
  max-width: 40px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  display: none;
}
.menuRoot {
  position: absolute;
  left: 0;
  right: 0;
  top: 12vw;
  bottom: 0;
  overflow-y: auto;
}
.menu .fakeHeight {
  height: 12vw;
  max-height: 90px;
  background: #DC000C;
}
.menu .langulage {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: auto;
  box-shadow: none;
  padding: 0;
}
.menu .langulageRoot {
  position: static;
  transform: translate(0);
  padding-top: 0;
  margin-top: 9.6vw;
  opacity: 1;
  visibility: visible;
}
.menu .langulage-list {
  background: #F5F5F5;
  width: 10.66667vw;
  height: 10.66667vw;
  margin-top: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .langulage-list ~ .langulage-list {
  margin-left: 4.2667vw;
}
.menu .langulage-list__href {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 4.2667vw;
}
.menu .langulage-list--active, .menu .langulage-list:hover {
  background: #333;
}
.menu .langulage-list--active .langulage-list__href, .menu .langulage-list:hover .langulage-list__href {
  color: #fff;
  font-weight: 700;
}

.menuBarRoot {
  margin-top: 6.4vw;
}
.menuBar-li {
  padding: 2.66667vw 4.26667vw;
  transition: padding-bottom 0.3s;
}
.menuBar-li:not(:last-of-type) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.menuBar-li-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuBar-li__href {
  display: flex;
  align-items: center;
  margin-left: 6.4vw;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 6.4vw;
  line-height: 1.3125;
}
.menuBar-li__btn {
  position: relative;
  width: 3.2vw;
  height: 3.2vw;
  transition: all 0.3s;
  z-index: 5;
  margin-right: 6.4vw;
}
.menuBar-li__btn::after, .menuBar-li__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #DC000C;
  transition: all 0.3s;
}
.menuBar-li__btn::after {
  width: 0.53334vw;
  height: 100%;
  transform: translate(-50%, -50%);
}
.menuBar-li__btn::before {
  width: 100%;
  height: 0.53334vw;
  transform: translate(-50%, -50%);
}
.menuBar-li__btn--active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menuBar-li--active {
  padding-bottom: 4.13334vw;
}
.menuBar-li--active .menuBar-li__href {
  color: #DC000C;
}
.menuBar-li--noMore .menuBar-li__btn {
  display: none;
}

.secondMenu {
  width: calc(100% - 12.8vw);
  margin: 0 auto;
  display: none;
}
.secondMenu-li {
  margin-top: 4.66667vw;
  position: relative;
}
.secondMenu-li::before {
  content: "";
  position: absolute;
  width: 1.8667vw;
  height: 0.26667vw;
  background: #DC000C;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondMenu-li__href {
  display: block;
  color: rgba(51, 51, 51, 0.7);
  padding-left: 5.06667vw;
  font-size: 4.2666666667vw;
  line-height: 1.34375;
}

footer {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media only screen and (max-width: 991px) {
  footer {
    border-top-width: 0.26667vw;
  }
}
footer.lazy_load {
  opacity: 0;
}
footer.lazy_load--in {
  opacity: 1;
  transition: opacity 0.3s;
}

.footer {
  max-width: 1590px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 0 36px;
}
@media only screen and (max-width: 991px) {
  .footer {
    width: calc(100% - 8.53334vw);
    padding: 9.33333vw 0;
    justify-content: center;
  }
}
.footer__logo {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .footer__logo {
    width: 26.66667vw;
    margin: 0 auto 3.2vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer .navbarList:first-of-type {
    margin-right: 0;
  }
  .footer .navbarList:not(:first-of-type) {
    display: none;
  }
}

.message {
  max-width: 430px;
}
@media only screen and (max-width: 991px) {
  .message {
    max-width: 74.66667vw;
  }
}
.message-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .message-list {
    flex-direction: column;
    align-items: center;
  }
  .message-list--info .message-list-dl:not(:first-of-type) {
    margin-top: 2.1333vw;
  }
}
.message-list-dl {
  display: flex;
  color: #333;
  font-size: 15px;
  line-height: 1.33333;
  margin-right: 24px;
  margin-bottom: 8px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .message-list-dl {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin: 0;
  }
}
.message-list--map, .message-list--companyName {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .message-list--map, .message-list--companyName {
    margin-bottom: 3.2vw;
  }
}
.message-list--map .message-list__title, .message-list--companyName .message-list__title {
  font-size: 18px;
  margin-top: 2px;
  margin-right: 7px;
  align-self: flex-start;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .message-list--map .message-list__title, .message-list--companyName .message-list__title {
    font-size: 3.6vw;
    margin-top: 0;
    line-height: 5.33333vw;
    margin-right: 1.0667vw;
  }
}
.message--contact .icon {
  font-size: 20px;
}
.message--contact .message-list-dl {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.message--contact .message-list__title {
  display: flex;
  align-items: center;
  min-width: 95px;
  margin-top: 0;
  margin-right: 16px;
}
.message--contact .message-list__dtTitle {
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: #333;
  margin-left: 8px;
  line-height: 20px;
}

.footer-bottom {
  background: #DC000C;
  font-size: 15px;
  line-height: 2.13334;
  padding: 26px 0;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    padding: 8.66667vw 0 6.66667vw;
  }
}
.footer-bottom .container {
  max-width: 1590px;
  width: calc(100% - 40px);
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 8.53334vw);
  }
}
.footer-bottom .copyright {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer-bottom .copyright {
    order: 2;
    flex-direction: column;
    align-items: center;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.footer-bottom .copyright__title {
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .footer-bottom .copyright__title {
    margin-right: 0;
    margin-bottom: 1.7333vw;
  }
}
.footer-bottom .copyright__designed {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.footer-bottom .copyright__designed a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  transition: color 0.3s;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
.footer-bottom .copyright__designed a:hover {
  color: #fff;
}

.community--footer {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .community--footer {
    margin: 0 auto;
    order: 1;
    margin-bottom: 8.2667vw;
    font-size: 5.3333333333vw;
  }
}
.community--footer .community-list__href {
  color: #fff;
}
.community--footer .community-list__href:hover .icon {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 180);
  animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.community--footer .community-list ~ .community-list {
  margin-left: 24px;
}
@media only screen and (max-width: 991px) {
  .community--footer .community-list ~ .community-list {
    margin-left: 5.33333vw;
  }
}

.section-banner {
  height: 44.932vw;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .section-banner {
    height: 46.13334vw;
  }
}

.community--aside {
  min-width: 72px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .community--aside {
    display: none;
  }
}
.community--aside .community-list {
  margin: 12px 0;
}
.community--aside .community-list__href {
  color: #333;
  opacity: 0.3;
  transition: color 0.3s, opacity 0.3s;
}
.community--aside .community-list__href:hover {
  color: #DC000C;
  opacity: 1;
}

.banner {
  flex: 1;
}
.banner-list {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  position: relative;
}
.banner-list__href {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-info {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-info__no {
  font-size: 20px;
  line-height: 1.35;
  padding: 7px 12px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #333;
  margin-bottom: 8px;
}
.banner-info__title {
  display: flex;
  font-size: 72px;
  line-height: 1.36112;
  margin-bottom: 10px;
}
.banner-info__title span {
  position: relative;
}
.banner-info__title span::first-letter {
  color: #DC000C;
}
.banner-info__title span:not(:last-of-type) {
  padding-right: 40px;
}
.banner-info__title span:not(:last-of-type)::after {
  content: "/";
  font-size: 36px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-info__subtitle {
  font-size: 22px;
  line-height: 1.318182;
  margin-bottom: 30px;
}

.banner-number {
  min-width: 72px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner-number {
    display: none;
  }
}
.banner-number .number--banner {
  transform: rotate(90deg);
  align-self: center;
  display: none;
}
.banner-number .arrow--banner {
  position: absolute;
  display: flex;
  left: -56px;
  bottom: 0;
  z-index: 1;
}

.lazy_load .community--aside, .lazy_load .banner-number {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.lazy_load .community--aside {
  transform: translateX(-100%);
}
.lazy_load .banner-number {
  transform: translateX(100%);
}
.lazy_load--in .community--aside, .lazy_load--in .banner-number {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
  transform: translateX(0%);
}

.section-container {
  max-width: 1460px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-container {
    width: calc(100% - 8.53334vw);
  }
}

.section-about {
  padding: 64px 0 78px;
  position: relative;
  z-index: 2;
}
.section-about::after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  background: #DC000C;
}
@media only screen and (max-width: 991px) {
  .section-about::after {
    width: 0.26667vw;
    height: 10.4vw;
    top: calc(100% - 5.2vw);
  }
}
@media only screen and (max-width: 991px) {
  .section-about {
    padding: 9.6vw 0 11.73334vw;
  }
}
.section-about.lazy_load::after {
  height: 0px;
}
.section-about.lazy_load--in::after {
  height: 100px;
  transition: height 0.6s 0.4s;
}
@media only screen and (max-width: 991px) {
  .section-about.lazy_load--in::after {
    height: 10.4vw;
  }
}

.section-service {
  padding-top: 100px;
  background: #F5F5F5;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-service {
    padding-top: 14.6667vw;
  }
}
.section-service .section {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .section-service .section {
    text-align: center;
    margin-bottom: 5.33334vw;
  }
}
.section-service .card-li.lazy_load {
  opacity: 0;
}
.section-service .card-li.lazy_load .card-li-info {
  opacity: 0;
  transform: translateY(100px);
}
@media only screen and (max-width: 991px) {
  .section-service .card-li.lazy_load .card-li-info {
    transform: translateY(calc(50% + 50px)) !important;
  }
}
.section-service .card-li.lazy_load--in {
  opacity: 1;
  transition: height 0.3s, transform 0.3s, opacity 0.3s;
}
.section-service .card-li.lazy_load--in .card-li-info {
  opacity: 1;
  transform: translateY(32px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 991px) {
  .section-service .card-li.lazy_load--in .card-li-info {
    transform: translateY(50%) !important;
  }
}
.section-service .section-container.lazy_load .arrow-btn {
  opacity: 0;
}
.section-service .section-container.lazy_load .arrow-btn--prev {
  left: -56px;
}
.section-service .section-container.lazy_load .arrow-btn--next {
  right: -56px;
}
.section-service .section-container.lazy_load--in .arrow-btn {
  opacity: 1;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition-delay: 0.1s;
}
.section-service .section-container.lazy_load--in .arrow-btn--prev {
  left: -28px;
}
.section-service .section-container.lazy_load--in .arrow-btn--next {
  right: -28px;
}

.section-container {
  position: relative;
}

.service-swiper {
  padding-bottom: 86px;
}
@media only screen and (max-width: 991px) {
  .service-swiper {
    padding-bottom: 11.4667vw;
  }
}
.service-swiper .card {
  padding: 30px 0;
  min-height: 520px;
}
@media only screen and (max-width: 991px) {
  .service-swiper .card {
    padding: 0;
  }
}
.service-swiper .card-li {
  transition: height 0.3s, transform 0.3s;
}
@media only screen and (max-width: 1199px) {
  .service-swiper .card-li {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .service-swiper .card-li {
    max-width: 84vw;
    max-height: 600px;
    height: 80vw;
    background-position: top center;
    margin: 0 auto;
    margin-bottom: 34.66667vw;
  }
}
.service-swiper .card-li.swiper-slide-next {
  height: 520px;
  transform: translateY(-30px);
}
@media only screen and (max-width: 1199px) {
  .service-swiper .card-li.swiper-slide-next {
    height: auto;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 991px) {
  .service-swiper .card {
    flex-wrap: wrap;
    gap: 9.6vw;
  }
}

.section-product {
  margin-top: -60px;
  padding-bottom: 64px;
  padding-top: 120px;
  background: #F5F5F5;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-product {
    margin-top: -8vw;
    padding-bottom: 11.73334vw;
    padding-top: 19.73334vw;
  }
}
.section-product--mt0 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .section-product--mt0 {
    margin-top: 0;
  }
}
.section-product .section-container {
  position: static;
}
@media only screen and (max-width: 991px) {
  .section-product .section-container {
    width: 100%;
    padding: 0;
  }
}
.section-product .productCard {
  margin-left: 340px;
}
@media only screen and (max-width: 991px) {
  .section-product .productCard {
    margin-left: 11.33334vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-product .productCard--index {
    display: none;
  }
}
.section-product .productCard-swiper {
  display: none;
}
@media only screen and (max-width: 991px) {
  .section-product .productCard-swiper {
    display: block;
    overflow: visible;
  }
}
.section-product .productCard-swiper .productCard-li {
  width: 80.8vw;
}
.section-product .productCard-swiper .productCard-li-info {
  margin: 5.33334vw auto 0;
}
.section-product .productCard-swiper .productCard-li ~ .productCard-li {
  margin-left: 0;
}
.section-product .productCard-bgNo {
  position: absolute;
  font-size: 440px;
  line-height: 1.48182;
  text-align: center;
  white-space: nowrap;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(51, 51, 51, 0.05);
  font-family: "Oswald", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .section-product .productCard-bgNo {
    font-size: 26.6666666667vw;
    line-height: 1.485;
    top: 0;
  }
}
.section-product .productCard-bgNo--fixed {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .section-product .productCard-bgNo--fixed {
    position: absolute;
    top: 0 !important;
  }
}
.section-product.lazy_load .productCard-bgNo {
  opacity: 0;
  transform: translate(-50%, 100px);
}
.section-product.lazy_load--in .productCard-bgNo {
  opacity: 1;
  transform: translate(-50%, 0px);
  transition: opacity 0.3s, transform 0.3s;
}

.section-case {
  padding: 104px 0 128px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-case {
    padding: 13.86667vw 0 21.86667vw;
  }
}
.section-case .section {
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .section-case .section {
    text-align: center;
    margin-bottom: 5.3333vw;
  }
  .section-case .section-container {
    width: 100%;
  }
  .section-case .section-container::before {
    content: "";
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    bottom: 0;
    background: #F5F5F5;
  }
  .section-case .section-container .swiper-slide {
    padding: 0 8.53334vw;
  }
}
.section-case .case-swiper {
  position: relative;
  padding-bottom: 92px;
  max-width: 1690px;
  width: 100vw;
}
@media only screen and (max-width: 991px) {
  .section-case .case-swiper {
    width: auto;
    padding-bottom: 21.46667vw;
    overflow: visible;
  }
}
.section-case .case-swiper::before {
  content: "";
  position: absolute;
  left: 225px;
  width: 100%;
  top: 76px;
  bottom: 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .section-case .case-swiper::before {
    content: none;
  }
}
.section-case .swiper-slide {
  max-width: 1180px;
  width: 61.4583334vw;
}
.section-case .caseCard.swiper-slide-active .caseCard-img {
  margin-left: 0;
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 113px 100%, 0 calc(100% - 88px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 113px 100%, 0 calc(100% - 88px));
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-img {
    animation: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10.66667vw 100%, 0 calc(100% - 9.33334vw)) !important;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10.66667vw 100%, 0 calc(100% - 9.33334vw)) !important;
    height: auto !important;
    padding-bottom: 54.935vw !important;
  }
}
.section-case .caseCard.swiper-slide-active .caseCard-info {
  top: 164px;
  right: 0;
  left: auto;
  bottom: auto;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-info {
    margin-top: -9.33334vw;
  }
}
.section-case .caseCard.swiper-slide-active .caseCard-info .caseCard-info-clip {
  padding: 40px 30px 66px 40px;
}
.section-case .caseCard.swiper-slide-active .caseCard-info-clip {
  -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-info-clip {
    -webkit-clip-path: polygon(calc(100% - 12vw) 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0) !important;
            clip-path: polygon(calc(100% - 12vw) 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0) !important;
    position: relative;
  }
}
.section-case .caseCard.swiper-slide-active .caseCard-info__title img {
  opacity: 1;
  width: auto;
  margin-left: 16px;
}
.section-case .caseCard.swiper-slide-active .caseCard-info__introduction {
  font-size: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-info__introduction {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 3.2vw;
  }
}
.section-case .caseCard.swiper-slide-active .caseCard-info__introduction .icon {
  font-size: 20px;
}
.section-case .caseCard.swiper-slide-active .caseCard-info__introduce {
  font-size: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-info__introduce {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-top: 3.2vw;
  }
}
.section-case .caseCard.swiper-slide-active .caseCard-info .btn-inner {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide-active .caseCard-info .btn-inner {
    transition: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-case .caseCard.swiper-slide .caseCard-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10.66667vw 100%, 0 calc(100% - 9.33334vw)) !important;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10.66667vw 100%, 0 calc(100% - 9.33334vw)) !important;
    height: auto !important;
    padding-bottom: 54.935vw !important;
  }
  .section-case .caseCard.swiper-slide .caseCard-info {
    margin-top: -9.33334vw;
  }
  .section-case .caseCard.swiper-slide .caseCard-info-clip {
    -webkit-clip-path: polygon(calc(100% - 12vw) 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0) !important;
            clip-path: polygon(calc(100% - 12vw) 0, 100% 9.33334vw, 100% 100%, 0 100%, 0 0) !important;
  }
  .section-case .caseCard.swiper-slide .caseCard-info__introduction {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 3.2vw;
  }
  .section-case .caseCard.swiper-slide .caseCard-info__introduction .icon {
    font-size: 4vw;
    margin-right: 2.13334vw;
  }
  .section-case .caseCard.swiper-slide .caseCard-info__introduce {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-top: 3.2vw;
  }
}
.section-case .caseControl {
  display: flex;
  position: absolute;
  left: 169px;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .section-case .caseControl {
    left: 50%;
    bottom: -4.8vw;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    align-items: center;
  }
}
.section-case .arrow--case {
  display: flex;
}
.section-case .number--case {
  margin-left: 32px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .section-case .number--case {
    margin-left: 0;
    margin-bottom: 6.4vw;
  }
}

.arrow--service {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .arrow--service {
    display: none;
  }
}
.arrow--service .arrow-btn {
  position: absolute;
}
.arrow--service .arrow-btn--prev {
  left: -28px;
}
.arrow--service .arrow-btn--next {
  right: -28px;
}

.section-support {
  display: flex;
}
.section-support .bgCard {
  width: 50%;
  padding-bottom: 21.018vw;
}
@media only screen and (min-width: 1920px) {
  .section-support .bgCard {
    height: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .section-support .bgCard {
    padding-bottom: 34.66667vw;
  }
}

.solutionsPage .pageBanner {
  height: 540px;
  background-image: url("../../../assets/img/solutions/banner.png");
}
@media only screen and (min-width: 1921px) {
  .solutionsPage .pageBanner {
    padding-bottom: 0;
    height: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .solutionsPage .pageBanner {
    background-image: url("../../../assets/img/solutions/h5/banner.png");
    max-height: 360px;
    height: 48vw;
  }
}
@media only screen and (max-width: 991px) {
  .solutionsPage .pageBanner__text {
    display: none;
  }
}
.solutionsPage .dropdown {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .solutionsPage .dropdown {
    display: block;
  }
}

.stepCardRoot {
  max-width: 1580px;
  width: calc(100% - 64px);
  margin: -7.8125vw auto 0;
}
@media only screen and (min-width: 1921px) {
  .stepCardRoot {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .stepCardRoot {
    width: 100%;
    padding: 0 8.53334vw;
    margin-top: -12vw;
    background: #f5f5f5;
  }
}
.stepCardRoot .stepCard-li {
  flex: 1;
}

.solutions-container {
  max-width: 1580px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .solutions-container .section__title {
    display: flex;
    flex-direction: column;
  }
}

.sectionESG {
  margin: 120px auto 210px;
  padding-top: 120px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sectionESG {
    padding-top: 16vw;
    margin: 0 0 16vw;
  }
}
.sectionESG .solutions-container {
  width: 100%;
  padding: 0 32px;
}
@media only screen and (max-width: 991px) {
  .sectionESG .solutions-container {
    padding: 0 4.26667vw;
  }
}
@media only screen and (max-width: 991px) {
  .sectionESG::before {
    position: absolute;
    content: "";
    background: #f5f5f5;
    height: 39.06667vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
  }
}
.sectionESG::after {
  position: absolute;
  width: 37.3935vw;
  height: 50.214vw;
  content: "";
  top: 0;
  left: 0;
  background: url("../../../assets/img/solutions/solutions_img_part1bg.png") no-repeat;
  z-index: -1;
  background-size: cover;
}
@media only screen and (min-width: 1921px) {
  .sectionESG::after {
    width: 700px;
    height: 940px;
  }
}
@media only screen and (max-width: 991px) {
  .sectionESG::after {
    background: url("../../../assets/img/solutions/h5/solutions_img_part1bg.png") no-repeat;
    max-width: 480px;
    max-height: 400px;
    width: 64vw;
    height: 53.33334vw;
    left: auto;
    right: 0;
    top: -14.26667vw;
  }
}
.sectionESG .section-flex:nth-of-type(1) {
  position: relative;
}
.sectionESG .section-flex:nth-of-type(1).lazy_load .section-text {
  opacity: 1;
  margin-left: 100px;
}
.sectionESG .section-flex:nth-of-type(1).lazy_load--in .section-text {
  opacity: 1;
  margin-left: 0px;
  transition: opacity 0.3s, margin 0.3s;
}
.sectionESG .section-flex:nth-of-type(2n-1) .section-info {
  padding: 0 85px 0 65px;
}
.sectionESG .section-flex:nth-of-type(2n-1) .section-img {
  margin-top: 85px;
}
.sectionESG .section-flex:nth-of-type(2n-1) .section-img__img {
  margin-left: -10px;
}
.sectionESG .section-flex:nth-of-type(2n) {
  width: 1690px;
  max-width: 100vw;
  margin-top: -24px;
  margin-left: 90px;
  flex-direction: row-reverse;
}
.sectionESG .section-flex:nth-of-type(2n) .section-img__img {
  margin-left: auto;
}
.sectionESG .section-flex:nth-of-type(2n) .section-info {
  padding-right: 45px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sectionESG .section-column-reverse {
  margin-top: 200px;
}
.sectionESG .section-column-reverse .section-img {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.sectionESG .section-column-reverse .section-img__img {
  margin: 0 auto;
}
.sectionESG .section-column-reverse .section-img .btn-zoom {
  position: absolute;
  left: 9%;
  bottom: 16%;
}
@media only screen and (max-width: 991px) {
  .sectionESG .section-column-reverse .section-img .btn-zoom {
    top: 24%;
    right: 10%;
    left: auto;
    bottom: auto;
  }
}
.sectionESG .section-column-reverse .section-info {
  margin-bottom: 62px;
}
@media only screen and (max-width: 991px) {
  .sectionESG .section:nth-of-type(1) {
    flex-direction: column;
  }
  .sectionESG .section:nth-of-type(1) .section-img, .sectionESG .section:nth-of-type(1) .section-info {
    width: 100%;
  }
  .sectionESG .section:nth-of-type(1) .section-img {
    margin-top: 0;
  }
  .sectionESG .section:nth-of-type(1) .section-img__img {
    margin-left: -4.26667vw;
  }
  .sectionESG .section:nth-of-type(1) .section-info {
    padding: 0;
    text-align: center;
    margin-top: 8.53334vw;
  }
}
@media only screen and (max-width: 991px) {
  .sectionESG .section:nth-of-type(2) {
    margin-top: 16vw;
  }
}
.sectionESG .section-text {
  position: absolute;
  right: 0;
  left: calc(50% + 40px);
  transform: translateX(-50%);
  bottom: -35px;
  width: 100vw;
  text-align: right;
  font-family: "Oswald", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 500;
  font-size: 29.0102vw;
  color: rgba(51, 51, 51, 0.04);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .sectionESG .section-text {
    font-size: 557px;
  }
}
@media only screen and (max-width: 991px) {
  .sectionESG .section-text {
    display: none;
  }
}
.sectionESG .model--visualpopups {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sectionESG .model--visualpopups {
    padding: 0;
  }
}
.sectionESG .model-img {
  position: relative;
}
.sectionESG .model-img .btn-close {
  position: absolute;
  right: -16px;
  top: -32px;
}
@media only screen and (max-width: 991px) {
  .sectionESG .model-img .btn-close {
    right: 3.46667vw;
    top: -8vw;
  }
}

.sectionOMO {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../../assets/img/solutions/solutions_img_omobg.png") center center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .sectionOMO {
    background: #F5F5F5 url("../../../assets/img/solutions/h5/solutions_img_omobg.png") top center no-repeat;
    background-size: contain;
    padding-top: 12.8vw;
    padding-bottom: 9.6vw;
  }
}
@media only screen and (max-width: 1200px) {
  .sectionOMO .section {
    flex-direction: column-reverse;
  }
}
.sectionOMO .section-img {
  position: relative;
  min-width: 790px;
}
@media only screen and (max-width: 1400px) {
  .sectionOMO .section-img {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1300px) {
  .sectionOMO .section-img {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1200px) {
  .sectionOMO .section-img {
    transform: scale(1);
    min-width: 970px;
    padding-right: 180px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .sectionOMO .section-img {
    display: none;
  }
}
.sectionOMO .section-img-real {
  display: none;
  width: calc(100% - 8.53334vw);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .sectionOMO .section-img-real {
    display: block;
  }
  .sectionOMO .section-img-real img {
    margin: 0 auto;
  }
}
.sectionOMO .section-img__pos {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}
.sectionOMO .section-img-circle {
  position: absolute;
  top: 50px;
  left: 210px;
}
.sectionOMO .section-img-delivery {
  position: absolute;
  bottom: 0;
  right: -180px;
}
@media only screen and (max-width: 1200px) {
  .sectionOMO .section-img-delivery {
    right: 0;
  }
}
.sectionOMO .section-img-delivery p {
  font-size: 16px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.375;
  color: #333;
  text-align: center;
}
.sectionOMO .section-img.lazy_load .section-img__pos, .sectionOMO .section-img.lazy_load .section-img-delivery {
  opacity: 0;
}
.sectionOMO .section-img.lazy_load .section-img-delivery {
  opacity: 0;
  transform: translateX(-50px);
}
.sectionOMO .section-img.lazy_load .section-circle-li {
  opacity: 0;
}
.sectionOMO .section-img.lazy_load--in .section-img__pos {
  opacity: 1;
  transition: opacity 0.3s;
}
.sectionOMO .section-img.lazy_load--in .section-img-delivery {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s, transform 1s;
  transition-delay: 0.4s;
}
.sectionOMO .section-img.lazy_load--in .section-circle-li {
  opacity: 1;
  transition: opacity 0.3s;
}
.sectionOMO .section-img.lazy_load--in .section-circle-li:nth-of-type(2n) {
  transition-delay: 0.3s;
}
.sectionOMO .section-img.lazy_load--in .section-circle-li:nth-of-type(2n - 1) {
  transition-delay: 0.2s;
}
.sectionOMO .section-circle-li {
  display: flex;
  position: absolute;
}
.sectionOMO .section-circle-li--01 {
  top: 265px;
  left: 350px;
  align-items: center;
}
.sectionOMO .section-circle-li--01 .section-circle-li__title {
  margin-left: 16px;
}
.sectionOMO .section-circle-li--01 .section-circle-li__title span {
  display: block;
}
.sectionOMO .section-circle-li--02 {
  top: 115px;
  left: 370px;
  align-items: center;
}
.sectionOMO .section-circle-li--02 .section-circle-li__title {
  margin-left: 16px;
}
.sectionOMO .section-circle-li--03 {
  top: 8px;
  left: 320px;
  align-items: center;
}
.sectionOMO .section-circle-li--03 .section-circle-li__title {
  margin-left: 16px;
}
.sectionOMO .section-circle-li--04 {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.sectionOMO .section-circle-li--04 .section-circle-li__title {
  margin-left: 8px;
}
.sectionOMO .section-circle-li--04 .section-circle-li__title span {
  display: block;
}
.sectionOMO .section-circle-li--05 {
  align-items: center;
  flex-direction: row-reverse;
  top: -6px;
  left: -20px;
}
.sectionOMO .section-circle-li--05 .section-circle-li__title {
  margin-right: 24px;
}
.sectionOMO .section-circle-li--06 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sectionOMO .section-circle-li--06 .section-circle-li__title {
  margin-top: 4px;
}
.sectionOMO .section-circle-li__title {
  white-space: nowrap;
  font-size: 16px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.375;
  color: #333;
}
.sectionOMO .section-circle-li__title span:last-of-type {
  color: rgba(51, 51, 51, 0.5);
}
.sectionOMO .section-info {
  padding: 3.6458334vw 6.25vw 0;
}
@media only screen and (min-width: 1921px) {
  .sectionOMO .section-info {
    padding: 70px 120px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sectionOMO .section-info {
    width: 100%;
    margin-bottom: 64px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .sectionOMO .section-info {
    margin-bottom: 8.53334vw;
  }
}
.sectionOMO .section-info .section__text {
  margin-top: 2.5vw;
}
@media only screen and (min-width: 1921px) {
  .sectionOMO .section-info .section__text {
    margin-top: 48px;
  }
}
.sectionOMO .lazy_load .section-img {
  transform: translateY(0px);
  opacity: 1;
}

.section-google {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .section-google {
    padding-top: 16vw;
  }
}
.section-google .section {
  margin: 0 auto 36px;
  width: calc(100% - 64px);
}
@media only screen and (max-width: 991px) {
  .section-google .section {
    width: calc(100% - 8.53334vw);
    margin-bottom: 7.46667vw;
  }
}

.section-solutionsService {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-solutionsService--pc {
    display: none;
  }
}
.section-solutionsService--h5 {
  display: none;
}
.section-solutionsService--h5 .service-list {
  flex-wrap: wrap;
  margin-bottom: 4.8vw;
}
.section-solutionsService--h5 .service-list img {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-solutionsService--h5 {
    display: block;
  }
}

.section-service {
  overflow: hidden;
}

.service-list {
  display: flex;
}
.service-list__li {
  min-width: 1920px;
}
@media only screen and (max-width: 991px) {
  .service-list__li {
    min-width: 100vw;
  }
}
.service-list__li.lazy_load {
  opacity: 0;
  transform: translateY(50px);
}
.service-list__li.lazy_load--in {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}

.aboutPage .pageBanner {
  padding-bottom: 28.125%;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .aboutPage .pageBanner {
    padding-top: 12.8vw;
    padding-bottom: 11.6vw;
    width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
}
.aboutPage .pageBanner::after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  background: #DC000C;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .aboutPage .pageBanner::after {
    width: 0.2667vw;
    height: 10.4vw;
    top: calc(100% - 5.2vw);
  }
}
.aboutPage .pageBanner.lazy_load::after {
  height: 0px;
  transition: height 0.6s 0.2s;
}
.aboutPage .pageBanner.lazy_load--in::after {
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .aboutPage .pageBanner.lazy_load--in::after {
    height: 10.4vw;
  }
}
.aboutPage .iconCard {
  margin-top: 30px;
  margin-left: -5.7291667vw;
}
@media only screen and (min-width: 1921px) {
  .aboutPage .iconCard {
    margin-left: -110px;
  }
}
@media only screen and (max-width: 991px) {
  .aboutPage .iconCard {
    margin-top: -27.6vw;
    margin-left: 0;
  }
}
.aboutPage .dropdown {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .aboutPage .dropdown {
    display: block;
  }
}

.section-pos {
  padding-top: 155px;
  padding-bottom: 65px;
  background: #F5F5F5;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-pos {
    padding-top: 14.8vw;
    padding-bottom: 12.8vw;
  }
}

.aboutProduct {
  display: flex;
}
.aboutProduct-li {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li {
    flex-direction: column;
  }
  .aboutProduct-li ~ .aboutProduct-li {
    margin-top: 16vw;
  }
}
.aboutProduct-li__img, .aboutProduct-li-info {
  min-width: 36.9791667vw;
  max-width: 36.9791667vw;
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li__img, .aboutProduct-li-info {
    min-width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li__img {
    padding: 0 4vw;
  }
}
.aboutProduct-li__img img {
  margin: 0 auto;
}
.aboutProduct-li-info {
  margin-top: 65px;
  padding: 0 70px 0 56px;
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li-info {
    margin-top: 3.2vw;
    padding: 0;
  }
}
.aboutProduct-li-info__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.34375;
  margin-bottom: 24px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li-info__title {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
    line-height: 1.375;
  }
}
.aboutProduct-li-info__text {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  color: rgba(51, 51, 51, 0.7);
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li-info__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.aboutProduct-li-info__text--row {
  display: flex;
  flex-direction: column;
}
.aboutProduct-li-info__text__row ~ .aboutProduct-li-info__text__row {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .aboutProduct-li-info__text__row ~ .aboutProduct-li-info__text__row {
    margin-top: 2.13334vw;
  }
}

.lazy_load.aboutProduct-li .aboutProduct-li__img {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load.aboutProduct-li .aboutProduct-li-info__title, .lazy_load.aboutProduct-li .aboutProduct-li-info__text {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in.aboutProduct-li .aboutProduct-li__img {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s, transform 0.35s;
}
.lazy_load--in.aboutProduct-li .aboutProduct-li-info__title, .lazy_load--in.aboutProduct-li .aboutProduct-li-info__text {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.lazy_load--in.aboutProduct-li .aboutProduct-li-info__text {
  transition-delay: 0.05s;
}

.aboutIntroduce {
  background: #F5F5F5 url("../../../assets/img/about/about_img_bg01.png") left bottom no-repeat;
}
@media only screen and (max-width: 991px) {
  .aboutIntroduce {
    background: #F5F5F5;
  }
}
.aboutIntroduce .cardWrap {
  max-width: 1162px;
  margin-left: auto;
  margin-bottom: -25px;
}
@media only screen and (max-width: 991px) {
  .aboutIntroduce .cardWrap {
    margin-bottom: 0;
    padding-bottom: 16vw;
    padding-left: 4.26667vw;
  }
}
.aboutIntroduce.lazy_load .cardWrap__title, .aboutIntroduce.lazy_load .cardWrap__text {
  transform: translateY(50px);
  opacity: 0;
}
.aboutIntroduce.lazy_load .cardWrap__gutter {
  width: 0px;
  transition: width 0.6s;
}
@media only screen and (max-width: 991px) {
  .aboutIntroduce.lazy_load .cardWrap__gutter {
    width: 0vw;
  }
}
.aboutIntroduce.lazy_load--in .cardWrap__title, .aboutIntroduce.lazy_load--in .cardWrap__text {
  transform: translateY(0px);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.aboutIntroduce.lazy_load--in .cardWrap__text {
  transition-delay: 0.05s;
}
.aboutIntroduce.lazy_load--in .cardWrap__gutter {
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .aboutIntroduce.lazy_load--in .cardWrap__gutter {
    width: 8vw;
  }
}

.section-digital {
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}
@media only screen and (max-width: 991px) {
  .section-digital {
    flex-wrap: wrap;
    padding-bottom: 10.8vw;
  }
}
.section-digital .innerText, .section-digital .iconCard {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .section-digital .innerText, .section-digital .iconCard {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-digital .iconCard {
    width: calc(100% - 8.53333vw);
    margin: -17.86667vw auto 0;
  }
}
.section-digital .innerText {
  background-image: url("../../../assets/img/about/digital-bg.png");
}
@media only screen and (max-width: 991px) {
  .section-digital .innerText {
    background-image: url("../../../assets/img/about/h5/about_img_pic04.png");
  }
}
@media only screen and (max-width: 991px) {
  .section-digital .innerText-info__text {
    text-align: center;
  }
}
.section-digital .lazy_load .iconCard {
  display: none;
}
.section-digital .lazy_load--in .iconCard {
  display: flex;
}

.section-solution {
  overflow: hidden;
  padding: 120px 0 144px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-solution {
    padding: 12.8vw 0;
    width: calc(100% - 8.53333vw);
    margin: 0 auto;
  }
}
.section-solution .oneStopShopSolution-bg {
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .section-solution .oneStopShopSolution-bg {
    display: none;
  }
}
.section-solution .oneStopShopSolution-bg--01 {
  top: 76px;
  left: -10px;
}
.section-solution .oneStopShopSolution-bg--02 {
  top: 84px;
  right: 38px;
}
.section-solution .oneStopShopSolution-bg--03 {
  left: 66px;
  bottom: 129px;
}

.solution-container {
  max-width: 1550px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .solution-container .section__title {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .solution-container .processList {
    margin-top: 10.6667vw;
  }
}
.solution-container .processListRoot {
  margin-top: 48px;
  position: relative;
  min-width: 1550px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1650px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.9);
  }
}
@media only screen and (max-width: 1450px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.85);
  }
}
@media only screen and (max-width: 1350px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.8);
  }
}
@media only screen and (max-width: 1250px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.75);
  }
}
@media only screen and (max-width: 1200px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 1150px) {
  .solution-container .processListRoot {
    transform: translateX(-50%) scale(0.65);
  }
}
@media only screen and (max-width: 991px) {
  .solution-container .processListRoot {
    min-width: auto;
    left: auto;
    transform: none;
    margin-top: 6.4vw;
  }
}
.solution-container .processListRoot img {
  margin: 0 auto;
}
.solution-container .processListRoot img.section-step__img--01 {
  display: block;
}
@media only screen and (max-width: 991px) {
  .solution-container .processListRoot img.section-step__img--01 {
    display: none;
  }
}
.solution-container .processListRoot img.section-step__img--02 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .solution-container .processListRoot img.section-step__img--02 {
    display: block;
  }
}
.solution-container .processListRoot img.section-step__img.lazy_load {
  opacity: 0;
}
.solution-container .processListRoot img.section-step__img.lazy_load--in {
  transition: opacity 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .solution-container .processListRoot.lazy_load .processList-li__title, .solution-container .processListRoot.lazy_load .processList-li__text {
    opacity: 0;
    transform: translateY(50px);
  }
  .solution-container .processListRoot.lazy_load--in .processList-li__title, .solution-container .processListRoot.lazy_load--in .processList-li__text {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .solution-container .processListRoot.lazy_load--in .processList-li__text {
    transition-delay: 0.05s;
  }
}
.solution-container .processList-li {
  position: absolute;
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .solution-container .processList-li {
    position: static;
    max-width: none;
  }
  .solution-container .processList-li ~ .processList-li {
    margin-top: 6.4vw;
  }
}
.solution-container .processList-li__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .solution-container .processList-li__title {
    font-size: 5.3333333333vw;
    line-height: 1.375;
    margin-bottom: 2.1333vw;
    margin-right: auto !important;
    text-align: center;
  }
}
.solution-container .processList-li__text {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1px;
  min-width: 370px;
}
@media only screen and (max-width: 991px) {
  .solution-container .processList-li__text {
    min-width: auto;
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
    text-align: center;
  }
}
.solution-container .processList-li--metapos {
  top: 257px;
  left: 0;
  text-align: right;
}
.solution-container .processList-li--metapos .processList-li__title {
  color: #ED8616;
  margin-right: 100px;
}
.solution-container .processList-li--shopview {
  top: 422px;
  left: 195px;
  text-align: right;
}
.solution-container .processList-li--shopview .processList-li__title {
  color: #2B9F97;
  margin-right: 60px;
}
.solution-container .processList-li--metacross {
  top: 290px;
  right: 0;
  text-align: left;
}
.solution-container .processList-li--metacross .processList-li__title {
  color: #044E9A;
}
@media only screen and (max-width: 991px) {
  .solution-container .processList-li.lazy_load .processList-li__title, .solution-container .processList-li.lazy_load .processList-li__text {
    opacity: 0;
    transform: translateY(50px);
  }
  .solution-container .processList-li.lazy_load--in .processList-li__title, .solution-container .processList-li.lazy_load--in .processList-li__text {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .solution-container .processList-li.lazy_load--in .processList-li__text {
    transition-delay: 0.05s;
  }
}

.section-shareholders {
  padding: 78px 0 100px;
  background: #FBFBFB url("../../../assets/img/about/about_img_bg02.png") right -140px no-repeat;
}
@media only screen and (max-width: 991px) {
  .section-shareholders {
    background: #FBFBFB url("../../../assets/img/about/h5/about_img_bg02.png") top right no-repeat;
    padding: 10.66667vw 4.26667vw 11.73333vw;
    background-size: 52vw;
  }
}
.section-shareholders .shareholders-container {
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-shareholders .shareholders-container {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-shareholders .section__title {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .section-shareholders .section__text br {
    display: none;
  }
}

.shareholdersList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4.26667vw 0 -2.13334vw;
}
@media only screen and (max-width: 991px) {
  .shareholdersList {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .shareholdersList-li {
    width: 50%;
    margin: 2.13334vw 0;
  }
  .shareholdersList-li img {
    margin: 0 auto;
    width: 33.33334vw;
  }
}
.shareholdersList-li ~ .shareholdersList-li {
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .shareholdersList-li ~ .shareholdersList-li {
    margin-left: 0;
  }
}
.shareholdersList.lazy_load .shareholdersList-li {
  opacity: 0;
  transform: translateY(20px);
}
.shareholdersList.lazy_load--in .shareholdersList-li {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
}
.shareholdersList.lazy_load--in .shareholdersList-li:nth-of-type(2) {
  transition-delay: 0.1s;
}
.shareholdersList.lazy_load--in .shareholdersList-li:nth-of-type(3) {
  transition-delay: 0.2s;
}
.shareholdersList.lazy_load--in .shareholdersList-li:nth-of-type(4) {
  transition-delay: 0.3s;
}

.section-pos {
  overflow: hidden;
}
.section-pos .pos-container {
  max-width: 1420px;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-pos .pos-container:nth-of-type(1) {
    display: none;
  }
}
.section-pos .pos-container:nth-of-type(2) {
  display: none;
}
@media only screen and (max-width: 991px) {
  .section-pos .pos-container:nth-of-type(2) {
    display: block;
    width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
  .section-pos .pos-container:nth-of-type(2) .aboutProduct {
    flex-direction: column;
  }
}

.section-design {
  padding: 120px 0 90px;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-design {
    padding: 11.73334vw 0 0;
    overflow: initial;
  }
}
.section-design::after {
  content: "";
  width: 68.22917vw;
  max-width: 1310px;
  height: 480px;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .section-design::after {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
}

.design-container {
  max-width: 1420px;
  margin: 0 auto;
}
.design-container .section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .design-container .section {
    margin-bottom: 5.33334vw;
  }
}
@media only screen and (max-width: 991px) {
  .design-container .section__title {
    display: flex;
    flex-direction: column;
  }
}
.design-container .design-swiper {
  padding: 60px 0 50px 50px;
}
@media only screen and (max-width: 991px) {
  .design-container .design-swiper {
    padding: 0;
    margin-top: -40.7333vw;
    padding-bottom: 21.86667vw;
    width: 100%;
  }
}
.design-container .cardWrap {
  width: 412px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .design-container .cardWrap {
    height: 93.33334vw !important;
    max-height: 700px;
    padding: 0 7.46667vw;
  }
}
.design-container .cardWrap.swiper-slide-active {
  width: 636px !important;
  height: 428px;
}
@media only screen and (max-width: 991px) {
  .design-container .cardWrap.swiper-slide-active {
    width: 100% !important;
  }
}
.design-container .cardWrap.swiper-slide-active .cardWrap-overflow {
  overflow-y: auto;
}
.design-container .cardWrap.swiper-slide-active .cardWrap-clip {
  height: 100%;
  height: 428px;
  transition: all 0s;
}
.design-container .cardWrap-clip {
  height: 270px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .design-container .cardWrap-clip {
    height: 93.33334vw !important;
    max-height: 700px;
  }
}

.productPage .typeSelect {
  position: relative;
  max-width: 1460px;
  margin: 0 auto 36px;
  padding: 0 115px;
}
@media only screen and (max-width: 991px) {
  .productPage .typeSelect {
    display: none;
  }
}
.productPage .typeSelect .typeSelectControl .arrow-btn--prev, .productPage .typeSelect .typeSelectControl .arrow-btn--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.productPage .typeSelect .typeSelectControl .arrow-btn--prev {
  left: 0;
}
.productPage .typeSelect .typeSelectControl .arrow-btn--next {
  right: 0;
}
.productPage .typeSelect .swiper-button-next, .productPage .typeSelect .swiper-rtl .swiper-button-prev {
  right: -30px;
  color: #DC000C;
}
.productPage .typeSelect .swiper-button-prev, .productPage .typeSelect .swiper-rtl .swiper-button-next {
  left: -30px;
  color: #DC000C;
}
.productPage .typeSelect.lazy_load .selectList-swiper {
  opacity: 0;
  transform: translateY(50px);
}
.productPage .typeSelect.lazy_load .typeSelectControl .arrow-btn--prev, .productPage .typeSelect.lazy_load .typeSelectControl .arrow-btn--next {
  opacity: 0;
}
.productPage .typeSelect.lazy_load .typeSelectControl .arrow-btn--prev {
  left: -28px;
}
.productPage .typeSelect.lazy_load .typeSelectControl .arrow-btn--next {
  right: -28px;
}
.productPage .typeSelect.lazy_load--in .selectList-swiper {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.3s;
}
.productPage .typeSelect.lazy_load--in .typeSelectControl .arrow-btn--prev, .productPage .typeSelect.lazy_load--in .typeSelectControl .arrow-btn--next {
  opacity: 1;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition-delay: 0.1s;
}
.productPage .typeSelect.lazy_load--in .typeSelectControl .arrow-btn--prev {
  left: 0px;
}
.productPage .typeSelect.lazy_load--in .typeSelectControl .arrow-btn--next {
  right: 0px;
}
.productPage .product-inner {
  padding: 88px 0 46px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .productPage .product-inner {
    padding: 1.86667vw 0 15.46667vw;
  }
}
.productPage--list .product-container {
  padding: 40px 34px 110px;
}
@media only screen and (max-width: 991px) {
  .productPage--list .product-container {
    padding: 5.3334vw 4.26667vw 15.46667vw;
  }
}
@media only screen and (max-width: 991px) {
  .productPage--list .selectList {
    display: none;
  }
}
.productPage--list .dropdown {
  display: none;
  margin: 0;
  margin-bottom: 5.3333vw;
}
@media only screen and (max-width: 991px) {
  .productPage--list .dropdown {
    display: block;
  }
}
.productPage--list .dropdown.lazy_load {
  opacity: 0;
}
.productPage--list .dropdown.lazy_load--in {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.productBanner-swiper-list {
  padding-bottom: 24.479167%;
  max-height: 470px;
  background-image: url("../../../assets/img/product/product_img_banner.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.productBanner-swiper-list__href {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

.box--product {
  margin: -16px -20px;
}
@media only screen and (max-width: 991px) {
  .box--product {
    margin: -0.5334vw -1.2vw;
  }
}
.box--product .box-li {
  width: calc(20% - 40px);
  margin: 16px 20px;
}
@media only screen and (max-width: 1400px) {
  .box--product .box-li {
    width: calc(25% - 40px);
  }
}
@media only screen and (max-width: 991px) {
  .box--product .box-li {
    width: calc(50% - 2.4vw);
    margin: 0.5334vw 1.2vw;
  }
}

.productInfo {
  height: 460px;
  background-image: url("../../../assets/img/product/products_img_bg.png");
  background-size: cover;
  background-position: center center;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .productInfo {
    max-height: 970px;
    height: auto;
    padding: 8.53334vw 0;
    background-image: url("../../../assets/img/product/h5/products_img_bg.png");
    background-position: top center;
  }
}
.productInfo-container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .productInfo-container {
    flex-wrap: wrap;
  }
}
.productInfo-half {
  width: 50%;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .productInfo-half {
    width: 100%;
  }
  .productInfo-half:nth-of-type(1) {
    margin: 0 auto;
    margin-bottom: 6.4vw;
    width: 56vw;
    height: 56vw;
    max-width: 420px;
    max-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productInfo-half:nth-of-type(1) img {
    max-width: 100%;
    max-height: 100%;
  }
}
.productInfo-img__img {
  margin-left: auto;
  margin-right: 90px;
  max-width: 360px;
  max-height: 360px;
}
@media only screen and (max-width: 991px) {
  .productInfo-img__img {
    margin: 0 auto;
  }
}
.productInfo-introduce {
  margin: 0 60px;
  max-width: 460px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .productInfo-introduce {
    width: calc(100% - 8.53333vw);
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}
.productInfo__title {
  font-size: 42px;
  line-height: 1.3571428571;
  border: 1px solid #DC000C;
  font-weight: 600;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  padding: 10px;
  display: inline-block;
  margin-bottom: 16px;
  color: #DC000C;
}
@media only screen and (max-width: 991px) {
  .productInfo__title {
    font-size: 5.6vw;
    padding: 1.33334vw;
    margin-bottom: 2.13334vw;
  }
}
.productInfo-feature {
  display: flex;
  font-size: 28px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .productInfo-feature {
    font-size: 5.3333333333vw;
    line-height: 1.375;
    margin-bottom: 1.06667vw;
    justify-content: center;
  }
}
.productInfo-feature__li ~ .productInfo-feature__li::before {
  content: "/";
  font-weight: 400;
  margin: 0 16px;
}
@media only screen and (max-width: 991px) {
  .productInfo-feature__li ~ .productInfo-feature__li::before {
    margin: 0 2.13334vw;
  }
}
.productInfo__text {
  font-size: 18px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.7777777778;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 30px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 991px) {
  .productInfo__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-bottom: 7.46667vw;
    text-align: center;
  }
}
.productInfo-dropdown {
  display: flex;
  margin: -4px;
}
@media only screen and (max-width: 991px) {
  .productInfo-dropdown {
    margin: -0.8vw;
  }
}
@media only screen and (max-width: 991px) {
  .productInfo-dropdown {
    justify-content: center;
  }
}
.productInfo-dropdown .dropdown ~ .dropdown {
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  .productInfo-dropdown .dropdown {
    margin: 0.8vw;
  }
}
.productInfo-dropdown .dropdown-list {
  display: none;
}
@media only screen and (max-width: 991px) {
  .productInfo-dropdown .dropdown-btn {
    padding: 1.6vw 3.2vw;
  }
}
.productInfo-dropdown .dropdown-btn:hover, .productInfo-dropdown .dropdown-btn--active {
  background: #DC000C;
  color: #fff !important;
}

.lazy_load .productInfo-img__img {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load .productInfo__title, .lazy_load .productInfo-feature, .lazy_load .productInfo__text, .lazy_load .productInfo-dropdown {
  opacity: 0;
  transform: translateY(50px);
}
.lazy_load--in .productInfo-img__img {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.5s, transform 0.5s;
}
.lazy_load--in .productInfo__title, .lazy_load--in .productInfo-feature, .lazy_load--in .productInfo__text, .lazy_load--in .productInfo-dropdown {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.lazy_load--in .productInfo-feature {
  transition-delay: 0.05s;
}
.lazy_load--in .productInfo__text {
  transition-delay: 0.1s;
}
.lazy_load--in .productInfo-dropdown {
  transition-delay: 0.15s;
}

.servicePage {
  position: relative;
  overflow: hidden;
}
.servicePage .dropdown {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .servicePage .dropdown {
    display: block;
  }
}
.servicePage-container {
  margin: 0 auto;
  position: relative;
}
.servicePage-container--metaPOSArticle1 {
  max-width: 1400px;
  width: calc(100% - 64px);
  margin-bottom: 88px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle1 {
    width: calc(100% - 8.53334vw);
    margin-bottom: 9.6vw;
  }
}
.servicePage-container--metaPOSArticle2 {
  max-width: 1377px;
  display: flex;
  width: calc(100% - 8.53334vw);
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 {
    flex-direction: column;
  }
}
.servicePage-container--metaPOSArticle2 .cirlceList {
  padding-right: 63px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 .cirlceList {
    padding-right: 0;
  }
}
.servicePage-container--metaPOSArticle2 .cirlceList-wrap {
  flex: 1;
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 .cirlceList-wrap {
    max-width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
}
.servicePage-container--metaPOSArticle2 .cirlceList-info {
  letter-spacing: normal;
  max-width: none;
  margin-left: 24px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 .cirlceList-info {
    margin-left: 3.2vw;
  }
}
.servicePage-container--metaPOSArticle2 .cirlceList-imgBlock {
  width: 39.2157%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 .cirlceList-imgBlock {
    width: calc(100% - 19.46667vw);
    margin: 0 auto;
    margin-top: 9.6vw;
  }
}
.servicePage-container--metaPOSArticle2 .cirlceList-imgBlock img {
  align-self: flex-start;
}
.servicePage-container--metaPOSArticle2 .cirlceList-imgBlock img:nth-of-type(1) {
  width: 54.814815%;
}
.servicePage-container--metaPOSArticle2 .cirlceList-imgBlock img:nth-of-type(2) {
  width: 42.22222%;
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle2 .cirlceList-imgBlock img:nth-of-type(2) {
    margin-top: 6.4vw;
  }
}
.servicePage-container--metaPOSArticle2.lazy_load .cirlceList-imgBlock img {
  transform: translateY(50px);
  opacity: 0;
}
.servicePage-container--metaPOSArticle2.lazy_load--in .cirlceList-imgBlock img {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.8s, transform 0.8s;
}
.servicePage-container--metaPOSArticle2.lazy_load--in .cirlceList-imgBlock img:nth-of-type(2) {
  transition-delay: 0.4s;
}
.servicePage-container--metaPOSArticle3 {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 {
    width: calc(100% - 8.53334vw);
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList-wrap {
  max-width: 1248px;
  width: calc(100% - 8.53334vw);
  margin: 0 auto;
}
.servicePage-container--metaPOSArticle3 .cirlceList-info {
  letter-spacing: normal;
  max-width: none;
  margin-left: 24px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 .cirlceList-info {
    margin-left: 3.2vw;
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList--3row .cirlceList-li {
  width: 33.3333%;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 .cirlceList--3row .cirlceList-li {
    width: 100%;
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock {
  max-width: 1396px;
  width: calc(100% - 64px);
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: -265px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 .cirlceList-imgBlock {
    margin-bottom: 0;
    margin-top: 7.46667vw;
    width: 100%;
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img {
  margin: 0 auto;
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(2), .servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(3) {
  position: absolute;
  top: 72px;
  z-index: -1;
  width: 48.854%;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(2), .servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(3) {
    width: 52.7696793%;
    top: 8vw;
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(1) {
  width: 59.886%;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(1) {
    width: 70.991253%;
  }
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(2) {
  right: 0;
}
.servicePage-container--metaPOSArticle3 .cirlceList-imgBlock img:nth-of-type(3) {
  left: 0;
}
.servicePage-container--metaPOSArticle3.lazy_load .cirlceList-imgBlock img {
  transform: translateY(50px);
  opacity: 0;
}
.servicePage-container--metaPOSArticle3.lazy_load--in .cirlceList-imgBlock img {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.8s, transform 0.8s;
}
.servicePage-container--metaPOSArticle3.lazy_load--in .cirlceList-imgBlock img:nth-of-type(2), .servicePage-container--metaPOSArticle3.lazy_load--in .cirlceList-imgBlock img:nth-of-type(3) {
  transition-delay: 0.4s;
}
.servicePage-container--shopviewArticle1 {
  max-width: 1430px;
  width: calc(100% - 8.53334vw);
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 {
    padding: 12.8vw 0 7.46667vw;
  }
}
.servicePage-container--shopviewArticle1 .section {
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .section {
    margin-bottom: 7.4667vw;
  }
}
.servicePage-container--shopviewArticle1 .section__img {
  max-width: 230px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .section__img {
    max-width: 252px;
    width: 33.6vw;
  }
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .section__text {
    margin-top: 1.06667vw;
  }
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .cirlceList-wrap {
    max-width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
}
.servicePage-container--shopviewArticle1 .cirlceList-info {
  letter-spacing: normal;
  max-width: 386px;
  margin-left: 24px;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .cirlceList-info {
    max-width: none;
    margin-left: 3.2vw;
  }
}
.servicePage-container--shopviewArticle1 .cirlceList--3row .cirlceList-li {
  width: 33.3333%;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle1 .cirlceList--3row .cirlceList-li {
    width: 100%;
  }
}
.servicePage-container--shopviewArticle2 {
  max-width: 1506px;
  width: calc(100% - 8.53334vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .servicePage-container--shopviewArticle2 {
    flex-direction: column;
  }
}
.servicePage .metaPOSArticle3-Block {
  padding-top: 88px;
  background: #F5F5F5;
  margin-top: -8.2291667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .servicePage .metaPOSArticle3-Block {
    margin-top: -158px;
  }
}
@media only screen and (max-width: 991px) {
  .servicePage .metaPOSArticle3-Block {
    padding: 12.8vw 0 17.06667vw;
    margin-top: -36.26667vw;
  }
}

.servicePageBanner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.servicePageBanner .section {
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
}
@media only screen and (max-width: 991px) {
  .servicePageBanner .section {
    top: 21.33334vw;
  }
}

.section-metaPOS {
  position: relative;
  overflow: hidden;
}
.section-metaPOS__bg {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  z-index: -1;
  padding-bottom: 40.3125%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1921px) {
  .section-metaPOS__bg {
    padding-bottom: 0;
    height: 774px;
  }
}
@media only screen and (max-width: 991px) {
  .section-metaPOS__bg {
    width: 1920px;
    max-height: 774px;
    height: 103.2vw;
    top: 0;
    background-size: contain;
    padding-bottom: 0;
  }
}
.section-metacross {
  position: relative;
  z-index: 1;
}
.section-metacross img {
  margin: 0 auto;
}
.section-metacross video {
  width: 100%;
}

.metaPOS {
  padding-top: 300px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .metaPOS {
    padding-top: 35.7333vw;
  }
}
.metaPOS__gutter {
  height: 100px;
  position: absolute;
  width: 1px;
  top: -78px;
  background: #DC000C;
  transition: all 1s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .metaPOS__gutter {
    width: 0.26667vw;
    height: 13.33334vw;
    top: -6.66667vw;
  }
}
.metaPOS__img {
  width: 64.28571429%;
  padding-bottom: 36.572%;
  background-image: url("../../../assets/img/service/service_img_metapos.png");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .metaPOS__img {
    width: 100%;
    padding-bottom: 56.86%;
  }
}
.metaPOS-info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 628px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 991px) {
  .metaPOS-info {
    position: static;
    transform: none;
    max-width: none;
    width: calc(100% - 8.53334vw);
    margin: 0 auto;
    margin-top: -17.8667vw;
  }
}
.metaPOS-info-clip {
  padding: 56px 64px;
  -webkit-clip-path: polygon(0 0, 83% 0, 100% 26%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 83% 0, 100% 26%, 100% 100%, 0 100%);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .metaPOS-info-clip {
    padding: 6.4vw 5.33334vw;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 18%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 100% 18%, 100% 100%, 0 100%);
  }
}
.metaPOS-info__img {
  max-width: 168px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 991px) {
  .metaPOS-info__img {
    max-width: 252px;
    width: 33.6vw;
    margin-bottom: 2.13334vw;
  }
}
.metaPOS-info__title {
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .metaPOS-info__title {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    margin-bottom: 2.13334vw;
  }
}
.metaPOS-info__text {
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .metaPOS-info__text {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.metaPOS.lazy_load .metaPOS__gutter {
  height: 0px;
}
.metaPOS.lazy_load .metaPOS__img {
  opacity: 0;
  transform: translateY(50px);
}
.metaPOS.lazy_load .metaPOS-info {
  opacity: 0;
  transform: translate(50px, -50%);
}
@media only screen and (max-width: 991px) {
  .metaPOS.lazy_load .metaPOS-info {
    transform: translate(0px, 50px);
  }
}
.metaPOS.lazy_load--in .metaPOS__gutter {
  height: 100px;
  transition: height 0.3s 0.1s;
}
@media only screen and (max-width: 991px) {
  .metaPOS.lazy_load--in .metaPOS__gutter {
    height: 13.33334vw;
  }
}
.metaPOS.lazy_load--in .metaPOS__img {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.metaPOS.lazy_load--in .metaPOS-info {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (max-width: 991px) {
  .metaPOS.lazy_load--in .metaPOS-info {
    transform: translate(0px, 0px);
    transition-delay: 0.1s;
  }
}

.metacross-logo {
  position: absolute;
  top: 4.16667vw;
  left: 4.16667vw;
}
@media only screen and (min-width: 1921px) {
  .metacross-logo {
    top: 80px;
    left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .metacross-logo {
    display: none;
  }
}
.metacross-video {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .metacross-video {
    height: 126.4vw;
    overflow: hidden;
  }
  .metacross-video video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 289.33334vw;
    margin-top: -36vw;
  }
}
.metacross-pointer {
  position: absolute;
  top: 39%;
  left: 50%;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer {
    top: 18.6708860759%;
    left: auto;
    right: 26.4%;
  }
}
.metacross-pointer-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #DC000C;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer-btn {
    width: 8.53334vw;
    height: 8.53334vw;
  }
}
.metacross-pointer-btn::after {
  content: "";
  animation: pointerAni 0.8s both infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(220, 0, 12, 0.35);
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer-btn::after {
    animation-name: pointerAniH5;
  }
}
.metacross-pointer-btn span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer-btn span {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.metacross-pointer-btn span::after, .metacross-pointer-btn span::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.metacross-pointer-btn span::after {
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer-btn span::after {
    height: 0.4vw;
  }
}
.metacross-pointer-btn span::before {
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .metacross-pointer-btn span::before {
    width: 0.4vw;
  }
}
.metacross-pointer .model {
  display: none;
  position: absolute;
  min-width: 348px;
  top: 85px;
  right: calc(100% + 40px);
}
@media only screen and (max-width: 991px) {
  .metacross-pointer .model {
    min-width: 66.4vw;
    right: 0;
    left: 0;
    transform: translateX(-72.4%);
    top: 15.0667vw;
  }
}

.process {
  background: #F5F5F5;
  padding: 88px 0;
}
@media only screen and (max-width: 991px) {
  .process {
    padding: 13.86667vw 0 16vw;
  }
}
.process-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-block__text {
  font-size: 20px;
  font-weight: 700;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.35;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .process-block__text {
    font-size: 4.2666666667vw;
    line-height: 1.34375;
  }
}
.process-block--left {
  width: 25.763612%;
}
@media only screen and (max-width: 991px) {
  .process-block--left {
    width: 100%;
  }
}
.process-block--left img {
  min-width: 29.48vw;
}
@media only screen and (max-width: 991px) {
  .process-block--left img {
    min-width: 97.6vw;
    max-width: 732px;
    width: 97.6vw;
  }
}
.process-block--left .process-block__text {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .process-block--left .process-block__text {
    margin-top: 5.33334vw;
  }
}
@media only screen and (max-width: 991px) {
  .process-block--center img {
    max-width: 434px;
    width: 57.86667vw;
  }
}
@media only screen and (max-width: 991px) {
  .process-block--right img {
    max-width: 440px;
    width: 58.66667vw;
  }
}
.process-block--arrow {
  width: 8.1673307%;
}
@media only screen and (max-width: 991px) {
  .process-block--arrow {
    width: 17.7842565598%;
    transform: rotate(90deg);
    margin: 7.46667vw 0;
  }
}
.process-block--arrow img {
  max-width: 71.66667%;
}
.process-block--arrow img:nth-of-type(1) {
  align-self: flex-end;
}
.process-block--arrow img:nth-of-type(2) {
  align-self: flex-start;
}
.process-block--center {
  width: 24.701195%;
}
@media only screen and (max-width: 991px) {
  .process-block--center {
    width: 100%;
  }
}
.process-block--right {
  width: 22.576362%;
}
@media only screen and (max-width: 991px) {
  .process-block--right {
    width: 100%;
  }
}
.process-block--right .process-block__text {
  margin-top: 8px;
}

.lazy_load .process-block {
  transform: translateY(50px);
  opacity: 0;
}
.lazy_load--in .process-block {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

#webgl {
  position: relative;
}
#webgl::after, #webgl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
#webgl::after {
  top: 0;
  height: 200px;
  background-image: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.2));
}
@media only screen and (max-width: 991px) {
  #webgl::after {
    height: 26.66667vw;
  }
}
#webgl::before {
  bottom: 0;
  right: 0;
  height: 600px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 50%);
}
@media only screen and (max-width: 991px) {
  #webgl::before {
    height: 80%;
  }
}

.case-filter-swiper {
  padding: 0 2px;
}
@media only screen and (max-width: 991px) {
  .case-filter-swiper {
    padding: 0;
  }
}
.case-filter-swiper-root {
  margin: 0;
  overflow: hidden;
  margin-right: 50px;
}
.case-filter-swiper-root--swiper {
  padding: 0 64px;
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .case-filter-swiper-root--swiper {
    padding: 0;
    overflow-x: auto;
    width: 100%;
    height: auto;
  }
}
.case-filter-swiper-root--swiper .caseSelectControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .case-filter-swiper-root--swiper .caseSelectControl {
    display: none !important;
  }
}
.case-filter-swiper-root--swiper .caseSelectControl .arrow-btn {
  position: absolute;
  transform: translateY(-50%);
}
.case-filter-swiper-root--swiper .caseSelectControl .arrow-btn--prev {
  left: 0;
}
.case-filter-swiper-root--swiper .caseSelectControl .arrow-btn--next {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .case-filter-swiper-root--swiper .caseSelectControl {
    display: none;
  }
}

.casePage--list .case-container {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 64px);
}
@media only screen and (max-width: 991px) {
  .casePage--list .case-container {
    width: 100%;
  }
}
.casePage--list .case-container .dropdown-btn {
  padding: 8px 16px;
}
@media only screen and (max-width: 991px) {
  .casePage--list .case-container .dropdown-btn {
    padding: 2.4vw 3.2vw;
  }
}
.casePage--list .case-container .dropdown-btn__text {
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .casePage--list .case-container .dropdown-btn__text {
    font-size: 3.7333333333vw;
    line-height: 1.3214285714;
  }
}
.casePage--list .case-container .dropdown-btn__arrow {
  right: 22px;
}
@media only screen and (max-width: 991px) {
  .casePage--list .case-container .dropdown-btn__arrow {
    right: 5.33334vw;
  }
}
.casePage--list .section {
  margin: 86px 0 54px;
}
@media only screen and (max-width: 991px) {
  .casePage--list .section {
    margin: 12.8vw 0 6.4vw;
  }
}
.casePage--info {
  overflow: hidden;
}
.casePage--info .section {
  display: flex;
  align-items: center;
}
.casePage--info .section .caseOtherControl {
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .casePage--info .section .caseOtherControl {
    display: none;
  }
}
.casePage .pagination-wrap {
  margin-top: 64px;
}
@media only screen and (max-width: 991px) {
  .casePage .pagination-wrap {
    margin-top: 10.53334vw;
  }
}
.casePage .infoCard {
  margin: 40px 0 110px;
  max-width: 1350px;
}
@media only screen and (max-width: 991px) {
  .casePage .infoCard {
    margin: 6.4vw 0 15.46667vw;
  }
}
.casePage .infoCard-otherCase-swiper {
  width: 100vw;
  overflow: hidden;
  padding-left: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 1460px) {
  .casePage .infoCard-otherCase-swiper {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .casePage .infoCard-otherCase-swiper {
    padding-left: 4.26667vw;
    margin-left: -6.93334vw;
    margin-right: -4.26667vw;
  }
}
.casePage .infoCard-otherCase-swiper .infoCard {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .casePage .infoCard-otherCase-swiper .infoCard {
    margin: 2.13334vw 0 12.13334vw;
  }
}
@media only screen and (max-width: 991px) {
  .casePage .infoCard-otherCase-swiper .infoCard-li {
    width: 84vw;
  }
}
.casePage .caseInfoControl {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 0;
  transform: translateX(calc(-100% + 56px));
}
@media only screen and (max-width: 991px) {
  .casePage .caseInfoControl {
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    align-items: center;
    bottom: -4.8vw;
  }
}
.casePage .caseInfoControl .arrow {
  display: flex;
  margin-left: 32px;
}
@media only screen and (max-width: 991px) {
  .casePage .caseInfoControl .arrow {
    margin-left: 0;
    margin-top: 6.4vw;
  }
}

.case-container {
  max-width: 1460px;
  margin: 0 auto;
  width: calc(100% - 64px);
}
@media only screen and (max-width: 991px) {
  .case-container {
    width: calc(100% - 8.53334vw);
  }
}

.caseBlock {
  position: relative;
  margin-top: 86px;
}
@media only screen and (max-width: 991px) {
  .caseBlock {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 12.8vw 0 21.6vw;
  }
  .caseBlock:after {
    content: "";
    position: absolute;
    top: 0;
    left: -4.26667vw;
    bottom: 0;
    right: -4.26667vw;
    background: #F5F5F5;
    z-index: -2;
  }
}
.caseBlock-img {
  width: 50.95890411%;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-img {
    width: 100%;
    position: static;
    margin-top: 6.4vw;
  }
}
.caseBlock-img.lazy_load {
  opacity: 0;
  transform: translateY(50px);
}
.caseBlock-img.lazy_load--in {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.caseBlock-list__img {
  width: 100%;
  padding-bottom: 60.215054%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info {
    text-align: center;
  }
}
.caseBlock-info-clip {
  -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
  background: #F5F5F5;
  padding: 3.125vw 1.041667vw 3.125vw 17.3958334vw;
}
@media only screen and (min-width: 1921px) {
  .caseBlock-info-clip {
    padding: 60px 20px 60px 334px;
  }
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-clip {
    padding: 0;
    -webkit-clip-path: none;
            clip-path: none;
    background: transparent;
  }
}
.caseBlock-info-wrap {
  margin-left: auto;
  width: 66.027393%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-wrap {
    width: 100%;
    position: static;
  }
}
.caseBlock-info-wrap.lazy_load .caseBlock-info__title, .caseBlock-info-wrap.lazy_load .caseBlock-info-scroll, .caseBlock-info-wrap.lazy_load .caseBlock-info-list-li-block {
  opacity: 0;
  transform: translateY(50px);
}
.caseBlock-info-wrap.lazy_load--in .caseBlock-info__title, .caseBlock-info-wrap.lazy_load--in .caseBlock-info-scroll, .caseBlock-info-wrap.lazy_load--in .caseBlock-info-list-li-block {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.caseBlock-info-wrap.lazy_load--in .caseBlock-info-scroll {
  transition-delay: 0.05s;
}
.caseBlock-info-wrap.lazy_load--in .caseBlock-info-list-li:nth-of-type(1) .caseBlock-info-list-li-block {
  transition-delay: 0.1s;
}
.caseBlock-info-wrap.lazy_load--in .caseBlock-info-list-li:nth-of-type(2) .caseBlock-info-list-li-block {
  transition-delay: 0.15s;
}
.caseBlock-info-wrap.lazy_load--in .caseBlock-info-list-li:nth-of-type(3) .caseBlock-info-list-li-block {
  transition-delay: 0.2s;
}
.caseBlock-info-scroll {
  max-height: 192px;
  min-height: 192px;
  overflow-y: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-scroll {
    max-height: none;
    min-height: auto;
    margin-bottom: 4.26667vw;
  }
}
.caseBlock-info-scroll::-webkit-scrollbar {
  width: 6px;
}
.caseBlock-info-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(51, 51, 51, 0.06);
}
.caseBlock-info-list {
  margin-right: 78px;
  margin-top: 90px;
  min-height: 129px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list {
    margin-right: 0;
    margin-top: 4.26667vw;
    min-height: auto;
  }
}
.caseBlock-info-list-li {
  background: #fff;
  font-size: 18px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  padding: 16px;
  line-height: 1.3333333333;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list-li {
    padding: 4.26667vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.caseBlock-info-list-li-block {
  display: flex;
  align-items: center;
}
.caseBlock-info-list-li-title {
  display: flex;
  align-items: center;
  min-width: 140px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list-li-title {
    min-width: 25.33334vw;
  }
}
.caseBlock-info-list-li:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
.caseBlock-info-list-li img {
  max-width: 32px;
  max-height: 32px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list-li img {
    max-width: 56px;
    max-height: 56px;
    width: 7.46667vw;
    height: 7.46667vw;
  }
}
.caseBlock-info-list-li__iconTitle {
  margin-left: 20px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list-li__iconTitle {
    margin-left: 2.13334vw;
  }
}
.caseBlock-info-list-li__text {
  color: rgba(51, 51, 51, 0.5);
  margin-left: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info-list-li__text {
    margin-left: 2.13334vw;
  }
}
.caseBlock-info__title {
  font-size: 42px;
  font-family: "OpenSans", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 12px;
  color: #333;
  position: relative;
  padding-right: 78px;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info__title {
    font-size: 6.4vw;
    line-height: 1.3541666667;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 5.33334vw;
  }
}
.caseBlock-info__title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 70px;
  top: -24px;
  left: -30px;
  z-index: -1;
  background: url("../../../assets/img/icon/case_img_say.png") center center/cover no-repeat;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info__title::after {
    width: 10.66667vw;
    height: 9.33334vw;
    top: -3.2vw;
    left: -4vw;
  }
}
.caseBlock-info__text {
  padding-right: 78px;
  font-size: 16px;
  font-family: "Roboto", "PingFang", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .caseBlock-info__text {
    padding-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.otherCase {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .otherCase {
    margin-top: 20.8vw;
  }
}
.otherCase .infoCard-wrap {
  flex-wrap: initial;
}

.caseOtherControl {
  position: relative;
}
.caseOtherControl::after {
  content: "";
  position: absolute;
  width: 2px;
  background: rgba(112, 112, 112, 0.3);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.caseOtherControl .arrow {
  display: flex;
}
.caseOtherControl .arrow-btn {
  border: 2px solid rgba(112, 112, 112, 0.3);
}
.caseOtherControl .arrow-btn:first-of-type {
  border-right: none;
}
.caseOtherControl .arrow-btn:last-of-type {
  border-left: none;
}
.caseOtherControl .arrow-btn:hover {
  border: none;
}

.lazy_load .caseInfoControl {
  opacity: 0;
  transform: translate(calc(-100% + 56px), 100%);
}
@media only screen and (max-width: 991px) {
  .lazy_load .caseInfoControl {
    transform: translate(-50%, 100%);
  }
}
.lazy_load .caseOtherControl {
  opacity: 0;
  transform: translateY(100%);
}
.lazy_load--in .caseInfoControl {
  opacity: 1;
  transform: translate(calc(-100% + 56px), 0%);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 991px) {
  .lazy_load--in .caseInfoControl {
    transform: translate(-50%, 0%);
  }
}
.lazy_load--in .caseOtherControl {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 0.3s, transform 0.3s;
}

.supportPage-bannerRWD {
  display: none;
  background-image: url("../../../assets/img/support/h5/support_banner.png");
  max-height: 300px;
  height: 40vw;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .supportPage-bannerRWD {
    display: block;
  }
}
.supportPage-bannerRWD .pageBanner__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.26667vw;
  right: 4.26667vw;
  text-align: left;
}
.supportPage .pageBanner {
  background-image: url("../../../assets/img/support/support_banner.png");
  height: 470px;
}
@media only screen and (max-width: 991px) {
  .supportPage .pageBanner {
    background: none;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .supportPage .pageBanner-title {
    display: none;
  }
}
.supportPage .support-container {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .supportPage .support-container {
    width: calc(100% - 8.53334vw);
  }
}
.supportPage .support-table {
  padding: 82px 0 110px;
}
@media only screen and (max-width: 991px) {
  .supportPage .support-table {
    padding: 6.4vw 0 15.46667vw;
  }
}
.supportPage .support-table.lazy_load {
  transform: translateY(100px);
  opacity: 0;
}
.supportPage .support-table.lazy_load--in {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 991px) {
  .supportPage .support-search {
    width: 100%;
  }
}
.supportPage .dropdown {
  flex: calc(50% - 8px) 0 1;
}
@media only screen and (max-width: 991px) {
  .supportPage .dropdown {
    flex: calc(50% - 2.13334vw) 0 1;
    margin: 1.06667vw;
  }
}
.supportPage .dropdown-wrap {
  margin-top: 20px;
  max-width: 486px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .supportPage .dropdown-wrap {
    max-width: none;
    margin: 6.4vw -1.06667vw -1.06667vw;
  }
}
@media only screen and (max-width: 991px) {
  .supportPage .breadcrumb {
    display: none;
  }
}
.supportPage .breadcrumb-wrap {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .supportPage .breadcrumb-wrap {
    margin-bottom: 2vw;
  }
}
.supportPage .pagination-wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .supportPage .pagination-wrap {
    margin-top: 7.46667vw;
  }
}

.lazy_load .dropdown-wrap {
  opacity: 0;
}
.lazy_load--in .dropdown-wrap {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.1s;
}

.contactPage .pageBanner {
  padding-top: 86px;
  padding-bottom: 72px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contactPage .pageBanner {
    padding-top: 12.8vw;
    padding-bottom: 12vw;
  }
  .contactPage .pageBanner .contact-container {
    width: calc(100% - 8.53334vw);
    margin: 0 auto;
  }
}
.contactPage .pageBanner::after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  background: #DC000C;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .contactPage .pageBanner::after {
    width: 0.2667vw;
    height: 13.33334vw;
    transform: translateX(-50%);
    top: calc(100% - 6.66667vw);
  }
}
.contactPage .pageBanner-title {
  position: static;
  transform: none;
}
.contactPage .pageBanner__title {
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .contactPage .pageBanner__title {
    margin-bottom: 5.33334vw;
  }
}
.contactPage .pageBanner__text {
  max-width: none;
  text-align: center;
}
.contactPage .contact-container {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contactPage .contact-container {
    width: calc(100% - 8.53334vw);
  }
}
.contactPage .lazy_load::after {
  height: 0;
}
.contactPage .lazy_load--in::after {
  height: 100px;
  transition: height 0.6s 0.1s;
}
@media only screen and (max-width: 991px) {
  .contactPage .lazy_load--in::after {
    height: 13.33334vw;
  }
}

.contact-form {
  background: #F5F5F5;
  padding: 75px 0 65px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    padding: 20.53334vw 0 10.66667vw;
  }
}
.contact-form .form-text-required {
  position: absolute;
  right: 0;
  top: -17px;
}
.contact-form.lazy_load .contact-container {
  opacity: 0;
  transform: translateY(50px);
}
.contact-form.lazy_load--in .contact-container {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, transform 0.3s;
}
.contact-map {
  margin-top: 86px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .contact-map {
    margin-top: 10.66667vw;
    margin-bottom: 15.33334vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-map .contact-container {
    width: 100%;
  }
}
.contact-map .section {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-map .section {
    margin-bottom: 6.4vw;
  }
}
.contact-map .googleMap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 430px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-map .googleMap {
    max-height: 500px;
    height: 66.66667vw;
    margin-bottom: 7.46667vw;
  }
}
.contact-map .mapCard {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}
.contact-map .table-map ~ .table-map {
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .contact-map .table-map ~ .table-map {
    margin-top: 5.33334vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-map .table-map {
    padding: 0 4.26667vw;
    position: relative;
  }
}

.lazy_load .googleMap {
  opacity: 0;
}
.lazy_load--in .googleMap {
  opacity: 1;
  transition: opacity 0.3s;
}/*# sourceMappingURL=style.css.map */