:root {
  --header-h: 120px;
  --fluid-title: 3.3rem + 1vw;
  --fluid-txt: 15px + 1vw;
  --fluid-margin: 5px + 1vw;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
  --sb-track-color: #ffffff;
  --sb-thumb-color: #00263e;
  --sb-size: 7px;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-theme-color: #00263e;
}

/* color */
/* Font */
@media (max-width: 1366px) {
  :root {
    --fluid-txt: 14px + 1vw;
  }
}
@media (max-width: 1199px) {
  :root {
    --header-h: 80px;
    --fluid-title: 3rem + 1vw;
    --fluid-txt: 14px + 1vw;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  :root {
    --fluid-title: 2rem + 1vw;
    --fluid-txt: 13px + 1vw;
    --fluid-margin: 6px + 1vw;
  }
}
@media (max-width: 767px) {
  :root {
    --fluid-title: 1.2rem + 1vw;
    --header-h: 55px;
    --fluid-txt: 11px + 1vw;
    --fluid-margin: 2px + 1vw;
  }
  .hidden-xs {
    display: none !important;
  }
}
[data-scroll] {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

[data-scroll=in] {
  opacity: 1;
}

.cc-revoke {
  font-size: 13px;
}

#index .g-title {
  font-weight: 800;
  font-size: clamp(22px, var(--fluid-title), 38px);
}
#index section {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  #index section {
    padding: 1.5rem 0;
  }
}
/*Index Banner */
#index .i-banner {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 0 50px 30px;
}
#index .swiper-container {
  aspect-ratio: 1820/700;
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#index .swiper-container .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-user-select: text !important;
   -ms-user-select: text !important;
       user-select: text !important;
  -webkit-user-select: text !important;
  cursor: text;
}
#index .swiper-container .swiper-slide > picture {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#index .swiper-container .swiper-slide > picture > img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#index .swiper-container .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 1300px;
  margin: 0 auto;
}
#index .swiper-container .content-wrap.left-pic-style {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#index .swiper-container .content-wrap.text-center-style {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
#index .swiper-container .content-wrap.text-center-style .txt-box {
  width: 100%;
  padding: 0;
}
#index .swiper-container .content-wrap.text-center-style .txt-box .small {
  width: 80%;
  margin: 0 auto;
}
#index .swiper-container .pic-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
}
#index .swiper-container .pic-box img {
  display: block;
  margin: 0 auto;
}
#index .swiper-container .pic-box > div {
  line-height: 1.2;
}
#index .swiper-container .pic-box > div:nth-of-type(1) {
  text-transform: uppercase;
  font-size: 1.0625rem;
}
#index .swiper-container .pic-box > div:nth-of-type(2) {
  font-size: 1.25rem;
}
#index .swiper-container .txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #fff;
}
#index .swiper-container .txt-box .big {
  font-size: 48px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25em;
  max-height: 3.75em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index .swiper-container .txt-box .small {
  font-size: 21px;
  line-height: 1.65em;
  letter-spacing: 1px;
  max-height: 4.95em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index .swiper-container .txt-box .btn-more {
  margin-top: 2vh;
}
#index .swiper-play-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 5%;
}
#index .swiper-play-frame .swiper-button-prev,
#index .swiper-play-frame .swiper-button-next {
  display: none;
}
#index .swiper-pagination {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative !important;
  bottom: 0 !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#index .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: #fff;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  margin: 0 10px !important;
}
#index .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DB582E;
}
#index .swiper-pagination-bullet .progress-svg {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}
#index .swiper-pagination-bullet .progress-bar {
  stroke: #DB582E;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
#index .swiper-pagination-bullet .swiper-pagination-bullet-active .progress-bar {
  stroke: #DB582E;
}
#index #pause-btn {
  z-index: 10;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#index #pause-btn::before, #index #pause-btn::after {
  content: "";
  display: inline-block;
  margin: 0 1.5px;
  width: 2px;
  height: 10px;
  background-color: #fff;
}
#index #pause-btn.paused:before {
  display: none;
}
#index #pause-btn.paused::after {
  position: relative;
  content: "\f04b";
  font-weight: 900;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}

@media (max-width: 1680px) {
  #index .swiper-container .swiper-slide .content-wrap {
    width: 80%;
  }
  #index .swiper-container .txt-box .big {
    font-size: 40px;
  }
  #index .swiper-container .txt-box .small {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  #index .swiper-container .txt-box .big {
    font-size: 36px;
  }
  #index .swiper-container .txt-box .small {
    font-size: 18px;
  }
  #index .swiper-container .pic-box > div:nth-of-type(1) {
    font-size: 0.8rem;
  }
  #index .swiper-container .pic-box > div:nth-of-type(2) {
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  #index .i-banner {
    padding: 20px 30px;
  }
  #index .swiper-container {
    aspect-ratio: 1300/900;
  }
  #index .swiper-container .content-wrap {
    width: 85%;
  }
  #index .swiper-container .content-wrap.text-center-style {
    width: 90%;
  }
  #index .swiper-container .content-wrap.text-center-style br {
    display: none;
  }
  #index .swiper-container .swiper-slide {
    -ms-flex-line-pack: end;
        align-content: end;
    padding-bottom: 50px;
  }
  #index .swiper-container .txt-box .big {
    font-size: 30px;
    max-height: 6.25em;
  }
  #index .swiper-container .txt-box .small {
    font-size: 17px;
    max-height: 5.3em;
  }
  #index .swiper-play-frame {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  #index .i-banner {
    padding: 20px;
  }
  #index .swiper-container {
    gap: 1rem;
    aspect-ratio: 350/505;
  }
  #index .swiper-container .content-wrap {
    width: 90%;
    gap: 0.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .swiper-container .pic-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  #index .swiper-container .pic-box > div {
    display: none;
  }
  #index .swiper-container .txt-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  #index .swiper-container .txt-box .big {
    font-size: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    letter-spacing: 1px;
  }
  #index .swiper-container .txt-box .small {
    line-height: 1.5rem;
    max-height: 6rem;
    overflow: hidden;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-line-clamp: 4;
  }
  #index .swiper-container .txt-box .btn-more {
    margin-top: 1vh;
    border: 0;
    width: auto;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
  }
  #index .swiper-play-frame {
    bottom: 15px;
  }
  #index .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
}
#index .i-pro {
  padding-bottom: 80px;
  position: relative;
  padding-top: 0;
  text-align: center;
  color: #fff;
}
#index .i-pro .g-title {
  margin: 3% 0;
}
#index .i-pro .txt {
  width: 50%;
  margin: 0 auto 3%;
  line-height: 2;
}
#index .i-pro .top-wrap {
  padding: 5% 0 4%;
  background: url(../images/i_pro_bg.jpg);
  background-size: cover;
}
#index .i-pro .top-wrap .g-title {
  margin-top: 0;
}
#index .i-pro .top-wrap .g-title .orange,
#index .i-pro .top-wrap .g-title .blue {
  color: #fff;
}
#index .i-pro .pro-slick {
  background: #fff;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#index .i-pro .pro-slick > * {
  line-height: 1;
  vertical-align: top;
}
#index .i-pro .pro-slick .slick-prev {
  left: 4%;
}
#index .i-pro .pro-slick .slick-next {
  right: 4%;
}
#index .i-pro .pro-slick .slick-dots {
  position: absolute;
  text-align: left;
  margin: 0;
  top: unset;
  bottom: 10%;
  left: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#index .i-pro .pro-slick .box {
  width: 100%;
  padding: 5% 10%;
  margin-bottom: 0;
  direction: rtl;
  overflow: hidden;
}
#index .i-pro .pro-slick .box .pic-box {
  direction: ltr;
  display: inline-block;
  vertical-align: middle;
  width: calc(40% - 4px);
  aspect-ratio: 400/400;
}
#index .i-pro .pro-slick .box .pic-box img {
  width: 100%;
  height: 100%;
}
#index .i-pro .pro-slick .box .txt-box {
  direction: ltr;
  display: inline-block;
  width: calc(60% - 4px);
  vertical-align: middle;
  padding: 0 5% 0 0;
  text-align: left;
}
#index .i-pro .pro-slick .box .txt-box .cat {
  color: #DB582E;
  font-size: 1.25rem;
}
#index .i-pro .pro-slick .box .txt-box .h3 {
  font-size: 2rem;
  max-height: 5rem;
  line-height: 2.5rem;
  overflow: hidden;
}
#index .i-pro .pro-slick .box .txt-box .des {
  margin-bottom: 1.5rem;
}
#index .i-pro .pro-slick .box .txt-box .more {
  color: #000;
  margin-bottom: 0;
}
#index .i-pro .list {
  margin-top: 80px;
  padding: 0 0 4% 0;
  gap: 1.5rem;
}
#index .i-pro .list.is-view {
  margin-top: 0;
}
#index .i-pro .list .box {
  width: calc((100% - 4.5rem) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#index .i-pro .list .box .more {
  width: 56px;
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  border: 0;
}
#index .i-solution .box .pic-box {
  aspect-ratio: 40/35;
}
#index .i-solution .box .pic-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#index .i-solution .box .txt-box .des {
  -webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
  #index .i-pro .wave-img {
    -webkit-mask-size: 150%;
            mask-size: 150%;
  }
  #index .i-pro .pro-slick .box .txt-box {
    padding: 0 5%;
  }
  #index .i-pro .pro-slick .box .txt-box .h3 {
    font-size: 2rem;
  }
  #index .i-pro .list {
    gap: 1rem;
  }
  #index .i-pro .list .box {
    padding: 10px;
    width: calc((100% - 3rem) / 4);
  }
}
@media (max-width: 991px) {
  #index .i-pro .wave-img {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  #index .i-pro .txt {
    width: 100%;
  }
  #index .i-pro .pro-slick .slick-dots {
    text-align: center;
    left: 0;
    border-bottom: 1rem;
  }
  #index .i-pro .pro-slick .box {
    padding: 5% 10%;
  }
  #index .i-pro .pro-slick .box .pic-box {
    width: calc(35% - 4px);
  }
  #index .i-pro .pro-slick .box .txt-box {
    width: calc(65% - 4px);
  }
  #index .i-pro .pro-slick .box .txt-box .h3 {
    font-size: 1.65rem;
  }
  #index .i-pro .list {
    gap: 1rem;
  }
  #index .i-pro .list .box {
    padding: 1rem;
    width: calc(25% - 1rem);
  }
}
@media (max-width: 767px) {
  #index .i-pro {
    padding-bottom: 50px;
  }
  #index .i-pro .g-title {
    margin-bottom: 0;
  }
  #index .i-pro .txt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  #index .i-pro .top-wrap {
    padding: 2rem 0;
  }
  #index .i-pro .pro-slick .slick-dots {
    bottom: 6px;
  }
  #index .i-pro .pro-slick .slick-prev {
    left: -2rem;
  }
  #index .i-pro .pro-slick .slick-next {
    right: -2rem;
  }
  #index .i-pro .pro-slick .box {
    padding: 0 1rem;
  }
  #index .i-pro .pro-slick .box .txt-box {
    padding: 1rem;
  }
  #index .i-pro .pro-slick .box .txt-box .cat {
    font-size: 0.9375rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #index .i-pro .pro-slick .box .txt-box .h3 {
    line-height: 1.4rem;
    max-height: 2.8rem;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  #index .i-pro .pro-slick .box .txt-box .more {
    display: none;
  }
  #index .i-pro .list {
    gap: 10px;
    padding: 2rem 0;
  }
  #index .i-pro .list .box {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
  #index .i-pro .wave-img.is-view {
    height: 50px;
  }
  #index .i-solution .box .txt-box .des {
    line-height: 1.25rem;
    max-height: 3.75rem;
  }
}
#index .i-about {
  position: relative;
  padding: 156px 0 205px;
  background: url("../images/i_about_bg.png") no-repeat #e9ecf1;
  background-position: right top;
}
#index .i-about .wave-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 300px;
          mask-size: auto 300px;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-transition: height 1s;
  transition: height 1s;
  background: #fff;
}
#index .i-about .wave-img.is-view {
  height: 77px;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-animation: wave-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: wave-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#index .i-about .wave-img.bottom-wave {
  -webkit-mask-image: url(../images/wave_2.svg);
          mask-image: url(../images/wave_2.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  bottom: -1px;
  top: unset;
}
#index .i-about .wave-img.bottom-wave.is-view {
  -webkit-animation: wave-ani-two 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: wave-ani-two 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#index .i-about .container-1300 {
  position: relative;
}
#index .i-about .txt-wrap {
  margin: 0 auto 4%;
  font-size: 1.25rem;
}
#index .i-about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#index .i-about .list .box {
  border-left: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding: 0 4%;
}
#index .i-about .list .box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #002337;
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#index .i-about .list .box .icon:has(.plus) {
  gap: 2rem;
}
#index .i-about .list .box .counter {
  font-size: clamp(40px, 2.0221rem + 1.9608vw, 70px);
  font-weight: 600;
}
#index .i-about .list .box .counter.plus {
  position: relative;
  display: inline-block;
}
#index .i-about .list .box .counter.plus::after {
  content: "+";
  margin-right: -0.25em;
}
#index .i-about .list .box .h3 {
  font-weight: 600;
  color: #002337;
  font-size: 1.2rem;
}
#index .i-about .list .box p {
  color: #666666;
  margin: 0;
}

@media (max-width: 1199px) {
  #index .i-about {
    padding: 80px 0 110px;
    background-size: 50%;
    background-position: right bottom;
  }
  #index .i-about .list {
    width: 100%;
    gap: 0;
  }
  #index .i-about .list .box {
    width: calc((100% - 4rem) / 3);
  }
  #index .i-about .list .box .counter {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  #index .i-about {
    background-position: -50% bottom;
    background-size: 150%;
  }
  #index .i-about .txt-wrap {
    font-size: 1rem;
  }
  #index .i-about .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .i-about .list .box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 15px auto;
  }
  #index .i-about .list .box .icon {
    margin-bottom: 10px;
    padding: 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #index .i-about .list .box .txt {
    font-size: 1.25rem;
  }
  #index .i-about .list .box .ti {
    text-align: left;
  }
}
#index .i-edit .pic img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index .i-edit .pic img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#index .i-edit > div {
  padding: 4% 0;
}
#index .i-edit > div .theme-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.2em;
  line-height: 1.4em;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #index .i-edit > div .theme-title {
    -webkit-line-clamp: 2;
    max-height: 3.2em;
  }
}
#index .i-edit > div .theme-p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 7.2em;
  line-height: 1.8em;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #index .i-edit > div .theme-p {
    -webkit-line-clamp: 3;
    max-height: 5.4em;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #index .i-edit > div .theme-p {
    -webkit-line-clamp: 2;
    max-height: 3.6em;
  }
}
#index .i-edit > div:nth-child(odd) {
  background: #e9ecf1;
}
#index .i-edit.has-odd-boxes {
  padding-bottom: 0;
}
#index .i-edit.has-odd-boxes > div:nth-child(odd):last-child {
  background: #eee;
}
#index .i-edit.has-odd-boxes + .i-about {
  background: url(../images/i_about_bg.png) no-repeat #dce0e6;
  background-position: right 100px;
}
#index .i-edit.has-odd-boxes + .i-about > .wave-img {
  background: #eee;
}