.solutionArea .item .Txt .text, .solutionArea .item .Txt .title, .solutionArea .item .Img img, .solutionArea .item .imgBox::before, .solutionArea .item::before, .solutionArea .item, .catalogArea .tabList .item .dot, .catalogArea .tabList .item .itemDotBox::before, .catalogArea .tabList .item .textBox, .ib_banner_001 .scrollDown .text, .ib_banner_001 .dotBox .slick-dots li button::after, .ib_banner_001 .dotBox .slick-dots li button::before, .ib_banner_001 .dotBox .slick-dots li button, .ib_banner_001 .dotBox .slick-dots li, .arrowBox .arrow::after, .arrowBox .arrow, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #00418e;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #00418e;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.titleBox.top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox.top {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.titleBox.top .mainTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.titleBox.top .text {
  margin-left: auto;
  margin-right: 50px;
  width: 100%;
  max-width: 620px;
  padding-top: 20px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
  .titleBox.top .text {
    margin: 0;
    padding-top: 0;
  }
}
.titleBox.top .btnBox {
  padding-top: 20px;
}
.titleBox.center {
  text-align: center;
}
.titleBox.center .decoTitle {
  margin: 0 auto 10px;
}
.titleBox.center .mainTitle {
  margin: 0 auto;
}
.titleBox.center .text {
  margin: 10px auto 0;
  max-width: 700px;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.titleBox.center .btnBox {
  margin: 30px auto 0;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dot::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}
.dot::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.arrowBox .arrow {
  cursor: pointer;
  pointer-events: auto;
  width: 60px;
  height: 40px;
  border: 1px solid #cbcbcb;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 480px) {
  .arrowBox .arrow {
    width: 50px;
    height: 35px;
  }
}
.arrowBox .arrow::after {
  content: "";
  position: absolute;
  border: solid #00418e;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
  left: 50%;
}
.arrowBox .arrow.top::after {
  top: calc(50% - 2px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.arrowBox .arrow.bottom::after {
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrowBox .arrow.left::after {
  top: calc(50% - 5px);
  left: calc(50% - 2px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrowBox .arrow.right::after {
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover {
    border-color: #00418e;
    background-color: #00418e;
  }
  .arrowBox .arrow:hover::after {
    border-color: #fff;
  }
}

.decoText {
  position: absolute;
  font-size: 150px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  pointer-events: none;
  opacity: 0.3;
  color: #d4d8dd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ib_banner_001 {
  min-height: 100dvh;
  position: relative;
  background-image: url(../images/home_banner_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ib_banner_001 .wrap {
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_banner_001 .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_001 .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ib_banner_001 .dataBox {
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  padding: 100px 0 80px;
}
@media (max-width: 840px) {
  .ib_banner_001 .dataBox {
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .ib_banner_001 .dataBox {
    padding: 70px 0 20px;
  }
}
.ib_banner_001 .dataBox .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ib_banner_001 .dataBox .slick-current .item .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .item .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
}
.ib_banner_001 .dataBox .slick-current .item .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
}
.ib_banner_001 .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 70px;
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40;
    max-width: 500px;
  }
}
.ib_banner_001 .dataList .item .imgBox {
  width: 62%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .item .imgBox {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 640/425;
  }
}
.ib_banner_001 .dataList .item .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_001 .dataList .item .Txt {
  width: 38%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataList .item .Txt {
    padding-top: 0;
  }
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .item .Txt {
    width: 100%;
  }
}
.ib_banner_001 .dataList .item .Txt .textBox {
  height: 420px;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataList .item .Txt .textBox {
    height: 350px;
  }
}
@media (max-width: 380px) {
  .ib_banner_001 .dataList .item .Txt .textBox {
    height: 275px;
  }
}
.ib_banner_001 .dataList .item .Txt .title {
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  opacity: 0;
}
@media (max-width: 1680px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 46px;
  }
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .ib_banner_001 .dataList .item .Txt .title {
    font-size: 36px;
  }
}
.ib_banner_001 .dataList .item .Txt .title .keyDeco {
  font-weight: 500;
  display: inline-block;
  padding: 0 10px;
  font-size: 70px;
}
@media (max-width: 1680px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 45px;
  }
}
@media (max-width: 1080px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 36px;
    padding: 0 5px;
  }
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .ib_banner_001 .dataList .item .Txt .title .keyDeco {
    font-size: 32px;
  }
}
.ib_banner_001 .dataList .item .Txt .subtitle {
  opacity: 0;
  padding: 40px 10px 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dataList .item .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ib_banner_001 .dataList .item .Txt .subtitle {
    padding-top: 20px;
  }
}
@media (max-width: 380px) {
  .ib_banner_001 .dataList .item .Txt .subtitle {
    font-size: 20px;
  }
}
.ib_banner_001 .dataList .btnBox.pc {
  opacity: 0;
  margin-left: 190px;
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .btnBox.pc {
    display: none;
  }
}
.ib_banner_001 .dataList .btnBox.mobile {
  margin-top: 30px;
  margin-left: auto;
}
@media (min-width: 841px) {
  .ib_banner_001 .dataList .btnBox.mobile {
    display: none;
  }
}
@media (max-width: 430px) {
  .ib_banner_001 .dataList .btnBox.mobile {
    margin-left: 0;
    margin-right: auto;
  }
}
.ib_banner_001 .dataList .pointBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 840px) {
  .ib_banner_001 .dataList .pointBox {
    display: none;
  }
}
.ib_banner_001 .dataList .pointBox .lineBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ib_banner_001 .dataList .pointBox .lineBox .rippleBox {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ripple_svg 2s infinite;
          animation: ripple_svg 2s infinite;
}
.ib_banner_001 .dataList .pointBox .lineBox .textBox text {
  fill: #fff;
  font-size: 16px;
}
@media (min-width: 431px) {
  .ib_banner_001 .controlBlock {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 50px 80px;
    pointer-events: none;
    z-index: 1;
  }
}
@media (max-width: 840px) {
  .ib_banner_001 .controlBlock {
    padding: 100px 35px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 430px) {
  .ib_banner_001 .controlBlock {
    padding: 0;
    padding-bottom: 20px;
  }
}
.ib_banner_001 .controlBlock .positionArea {
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
}
@media (max-width: 840px) {
  .ib_banner_001 .controlBlock .positionArea {
    max-width: 500px;
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .ib_banner_001 .controlBlock .positionArea {
    margin-left: 5px;
  }
}
.ib_banner_001 .dotBox {
  padding-top: 560px;
  width: 38%;
}
@media (max-width: 1440px) {
  .ib_banner_001 .dotBox {
    padding-top: 490px;
  }
}
@media (max-width: 1080px) {
  .ib_banner_001 .dotBox {
    padding-top: 420px;
  }
}
@media (max-width: 840px) {
  .ib_banner_001 .dotBox {
    padding-top: 0;
    width: 100%;
  }
}
.ib_banner_001 .dotBox .slick-dots {
  margin-left: -10px;
  padding-top: 15px;
  position: static;
  text-align: left;
}
.ib_banner_001 .dotBox .slick-dots li {
  pointer-events: auto;
  margin: 0 3px;
  overflow: hidden;
}
.ib_banner_001 .dotBox .slick-dots li button {
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0;
}
.ib_banner_001 .dotBox .slick-dots li button::before {
  opacity: 1;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
.ib_banner_001 .dotBox .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ib_banner_001 .dotBox .slick-dots li.slick-active {
  width: 60px;
}
.ib_banner_001 .dotBox .slick-dots li.slick-active button {
  border-color: #fff;
}
.ib_banner_001 .dotBox .slick-dots li.slick-active button::before {
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1181px) {
  .ib_banner_001 .dotBox .slick-dots li:hover button {
    border-color: #fff;
  }
  .ib_banner_001 .dotBox .slick-dots li:hover button::before {
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ib_banner_001 .scrollDownBox {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 840px) {
  .ib_banner_001 .scrollDownBox {
    display: none;
  }
}
.ib_banner_001 .scrollDown {
  cursor: pointer;
  pointer-events: auto;
  padding-right: 30px;
  position: relative;
  -webkit-animation: scrollDownAnimation 1.5s infinite alternate;
          animation: scrollDownAnimation 1.5s infinite alternate;
}
.ib_banner_001 .scrollDown::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/scrolldown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ib_banner_001 .scrollDown .text {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1181px) {
  .ib_banner_001 .scrollDown:hover .text {
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.8);
  }
}

.catalogArea {
  position: relative;
  padding: 140px 0 100px;
}
@media (max-width: 1180px) {
  .catalogArea {
    padding: 90px 0 70px;
  }
}
.catalogArea::before {
  content: "";
  position: absolute;
  background-image: url(../images/home_catalog_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40%;
  max-width: 690px;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea::before {
    width: 100%;
    max-width: 100%;
    height: 550px;
  }
}
@media (max-width: 900px) {
  .catalogArea::before {
    height: 55%;
  }
}
.catalogArea .decoText {
  top: calc(50% - 50px);
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  opacity: 0.12;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1180px) {
  .catalogArea .decoText {
    display: none;
  }
}
.catalogArea .titleBox .decoTitle {
  color: #fff;
  font-size: 18px;
}
.catalogArea .titleBox .title {
  color: #fff;
}
@media (min-width: 1181px) {
  .catalogArea .titleBox .text {
    font-weight: 500;
    text-shadow: 1px 1px 0px #f5f5f5, -1px 1px 0px #f5f5f5, -1px -1px 0px #f5f5f5, 1px -1px 0px #f5f5f5;
  }
}
@media (max-width: 1180px) {
  .catalogArea .titleBox .text {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .catalogArea .btnBox.pc {
    display: none;
  }
}
.catalogArea .btnBox.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media (min-width: 1181px) {
  .catalogArea .btnBox.mobile {
    display: none;
  }
}
.catalogArea .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .catalogArea .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.catalogArea .tabBox {
  margin-left: -15px;
  width: 255px;
  padding: 30px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1180px) {
  .catalogArea .tabBox {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0px 30px;
    padding-top: 2px;
    height: 275px;
  }
}
.catalogArea .tabBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #fff), color-stop(80%, #fff), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
  top: 0;
  left: 20px;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea .tabBox::before {
    width: 100%;
    height: 1px;
    top: 20px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #fff), color-stop(80%, #fff), to(transparent));
    background: linear-gradient(to right, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
  }
}
.catalogArea .tabList .tabItem.current .textBox {
  opacity: 1;
}
.catalogArea .tabList .tabItem.current .dot {
  opacity: 1;
}
.catalogArea .tabList .tabItem.current .itemDotBox::before {
  opacity: 0;
}
@media (min-width: 1181px) {
  .catalogArea .tabList .tabItem:hover .textBox {
    opacity: 1;
  }
  .catalogArea .tabList .tabItem:hover .dot {
    opacity: 1;
  }
  .catalogArea .tabList .tabItem:hover .dot::after, .catalogArea .tabList .tabItem:hover .dot::before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
  .catalogArea .tabList .tabItem:hover .itemDotBox::before {
    opacity: 0;
  }
}
.catalogArea .tabList .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
}
@media (max-width: 1180px) {
  .catalogArea .tabList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .tabList .item .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 20px;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1180px) {
  .catalogArea .tabList .item .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-top: 20px;
    gap: 5px;
  }
}
.catalogArea .tabList .item .num {
  font-size: 16px;
}
.catalogArea .tabList .item .title {
  font-size: 22px;
}
@media (min-width: 1181px) {
  .catalogArea .tabList .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .catalogArea .tabList .item .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .tabList .item .title {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 1.5px;
  }
}
.catalogArea .tabList .item .itemDotBox {
  position: relative;
}
.catalogArea .tabList .item .itemDotBox::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea .tabList .item .itemDotBox::before {
    width: 1px;
    height: 10px;
    top: calc(50% + 2px);
    left: 50%;
  }
}
.catalogArea .tabList .item .dot {
  margin-left: 5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .catalogArea .tabList .item .dot {
    margin-left: 0;
    margin-top: 5px;
  }
}
.catalogArea .dataBox {
  width: calc(100% - 255px + 0px);
  position: relative;
}
@media (max-width: 1180px) {
  .catalogArea .dataBox {
    width: 100%;
  }
  .catalogArea .dataBox::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 380px;
    background-image: url(../images/slide_menu_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 30%;
    left: -30%;
    opacity: 0.3;
    pointer-events: none;
  }
}
.catalogArea .dataBox .slick-current .Txt .top .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.catalogArea .dataBox .slick-current .Txt .top .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
}
.catalogArea .dataBox .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
}
.catalogArea .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 900px) {
  .catalogArea .dataList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 730px;
    padding: 0px;
    margin: 0 auto;
  }
}
.catalogArea .dataList .item .Img {
  width: 67%;
  padding: 10px;
}
@media (max-width: 900px) {
  .catalogArea .dataList .item .Img {
    width: 100%;
  }
}
.catalogArea .dataList .item .Img img {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .dataList .item .Txt {
  width: 33%;
  padding-left: 30px;
  padding-top: 160px;
}
@media (max-width: 1366px) {
  .catalogArea .dataList .item .Txt {
    padding-top: 140px;
  }
}
@media (max-width: 900px) {
  .catalogArea .dataList .item .Txt {
    width: 100%;
    padding: 0 30px;
    padding-top: 100px;
    padding-bottom: 20px;
    max-width: 700px;
  }
}
@media (max-width: 480px) {
  .catalogArea .dataList .item .Txt {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.catalogArea .dataList .item .Txt .top {
  margin-top: 18%;
  margin-left: 5px;
  border-left: 3px solid #00418e;
  padding-left: 30px;
}
@media (max-width: 1366px) {
  .catalogArea .dataList .item .Txt .top {
    margin-top: 30px;
  }
}
.catalogArea .dataList .item .Txt .top .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1366px) {
  .catalogArea .dataList .item .Txt .top .title {
    font-size: 26px;
  }
}
.catalogArea .dataList .item .Txt .top .subtitle {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #00418e;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1366px) {
  .catalogArea .dataList .item .Txt .top .subtitle {
    padding-top: 10px;
  }
}
.catalogArea .dataList .item .Txt .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1366px) {
  .catalogArea .dataList .item .Txt .text {
    margin-top: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  .catalogArea .dataList .item .Txt .text {
    font-size: 14px;
  }
}
.catalogArea .controlBlock {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 901px) {
  .catalogArea .controlBlock::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    border: 1px dashed #00418e;
    bottom: -40px;
    pointer-events: none;
    opacity: 0.5;
  }
  .catalogArea .controlBlock::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100px;
    border: 1px dashed #00418e;
    bottom: -40px;
    pointer-events: none;
    opacity: 0.5;
  }
}
@media (max-width: 900px) {
  .catalogArea .controlBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalogArea .controlBlock::before {
    content: "";
    position: absolute;
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 73/48;
    pointer-events: none;
  }
}
.catalogArea .controlBlock .container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 0 40px 30px;
  position: relative;
}
@media (max-width: 1366px) {
  .catalogArea .controlBlock .container {
    padding: 70px 0 20px 30px;
  }
}
@media (max-width: 900px) {
  .catalogArea .controlBlock .container {
    width: 100%;
    max-width: 700px;
    padding: 50px 30px 20px;
  }
}
@media (max-width: 480px) {
  .catalogArea .controlBlock .container {
    padding: 30px 20px 10px;
  }
}
.catalogArea .controlBlock .container::before {
  content: "";
  position: absolute;
  width: 125%;
  height: 1px;
  background-color: #cbcbcb;
  right: 0;
  bottom: 0px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .catalogArea .controlBlock .container::before {
    width: 100%;
  }
}
.catalogArea .controlBlock .numBox {
  color: #00418e;
}
.catalogArea .controlBlock .numBox .num {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 42px;
}
@media (max-width: 900px) {
  .catalogArea .controlBlock .numBox .num {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
  }
}
.catalogArea .controlBlock .numBox .total {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .catalogArea .controlBlock .numBox .total {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    padding-left: 15px;
  }
}
.catalogArea .controlBlock .numBox .total::before {
  content: "";
  position: absolute;
  content: "/";
  font-size: 22px;
  font-weight: 500;
  left: 0px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .catalogArea .controlBlock .numBox .total::before {
    font-size: 16px;
  }
}

.solutionArea {
  padding: 140px 0 160px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 50px 0 80px;
  }
}
.solutionArea .decoText {
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .solutionArea .decoText {
    top: 50px;
  }
}
.solutionArea .bgArea {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.solutionArea .bgArea .circleBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  opacity: 0.4;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 1180px) {
  .solutionArea .bgArea .circleBox {
    -webkit-transform: scale(1.75) translateY(10%);
            transform: scale(1.75) translateY(10%);
  }
}
.solutionArea .bgArea .circleBox .circle {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.solutionArea .bgArea .circleBox .circle:nth-child(1) {
  position: relative;
  background-image: url(../images/home_solution_circle1.png);
}
.solutionArea .bgArea .circleBox .circle:nth-child(2) {
  background-image: url(../images/home_solution_circle2.png);
}
.solutionArea .bgArea .circleBox .circle:nth-child(3) {
  background-image: url(../images/home_solution_circle3.png);
}
.solutionArea .bgArea .deco {
  width: 20px;
  height: 90px;
  border: 1px dashed #00418e;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}
.solutionArea .bgArea .deco:nth-of-type(2) {
  -webkit-animation: upDown 4s ease-in-out infinite;
          animation: upDown 4s ease-in-out infinite;
  top: 19%;
  right: 71.5%;
}
@media (max-width: 1680px) {
  .solutionArea .bgArea .deco:nth-of-type(2) {
    top: 29%;
  }
}
@media (max-width: 768px) {
  .solutionArea .bgArea .deco:nth-of-type(2) {
    top: 9%;
    width: 10px;
    height: 50px;
  }
}
.solutionArea .bgArea .deco:nth-of-type(3) {
  top: 11%;
  right: 23.5%;
  height: 95px;
  -webkit-animation: upDown 4s 1s ease-in-out infinite;
          animation: upDown 4s 1s ease-in-out infinite;
}
@media (max-width: 1680px) {
  .solutionArea .bgArea .deco:nth-of-type(3) {
    top: 21%;
  }
}
@media (max-width: 768px) {
  .solutionArea .bgArea .deco:nth-of-type(3) {
    top: 1%;
    width: 10px;
    height: 50px;
  }
}
.solutionArea .bgArea .deco:nth-of-type(4) {
  top: 10%;
  right: 76.8%;
  width: 15px;
  height: 80px;
  animation: upDown 3s ease-in-out infinite reverse;
}
@media (max-width: 1680px) {
  .solutionArea .bgArea .deco:nth-of-type(4) {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .solutionArea .bgArea .deco:nth-of-type(4) {
    top: 0%;
    width: 10px;
    height: 50px;
  }
}
.solutionArea .bgArea .deco:nth-of-type(5) {
  top: 59%;
  right: 92.5%;
  width: 15px;
  height: 80px;
  -webkit-animation: upDown 4s ease-in-out infinite;
          animation: upDown 4s ease-in-out infinite;
}
@media (max-width: 1680px) {
  .solutionArea .bgArea .deco:nth-of-type(5) {
    top: 69%;
  }
}
@media (max-width: 768px) {
  .solutionArea .bgArea .deco:nth-of-type(5) {
    top: 49%;
  }
}
.solutionArea .bgArea .deco:nth-of-type(6) {
  top: 69%;
  right: 9.5%;
  width: 15px;
  height: 80px;
  -webkit-animation: upDown 4s 1s ease-in-out infinite;
          animation: upDown 4s 1s ease-in-out infinite;
}
@media (max-width: 1680px) {
  .solutionArea .bgArea .deco:nth-of-type(6) {
    top: 79%;
  }
}
@media (max-width: 768px) {
  .solutionArea .bgArea .deco:nth-of-type(6) {
    top: 59%;
  }
}
.solutionArea .bgArea.show .circle:nth-child(1) {
  -webkit-animation: solutionAreaBg 0.8s 0.2s ease-in-out forwards;
          animation: solutionAreaBg 0.8s 0.2s ease-in-out forwards;
}
.solutionArea .bgArea.show .circle:nth-child(2) {
  -webkit-animation: solutionAreaBg 0.8s 0.4s ease-in-out forwards;
          animation: solutionAreaBg 0.8s 0.4s ease-in-out forwards;
}
.solutionArea .bgArea.show .circle:nth-child(3) {
  -webkit-animation: solutionAreaBg 0.8s 0.6s ease-in-out forwards;
          animation: solutionAreaBg 0.8s 0.6s ease-in-out forwards;
}
.solutionArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutionArea .titleBox {
  position: relative;
  z-index: 2;
}
.solutionArea .titleBox .decoTitle {
  font-size: 22px;
}
@media (max-width: 1380px) {
  .solutionArea .titleBox .decoTitle {
    font-size: 16px;
  }
}
.solutionArea .btnBox {
  margin-top: 100px;
}
@media (max-width: 1180px) {
  .solutionArea .btnBox {
    margin-top: 20px;
  }
}
.solutionArea .dataBox {
  margin-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.solutionArea .dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1180px) {
  .solutionArea .dataList {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .solutionArea .dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 1181px) {
  .solutionArea .dataItem:nth-child(2) .item, .solutionArea .dataItem:nth-child(5) .item {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.solutionArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 30px 20px;
  outline: 1px solid rgba(203, 203, 203, 0.5);
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 8px 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .solutionArea .item {
    padding: 20px 15px;
  }
}
.solutionArea .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00418e;
  inset: 0;
  margin: auto;
  z-index: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .solutionArea .item::before {
    display: none;
  }
}
.solutionArea .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.solutionArea .item .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px;
  position: relative;
}
.solutionArea .item .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/home_solution_data_dashed.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
  margin: auto;
  z-index: 2;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  opacity: 0;
  pointer-events: none;
}
.solutionArea .item .Img {
  width: 90px;
  height: 90px;
  padding: 22px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .solutionArea .item .Img {
    width: 80px;
    height: 80px;
    padding: 18px;
  }
}
@media (max-width: 480px) {
  .solutionArea .item .Img {
    width: 70px;
    height: 70px;
  }
}
.solutionArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.solutionArea .item .Txt {
  position: relative;
  z-index: 2;
}
.solutionArea .item .Txt .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1680px) {
  .solutionArea .item .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .solutionArea .item .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .solutionArea .item .Txt .title {
    font-size: 16px;
  }
}
.solutionArea .item .Txt .text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .solutionArea .item .Txt .text {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .solutionArea .item:hover {
    border-radius: 20px;
  }
  .solutionArea .item:hover::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solutionArea .item:hover .imgBox::before {
    opacity: 1;
  }
  .solutionArea .item:hover .Img img {
    -webkit-filter: none;
            filter: none;
  }
  .solutionArea .item:hover .Txt .title,
  .solutionArea .item:hover .Txt .text {
    color: #fff;
  }
}

.aboutArea {
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
}
.aboutArea .bgArea {
  position: absolute;
  width: 72%;
  height: 100%;
  background-image: url(../images/home_about_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .bgArea {
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
  }
}
.aboutArea .bgArea .particlesBox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.aboutArea .bgArea .particlesBox .particles {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
}
.aboutArea .wrap {
  max-width: 1920px;
  padding: 0;
  position: relative;
}
.aboutArea .leftBox .Img {
  width: 100%;
  max-width: 1300px;
}
.aboutArea .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
    height: 500px;
  }
}
.aboutArea .rightBox {
  margin: auto;
}
@media (min-width: 1181px) {
  .aboutArea .rightBox {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    inset: 0;
    margin-right: 0;
    width: 60%;
    max-width: 1130px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  .aboutArea .rightBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .aboutArea .rightBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.aboutArea .Txt {
  position: relative;
  padding: 100px 115px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    background-color: #fff;
    padding: 50px;
    max-width: 750px;
    margin: 0 auto;
    margin-top: -100px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt {
    padding: 40px 20px;
  }
}
.aboutArea .Txt .decoText {
  bottom: -20px;
  right: 0;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .decoText {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .decoText {
    font-size: 80px;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt .decoText {
    right: auto;
    left: 0;
  }
}
.aboutArea .Txt .titleBox {
  width: 100%;
  max-width: 750px;
  position: relative;
}
@media (min-width: 481px) {
  .aboutArea .Txt .titleBox::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    border: 1px dashed #00418e;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  .aboutArea .Txt .titleBox::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100px;
    border: 1px dashed #00418e;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
  }
}
.aboutArea .Txt .titleBox .title {
  padding-top: 15px;
  padding-bottom: 40px;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.aboutArea .Txt .titleBox .subtitle {
  padding-bottom: 20px;
}
.aboutArea .Txt .titleBox .text {
  padding-top: 0px;
  max-width: 640px;
  height: 130px;
  letter-spacing: 0.5px;
  line-height: 2;
}
.aboutArea .Txt .btnBox {
  margin-top: 20px;
}

.partnerArea {
  padding: 200px 0 150px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .partnerArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .partnerArea {
    padding-bottom: 40px;
  }
}
.partnerArea::before {
  content: "";
  position: absolute;
  background-image: url(../images/home_parners_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  max-width: 1075px;
  aspect-ratio: 1078/490;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .partnerArea::before {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.partnerArea .wrap {
  max-width: 1590px;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .partnerArea .wrap {
    padding: 0;
  }
}
.partnerArea .titleBox {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partnerArea .titleBox {
    padding: 0 15px;
  }
}
.partnerArea .titleBox .text {
  margin: 0 5%;
  max-width: 610px;
}
.partnerArea .titleBox .btnBox {
  margin-left: auto;
}
@media (max-width: 1180px) {
  .partnerArea .titleBox .btnBox {
    margin: 0;
  }
}
.partnerArea .dataBox {
  position: relative;
  max-width: 100%;
}
.partnerArea .dataList {
  margin: 0 -2px;
}
.partnerArea .dataItem {
  border-right: 1px solid #cbcbcb;
}
@media (max-width: 990px) {
  .partnerArea .dataItem {
    border: none;
  }
}
.partnerArea .item {
  min-height: 92px;
  min-width: 275px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 990px) {
  .partnerArea .item {
    padding: 0 10px;
  }
}
.partnerArea .item .Img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 990px) {
  .partnerArea .item .Img {
    min-width: calc((100dvw - 200px) / 3);
  }
}
@media (max-width: 768px) {
  .partnerArea .item .Img {
    min-width: calc((100dvw - 0px) / 3);
  }
}
.partnerArea .item .Img img {
  max-height: 95px;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.partnerArea .item .linkWrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.partnerArea .controlBlock {
  display: none;
  position: absolute;
  width: calc(100% + 160px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .partnerArea .controlBlock {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 20px;
  }
}
.partnerArea .controlBlock .arrowBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}