.advantageList .Txt .text, .advantageList .Txt .title, .advantageList .iconImg, .solutionsList .aniTxt, .solutionsList .item::before, .bannerList .bannerItem .videoControl .videoBtn .text,
.bannerList .bannerItem .videoControl .videoBtn i, .bannerList .bannerItem .videoControl .videoBtn, .bannerList .bannerItem .bannerVideo, .bannerBox .scrollDown span.text, .bannerBox .numBox, .popWin .close {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popWin {
  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;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  width: 100%;
  max-width: 500px;
  background-color: #222222;
  padding: 2.25rem;
  opacity: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 1599px) {
  .popWin .inner {
    max-width: 450px;
    padding: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .popWin .inner {
    max-width: 400px;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .popWin .inner {
    max-width: 500px;
    padding: 1.875rem;
    right: 50%;
  }
}
@media (max-width: 575px) {
  .popWin .inner {
    max-width: 400px;
    padding: 1.5rem;
  }
}
@media (max-width: 440px) {
  .popWin .inner {
    max-width: 350px;
    padding: 1.25rem;
  }
}
@media (max-width: 375px) {
  .popWin .inner {
    max-width: 300px;
  }
}
.popWin .popContent {
  position: relative;
}
.popWin .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 1.5rem 0 2.625rem;
}
@media (max-width: 1599px) {
  .popWin .Txt {
    padding: 1rem 0 2.25rem;
  }
}
@media (max-width: 991px) {
  .popWin .Txt {
    padding: 0.75rem 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .popWin .Txt {
    padding: 1rem 0 2.25rem;
  }
}
@media (max-width: 440px) {
  .popWin .Txt {
    padding: 0.75rem 0 1.5rem;
  }
}
.popWin .Txt .popTitle {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 1.25rem;
}
@media (max-width: 1599px) {
  .popWin .Txt .popTitle {
    font-size: 20px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .popWin .Txt .popTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .popWin .Txt .popTitle {
    font-size: 20px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 440px) {
  .popWin .Txt .popTitle {
    font-size: 18px;
  }
}
.popWin .Txt .popTitle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414141;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.popWin .Txt .txtList {
  position: relative;
}
.popWin .Txt .txtList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1rem 0;
}
@media (max-width: 1599px) {
  .popWin .Txt .txtList li {
    padding: 0.75rem 0;
  }
}
.popWin .Txt .txtList li::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414141;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.popWin .Txt .txtList li .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 67px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1599px) {
  .popWin .Txt .txtList li .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .popWin .Txt .txtList li .title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .popWin .Txt .txtList li .title {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .popWin .Txt .txtList li .title {
    font-size: 15px;
  }
}
.popWin .Txt .txtList li .title::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c42b05;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  max-width: 67px;
}
.popWin .Txt .txtList li .text {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1599px) {
  .popWin .Txt .txtList li .text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .popWin .Txt .txtList li .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .popWin .Txt .txtList li .text {
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .popWin .Txt .txtList li .text {
    font-size: 14px;
  }
}
.popWin .close {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120px;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 0.5625rem 1.25rem;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1599px) {
  .popWin .close {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .popWin .close {
    max-width: 80px;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    border-color: #c42b05;
    background-color: #c42b05;
  }
}
.popWin .close span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .popWin .close span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .popWin .close span {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .popWin .close span {
    font-size: 13px;
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
@media (max-width: 768px) {
  .popWin.show .inner {
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoAurora .aurora {
  -webkit-animation: slideLeftAnimation 0.8s ease-in-out 1s both;
          animation: slideLeftAnimation 0.8s ease-in-out 1s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame1 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.1s both;
          animation: opacityAni 0.8s ease-in-out 0.1s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame2 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.2s both;
          animation: opacityAni 0.8s ease-in-out 0.2s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame3 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.3s both;
          animation: opacityAni 0.8s ease-in-out 0.3s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame4 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.4s both;
          animation: opacityAni 0.8s ease-in-out 0.4s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame5 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.5s both;
          animation: opacityAni 0.8s ease-in-out 0.5s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame6 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.6s both;
          animation: opacityAni 0.8s ease-in-out 0.6s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame7 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.7s both;
          animation: opacityAni 0.8s ease-in-out 0.7s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoCenterFrame .frame8 {
  -webkit-animation: opacityAni 0.8s ease-in-out 0.8s both;
          animation: opacityAni 0.8s ease-in-out 0.8s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoSquare .Img {
  -webkit-animation: aniDecoSquare 0.8s ease-in-out 0.4s both;
          animation: aniDecoSquare 0.8s ease-in-out 0.4s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .decoBox .decoLight {
  -webkit-animation: aniDecoLight 0.8s ease-in-out 0.6s both;
          animation: aniDecoLight 0.8s ease-in-out 0.6s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .machineImgBox {
  -webkit-animation: aniMachine 0.8s ease-in-out 0.6s both;
          animation: aniMachine 0.8s ease-in-out 0.6s both;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .Txt {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .Txt .title {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .Txt .text {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .Txt .text::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bannerArea:not(.loading) .bannerList .slick-current .special .Txt .btnBox {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.bannerBox {
  position: relative;
}
.bannerBox .bottomBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  width: 100%;
  max-width: 400px;
  right: 5.25%;
  bottom: 70px;
  z-index: 1;
}
@media (max-width: 1840px) {
  .bannerBox .bottomBox {
    right: 64px;
  }
}
@media (max-width: 1699px) {
  .bannerBox .bottomBox {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .bannerBox .bottomBox {
    max-width: 350px;
  }
}
@media (max-width: 1280px) {
  .bannerBox .bottomBox {
    max-width: 300px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .bannerBox .bottomBox {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .bannerBox .bottomBox {
    width: auto;
    max-width: none;
    bottom: 32px;
  }
}
@media (max-width: 480px) {
  .bannerBox .bottomBox {
    right: 20px;
    bottom: 20px;
  }
}
.bannerBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991px) {
  .bannerBox .numBox {
    display: none;
  }
}
.bannerBox .numBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerBox .numBox span {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.bannerBox .numBox span + span {
  margin-left: 1.1875rem;
}
.bannerBox .numBox span + span::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -10px;
  -webkit-transform: translateY(-50%) skewX(-20deg);
          transform: translateY(-50%) skewX(-20deg);
}
.bannerBox .numBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7a7a7a;
  margin-left: 1.25rem;
}
.bannerBox .controlBox {
  position: relative;
  width: 120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .bannerBox .controlBox {
    width: 110px;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 991px) {
  .bannerBox .controlBox {
    width: auto;
  }
}
.bannerBox .controlBox .slick-arrow {
  border-color: #fff;
}
@media (max-width: 400px) {
  .bannerBox .controlBox .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1201px) {
  .bannerBox .controlBox .slick-arrow:hover {
    border-color: #c42b05;
    background-color: #c42b05;
  }
}
.bannerBox .controlBox .slick-arrow::before {
  border-color: #fff;
}
@media (max-width: 400px) {
  .bannerBox .controlBox .slick-arrow::before {
    width: 6px;
    height: 6px;
  }
}
.bannerBox .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  bottom: 70px;
  left: 5.25%;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1840px) {
  .bannerBox .scrollDown {
    left: 64px;
  }
}
@media (max-width: 1699px) {
  .bannerBox .scrollDown {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .scrollDown {
    left: 30px;
    bottom: 30px;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .bannerBox .scrollDown {
    bottom: 32px;
  }
}
@media (max-width: 480px) {
  .bannerBox .scrollDown {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .bannerBox .scrollDown:hover span.text {
    color: #c42b05;
  }
}
.bannerBox .scrollDown span {
  display: block;
}
.bannerBox .scrollDown span.text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.bannerBox .scrollDown span.line {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerBox .scrollDown span.line {
    height: 60px;
  }
}
.bannerBox .scrollDown span.line::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  background-color: #c42b05;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
}

.bannerList {
  position: relative;
}
.bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerList .bannerItem.special .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bannerList .bannerItem.special .decoBox .decoLineLight {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerList .bannerItem.special .decoBox .decoLineLight .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: aniLineLight 3s ease-in-out infinite;
          animation: aniLineLight 3s ease-in-out infinite;
}
.bannerList .bannerItem.special .decoBox .decoLineLight .line.top {
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bannerList .bannerItem.special .decoBox .decoLineLight .line.center {
  top: 57.3%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerList .bannerItem.special .decoBox .decoLineLight .line.bottom {
  top: 61.5%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.bannerList .bannerItem.special .decoBox .decoCenterFrame {
  position: absolute;
  width: 100%;
  max-width: 1165px;
  height: 600px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1599px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    max-width: 1000px;
    height: 470px;
  }
}
@media (max-width: 1399px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    max-width: 800px;
    height: 400px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    max-width: 700px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    width: 1165px;
    max-width: none;
    height: 600px;
    bottom: -30px;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    width: 1000px;
    height: 520px;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem.special .decoBox .decoCenterFrame {
    width: 800px;
    height: 450px;
  }
}
.bannerList .bannerItem.special .decoBox .decoCenterFrame .Img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(0 0 6px #667f89) drop-shadow(0 0 17px #fff);
          filter: drop-shadow(0 0 6px #667f89) drop-shadow(0 0 17px #fff);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bannerList .bannerItem.special .decoBox .decoCenterFrame .Img img {
  width: 100%;
  opacity: 0.4;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.bannerList .bannerItem.special .decoBox .decoAuroraAni {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.bannerList .bannerItem.special .decoBox .decoAuroraAni img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: aniAurora 5s linear infinite;
          animation: aniAurora 5s linear infinite;
}
.bannerList .bannerItem.special .decoBox .decoAurora {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .decoBox .decoAurora {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}
.bannerList .bannerItem.special .decoBox .decoAurora img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerList .bannerItem.special .decoBox .decoAurora img .aurora {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bannerList .bannerItem.special .decoBox .decoAurora img.maskOverlay {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}
.bannerList .bannerItem.special .decoBox .decoAurora img.maskColor {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}
.bannerList .bannerItem.special .decoBox .decoSquare {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
}
.bannerList .bannerItem.special .decoBox .decoSquare .Img {
  position: absolute;
  width: 1640px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem.special .decoBox .decoSquare .Img {
    width: 1400px;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem.special .decoBox .decoSquare .Img {
    width: 1000px;
  }
}
.bannerList .bannerItem.special .decoBox .decoSquare img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerList .bannerItem.special .decoBox .decoMask {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerList .bannerItem.special .decoBox .decoMask img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerList .bannerItem.special .decoBox .decoMask img.bg {
  mix-blend-mode: lighten;
}
.bannerList .bannerItem.special .decoBox .decoMask img.bgColor {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}
.bannerList .bannerItem.special .decoBox .decoBlueMask {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerList .bannerItem.special .decoBox .decoBlueMask img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: normal;
}
.bannerList .bannerItem.special .decoBox .decoBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
}
@media (max-width: 1399px) {
  .bannerList .bannerItem.special .decoBox .decoBottom {
    height: 100px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem.special .decoBox .decoBottom {
    height: 90px;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem.special .decoBox .decoBottom {
    height: 70px;
  }
}
.bannerList .bannerItem.special .decoBox .decoBottom img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerList .bannerItem.special .decoBox .decoLight {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  clip-path: inset(0 50% 0 50%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 400px) {
  .bannerList .bannerItem.special .decoBox .decoLight {
    display: none;
  }
}
.bannerList .bannerItem.special .decoBox .decoLight .Img {
  position: absolute;
  width: 472px;
  height: 542px;
}
@media (max-width: 1499px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img {
    width: 400px;
    height: 460px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img {
    width: 300px;
    height: 345px;
  }
}
@media (max-width: 768px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img {
    width: 200px;
    height: 230px;
  }
}
.bannerList .bannerItem.special .decoBox .decoLight .Img.right {
  right: -50px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.8;
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img.right {
    bottom: 30%;
  }
}
.bannerList .bannerItem.special .decoBox .decoLight .Img.left {
  left: -80px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.3;
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .decoBox .decoLight .Img.left {
    bottom: 30%;
  }
}
.bannerList .bannerItem.special .decoBox .decoLight .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: drop-shadow(0 0 17px rgba(101, 208, 216, 0.65));
          filter: drop-shadow(0 0 17px rgba(101, 208, 216, 0.65));
}
.bannerList .bannerItem.special .decoBox .decoStar {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerList .bannerItem.special .decoBox .decoStar .star {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-animation: aniStar 4s linear infinite;
          animation: aniStar 4s linear infinite;
}
@media (max-width: 1599px) {
  .bannerList .bannerItem.special .decoBox .decoStar .star {
    width: 2px;
    height: 2px;
  }
}
.bannerList .bannerItem.special .machineImgBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bannerList .bannerItem.special .machineImgBox .Img {
  position: absolute;
  height: calc(100dvh - 130px);
  left: calc(50% - 30px);
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .machineImgBox .Img {
    width: 100%;
    max-width: 650px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .bannerList .bannerItem.special .machineImgBox .Img {
    max-width: 600px;
    left: calc(50% - 20px);
  }
}
.bannerList .bannerItem.special .machineImgBox .Img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .bannerList .bannerItem.special .machineImgBox .Img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.bannerList .bannerItem.special .Txt {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bannerList .bannerItem .mainImgBox {
  position: relative;
}
.bannerList .bannerItem .mainImgBox .Img {
  height: 100dvh;
}
@media (max-width: 480px) {
  .bannerList .bannerItem .mainImgBox .Img {
    height: 650px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .mainImgBox .Img {
    height: 600px;
  }
}
@media (max-width: 375px) {
  .bannerList .bannerItem .mainImgBox .Img {
    height: 580px;
  }
}
@media (max-width: 320px) {
  .bannerList .bannerItem .mainImgBox .Img {
    height: 550px;
  }
}
.bannerList .bannerItem .mainImgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerList .bannerItem .Txt {
  max-width: 1840px;
  padding: 70px 64px 20px;
}
@media (max-width: 1699px) {
  .bannerList .bannerItem .Txt {
    padding: 70px 40px 40px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .Txt {
    padding: 60px 30px 30px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .Txt {
    padding: 120px 30px 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .Txt {
    padding: 100px 20px 32px;
  }
}
.bannerList .bannerItem .Txt .textBox {
  position: relative;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1599px) {
  .bannerList .bannerItem .Txt .textBox {
    max-width: 450px;
  }
}
@media (max-width: 1280px) {
  .bannerList .bannerItem .Txt .textBox {
    max-width: 400px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .Txt .textBox {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerList .bannerItem .Txt .title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 1;
  color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 1599px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 1399px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1399px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .bannerList .bannerItem .Txt .title {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .bannerList .bannerItem .Txt .title {
    font-size: 26px;
  }
}
.bannerList .bannerItem .Txt .title + .text {
  margin-top: 1.25rem;
  padding-top: 2rem;
}
@media (max-width: 1599px) {
  .bannerList .bannerItem .Txt .title + .text {
    margin-top: 1.25rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .Txt .title + .text {
    margin-top: 1rem;
    padding-top: 1.25rem;
  }
}
.bannerList .bannerItem .Txt .title + .text::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c42b05;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  max-width: 50px;
}
@media (max-width: 400px) {
  .bannerList .bannerItem .Txt .title + .text::before {
    max-width: 32px;
  }
}
.bannerList .bannerItem .Txt .text {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1599px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .Txt .btnBox {
    margin-top: 1.25rem;
  }
}
.bannerList .bannerItem .Txt .btnBox .btn {
  padding: 1rem 2.625rem;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .Txt .btnBox .btn {
    min-width: 180px;
    max-width: 180px;
    font-size: 14px;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .Txt .btnBox .btn {
    min-width: 160px;
    max-width: 160px;
    font-size: 13px;
    padding: 0.75rem 1.25rem;
  }
}
.bannerList .bannerItem.video .item.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerList .bannerItem .bannerVideo {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  padding-top: 70px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .bannerVideo {
    padding-top: 60px;
  }
}
.bannerList .bannerItem .bannerVideo.show {
  opacity: 1;
}
.bannerList .bannerItem .bannerVideo iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.bannerList .bannerItem .videoControl {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .videoControl {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .videoControl {
    width: 115px;
    height: 50px;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem .videoControl {
    width: 100px;
    height: 44px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .videoControl {
    width: 80px;
    height: 36px;
  }
}
.bannerList .bannerItem .videoControl.show {
  right: 5%;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1840px) {
  .bannerList .bannerItem .videoControl.show {
    right: 64px;
  }
}
@media (max-width: 1699px) {
  .bannerList .bannerItem .videoControl.show {
    right: 40px;
  }
}
@media (max-width: 1299px) {
  .bannerList .bannerItem .videoControl.show {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .videoControl.show {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .videoControl.show {
    right: 50%;
    bottom: 32px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  .bannerList .bannerItem .videoControl.show {
    bottom: 20px;
  }
}
.bannerList .bannerItem .videoControl .videoBtn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  width: 64px;
  height: 64px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  right: -40px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .videoControl .videoBtn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .videoControl .videoBtn {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem .videoControl .videoBtn {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .videoControl .videoBtn {
    width: 36px;
    height: 36px;
  }
}
.bannerList .bannerItem .videoControl .videoBtn.show {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .bannerList .bannerItem .videoControl .videoBtn.show {
    bottom: 0;
  }
}
@media (min-width: 1201px) {
  .bannerList .bannerItem .videoControl .videoBtn:hover {
    border-color: #c42b05;
  }
  .bannerList .bannerItem .videoControl .videoBtn:hover .text,
  .bannerList .bannerItem .videoControl .videoBtn:hover i {
    color: #c42b05;
  }
}
.bannerList .bannerItem .videoControl .videoBtn .text,
.bannerList .bannerItem .videoControl .videoBtn i {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 400px) {
  .bannerList .bannerItem .videoControl .videoBtn .text,
  .bannerList .bannerItem .videoControl .videoBtn i {
    font-size: 10px;
  }
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .videoControl .videoBtn .text {
    display: none;
  }
}
.bannerList .bannerItem .videoControl .videoBtn.play {
  top: 0;
}
.bannerList .bannerItem .videoControl .videoBtn.pause {
  top: 0;
}
.bannerList .bannerItem .videoControl .videoBtn.link {
  top: 80px;
}
@media (max-width: 1180px) {
  .bannerList .bannerItem .videoControl .videoBtn.link {
    top: 64px;
  }
}
@media (max-width: 991px) {
  .bannerList .bannerItem .videoControl .videoBtn.link {
    top: 0;
    right: 64px;
  }
}
@media (max-width: 575px) {
  .bannerList .bannerItem .videoControl .videoBtn.link {
    right: 54px;
  }
}
@media (max-width: 400px) {
  .bannerList .bannerItem .videoControl .videoBtn.link {
    right: 44px;
  }
}
.bannerList .bannerItem .videoControl .videoBtn.link .text {
  font-size: 10px;
  line-height: 1.25;
}
@media (min-width: 1181px) {
  .bannerList .bannerItem .videoControl .videoBtn.link i {
    display: none;
  }
}
.bannerList .slick-current.loading .special .decoBox {
  opacity: 0;
}
.bannerList .slick-current.loading .Txt .title {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerList .slick-current.loading .Txt .text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerList .slick-current.loading .Txt .text::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerList .slick-current.loading .Txt .btnBox {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerList .slick-current .Txt .title {
  -webkit-animation: slideLeftAnimation 0.8s ease-in-out both;
          animation: slideLeftAnimation 0.8s ease-in-out both;
}
.bannerList .slick-current .Txt .text {
  -webkit-animation: slideLeftAnimation 0.8s 0.2s ease-in-out both;
          animation: slideLeftAnimation 0.8s 0.2s ease-in-out both;
}
.bannerList .slick-current .Txt .text::before {
  -webkit-animation: aniLine 2s 0.8s linear both;
          animation: aniLine 2s 0.8s linear both;
}
.bannerList .slick-current .Txt .btnBox {
  -webkit-animation: slideLeftAnimation 0.8s 0.4s ease-in-out both;
          animation: slideLeftAnimation 0.8s 0.4s ease-in-out both;
}

.eventsArea {
  position: relative;
  padding: 70px 0;
  background-color: #eeeeee;
}
@media (max-width: 1180px) {
  .eventsArea {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .eventsArea {
    padding: 40px 0;
  }
}
.eventsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}
@media (max-width: 1499px) {
  .eventsArea .wrap {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 1399px) {
  .eventsArea .wrap {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .eventsArea .wrap {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.875rem;
  }
}
@media (max-width: 480px) {
  .eventsArea .wrap {
    row-gap: 1.5rem;
  }
}
.eventsArea .controlBox {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .eventsArea .controlBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eventsArea .controlBox .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(45deg) translate(1px, 1px);
          transform: rotate(45deg) translate(1px, 1px);
}
@media (max-width: 768px) {
  .eventsArea .controlBox .slick-arrow.slick-prev::before {
    -webkit-transform: rotate(-45deg) translate(1px, 1px);
            transform: rotate(-45deg) translate(1px, 1px);
  }
}
.eventsArea .controlBox .slick-arrow.slick-next::before {
  -webkit-transform: rotate(135deg) translate(-1px, 1px);
          transform: rotate(135deg) translate(-1px, 1px);
}
@media (max-width: 768px) {
  .eventsArea .controlBox .slick-arrow.slick-next::before {
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
            transform: rotate(45deg) translate(-1px, 1px);
  }
}

.eventsBox {
  position: relative;
  width: calc(100% - 50px - 5.5rem);
}
@media (max-width: 1499px) {
  .eventsBox {
    width: calc(100% - 50px - 4rem);
  }
}
@media (max-width: 1399px) {
  .eventsBox {
    width: calc(100% - 50px - 2rem);
  }
}
@media (max-width: 768px) {
  .eventsBox {
    width: 100%;
  }
}

.eventsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventsList:not(.slick-slider) .eventsItem {
  width: 100%;
}
.eventsList .eventsItem {
  position: relative;
}
.eventsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 1180px) {
  .eventsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.25rem;
  }
}
@media (max-width: 575px) {
  .eventsList .item {
    row-gap: 1rem;
  }
}
.eventsList .Img {
  width: calc(55% - 2.6875rem);
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1399px) {
  .eventsList .Img {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 1280px) {
  .eventsList .Img {
    width: calc(45% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .eventsList .Img {
    width: 100%;
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .eventsList .Img {
    max-width: 100%;
  }
}
.eventsList .Img a {
  display: block;
}
.eventsList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.eventsList .Txt {
  position: relative;
  width: 45%;
  padding-left: 1rem;
}
@media (max-width: 1499px) {
  .eventsList .Txt {
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .eventsList .Txt {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 1280px) {
  .eventsList .Txt {
    width: calc(55% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .eventsList .Txt {
    width: 100%;
  }
}
.eventsList .Txt .eventsTitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #222222;
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
          transform: translate(0px, -20px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 575px) {
  .eventsList .Txt .eventsTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .eventsList .Txt .eventsTitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .eventsList .Txt .eventsTitle {
    font-size: 18px;
  }
}
.eventsList .Txt .line {
  position: relative;
  display: block;
  width: 0;
  height: 1px;
  background-color: #d6d6d6;
  margin: 1.25rem 0 2.25rem;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1280px) {
  .eventsList .Txt .line {
    margin: 1rem 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .eventsList .Txt .line {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .eventsList .Txt .line {
    margin: 0.625rem 0;
  }
}
.eventsList .Txt .bottomBox {
  position: relative;
  overflow: hidden;
}
.eventsList .txtList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -2rem;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1280px) {
  .eventsList .txtList {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 575px) {
  .eventsList .txtList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    row-gap: 0.5rem;
  }
}
.eventsList .txtList li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem;
}
@media (max-width: 1280px) {
  .eventsList .txtList li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .eventsList .txtList li {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .eventsList .txtList li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.eventsList .txtList li.location {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 575px) {
  .eventsList .txtList li.location {
    width: 100%;
  }
}
.eventsList .txtList li + li::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 575px) {
  .eventsList .txtList li + li::before {
    display: none;
  }
}
.eventsList .txtList li .title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #222222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .eventsList .txtList li .title {
    font-size: 16px;
    width: 90px;
    padding-right: 1.25rem;
    margin-right: 0.625rem;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 480px) {
  .eventsList .txtList li .title {
    font-size: 15px;
  }
}
.eventsList .txtList li .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #c42b05;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 575px) {
  .eventsList .txtList li .title::before {
    width: 12px;
    top: 50%;
    bottom: unset;
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .eventsList .txtList li .txtBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.eventsList .txtList li .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #666666;
}
@media (max-width: 575px) {
  .eventsList .txtList li .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .eventsList .txtList li .text {
    font-size: 14px;
  }
}
.eventsList .txtList li .text.big span {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #666666;
}
@media (max-width: 575px) {
  .eventsList .txtList li .text.big span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .eventsList .txtList li .text.big span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .eventsList .txtList li .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.eventsList .txtList li .date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}
.eventsList .txtList li .date span {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #666666;
}
@media (max-width: 575px) {
  .eventsList .txtList li .date span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .eventsList .txtList li .date span {
    font-size: 14px;
  }
}
.eventsList .txtList li .date span + span::before {
  position: absolute;
  content: "-";
  display: block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #666666;
  top: 50%;
  left: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.eventsList .slick-current .Img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.eventsList .slick-current .Txt .eventsTitle {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.eventsList .slick-current .Txt .line {
  width: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.eventsList .slick-current .Txt .txtList {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.solutionsArea {
  position: relative;
  padding: 110px 0 125px;
  background-color: #333333;
}
@media (max-width: 1366px) {
  .solutionsArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .solutionsArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .solutionsArea {
    padding: 60px 0;
  }
}
.solutionsArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.solutionsArea .decoBg .originImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/grid.png");
}
.solutionsArea .decoBg .maskImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/deco/grid-mask.png");
          mask-image: url("../images/deco/grid-mask.png");
  -webkit-mask-size: 570px 570px;
          mask-size: 570px 570px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-image: url("../images/deco/grid-light.png");
}
.solutionsArea .titleBox {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .solutionsArea .titleBox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .solutionsArea .titleBox .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .solutionsArea .titleBox .title {
    font-size: 25.6px;
  }
}
@media (max-width: 480px) {
  .solutionsArea .titleBox .title {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .solutionsArea .titleBox .title {
    font-size: 24px;
  }
}
.solutionsArea .bottomBox {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 1699px) {
  .solutionsArea .bottomBox {
    margin-top: 2rem;
  }
}
.solutionsArea .bottomBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 768px) {
  .solutionsArea .bottomBox .wrap {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .solutionsArea .bottomBox .wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.solutionsArea .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.solutionsArea .numBox span {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.solutionsArea .numBox span + span {
  margin-left: 1.1875rem;
}
.solutionsArea .numBox span + span::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -10px;
  -webkit-transform: translateY(-50%) skewX(-20deg);
          transform: translateY(-50%) skewX(-20deg);
}
.solutionsArea .line {
  position: relative;
  display: block;
  width: calc(100% - 88px);
  height: 1px;
  background-color: #7a7a7a;
}
.solutionsArea .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #c42b05;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  max-width: 100%;
}
.solutionsArea .controlBox {
  width: 110px;
}
.solutionsArea .controlBox .slick-arrow {
  border-color: #666666;
}
@media (min-width: 1201px) {
  .solutionsArea .controlBox .slick-arrow:hover {
    border-color: #c42b05;
    background-color: #c42b05;
  }
}
.solutionsArea .controlBox .slick-arrow::before {
  border-color: #888888;
}

.solutionsBox {
  max-width: 1660px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1699px) {
  .solutionsBox {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .solutionsBox {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .solutionsList {
    overflow: hidden;
  }
}
.solutionsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionsList:not(.slick-slider) .solutionsItem {
  width: 25%;
}
.solutionsList .slick-list {
  padding-right: 8rem;
  margin-left: -8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0.8) {
  .solutionsList .slick-list {
    margin-left: -16px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .solutionsList .slick-list {
    margin-left: 0;
  }
}
@media (max-width: 1699px) {
  .solutionsList .slick-list {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1180px) {
  .solutionsList .slick-list {
    padding-right: 8rem;
  }
}
@media (max-width: 991px) {
  .solutionsList .slick-list {
    padding-right: 5rem;
  }
}
@media (max-width: 851px) {
  .solutionsList .slick-list {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .solutionsList .slick-list {
    padding-right: 8rem;
  }
}
@media (max-width: 640px) {
  .solutionsList .slick-list {
    padding-right: 4rem;
  }
}
@media (max-width: 575px) {
  .solutionsList .slick-list {
    padding-right: 11rem;
  }
}
@media (max-width: 480px) {
  .solutionsList .slick-list {
    padding-right: 8rem;
  }
}
@media (max-width: 400px) {
  .solutionsList .slick-list {
    padding-right: 5rem;
  }
}
@media (max-width: 375px) {
  .solutionsList .slick-list {
    padding-right: 3rem;
  }
}
@media (max-width: 350px) {
  .solutionsList .slick-list {
    padding-right: 0;
  }
}
.solutionsList .slick-slide {
  height: 100%;
}
.solutionsList .slick-slide > div {
  height: 100%;
}
.solutionsList .solutionsItem {
  position: relative;
  height: 100%;
  padding: 0 16px;
}
@media (max-width: 1699px) {
  .solutionsList .solutionsItem {
    padding: 0 10px;
  }
}
.solutionsList .item {
  position: relative;
  height: 100%;
}
.solutionsList .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black 25%, rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1201px) {
  .solutionsList .item:hover::before {
    height: 100%;
  }
  .solutionsList .item:hover .aniTxt {
    opacity: 1;
    pointer-events: auto;
  }
  .solutionsList .item:hover .aniTxt .title {
    -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.2s both;
            animation: slideDownAnimation 0.8s ease-in-out 0.2s both;
  }
  .solutionsList .item:hover .aniTxt .text {
    -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.4s both;
            animation: slideDownAnimation 0.8s ease-in-out 0.4s both;
  }
  .solutionsList .item:hover .aniTxt .btnBox {
    -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
            animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
  }
  .solutionsList .item:hover .Txt {
    opacity: 0;
    pointer-events: none;
  }
}
.solutionsList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.solutionsList .aniTxt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1.5rem 3rem;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1200px) {
  .solutionsList .aniTxt {
    display: none;
  }
}
.solutionsList .aniTxt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 830px) {
  .solutionsList .aniTxt .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .solutionsList .aniTxt .title {
    font-size: 18px;
  }
}
.solutionsList .aniTxt .title a {
  color: #fff;
}
@media (min-width: 1201px) {
  .solutionsList .aniTxt .title a:hover {
    color: #c42b05;
  }
}
.solutionsList .aniTxt .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 65px;
  margin-top: 0.625rem;
}
@media (max-width: 830px) {
  .solutionsList .aniTxt .text {
    font-size: 15px;
    height: 65px;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 575px) {
  .solutionsList .aniTxt .text {
    font-size: 14px;
    line-height: 1.65;
    height: 60px;
  }
}
.solutionsList .aniTxt .btnBox {
  position: relative;
  margin-top: 2.25rem;
}
.solutionsList .aniTxt .btnBox .btn {
  min-width: 180px;
  max-width: 180px;
  padding: 1rem 1.25rem;
}
.solutionsList .Txt {
  position: relative;
  padding-top: 1.375rem;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (max-width: 1366px) {
  .solutionsList .Txt {
    padding-top: 1.25rem;
  }
}
@media (max-width: 830px) {
  .solutionsList .Txt {
    padding-top: 1rem;
  }
}
.solutionsList .Txt .title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1699px) {
  .solutionsList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .solutionsList .Txt .title {
    font-size: 20px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .solutionsList .Txt .title {
    font-size: 18px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .solutionsList .Txt .title {
    height: 50px;
  }
}
.solutionsList .Txt .title a {
  color: #fff;
}
@media (min-width: 1201px) {
  .solutionsList .Txt .title a:hover {
    color: #c42b05;
  }
}
.solutionsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #888888;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin-top: 0.625rem;
}
@media (max-width: 1699px) {
  .solutionsList .Txt .text {
    font-size: 15px;
    height: 65px;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 830px) {
  .solutionsList .Txt .text {
    font-size: 15px;
    height: 65px;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 575px) {
  .solutionsList .Txt .text {
    font-size: 14px;
    line-height: 1.65;
    height: 68px;
  }
}
.solutionsList .Txt .btnBox {
  position: relative;
  margin-top: 1.875rem;
}
@media (min-width: 1201px) {
  .solutionsList .Txt .btnBox {
    display: none;
  }
}
@media (max-width: 1180px) {
  .solutionsList .Txt .btnBox {
    margin-top: 1.5rem;
  }
}
.solutionsList .Txt .btnBox .btn {
  min-width: 180px;
  max-width: 180px;
  padding: 1rem 1.25rem;
}
@media (max-width: 1200px) {
  .solutionsList .Txt .btnBox .btn {
    font-size: 14px;
    padding: 0.875rem 1rem;
  }
}
@media (max-width: 400px) {
  .solutionsList .Txt .btnBox .btn {
    min-width: 160px;
    max-width: 160px;
    font-size: 13px;
    padding: 0.875rem 1rem;
  }
}

.productsArea {
  position: relative;
  padding: 80px 0;
  overflow: clip;
}
.productsArea.sticky {
  position: sticky;
  top: -10px;
}
@media (max-width: 768px) {
  .productsArea {
    padding: 60px 0;
  }
}
.productsArea .titleBox {
  position: absolute;
  width: 100%;
  max-width: 440px;
  text-align: left;
  top: 160px;
  left: 5%;
  margin-bottom: 0rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 1599px) {
  .productsArea .titleBox {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .productsArea .titleBox {
    left: 60px;
  }
}
@media (max-width: 1280px) {
  .productsArea .titleBox {
    left: 40px;
  }
}
@media (max-width: 1180px) {
  .productsArea .titleBox {
    max-width: 240px;
    top: 180px;
    left: 40px;
  }
}
@media (max-width: 991px) {
  .productsArea .titleBox {
    max-width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .productsArea .titleBox {
    position: relative;
    margin: 0 auto 2rem;
    top: unset;
    left: unset;
  }
}
.productsArea .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #c42b05;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .productsArea .titleBox::before {
    left: 50%;
    translate: -50% 0;
  }
}
.productsArea .titleBox .title {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .productsArea .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .productsArea .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .productsArea .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .productsArea .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .productsArea .titleBox .title {
    font-size: 32px;
  }
}
.productsArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .productsArea .decoBg {
    width: calc(100% + 1px);
  }
}
.productsArea .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobileProductsBox {
  position: relative;
}
@media (min-width: 769px) {
  .mobileProductsBox {
    display: none;
  }
}
.mobileProductsBox .topBox {
  position: relative;
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox {
    padding: 64px 0 48px;
  }
}
.mobileProductsBox .topBox .Img {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .mobileProductsBox .topBox .Img {
    max-width: 180px;
  }
}
.mobileProductsBox .topBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mobileProductsBox .topBox .TxtBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .topBox .TxtBox .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.mobileProductsBox .topBox .TxtBox .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 220px;
}
@media (max-width: 560px) {
  .mobileProductsBox .topBox .TxtBox .Txt .text {
    font-size: 14px;
    max-width: 160px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt .text {
    font-size: 13px;
    line-height: 1.25;
  }
}
.mobileProductsBox .topBox .TxtBox .Txt .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .topBox .TxtBox .Txt .dot {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.mobileProductsBox .topBox .TxtBox .Txt .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}
.mobileProductsBox .topBox .TxtBox .Txt .dot::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.2;
  z-index: -2;
}
.mobileProductsBox .topBox .TxtBox .Txt .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .topBox .TxtBox .Txt .line::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background-color: #fff;
  bottom: 0;
}
.mobileProductsBox .topBox .TxtBox .Txt .line::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mobileProductsBox .topBox .TxtBox .Txt.name0 {
  max-width: 230px;
  max-height: 55px;
  top: 10%;
  left: 0;
}
@media (max-width: 560px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 {
    max-width: 150px;
    max-height: 50px;
    top: 12%;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 {
    top: 4%;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 {
    max-height: 45px;
    top: 0;
    left: -15px;
  }
}
.mobileProductsBox .topBox .TxtBox .Txt.name0 .dot {
  right: -50px;
  bottom: -50px;
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 .dot {
    right: -38px;
    bottom: -130px;
  }
}
@media (max-width: 375px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 .dot {
    right: -25px;
  }
}
.mobileProductsBox .topBox .TxtBox .Txt.name0 .line::after {
  right: -42px;
  bottom: -42px;
  max-width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 .line::after {
    right: -32px;
    bottom: -125px;
    max-width: 130px;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
}
@media (max-width: 375px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name0 .line::after {
    right: -20px;
    bottom: -122px;
    max-width: 125px;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
}
.mobileProductsBox .topBox .TxtBox .Txt.name1 {
  max-width: 170px;
  max-height: 35px;
  top: 35%;
  right: 50px;
}
@media (max-width: 610px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 {
    right: 10px;
  }
}
@media (max-width: 560px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 {
    max-width: 140px;
    max-height: 28px;
    top: 37%;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 {
    top: 31%;
    right: -15px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 {
    top: unset;
    bottom: 0;
  }
}
.mobileProductsBox .topBox .TxtBox .Txt.name1 .text {
  text-align: right;
}
.mobileProductsBox .topBox .TxtBox .Txt.name1 .dot {
  left: -100px;
  bottom: -48px;
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 .dot {
    top: -145px;
    left: -97px;
    bottom: unset;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 .line::before {
    top: -8px;
    bottom: unset;
  }
}
.mobileProductsBox .topBox .TxtBox .Txt.name1 .line::after {
  left: -100px;
  bottom: 0;
  max-width: 100px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 430px) {
  .mobileProductsBox .topBox .TxtBox .Txt.name1 .line::after {
    top: -8px;
    bottom: unset;
    left: -160px;
    width: 160px;
    max-width: none;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
.mobileProductsBox .bottomBox {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox {
    margin-top: 3rem;
  }
}
.mobileProductsBox .bottomBox .Img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .Img {
    max-width: 350px;
  }
}
.mobileProductsBox .bottomBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mobileProductsBox .bottomBox .TxtBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .bottomBox .TxtBox .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 220px;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt .text {
    font-size: 13px;
    line-height: 1.25;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .dot {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .dot::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.2;
  z-index: -2;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .line::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background-color: #fff;
  bottom: 0;
}
.mobileProductsBox .bottomBox .TxtBox .Txt .line::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
  max-width: 80px;
  max-height: 30px;
  top: -10px;
  right: 28%;
}
@media (max-width: 610px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
    right: 25%;
  }
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
    max-width: 60px;
    max-height: 25px;
    right: 26%;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
    right: 23%;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
    top: -30px;
    right: 20%;
  }
}
@media (max-width: 375px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name2 {
    right: 15%;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name2 .text {
  text-align: right;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name2 .dot {
  left: -35px;
  bottom: -35px;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name2 .line::after {
  left: -40px;
  bottom: 0;
  max-width: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
  max-width: 130px;
  max-height: 30px;
  bottom: 35px;
  right: 35%;
}
@media (max-width: 610px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
    bottom: 20px;
    right: 30%;
  }
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
    max-height: 25px;
    max-width: 120px;
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
    bottom: 0;
    right: 32%;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
    max-width: 110px;
    bottom: 10px;
    right: 27%;
  }
}
@media (max-width: 375px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 {
    right: 25%;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name3 .text {
  text-align: right;
  padding-right: 10px;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name3 .dot {
  top: -64px;
  right: -18px;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 .dot {
    top: -60px;
    right: -17px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 .dot {
    top: -50px;
    right: -15px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name3 .line::before {
  bottom: unset;
  top: -10px;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 .line::before {
    top: -5px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name3 .line::after {
  right: -13px;
  top: -58px;
  max-width: 50px;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 .line::after {
    top: -54px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name3 .line::after {
    top: -43px;
    right: -10px;
    max-width: 40px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name4 {
  max-width: 100px;
  max-height: 30px;
  top: 50px;
  right: 19%;
}
@media (max-width: 610px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 {
    right: 12%;
  }
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 {
    max-height: 25px;
    top: 40px;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 {
    max-width: 80px;
    right: 14%;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 {
    max-width: 70px;
    right: 10%;
    top: 20px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name4 .text {
  text-align: left;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name4 .dot {
  right: -28px;
  bottom: -40px;
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 .dot {
    right: -20px;
    bottom: -30px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 .dot {
    right: -22px;
    bottom: -30px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name4 .line::after {
  left: 60px;
  bottom: 0;
  max-width: 40px;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 .line::after {
    left: 48px;
    max-width: 30px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name4 .line::after {
    left: 40px;
    max-width: 30px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name5 {
  max-width: 120px;
  max-height: 30px;
  bottom: -20px;
  left: 20px;
}
@media (max-width: 610px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 {
    left: 0;
  }
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 {
    max-width: 100px;
    bottom: -40px;
  }
}
@media (max-width: 480px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 {
    left: -15px;
  }
}
@media (max-width: 430px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 {
    max-width: 80px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name5 .dot {
  top: -52px;
  right: -13px;
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name5 .line::before {
  bottom: unset;
  top: -10px;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 .line::before {
    top: -5px;
  }
}
.mobileProductsBox .bottomBox .TxtBox .Txt.name5 .line::after {
  right: -10px;
  top: -50px;
  max-width: 42px;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 560px) {
  .mobileProductsBox .bottomBox .TxtBox .Txt.name5 .line::after {
    top: -45px;
  }
}

.productsCanvas {
  position: relative;
}
@media (max-width: 768px) {
  .productsCanvas {
    display: none;
  }
}
.productsCanvas #myCanvas {
  width: 100%;
}
@media (max-width: 991px) {
  .productsCanvas #myCanvas {
    width: 1200px;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (max-width: 900px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 800px) {
  .productsCanvas #myCanvas {
    width: 1000px;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 720px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 670px) {
  .productsCanvas #myCanvas {
    width: 800px;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 575px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 530px) {
  .productsCanvas #myCanvas {
    width: 700px;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 500px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 480px) {
  .productsCanvas #myCanvas {
    width: 600px;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 440px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 400px) {
  .productsCanvas #myCanvas {
    width: 480px;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 375px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 340px) {
  .productsCanvas #myCanvas {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.productsTxtBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .productsTxtBox {
    display: none;
  }
}
.productsTxtBox .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.productsTxtBox .Txt .text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 220px;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt .text {
    font-size: 16px;
  }
}
.productsTxtBox .Txt .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productsTxtBox .Txt .dot {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productsTxtBox .Txt .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}
.productsTxtBox .Txt .dot::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #b3cbf1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  opacity: 0.2;
  z-index: -2;
}
.productsTxtBox .Txt .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productsTxtBox .Txt .line::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0.15s;
  transition: all 0.6s ease-in-out 0.15s;
}
.productsTxtBox .Txt .line::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0.1s;
  transition: all 0.6s ease-in-out 0.1s;
}
.productsTxtBox .Txt.name0 {
  max-width: 400px;
  max-height: 80px;
  top: 33.5%;
  left: 27%;
}
@media (max-width: 1699px) {
  .productsTxtBox .Txt.name0 {
    left: 25%;
  }
}
@media (max-width: 1499px) {
  .productsTxtBox .Txt.name0 {
    left: 20%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name0 {
    max-width: 320px;
    max-height: 70px;
    top: 35%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name0 {
    top: 36.5%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name0 {
    max-width: 200px;
    max-height: 55px;
    left: 18%;
  }
}
@media (max-width: 920px) {
  .productsTxtBox .Txt.name0 {
    left: 25%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name0 {
    top: 33.5%;
    left: 54%;
  }
}
@media (max-width: 860px) {
  .productsTxtBox .Txt.name0 {
    left: 55%;
  }
}
@media (max-width: 820px) {
  .productsTxtBox .Txt.name0 {
    left: 60%;
  }
}
.productsTxtBox .Txt.name0 .text {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name0 .text {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
}
.productsTxtBox .Txt.name0 .dot {
  right: -9%;
  bottom: -45%;
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name0 .dot {
    right: -12%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name0 .dot {
    right: unset;
    left: -70%;
    bottom: -100%;
  }
}
.productsTxtBox .Txt.name0 .line::before {
  right: 0;
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name0 .line::before {
    right: unset;
    left: 0;
  }
}
.productsTxtBox .Txt.name0 .line::after {
  right: -6.7%;
  bottom: -35%;
  max-width: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name0 .line::after {
    right: -7.5%;
    max-width: 36px;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name0 .line::after {
    max-width: 28px;
    right: -9%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name0 .line::after {
    max-width: 140px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    right: unset;
    left: -70%;
    bottom: 0;
  }
}
.productsTxtBox .Txt.name1 {
  max-width: 330px;
  max-height: 50px;
  top: 49.5%;
  left: 23%;
}
@media (max-width: 1699px) {
  .productsTxtBox .Txt.name1 {
    left: 21%;
  }
}
@media (max-width: 1499px) {
  .productsTxtBox .Txt.name1 {
    left: 16%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name1 {
    max-width: 250px;
    max-height: 40px;
    left: 18%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name1 {
    top: 48.5%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name1 {
    max-width: 180px;
    max-height: 30px;
    top: 50.5%;
    left: 12%;
  }
}
@media (max-width: 920px) {
  .productsTxtBox .Txt.name1 {
    left: 15%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name1 {
    top: 50%;
    left: 52%;
  }
}
@media (max-width: 860px) {
  .productsTxtBox .Txt.name1 {
    left: 55%;
  }
}
@media (max-width: 820px) {
  .productsTxtBox .Txt.name1 {
    left: 58%;
  }
}
.productsTxtBox .Txt.name1 .text {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name1 .text {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
}
.productsTxtBox .Txt.name1 .dot {
  right: -10%;
  bottom: -65%;
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name1 .dot {
    right: -11%;
    bottom: -70%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name1 .dot {
    right: unset;
    left: -100%;
    bottom: -90%;
  }
}
.productsTxtBox .Txt.name1 .line::before {
  right: 0;
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name1 .line::before {
    right: unset;
    left: 0;
  }
}
.productsTxtBox .Txt.name1 .line::after {
  right: -8%;
  bottom: -56%;
  max-width: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name1 .line::after {
    max-width: 32px;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name1 .line::after {
    max-width: 25px;
    right: -9%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name1 .line::after {
    max-width: 180px;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    right: unset;
    left: -100%;
    bottom: 0%;
  }
}
.productsTxtBox .Txt.name2 {
  max-width: 150px;
  max-height: 50px;
  top: 20%;
  left: unset;
  right: 32%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1699px) {
  .productsTxtBox .Txt.name2 {
    right: 30%;
  }
}
@media (max-width: 1599px) {
  .productsTxtBox .Txt.name2 {
    right: 28%;
  }
}
@media (max-width: 1499px) {
  .productsTxtBox .Txt.name2 {
    right: 27%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name2 {
    max-width: 130px;
    max-height: 40px;
  }
}
@media (max-width: 1180px) {
  .productsTxtBox .Txt.name2 {
    right: 25.5%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name2 {
    top: 24%;
    right: 23.5%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name2 {
    max-width: 90px;
    top: 20%;
    right: 26.5%;
  }
}
@media (max-width: 950px) {
  .productsTxtBox .Txt.name2 {
    right: 23%;
  }
}
@media (max-width: 920px) {
  .productsTxtBox .Txt.name2 {
    right: 20%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name2 {
    right: 32%;
  }
}
@media (max-width: 860px) {
  .productsTxtBox .Txt.name2 {
    right: 29%;
  }
}
@media (max-width: 820px) {
  .productsTxtBox .Txt.name2 {
    right: 27.5%;
  }
}
@media (max-width: 800px) {
  .productsTxtBox .Txt.name2 {
    right: 29.5%;
  }
}
.productsTxtBox .Txt.name2 .text {
  text-align: right;
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}
.productsTxtBox .Txt.name2 .dot {
  left: -17%;
  bottom: -50%;
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name2 .dot {
    left: -20%;
  }
}
.productsTxtBox .Txt.name2 .line::before {
  left: 0;
}
.productsTxtBox .Txt.name2 .line::after {
  left: -13%;
  bottom: -41%;
  max-width: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name2 .line::after {
    max-width: 24px;
    left: -12%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name2 .line::after {
    left: -17%;
  }
}
.productsTxtBox .Txt.name3 {
  max-width: 170px;
  max-height: 50px;
  top: unset;
  bottom: 22%;
  left: unset;
  right: 33.5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1599px) {
  .productsTxtBox .Txt.name3 {
    right: 32%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name3 {
    max-width: 150px;
    max-height: 40px;
    bottom: 25%;
    right: 30%;
  }
}
@media (max-width: 1180px) {
  .productsTxtBox .Txt.name3 {
    bottom: 26%;
    right: 31%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name3 {
    bottom: 30%;
    right: 32%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name3 {
    max-width: 130px;
    max-height: 30px;
    right: 27%;
    bottom: 27%;
  }
}
@media (max-width: 920px) {
  .productsTxtBox .Txt.name3 {
    right: 22%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name3 {
    right: 33%;
  }
}
@media (max-width: 820px) {
  .productsTxtBox .Txt.name3 {
    right: 28%;
  }
}
@media (max-width: 800px) {
  .productsTxtBox .Txt.name3 {
    right: 32%;
  }
}
.productsTxtBox .Txt.name3 .text {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}
.productsTxtBox .Txt.name3 .dot {
  right: -15%;
  top: -150%;
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name3 .dot {
    top: -250%;
    right: -17%;
  }
}
.productsTxtBox .Txt.name3 .line::before {
  left: 0;
}
.productsTxtBox .Txt.name3 .line::after {
  left: 100%;
  bottom: 0;
  max-width: 120px;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name3 .line::after {
    max-width: 100px;
  }
}
.productsTxtBox .Txt.name4 {
  max-width: 150px;
  max-height: 50px;
  top: 28%;
  left: unset;
  right: 12%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1699px) {
  .productsTxtBox .Txt.name4 {
    right: 9%;
  }
}
@media (max-width: 1599px) {
  .productsTxtBox .Txt.name4 {
    right: 6%;
  }
}
@media (max-width: 1499px) {
  .productsTxtBox .Txt.name4 {
    right: 3%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name4 {
    max-width: 100px;
    max-height: 40px;
    right: 6%;
  }
}
@media (max-width: 1180px) {
  .productsTxtBox .Txt.name4 {
    right: 4%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name4 {
    top: 33%;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name4 {
    max-width: 80px;
    max-height: 30px;
    top: 30%;
    right: 15px;
  }
}
@media (max-width: 950px) {
  .productsTxtBox .Txt.name4 {
    right: 13%;
    top: 26%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name4 {
    right: 21%;
  }
}
@media (max-width: 860px) {
  .productsTxtBox .Txt.name4 {
    right: 18%;
  }
}
@media (max-width: 820px) {
  .productsTxtBox .Txt.name4 {
    right: 14%;
  }
}
@media (max-width: 800px) {
  .productsTxtBox .Txt.name4 {
    right: 19%;
  }
}
.productsTxtBox .Txt.name4 .text {
  text-align: right;
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}
@media (max-width: 950px) {
  .productsTxtBox .Txt.name4 .text {
    text-align: left;
  }
}
.productsTxtBox .Txt.name4 .dot {
  left: -75%;
  bottom: -225%;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name4 .dot {
    bottom: -190%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name4 .dot {
    left: 125%;
    bottom: -130%;
  }
}
.productsTxtBox .Txt.name4 .line::before {
  left: 0;
}
.productsTxtBox .Txt.name4 .line::after {
  left: -70%;
  bottom: -212%;
  max-width: 150px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name4 .line::after {
    left: -69%;
    bottom: -177%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name4 .line::after {
    max-width: 42px;
    left: -35%;
    bottom: -95%;
  }
}
@media (max-width: 950px) {
  .productsTxtBox .Txt.name4 .line::after {
    -webkit-transform: rotate(-125deg);
            transform: rotate(-125deg);
    left: 129%;
    bottom: -110%;
  }
}
.productsTxtBox .Txt.name5 {
  max-width: 330px;
  max-height: 50px;
  top: 65%;
  left: 30%;
}
@media (max-width: 1699px) {
  .productsTxtBox .Txt.name5 {
    left: 25%;
  }
}
@media (max-width: 1499px) {
  .productsTxtBox .Txt.name5 {
    left: 22%;
  }
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name5 {
    max-width: 200px;
    max-height: 40px;
    top: 67%;
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .productsTxtBox .Txt.name5 {
    top: 65%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name5 {
    max-width: 120px;
    max-height: 30px;
    left: 20%;
  }
}
@media (max-width: 920px) {
  .productsTxtBox .Txt.name5 {
    top: 70%;
    left: 23%;
  }
}
@media (max-width: 900px) {
  .productsTxtBox .Txt.name5 {
    left: 18%;
  }
}
@media (max-width: 800px) {
  .productsTxtBox .Txt.name5 {
    top: 65%;
  }
}
.productsTxtBox .Txt.name5 .text {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}
.productsTxtBox .Txt.name5 .dot {
  right: -10%;
  bottom: -65%;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name5 .dot {
    right: -12%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name5 .dot {
    right: -15%;
  }
}
.productsTxtBox .Txt.name5 .line::before {
  right: 0;
}
.productsTxtBox .Txt.name5 .line::after {
  right: -8%;
  bottom: -56%;
  max-width: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 1299px) {
  .productsTxtBox .Txt.name5 .line::after {
    max-width: 30px;
    right: -10%;
  }
}
@media (max-width: 991px) {
  .productsTxtBox .Txt.name5 .line::after {
    max-width: 25px;
    right: -13%;
  }
}
.productsTxtBox .Txt.aniStart .dot {
  opacity: 1;
}
.productsTxtBox .Txt.aniStart .dot::before, .productsTxtBox .Txt.aniStart .dot::after {
  -webkit-animation: aniMachineDotZoomIn 0.5s ease-in-out 0.05s both;
          animation: aniMachineDotZoomIn 0.5s ease-in-out 0.05s both;
}
.productsTxtBox .Txt.aniStart .line::before {
  -webkit-animation: aniMachineLineBe 0.6s ease-in-out 0.15s both;
          animation: aniMachineLineBe 0.6s ease-in-out 0.15s both;
}
.productsTxtBox .Txt.aniStart .line::after {
  -webkit-animation: aniMachineLineAf 0.6s ease-in-out 0.1s both;
          animation: aniMachineLineAf 0.6s ease-in-out 0.1s both;
}
.productsTxtBox .Txt.aniStart .text {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.productsTxtBox .Txt.aniStart.name0 .dot {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.productsTxtBox .Txt.aniStart.name0 .dot::before, .productsTxtBox .Txt.aniStart.name0 .dot::after {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.productsTxtBox .Txt.aniStart.name0 .line::before {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.productsTxtBox .Txt.aniStart.name0 .line::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.productsTxtBox .Txt.aniStart.name0 .text {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.productsTxtBox .Txt.aniStart.name1 .dot {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.productsTxtBox .Txt.aniStart.name1 .dot::before, .productsTxtBox .Txt.aniStart.name1 .dot::after {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.productsTxtBox .Txt.aniStart.name1 .line::before {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.productsTxtBox .Txt.aniStart.name1 .line::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.productsTxtBox .Txt.aniStart.name1 .text {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.productsTxtBox .Txt.aniStart.name2 .dot {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.productsTxtBox .Txt.aniStart.name2 .dot::before, .productsTxtBox .Txt.aniStart.name2 .dot::after {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.productsTxtBox .Txt.aniStart.name2 .line::before {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.productsTxtBox .Txt.aniStart.name2 .line::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.productsTxtBox .Txt.aniStart.name2 .text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.productsTxtBox .Txt.aniStart.name3 .dot {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.productsTxtBox .Txt.aniStart.name3 .dot::before, .productsTxtBox .Txt.aniStart.name3 .dot::after {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.productsTxtBox .Txt.aniStart.name3 .line::before {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.productsTxtBox .Txt.aniStart.name3 .line::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.productsTxtBox .Txt.aniStart.name3 .text {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.productsTxtBox .Txt.aniStart.name4 .dot {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.productsTxtBox .Txt.aniStart.name4 .dot::before, .productsTxtBox .Txt.aniStart.name4 .dot::after {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.productsTxtBox .Txt.aniStart.name4 .line::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.productsTxtBox .Txt.aniStart.name4 .line::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.productsTxtBox .Txt.aniStart.name4 .text {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.productsTxtBox .Txt.aniStart.name5 .dot {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.productsTxtBox .Txt.aniStart.name5 .dot::before, .productsTxtBox .Txt.aniStart.name5 .dot::after {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.productsTxtBox .Txt.aniStart.name5 .line::before {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.productsTxtBox .Txt.aniStart.name5 .line::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.productsTxtBox .Txt.aniStart.name5 .text {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.aboutArea {
  position: relative;
  padding: 140px 0 130px;
  background-color: #222222;
  margin-top: -1px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 120px 0 100px;
  }
}
@media (max-width: 991px) {
  .aboutArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 575px) {
  .aboutArea {
    padding: 80px 0 60px;
  }
}
.aboutArea::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414141;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.aboutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5rem;
  }
}
.aboutBox .leftBox {
  position: relative;
  width: calc(50% - 3.375rem);
  padding-right: 4rem;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .aboutBox .leftBox {
    padding-right: 3rem;
  }
}
@media (max-width: 1366px) {
  .aboutBox .leftBox {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 1180px) {
  .aboutBox .leftBox {
    width: calc(50% - 0.5rem);
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .aboutBox .leftBox {
    width: 100%;
    max-width: 650px;
    padding-left: 2rem;
  }
}
.aboutBox .leftBox .locationText {
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background-color: #c42b05;
  border-radius: 4px;
  padding: 6px 18px;
  right: 13%;
  top: 32%;
  z-index: 1;
}
@media (max-width: 1330px) {
  .aboutBox .leftBox .locationText {
    right: 12%;
  }
}
@media (max-width: 1260px) {
  .aboutBox .leftBox .locationText {
    top: 31%;
    right: 11%;
  }
}
@media (max-width: 1120px) {
  .aboutBox .leftBox .locationText {
    right: 9%;
  }
}
@media (max-width: 1040px) {
  .aboutBox .leftBox .locationText {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .aboutBox .leftBox .locationText {
    top: 32%;
    right: 14%;
  }
}
@media (max-width: 700px) {
  .aboutBox .leftBox .locationText {
    right: 13%;
  }
}
@media (max-width: 660px) {
  .aboutBox .leftBox .locationText {
    font-size: 13px;
    padding: 5px 12px;
    right: 14%;
    top: 31.5%;
  }
}
@media (max-width: 600px) {
  .aboutBox .leftBox .locationText {
    right: 13%;
  }
}
@media (max-width: 575px) {
  .aboutBox .leftBox .locationText {
    top: 31%;
    right: 12%;
  }
}
@media (max-width: 520px) {
  .aboutBox .leftBox .locationText {
    top: 30%;
    right: 8.5%;
  }
}
@media (max-width: 480px) {
  .aboutBox .leftBox .locationText {
    top: 29.5%;
    right: 6.5%;
  }
}
@media (max-width: 440px) {
  .aboutBox .leftBox .locationText {
    top: 29%;
    right: 4%;
  }
}
@media (max-width: 420px) {
  .aboutBox .leftBox .locationText {
    top: 28%;
    right: 0;
  }
}
@media (max-width: 375px) {
  .aboutBox .leftBox .locationText {
    top: 27%;
    right: -4%;
  }
}
@media (max-width: 350px) {
  .aboutBox .leftBox .locationText {
    top: 25%;
    right: -8%;
  }
}
.aboutBox .leftBox .locationText::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #c42b05;
  position: absolute;
  top: calc(50% + 7px);
  right: calc(100% - 3px);
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.aboutBox .leftBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutBox .leftBox .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -5%;
  left: -8%;
}
@media (max-width: 1366px) {
  .aboutBox .leftBox .decoBg {
    left: -5%;
  }
}
@media (max-width: 991px) {
  .aboutBox .leftBox .decoBg {
    left: 0;
  }
}
.aboutBox .leftBox .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutBox .rightBox {
  width: 50%;
  padding-left: 1.25rem;
}
@media (max-width: 1180px) {
  .aboutBox .rightBox {
    width: calc(50% - 1rem);
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .aboutBox .rightBox {
    width: 100%;
  }
}
.aboutBox .rightBox.aniStart .topTitleBox .title {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out both;
          animation: slideDownAnimation 0.8s ease-in-out both;
}
.aboutBox .rightBox.aniStart .topTitleBox .title::before {
  -webkit-animation: aniLine 3s linear 0.5s both;
          animation: aniLine 3s linear 0.5s both;
}
.aboutBox .rightBox.aniStart .topTitleBox .decoTitle {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
          animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
}
.aboutBox .rightBox.aniStart .topTitleBox .decoTitle::before {
  -webkit-animation: aniLine 0.8s linear 0.5s both;
          animation: aniLine 0.8s linear 0.5s both;
}
.aboutBox .rightBox.aniStart .Txt .titleBox .title {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.5s both;
          animation: slideDownAnimation 0.8s ease-in-out 0.5s both;
}
.aboutBox .rightBox.aniStart .Txt .titleBox .text {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
          animation: slideDownAnimation 0.8s ease-in-out 0.6s both;
}
.aboutBox .rightBox.aniStart .btnBox {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out 0.8s both;
          animation: slideUpAnimation 0.8s ease-in-out 0.8s both;
}
.aboutBox .rightBox > .btnBox .btn {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.aboutBox .topTitleBox {
  position: relative;
  margin-bottom: 3.875rem;
}
@media (max-width: 1366px) {
  .aboutBox .topTitleBox {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1180px) {
  .aboutBox .topTitleBox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .aboutBox .topTitleBox {
    margin-bottom: 1.5rem;
  }
}
.aboutBox .topTitleBox .title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.5;
  color: #fff;
  padding-left: 60px;
  opacity: 0;
}
@media (max-width: 1280px) {
  .aboutBox .topTitleBox .title {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .topTitleBox .title {
    font-size: 15px;
    padding-left: 48px;
  }
}
@media (max-width: 575px) {
  .aboutBox .topTitleBox .title {
    font-size: 14px;
    padding-left: 32px;
  }
}
@media (max-width: 480px) {
  .aboutBox .topTitleBox .title {
    padding-left: 20px;
  }
}
.aboutBox .topTitleBox .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 2px;
  background-color: #c42b05;
  max-width: 40px;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1280px) {
  .aboutBox .topTitleBox .title::before {
    top: 10px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .topTitleBox .title::before {
    max-width: 32px;
  }
}
@media (max-width: 575px) {
  .aboutBox .topTitleBox .title::before {
    max-width: 20px;
  }
}
@media (max-width: 480px) {
  .aboutBox .topTitleBox .title::before {
    max-width: 12px;
  }
}
.aboutBox .topTitleBox .decoTitle {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #aaa;
  padding-top: 1rem;
  margin-top: 1.25rem;
  opacity: 0;
}
@media (max-width: 575px) {
  .aboutBox .topTitleBox .decoTitle {
    font-size: 13px;
    padding-top: 0.625rem;
    margin-top: 0.625rem;
  }
}
.aboutBox .topTitleBox .decoTitle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #6a6a6a;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.aboutBox .Txt .titleBox {
  margin-bottom: 0;
}
.aboutBox .Txt .titleBox .title {
  opacity: 0;
}
@media (max-width: 1366px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 46px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .aboutBox .Txt .titleBox .title {
    font-size: 24px;
  }
}
.aboutBox .Txt .titleBox .text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #fff;
  padding-top: 6px;
  opacity: 0;
}
@media (max-width: 575px) {
  .aboutBox .Txt .titleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .aboutBox .Txt .titleBox .text {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .aboutBox .Txt .titleBox .text {
    font-size: 13px;
  }
}
.aboutBox .btnBox {
  opacity: 0;
  margin-top: 3.75rem;
}
@media (max-width: 1366px) {
  .aboutBox .btnBox {
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .aboutBox .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .aboutBox .btnBox .btn {
    min-width: 180px;
    max-width: 180px;
  }
}

.advantageArea {
  position: relative;
  background-color: #222222;
}
@media (max-width: 1366px) {
  .advantageArea .wrap {
    padding: 0;
  }
}

.advantageList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
}
@media (max-width: 1366px) {
  .advantageList {
    border-right: 0;
  }
}
.advantageList .advantageItem {
  position: relative;
  width: 25%;
  padding: 3rem 2rem;
}
@media (max-width: 1499px) {
  .advantageList .advantageItem {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 1366px) {
  .advantageList .advantageItem {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1280px) {
  .advantageList .advantageItem {
    width: 50%;
    padding: 2rem;
  }
  .advantageList .advantageItem:nth-child(n+3) {
    border-top: 1px solid #414141;
  }
}
@media (max-width: 768px) {
  .advantageList .advantageItem {
    width: 100%;
    padding: 2rem 1.875rem;
  }
  .advantageList .advantageItem:not(:first-child) {
    border-top: 1px solid #414141;
  }
}
@media (max-width: 375px) {
  .advantageList .advantageItem {
    padding: 1.5rem 1.875rem;
  }
}
.advantageList .advantageItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 32px;
}
@media (max-width: 768px) {
  .advantageList .advantageItem::before {
    left: 130px;
  }
}
@media (max-width: 375px) {
  .advantageList .advantageItem::before {
    left: 30px;
  }
}
.advantageList .advantageItem::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #c42b05;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 32px;
}
@media (max-width: 768px) {
  .advantageList .advantageItem::after {
    left: 130px;
  }
}
@media (max-width: 375px) {
  .advantageList .advantageItem::after {
    left: 30px;
  }
}
.advantageList .advantageItem + .advantageItem {
  border-left: 1px solid #414141;
}
@media (min-width: 1201px) {
  .advantageList .advantageItem:hover .iconImg {
    background-color: #c42b05;
    border-color: #c42b05;
  }
  .advantageList .advantageItem:hover .Txt .title {
    color: #c42b05;
  }
  .advantageList .advantageItem:hover .Txt .text {
    color: #f1f1f1;
  }
}
.advantageList .advantageItem.aniStart .iconImg {
  -webkit-animation: aniZoomIn 0.8s ease-in-out both;
          animation: aniZoomIn 0.8s ease-in-out both;
}
.advantageList .advantageItem.aniStart .Txt .title {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out both;
          animation: slideDownAnimation 0.8s ease-in-out both;
}
.advantageList .advantageItem.aniStart .Txt .text {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out 0.2s both;
          animation: slideDownAnimation 0.8s ease-in-out 0.2s both;
}
.advantageList .iconImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  background-color: #222222;
  border: 1px solid #484848;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  margin: 1.5rem 0;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 1366px) {
  .advantageList .iconImg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1280px) {
  .advantageList .iconImg {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .advantageList .iconImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
  }
}
@media (max-width: 440px) {
  .advantageList .iconImg {
    width: 64px;
    height: 64px;
  }
}
.advantageList .Img {
  width: 47px;
  height: 47px;
}
@media (max-width: 1366px) {
  .advantageList .Img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .advantageList .Img {
    width: 32px;
    height: 32px;
  }
}
.advantageList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .advantageList .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 375px) {
  .advantageList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.25rem;
  }
}
.advantageList .Txt .textBox {
  position: relative;
}
@media (max-width: 768px) {
  .advantageList .Txt .textBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.advantageList .Txt .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
}
@media (max-width: 1499px) {
  .advantageList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .advantageList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .advantageList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .advantageList .Txt .title {
    display: none;
  }
}
.advantageList .Txt .title.mobile {
  display: block;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .advantageList .Txt .title.mobile {
    display: none;
  }
}
@media (max-width: 440px) {
  .advantageList .Txt .title.mobile {
    font-size: 17px;
  }
}
.advantageList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  color: #888888;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1366px) {
  .advantageList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .advantageList .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .advantageList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .advantageList .Txt .text {
    font-size: 14px;
  }
}

.newsArea {
  position: relative;
  background-color: #f1f1f1;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/news-bg.png");
  background-size: 400px;
  pointer-events: none;
}
.newsArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem 1rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .newsArea .topBox {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 380px) {
  .newsArea .topBox {
    row-gap: 1.5rem;
  }
}
.newsArea .topBox .titleBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.newsArea .topBox .right {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 2.5rem;
}
@media (max-width: 991px) {
  .newsArea .topBox .right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .newsArea .topBox .right {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.newsArea .topBox .btnBox {
  margin-top: 0;
}
@media (max-width: 380px) {
  .newsArea .topBox .btnBox {
    width: 100%;
  }
  .newsArea .topBox .btnBox .btn {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  .newsArea .topBox .controlBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.newsBox {
  position: relative;
  margin-top: 4rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .newsBox {
    margin-top: 3rem;
  }
}
.newsBox .slick-list {
  padding-right: 2px;
}
@media (max-width: 1366px) {
  .newsBox .slick-list {
    padding-right: 3px;
  }
}
.newsBox .slick-slide > div {
  height: 100%;
}
.newsBox .newsItem {
  position: relative;
  height: 100%;
  border-left: 1px solid #aaaaaa;
}
.newsBox .item {
  position: relative;
  padding: 0 3rem;
}
@media (max-width: 1366px) {
  .newsBox .item {
    padding: 0 2rem;
  }
}
.newsBox .Txt {
  position: relative;
}
.newsBox .newsInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  padding: 0.875rem 0 1.5rem;
}
@media (max-width: 1280px) {
  .newsBox .newsInfoBox {
    padding: 0.875rem 0 1.25rem;
  }
}
@media (max-width: 400px) {
  .newsBox .newsInfoBox {
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
}
.newsBox .newsInfoBox .classTitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1180px) {
  .newsBox .newsInfoBox .classTitle {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .newsBox .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
.newsBox .newsInfoBox .classTitle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #aaaaaa;
  position: absolute;
  top: 50%;
  right: -14px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 400px) {
  .newsBox .newsInfoBox .classTitle::before {
    right: -11px;
  }
}
.newsBox .newsInfoBox .dateBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.newsBox .newsInfoBox .dateBox .date,
.newsBox .newsInfoBox .dateBox .year {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #222222;
}
@media (max-width: 1180px) {
  .newsBox .newsInfoBox .dateBox .date,
  .newsBox .newsInfoBox .dateBox .year {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .newsBox .newsInfoBox .dateBox .date,
  .newsBox .newsInfoBox .dateBox .year {
    font-size: 14px;
  }
}
.newsBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e6e6e6;
}
.newsBox .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 120px;
  height: 100%;
  background-color: #cbcbcb;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1180px) {
  .newsBox .line::before {
    width: 110px;
  }
}
@media (max-width: 400px) {
  .newsBox .line::before {
    width: 100px;
  }
}
.newsBox .textBox {
  position: relative;
  padding: 1.75rem 0 1.5rem;
}
@media (max-width: 1280px) {
  .newsBox .textBox {
    padding: 1.25rem 0 1.25rem;
  }
}
.newsBox .textBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  color: #222222;
}
@media (max-width: 1280px) {
  .newsBox .textBox .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .newsBox .textBox .title {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .newsBox .textBox .title {
    font-size: 17px;
  }
}
@media (min-width: 1201px) {
  .newsBox .textBox .title:hover {
    color: #c42b05;
  }
}

.linkArea {
  position: relative;
}
.linkArea::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 859px) {
  .linkArea::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
.linkArea > .wrap {
  max-width: 100%;
  padding: 0;
}

.linkBox {
  position: relative;
}
.linkBox .Img {
  position: relative;
  height: 420px;
}
@media (max-width: 1280px) {
  .linkBox .Img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .linkBox .Img {
    height: 300px;
  }
}
@media (max-width: 859px) {
  .linkBox .Img {
    height: 800px;
  }
}
@media (max-width: 640px) {
  .linkBox .Img {
    height: 760px;
  }
}
@media (max-width: 400px) {
  .linkBox .Img {
    height: 650px;
  }
}
.linkBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 859px) {
  .linkBox .Img img {
    -o-object-position: 0 70%;
       object-position: 0 70%;
  }
}
@media (max-width: 640px) {
  .linkBox .Img img {
    -o-object-position: 0 60%;
       object-position: 0 60%;
  }
}
@media (max-width: 575px) {
  .linkBox .Img img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.linkBox .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 90px 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .linkBox .Txt {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .linkBox .Txt {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .linkBox .Txt {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .linkBox .Txt {
    padding: 40px 0;
  }
}
.linkBox .Txt .wrap {
  height: 100%;
}
.linkBox .Txt .innerBox {
  position: relative;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1280px) {
  .linkBox .Txt .innerBox {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .linkBox .Txt .innerBox {
    max-width: 500px;
  }
}
@media (max-width: 859px) {
  .linkBox .Txt .innerBox {
    margin: 0 auto;
  }
}
.linkBox .Txt .title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.25;
  color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .linkBox .Txt .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .title {
    font-size: 33.6px;
  }
}
@media (max-width: 991px) {
  .linkBox .Txt .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .title {
    font-size: 28.8px;
  }
}
@media (max-width: 375px) {
  .linkBox .Txt .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .title {
    font-size: 24px;
  }
}
.linkBox .Txt .textEditorBox {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin-top: 0.625rem;
}
.linkBox .Txt .text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .text {
    font-size: 17.6px;
  }
}
@media (max-width: 1280px) {
  .linkBox .Txt .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .linkBox .Txt .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .linkBox .Txt .text {
    font-size: 14.4px;
  }
}
@media (max-width: 575px) {
  .linkBox .Txt .text {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 400px) {
  .linkBox .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .linkBox .Txt .text {
    font-size: 14px;
  }
}
.linkBox .btnBox .btn {
  padding: 1rem 2.625rem;
}
@media (max-width: 575px) {
  .linkBox .btnBox .btn {
    padding: 1rem 2rem;
  }
}

#ghost {
  width: 20px;
  height: 20px;
  background-color: #c42b05;
}
/*# sourceMappingURL=home.css.map */