@charset "UTF-8";
.contactArea .linkItem .btn svg, .contactArea .linkItem .btn span, .contactArea .top .textEditor .btn svg, .contactArea .top .textEditor .btn a, .contactArea .top .textEditor .btn, .newsArea .newsBox .btn span, .processDots .listItem, .processPrevBtn span,
.processNextBtn span, .processPrevBtn,
.processNextBtn, .processList .Img img, .processList .Img, .aboutArea .aboutItem:nth-of-type(5), .aboutArea .aboutItem:nth-of-type(4), .aboutArea .aboutItem:nth-of-type(3), .aboutArea .aboutItem:nth-of-type(2), .aboutArea .aboutItem:nth-of-type(1), .aboutArea .right .btn span, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow {
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAni {
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
@keyframes bannerScrollAni {
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
@-webkit-keyframes bannerScrolArrowlAni {
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes bannerScrolArrowlAni {
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
  z-index: 10;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 6;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  height: 990px;
}
.bannerArea .bannerItem.slick-current .Txt .titleImg {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.5s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.5s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem {
    height: 640px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem {
    height: 480px;
  }
}
@media (max-width: 414px) {
  .bannerArea .bannerItem {
    height: 450px;
  }
}
.bannerArea .Txt {
  max-width: 950px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px 20px 85px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 30px;
}
.bannerArea .Txt .titleBox {
  max-width: 880px;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .bannerArea .Txt .titleBox {
    margin: 0 40px;
  }
}
@media (max-width: 414px) {
  .bannerArea .Txt .titleBox {
    margin: 0 0 0 20px;
  }
}
.bannerArea .Txt .titleBox .titleImg {
  position: relative;
  width: 100%;
  opacity: 0;
}
.bannerArea .Txt .titleBox .titleImg img {
  height: 100%;
}
.bannerArea .Txt .titleBox .titleImg::after {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "01";
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 27px;
  color: #4dd8fb;
}
@media (max-width: 414px) {
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 18px;
    left: -25px;
  }
}
.bannerArea .Txt .title {
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 3.5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .title {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.bannerArea .Txt .purpose {
  display: inline-block;
  margin: 5px 50px 0 60px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .purpose {
    display: none;
  }
}
.bannerArea .Txt .subtitle {
  display: block;
  text-align: right;
  margin-top: 15px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 100;
  color: #1a1a1a;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .subtitle {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .subtitle {
    font-size: 21px;
    line-height: 2.5;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .subtitle {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 8px;
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .bannerArea .Txt .subtitle {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 5px;
  }
}
.bannerArea .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .Txt .bannerBtn a {
  background-color: #003670;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .Txt .bannerBtn a:hover {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #003670;
}
.bannerArea .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #003670 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #003670 transparent transparent transparent;
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
  50% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
  50% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 6;
  opacity: 0;
  -webkit-animation: scrollDownAnimation 0.5s ease 2s forwards;
          animation: scrollDownAnimation 0.5s ease 2s forwards;
}
.bannerArea .scrollDown span {
  position: relative;
  display: block;
  border: 2px solid #003670;
  border-radius: 15px;
  width: 24px;
  height: 38px;
}
.bannerArea .scrollDown span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 7px;
  background: #003670;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: bannerScrollAni 2.5s ease infinite;
          animation: bannerScrollAni 2.5s ease infinite;
}
.bannerArea .scrollDown svg {
  width: 14px;
  height: 10px;
  margin-left: 2px;
  stroke: #003670;
  -webkit-animation: bannerScrolArrowlAni 2.5s 0.8s ease infinite;
          animation: bannerScrolArrowlAni 2.5s 0.8s ease infinite;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    bottom: 20px;
  }
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.bannerArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
}
.bannerArea .decoBox .level00 {
  position: relative;
  z-index: 0;
}
.bannerArea .decoBox .level01 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: block;
  width: 1575px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .bannerArea .decoBox .level01 {
    width: 1000px;
    height: auto;
  }
}
.bannerArea .decoBox .level020 {
  position: absolute;
  top: 8%;
  left: 32%;
  display: block;
  max-width: 278px;
  height: auto;
  z-index: 3;
  opacity: 0;
  -webkit-animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.8s forwards;
          animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.8s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .level020 {
    max-width: 18vw;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .level020 {
    max-width: 15vw;
    left: 25%;
    top: 14%;
  }
}
.bannerArea .decoBox .level021 {
  position: absolute;
  bottom: 110px;
  right: 20%;
  display: block;
  height: auto;
  max-width: 9vw;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2.3s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
          animation: up 2.3s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .level021 {
    max-width: 15vw;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .level021 {
    bottom: 2%;
  }
}
.bannerArea .decoBox .level022 {
  position: absolute;
  bottom: 150px;
  left: calc(50% + 450px);
  display: block;
  height: 125px;
  max-width: 146px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.7s forwards;
          animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.7s forwards;
}
.bannerArea .decoBox .level023 {
  position: absolute;
  bottom: 130px;
  left: calc(50% - 520px);
  display: block;
  height: auto;
  max-width: 1038px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
          animation: up 2.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .level023 {
    max-width: 60vw;
    left: 20%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .level023 {
    display: none;
  }
}
.bannerArea .decoBox .level024 {
  position: absolute;
  top: 460px;
  left: calc(50% + 220px);
  display: block;
  height: auto;
  max-width: 68px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 640px) {
  .bannerArea .decoBox .level024 {
    top: initial;
    bottom: 0%;
    max-width: 7vw;
  }
}
.bannerArea .decoBox .level025 {
  position: absolute;
  top: 600px;
  left: calc(50% + 150px);
  display: block;
  height: 79px;
  max-width: 68px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2.1s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
          animation: up 2.1s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
}
.bannerArea .decoBox .level026 {
  position: absolute;
  top: 460px;
  left: calc(50% - 190px);
  display: block;
  height: auto;
  max-width: 146px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .level026 {
    max-width: 10vw;
    top: 40%;
  }
}
.bannerArea .decoBox .level027 {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 210px);
  display: block;
  height: auto;
  max-width: 106px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2.3s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
          animation: up 2.3s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
}
@media (max-width: 768px) {
  .bannerArea .decoBox .level027 {
    max-width: 12vw;
    bottom: 2%;
  }
}
.bannerArea .decoBox .level028 {
  position: absolute;
  top: 460px;
  left: 150px;
  display: block;
  height: auto;
  max-width: 158px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
          animation: up 2s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .level028 {
    display: none;
  }
}
.bannerArea .decoBox .level029 {
  position: absolute;
  bottom: 180px;
  right: 150px;
  display: block;
  height: auto;
  max-width: 160px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: up 1.8s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
          animation: up 1.8s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .level029 {
    bottom: 5%;
    max-width: 11vw;
  }
}
.bannerArea .decoBox .g {
  position: absolute;
  bottom: 245px;
  left: 12%;
  display: block;
  max-width: 22vw;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: gTextUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: gTextUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .g {
    max-width: 25vw;
    left: 5%;
    bottom: 25%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .g {
    max-width: 30vw;
    left: 5%;
    bottom: 25%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .g {
    left: -5%;
    bottom: 12%;
  }
}
.bannerArea .decoBox .e01 {
  position: absolute;
  bottom: 180px;
  left: 29%;
  display: block;
  max-width: 12vw;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
          animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .e01 {
    max-width: 15vw;
    left: 25%;
    bottom: 17%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .e01 {
    max-width: 20vw;
    left: 27%;
    bottom: 20%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .e01 {
    max-width: 21vw;
    left: 19%;
    bottom: 12%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .e01 {
    max-width: 28vw;
    bottom: 10%;
  }
}
.bannerArea .decoBox .n {
  position: absolute;
  top: 320px;
  right: 30%;
  display: block;
  max-width: 14vw;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: nTextUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
          animation: nTextUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .n {
    max-width: 17vw;
    right: 30%;
    top: 35%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .n {
    max-width: 23vw;
    right: 32%;
    top: 35%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .n {
    max-width: 27vw;
    top: 42%;
  }
}
.bannerArea .decoBox .e02 {
  position: absolute;
  top: 320px;
  right: 18%;
  display: block;
  max-width: 13vw;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: e02TextUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .e02 {
    max-width: 16vw;
    right: 15%;
    top: 28%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .e02 {
    max-width: 21vw;
    right: 10%;
    top: 26%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .e02 {
    max-width: 22vw;
    top: 35%;
  }
}
.bannerArea .decoBox .s {
  position: absolute;
  bottom: 340px;
  right: 10%;
  display: block;
  max-width: 11vw;
  z-index: 5;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: sTextUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: sTextUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1440px) {
  .bannerArea .decoBox .s {
    max-width: 14vw;
    right: 5%;
    bottom: 48%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .s {
    max-width: 19vw;
    right: 0%;
    bottom: 49%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .s {
    max-width: 25vw;
    right: -10%;
    bottom: 40%;
  }
}
.bannerArea .decoBox .box {
  position: absolute;
  bottom: 130px;
  right: calc(50% - 580px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  -webkit-animation: move 1.2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move 1.2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box img {
  display: block;
  height: auto;
  max-width: 202px;
  width: 100%;
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .box img {
    max-width: 15vw;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box {
    right: -18%;
    bottom: 0%;
  }
  .bannerArea .decoBox .box img {
    max-width: 10vw;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .box {
    bottom: -10%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .box {
    right: -40%;
  }
}
.bannerArea .decoBox .box02 {
  position: absolute;
  bottom: 300px;
  left: calc(50% - 710px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1s forwards;
          animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1s forwards;
}
.bannerArea .decoBox .box02 img {
  display: block;
  height: auto;
  max-width: 157px;
  width: 100%;
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .box02 {
    left: -12%;
    bottom: 32%;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 12vw;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box02 {
    left: -15%;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 15vw;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .box02 {
    bottom: 20%;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 10vw;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .box02 {
    left: -25%;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 15vw;
  }
}
.bannerArea .decoBox .box03 {
  position: absolute;
  top: 500px;
  right: calc(50% - 740px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 1.8s cubic-bezier(0.77, -0.01, 0.58, 1) 1s forwards;
          animation: move 1.8s cubic-bezier(0.77, -0.01, 0.58, 1) 1s forwards;
}
.bannerArea .decoBox .box03 img {
  display: block;
  height: 54px;
  max-width: 60px;
  width: 100%;
}
.bannerArea .decoBox .box04 {
  position: absolute;
  top: 220px;
  left: calc(50% + 60px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move02 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move02 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box04 img {
  display: block;
  height: 50px;
  max-width: 56px;
  width: 100%;
}
.bannerArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.bannerArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .bannerArea .bannerVideo,
.bannerArea .socialBox,
.bannerArea .slick-dots,
.bannerArea .arrowBox {
    display: none !important;
  }
}

.aboutArea {
  position: relative;
  padding: 120px 0 240px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0 240px;
  }
}
@media (max-width: 1024px) {
  .aboutArea {
    padding: 50px 0 150px;
  }
}
.aboutArea .wrap {
  max-width: 1540px;
  position: relative;
  z-index: 5;
}
.aboutArea .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1024px) {
  .aboutArea .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 645px;
    margin: 0 auto;
  }
}
.aboutArea .titleBox {
  max-width: 395px;
  margin-left: 60px;
  width: 100%;
}
.aboutArea .titleBox .titleImg {
  position: relative;
}
.aboutArea .titleBox .titleImg::after {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "02";
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 27px;
  color: #4dd8fb;
}
.aboutArea .titleBox .titleImg img {
  width: 100%;
}
@media (max-width: 414px) {
  .aboutArea .titleBox .titleImg::after {
    font-size: 18px;
    left: -30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .aboutArea .titleBox {
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .aboutArea .titleBox {
    max-width: 200px;
    margin-left: 40px;
  }
}
@media (max-width: 360px) {
  .aboutArea .titleBox {
    max-width: 160px;
    margin-left: 30px;
  }
}
.aboutArea .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: auto;
  padding: 85px 0 0 50px;
}
@media (max-width: 1024px) {
  .aboutArea .right {
    margin: 0 auto;
    padding: 0 0 60px;
  }
}
.aboutArea .right .Txt {
  max-width: 645px;
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 95px 55px 65px;
  line-height: 1.8;
  background: url(../images/about/textBg.png);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .aboutArea .right .Txt {
    padding: 60px 55px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .right .Txt {
    padding: 45px;
  }
}
.aboutArea .right .paragraph {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .aboutArea .right .paragraph {
    font-size: 14px;
  }
}
.aboutArea .right .title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #003670;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .aboutArea .right .title {
    font-size: 20px;
  }
}
.aboutArea .right .btn {
  max-width: 200px;
  margin-top: 40px;
  margin-left: -20px;
}
@media (max-width: 480px) {
  .aboutArea .right .btn {
    margin-top: 10px;
  }
}
.aboutArea .right .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 65px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
}
.aboutArea .right .btn span {
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  border-radius: 50%;
  background: #ffffff;
}
.aboutArea .right .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .right .btn:hover a {
  color: #003670;
}
.aboutArea .right .btn:hover span {
  width: 65px;
  height: 65px;
  background: #003670;
  margin-left: 15px;
}
.aboutArea .right .btn:hover svg {
  stroke: #ffffff;
}
.aboutArea .right .Img {
  margin: -60px 0 0 -35px;
  width: 300px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.aboutArea .right .Img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .aboutArea .right .Img {
    display: none;
  }
}
.aboutArea .aboutList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1180px) {
  .aboutArea .aboutList {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutList {
    max-width: 645px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .aboutItem {
  position: relative;
  border-radius: 50%;
}
.aboutArea .aboutItem:nth-of-type(1) {
  background: #4fa4db;
  margin: 100px 60px 0 120px;
}
@media (max-width: 1024px) {
  .aboutArea .aboutItem:nth-of-type(1) {
    margin: 100px 40px 0 20px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutItem:nth-of-type(1) {
    margin: 100px 10px 0;
  }
}
@media (max-width: 414px) {
  .aboutArea .aboutItem:nth-of-type(1) {
    margin: 100px 5px 0;
  }
}
.aboutArea .aboutItem:nth-of-type(1) a {
  width: 97px;
  height: 97px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(1) a {
    width: 80px;
    height: 80px;
  }
}
.aboutArea .aboutItem:nth-of-type(1) .circle {
  width: 115px;
  height: 115px;
  stroke: #4fa4db;
  -webkit-animation: circle 18s linear infinite;
          animation: circle 18s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(1) .circle {
    width: 100px;
    height: 100px;
  }
}
.aboutArea .aboutItem:nth-of-type(1)::after {
  height: 150px;
  background: linear-gradient(to bottom, #4fa4db 0%, rgba(79, 164, 219, 0) 100%);
}
.aboutArea .aboutItem:nth-of-type(1) .decoCircle {
  width: 160px;
  height: 160px;
  fill: #4fa4db;
  -webkit-animation: rotateCircle 5s linear infinite;
          animation: rotateCircle 5s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(1) .decoCircle {
    width: 140px;
    height: 140px;
  }
}
.aboutArea .aboutItem:nth-of-type(2) {
  background: #3478b5;
  margin: -20px 20px 0 60px;
}
@media (max-width: 640px) {
  .aboutArea .aboutItem:nth-of-type(2) {
    margin: -20px 30px 0;
  }
}
@media (max-width: 414px) {
  .aboutArea .aboutItem:nth-of-type(2) {
    margin: -20px 10px 0;
  }
}
.aboutArea .aboutItem:nth-of-type(2) a {
  width: 125px;
  height: 125px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(2) a {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.aboutArea .aboutItem:nth-of-type(2) .circle {
  width: 143px;
  height: 143px;
  stroke: #e55921;
  -webkit-animation: circle 13s linear 1s infinite;
          animation: circle 13s linear 1s infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(2) .circle {
    width: 120px;
    height: 120px;
  }
}
.aboutArea .aboutItem:nth-of-type(2)::after {
  height: 200px;
  background: linear-gradient(to bottom, #e55921 0%, rgba(225, 116, 0, 0) 100%);
}
.aboutArea .aboutItem:nth-of-type(2) .decoCircle {
  width: 198px;
  height: 198px;
  fill: #e55921;
  -webkit-animation: rotateCircle 8s linear infinite;
          animation: rotateCircle 8s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(2) .decoCircle {
    width: 160px;
    height: 160px;
  }
}
.aboutArea .aboutItem:nth-of-type(3) {
  background: #6cb3dd;
  margin: 130px auto 0 30px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutItem:nth-of-type(3) {
    margin: 130px 30px 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutItem:nth-of-type(3) {
    margin: 130px 10px 0;
  }
}
@media (max-width: 414px) {
  .aboutArea .aboutItem:nth-of-type(3) {
    margin: 110px 5px 0;
  }
}
.aboutArea .aboutItem:nth-of-type(3) a {
  width: 112px;
  height: 112px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(3) a {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
}
.aboutArea .aboutItem:nth-of-type(3) .circle {
  width: 130px;
  height: 130px;
  stroke: #e17400;
  -webkit-animation: circle 10s linear 0.5s infinite;
          animation: circle 10s linear 0.5s infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(3) .circle {
    width: 110px;
    height: 110px;
  }
}
.aboutArea .aboutItem:nth-of-type(3)::after {
  height: 200px;
  background: linear-gradient(to bottom, #e17400 0%, rgba(225, 116, 0, 0) 100%);
}
.aboutArea .aboutItem:nth-of-type(3) .decoCircle {
  width: 178px;
  height: 178px;
  fill: #e17400;
  -webkit-animation: rotateCircle 10s linear infinite;
          animation: rotateCircle 10s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(3) .decoCircle {
    width: 150px;
    height: 150px;
  }
}
.aboutArea .aboutItem:nth-of-type(4) {
  background: #4fa4db;
  margin: 85px 165px 0 auto;
}
@media (max-width: 1280px) {
  .aboutArea .aboutItem:nth-of-type(4) {
    margin: 85px 25px 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutItem:nth-of-type(4) {
    margin: 55px 30px 0;
  }
}
@media (max-width: 414px) {
  .aboutArea .aboutItem:nth-of-type(4) {
    margin: 25px 10px 0;
  }
}
.aboutArea .aboutItem:nth-of-type(4) a {
  width: 107px;
  height: 107px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(4) a {
    width: 95px;
    height: 95px;
    font-size: 14px;
  }
}
.aboutArea .aboutItem:nth-of-type(4) .circle {
  width: 125px;
  height: 125px;
  stroke: #4fa4db;
  -webkit-animation: circle 10s linear 1s infinite;
          animation: circle 10s linear 1s infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(4) .circle {
    width: 110px;
    height: 110px;
  }
}
.aboutArea .aboutItem:nth-of-type(4)::after {
  height: 150px;
  background: linear-gradient(to bottom, #4fa4db 0%, rgba(79, 164, 219, 0) 100%);
}
.aboutArea .aboutItem:nth-of-type(4) .decoCircle {
  width: 168px;
  height: 168px;
  fill: #4fa4db;
  -webkit-animation: rotateCircle 5s linear infinite;
          animation: rotateCircle 5s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(4) .decoCircle {
    width: 160px;
    height: 160px;
  }
}
.aboutArea .aboutItem:nth-of-type(5) {
  background: #6cb3dd;
  margin: 130px 55px 0 50px;
}
@media (max-width: 640px) {
  .aboutArea .aboutItem:nth-of-type(5) {
    margin: 130px 50px 0;
  }
}
@media (max-width: 414px) {
  .aboutArea .aboutItem:nth-of-type(5) {
    margin: 80px 30px 0;
  }
}
.aboutArea .aboutItem:nth-of-type(5) a {
  width: 102px;
  height: 102px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(5) a {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}
.aboutArea .aboutItem:nth-of-type(5) .circle {
  width: 120px;
  height: 120px;
  stroke: #e9a605;
  -webkit-animation: circle 8s linear 1s infinite;
          animation: circle 8s linear 1s infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(5) .circle {
    width: 108px;
    height: 108px;
  }
}
.aboutArea .aboutItem:nth-of-type(5)::after {
  height: 150px;
  background: linear-gradient(to bottom, #e9a605 0%, rgba(233, 166, 5, 0) 100%);
}
.aboutArea .aboutItem:nth-of-type(5) .decoCircle {
  width: 168px;
  height: 168px;
  fill: #e9a605;
  -webkit-animation: rotateCircle 7s linear infinite;
          animation: rotateCircle 7s linear infinite;
}
@media (max-width: 460px) {
  .aboutArea .aboutItem:nth-of-type(5) .decoCircle {
    width: 160px;
    height: 160px;
  }
}
.aboutArea .aboutItem:hover {
  background: #e17400;
}
@-webkit-keyframes circle {
  to {
    stroke-dasharray: 70;
    stroke-dashoffset: 1400;
  }
}
@keyframes circle {
  to {
    stroke-dasharray: 70;
    stroke-dashoffset: 1400;
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}
.aboutArea .aboutItem .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke-dasharray: 70;
  stroke-dashoffset: 0;
}
.aboutArea .aboutItem .decoCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .aboutItem a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
}
.aboutArea .aboutItem::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -130%;
  left: 50%;
  display: block;
  width: 2px;
}
.aboutArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.aboutArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes up {
  to {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes up {
  to {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes blur {
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.aboutArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin-bottom: 120px;
  pointer-events: none;
}
.aboutArea .decoBox.show .aboutNet {
  transition: opacity 0.5s;
  transition-delay: 1.2s;
}
.aboutArea .decoBox.show .level00 {
  transition: opacity 0.5s;
  transition-delay: 1.2s;
}
.aboutArea .decoBox.show .level01 {
  -webkit-animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.6s forwards;
          animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.6s forwards;
}
.aboutArea .decoBox.show .city01 {
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
}
.aboutArea .decoBox.show .city02 {
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.5s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.5s forwards;
}
.aboutArea .decoBox.show .city03 {
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.1s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.1s forwards;
}
.aboutArea .decoBox.show .city04 {
  -webkit-animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.1s forwards;
          animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.1s forwards;
}
.aboutArea .decoBox.show .location {
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.8s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.8s forwards;
}
.aboutArea .decoBox.show .gear {
  -webkit-animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.aboutArea .decoBox.show .gear02 {
  -webkit-animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.4s forwards;
          animation: blur 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.4s forwards;
}
.aboutArea .decoBox .aboutNet {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.aboutArea .decoBox .level00 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: calc(50% + 90px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.aboutArea .decoBox .level01 {
  position: absolute;
  z-index: 0;
  bottom: 350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
.aboutArea .decoBox .city01 {
  position: absolute;
  z-index: 0;
  bottom: 320px;
  left: 0;
  width: 100%;
  opacity: 0;
}
.aboutArea .decoBox .city02 {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  left: calc(50% - 640px);
  width: 811px;
  opacity: 0;
}
.aboutArea .decoBox .city03 {
  position: absolute;
  z-index: 0;
  bottom: 60px;
  right: calc(50% - 690px);
  width: 425px;
  opacity: 0;
}
.aboutArea .decoBox .city04 {
  position: absolute;
  z-index: 0;
  bottom: 160px;
  right: 50%;
  width: 291px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
.aboutArea .decoBox .location {
  position: absolute;
  z-index: 0;
  bottom: 140px;
  right: calc(50% - 460px);
  width: 319px;
  opacity: 0;
}
.aboutArea .decoBox .gear {
  position: absolute;
  z-index: 0;
  bottom: 110px;
  right: calc(50% - 110px);
  width: 142px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
.aboutArea .decoBox .gear02 {
  position: absolute;
  z-index: 0;
  bottom: 90px;
  right: calc(50% - 410px);
  width: 213px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}

.processArea {
  position: relative;
  padding: 270px 20px 220px;
}
@media (max-width: 1180px) {
  .processArea {
    padding: 100px 20px 220px;
  }
}
.processArea .wrap {
  position: relative;
  z-index: 5;
  max-width: 1340px;
}
@media (max-width: 1366px) {
  .processArea .wrap {
    max-width: 1120px;
    padding: 0;
  }
}
.processArea .titleBox {
  position: relative;
  z-index: 6;
  max-width: 364px;
  margin-left: auto;
  width: 100%;
}
.processArea .titleBox .titleImg {
  position: relative;
}
.processArea .titleBox .titleImg::after {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "03";
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 27px;
  color: #4dd8fb;
}
.processArea .titleBox .titleImg img {
  width: 100%;
}
@media (max-width: 414px) {
  .processArea .titleBox .titleImg::after {
    font-size: 18px;
    left: -30px;
  }
}
@media (max-width: 1080px) {
  .processArea .titleBox {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .processArea .titleBox {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .processArea .titleBox {
    max-width: 260px;
  }
}
@media (max-width: 360px) {
  .processArea .titleBox {
    max-width: 200px;
    margin-left: 30px;
  }
}
.processArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.processArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.processArea .bgImg .bg {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.processArea .bgImg .map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1720px;
  z-index: 5;
  display: block;
}
.processArea .decoBox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@-webkit-keyframes rotateCircle02 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
            transform: translate(-50%, -50%) rotate(25deg);
  }
}
@keyframes rotateCircle02 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
            transform: translate(-50%, -50%) rotate(25deg);
  }
}
@-webkit-keyframes zoomCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
            transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
            transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
    border-width: 1px;
  }
}
.processArea .serviceDeco01 {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 530px;
  height: 530px;
  fill: #33ccf8;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateCircle02 1.5s linear infinite;
          animation: rotateCircle02 1.5s linear infinite;
}
@media (max-width: 480px) {
  .processArea .serviceDeco01 {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 414px) {
  .processArea .serviceDeco01 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 360px) {
  .processArea .serviceDeco01 {
    width: 320px;
    height: 320px;
  }
}
.processArea .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 640px;
  height: 640px;
  stroke: #4dd8fb;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  stroke-dasharray: 70;
  stroke-dashoffset: 0;
  -webkit-animation: circle 25s linear infinite;
          animation: circle 25s linear infinite;
}
@media (max-width: 480px) {
  .processArea .circle {
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 414px) {
  .processArea .circle {
    width: 460px;
    height: 460px;
  }
}
@media (max-width: 360px) {
  .processArea .circle {
    width: 360px;
    height: 360px;
  }
}
.processArea .zoomCircle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  border: 3px solid #c5cfd1;
  -webkit-animation: zoomCircle 4s 3.5s linear backwards infinite;
          animation: zoomCircle 4s 3.5s linear backwards infinite;
}

/***** 變數 *****/
/***** 流程樣式 *****/
.processBox {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 950px;
  margin-top: -450px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
}
@media (max-width: 1366px) {
  .processBox {
    margin-left: 70px;
  }
}
@media (max-width: 1180px) {
  .processBox {
    height: 900px;
    margin-top: -210px;
  }
}
@media (max-width: 1024px) {
  .processBox {
    margin: 100px auto 0;
  }
}
@media (max-width: 900px) {
  .processBox {
    height: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .processBox {
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .processBox {
    height: 400px;
  }
}

.processList {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 900px) {
  .processList {
    display: none;
  }
}
.processList::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  border: 3px solid #cedfe1;
}
@media (max-width: 1180px) {
  .processList::after {
    width: 770px;
    height: 770px;
  }
}
.processList .listItem {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  z-index: 5;
  width: 100px;
  height: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
.processList .listItem:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.processList .listItem:nth-of-type(1) .Img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.processList .listItem:nth-of-type(2) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.processList .listItem:nth-of-type(2) .Img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.processList .listItem:nth-of-type(3) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.processList .listItem:nth-of-type(3) .Img {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.processList .listItem:nth-of-type(4) {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}
.processList .listItem:nth-of-type(4) Img {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.processList .listItem:nth-of-type(5) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.processList .listItem:nth-of-type(5) Img {
  -webkit-transform: rotate(195deg);
          transform: rotate(195deg);
}
.processList .listItem:nth-of-type(6) {
  -webkit-transform: rotate(-215deg);
          transform: rotate(-215deg);
}
.processList .listItem:nth-of-type(6) Img {
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
.processList .listItem.active .Img, .processList .listItem:hover .Img {
  background-color: #003670;
}
.processList .listItem.active .Img img, .processList .listItem:hover .Img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.processList .listItem.active .Img .icon, .processList .listItem:hover .Img .icon {
  color: #003670;
}
.processList .listItem.active .Img::before, .processList .listItem:hover .Img::before {
  opacity: 1;
}
.processList .item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
}
.processList .Img {
  position: absolute;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  padding: 25px;
  background-color: #fff;
  pointer-events: auto;
}
.processList .Img a {
  pointer-events: none;
}
.processList .Img .smallServiceDeco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  fill: #a7b8d2;
  -webkit-animation: rotateCircle02 1s linear infinite;
          animation: rotateCircle02 1s linear infinite;
}
.processList .ImgCenter {
  display: none;
}
.processList .Txt {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 4;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.processTxtList {
  position: absolute;
  bottom: 17%;
  left: -35%;
  z-index: 6;
  width: 60%;
  padding-bottom: 60%;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .processTxtList {
    width: 50%;
    padding-bottom: 50%;
    left: -10%;
  }
}
@media (max-width: 900px) {
  .processTxtList {
    bottom: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .processTxtList {
    width: 70%;
    padding-bottom: 70%;
    bottom: initial;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .processTxtList {
    width: 90%;
    padding-bottom: 90%;
  }
}
@media (max-width: 414px) {
  .processTxtList {
    width: 85%;
    padding-bottom: 85%;
  }
}
.processTxtList .listItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.processTxtList .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
}
.processTxtList .Img {
  display: block;
  width: 70px;
  margin-bottom: 25px;
}
.processTxtList .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .processTxtList .Img {
    width: 45px;
  }
}
.processTxtList .ImgCenter {
  display: none;
}
.processTxtList .smallServiceDeco {
  display: none;
}
.processTxtList .Txt {
  position: relative;
  text-align: center;
}
.processTxtList .Txt::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 35px;
  height: 2px;
  background-color: #21adde;
}
.processTxtList .title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.processTxtList .title a {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #003670;
}
@media (max-width: 640px) {
  .processTxtList .title a {
    font-size: 21px;
  }
}
@media (max-width: 360px) {
  .processTxtList .title {
    height: 60px;
  }
  .processTxtList .title a {
    font-size: 17px;
  }
}
.processTxtList .titleEn {
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  color: #a9a9a9;
}
@media (max-width: 640px) {
  .processTxtList .titleEn {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .processTxtList .titleEn {
    display: none;
  }
}

.processImgList {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 62%;
  padding-bottom: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .processImgList {
    width: 70%;
    padding-bottom: 70%;
  }
}
@media (max-width: 640px) {
  .processImgList {
    width: 90%;
    padding-bottom: 90%;
  }
}
.processImgList::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  display: block;
  background: url(../images/service/imgBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.processImgList .Txt {
  display: none;
}
.processImgList .Img {
  display: none;
}
.processImgList .ImgCenter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.processImgList .ImgCenter img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.processImgList .smallServiceDeco {
  display: none;
}

.processCircleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  padding: 0;
  padding-bottom: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.processPointList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  display: none;
}
.processPointList .listItem {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  z-index: 5;
  height: calc(50% + 7px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
.processPointList .listItem:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processPointList .listItem:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.processPointList .listItem:nth-child(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.processPointList .listItem:nth-child(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.processPointList .listItem:nth-child(5) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.processPointList .listItem:nth-child(6) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.processPointList .listItem:nth-child(7) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.processPointList .listItem.active .point {
  border-color: #003670;
}
.processPointList .listItem.active .point::before {
  background-color: #003670;
}
.processPointList .point {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
}
.processPointList .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: #b2b2b2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.processCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.processProgressList {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  width: calc(100% + 2px);
  padding-bottom: calc(100% + 2px);
}
.processProgressList .listItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.processProgressList .listItem:nth-child(1) {
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.processProgressList .listItem:nth-child(2) {
  -webkit-transform: rotate(63.5deg);
          transform: rotate(63.5deg);
}
.processProgressList .listItem:nth-child(3) {
  -webkit-transform: rotate(123.5deg);
          transform: rotate(123.5deg);
}
.processProgressList .listItem:nth-child(4) {
  -webkit-transform: rotate(183.5deg);
          transform: rotate(183.5deg);
}
.processProgressList .listItem:nth-child(5) {
  -webkit-transform: rotate(243.5deg);
          transform: rotate(243.5deg);
}
.processProgressList .listItem:nth-child(6) {
  -webkit-transform: rotate(303.5deg);
          transform: rotate(303.5deg);
}
.processProgressList .listItem:nth-child(7) {
  -webkit-transform: rotate(363.5deg);
          transform: rotate(363.5deg);
}
.processProgressList .listItem.active path {
  stroke-dasharray: 40, 40;
}
.processProgressList .listItem.active.current path {
  -webkit-animation: processProgressAnimation linear forwards;
          animation: processProgressAnimation linear forwards;
}
.processProgressList .listItem path {
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 40;
}
@-webkit-keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}
@keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}

.processBtnBox {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(50% + 220px);
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
.processBtnBox > * {
  margin: 0;
}
.processBtnBox .processPrevBtn {
  margin-right: auto;
}
.processBtnBox .processPrevBtn svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 901px) {
  .processBtnBox {
    display: none;
  }
}
@media (max-width: 640px) {
  .processBtnBox {
    top: calc(50% + 280px);
  }
}
@media (max-width: 480px) {
  .processBtnBox {
    width: calc(100% + 20px);
    top: calc(50% + 250px);
  }
}
@media (max-width: 360px) {
  .processBtnBox {
    top: calc(50% + 180px);
  }
}

.processPrevBtn,
.processNextBtn {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background: #003670;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
}
.processPrevBtn span,
.processNextBtn span {
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  border-radius: 50%;
  background: #ffffff;
}
.processPrevBtn svg,
.processNextBtn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.processPrevBtn:hover a,
.processNextBtn:hover a {
  color: #003670;
}
.processPrevBtn:hover span,
.processNextBtn:hover span {
  width: 65px;
  height: 65px;
  background: #003670;
  margin-left: 15px;
}
.processPrevBtn:hover svg,
.processNextBtn:hover svg {
  stroke: #ffffff;
}

.processNumBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ccc;
}
.processNum {
  color: #333;
}
.processNumTotal::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  margin: 0 3px 0 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.processDots .listItem {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
.processDots .listItem.current, .processDots .listItem:hover {
  background-color: #003670;
}

.newsArea {
  position: relative;
  padding: 40px 0;
  background-color: #fafafa;
}
.newsArea .wrap {
  position: relative;
  z-index: 5;
  max-width: 1680px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    max-width: 1000px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 30px;
  }
}
.newsArea .left {
  width: 65%;
}
@media (max-width: 1560px) {
  .newsArea .left {
    width: initial;
    -ms-flex: 1;
        flex: 1;
  }
}
@media (max-width: 1366px) {
  .newsArea .left {
    -ms-flex: auto;
        flex: auto;
    width: 100%;
  }
}
.newsArea .right {
  width: 35%;
}
@media (max-width: 1560px) {
  .newsArea .right {
    width: 40%;
    padding-left: 20px;
  }
}
@media (max-width: 1366px) {
  .newsArea .right {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .newsArea .right {
    width: 100%;
    padding-left: 0px;
  }
}
.newsArea .titleBox {
  position: relative;
  z-index: 5;
  max-width: 429px;
  margin-left: 60px;
  width: 100%;
}
.newsArea .titleBox .titleImg {
  position: relative;
}
.newsArea .titleBox .titleImg img {
  width: 100%;
}
.newsArea .titleBox .titleImg::after {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "04";
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 27px;
  color: #4dd8fb;
}
@media (max-width: 414px) {
  .newsArea .titleBox .titleImg::after {
    font-size: 18px;
    left: -30px;
  }
}
@media (max-width: 1366px) {
  .newsArea .titleBox {
    width: 50%;
    margin-bottom: -35px;
  }
}
@media (max-width: 1280px) {
  .newsArea .titleBox {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .titleBox {
    max-width: 320px;
    width: 100%;
    margin-left: 40px;
  }
}
@media (max-width: 414px) {
  .newsArea .titleBox {
    max-width: 280px;
    margin-left: 20px;
  }
}
@media (max-width: 360px) {
  .newsArea .titleBox {
    max-width: 220px;
    margin-left: 20px;
  }
}
.newsArea .newsLeftBox {
  margin: -75px 0 0 140px;
}
@media (max-width: 1680px) {
  .newsArea .newsLeftBox {
    margin: -75px 0 0 60px;
  }
}
@media (max-width: 1366px) {
  .newsArea .newsLeftBox {
    margin: 0 0 0 60px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsLeftBox {
    margin: 0 auto;
  }
}
.newsArea .newsLeftBox .item {
  position: relative;
}
.newsArea .newsLeftBox .Img {
  position: relative;
  max-width: 900px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea .newsLeftBox .Img {
    max-width: 100%;
    margin-right: 0;
  }
}
.newsArea .newsLeftBox .Img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsArea .newsLeftBox .Img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.newsArea .newsLeftBox .Txt {
  position: relative;
  z-index: 5;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 640px;
  padding: 15px 38px;
  margin: -70px 0 0 -60px;
  box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
  transition: all 0.5s;
}
.newsArea .newsLeftBox .Txt:hover {
  box-shadow: 0 3px 10px rgba(133, 179, 202, 0.7);
}
@media (max-width: 1280px) {
  .newsArea .newsLeftBox .Txt {
    max-width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsLeftBox .Txt {
    max-width: 95%;
    margin: -70px 0 0 -20px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsLeftBox .Txt {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsLeftBox .Txt {
    margin-top: -15px;
    max-width: calc(100% + 10px);
  }
}
.newsArea .newsLeftBox .date {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #45d2e8;
  margin-right: 18px;
  width: 120px;
}
.newsArea .newsLeftBox .date span {
  display: block;
  font-size: 53px;
}
@media (max-width: 1280px) {
  .newsArea .newsLeftBox .date {
    margin: 0 25px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .newsArea .newsLeftBox .date {
    margin: 0 15px;
    font-size: 15px;
    width: 160px;
  }
  .newsArea .newsLeftBox .date span {
    font-size: 48px;
  }
}
@media (max-width: 460px) {
  .newsArea .newsLeftBox .date {
    font-size: 14px;
  }
  .newsArea .newsLeftBox .date span {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsLeftBox .date {
    width: 120px;
    margin: 0 10px;
  }
}
.newsArea .newsLeftBox .title {
  border-left: 1px solid #e4e4e4;
  padding: 25px;
  max-width: 475px;
}
.newsArea .newsLeftBox .title a {
  display: block;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #003670;
  max-height: 75px;
}
@media (max-width: 1280px) {
  .newsArea .newsLeftBox .title {
    padding-right: 0;
  }
  .newsArea .newsLeftBox .title a {
    max-width: 450px;
    line-height: 1.4;
  }
}
@media (min-width: 1179px) {
  .newsArea .newsLeftBox .title:hover a {
    color: #45d2e8;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsLeftBox .title {
    padding-right: 25px;
    max-width: initial;
  }
  .newsArea .newsLeftBox .title a {
    max-width: initial;
  }
}
@media (max-width: 640px) {
  .newsArea .newsLeftBox .title {
    padding: 10px 15px;
  }
  .newsArea .newsLeftBox .title a {
    font-size: 19px;
    max-height: 60px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsLeftBox .title {
    padding: 0px 10px;
  }
  .newsArea .newsLeftBox .title a {
    font-size: 17px;
  }
}
.newsArea .newsLeftBox .classTitle {
  position: absolute;
  right: 20px;
  top: 12px;
  padding: 10px 20px;
  background: #003670;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 640px) {
  .newsArea .newsLeftBox .classTitle {
    font-size: 13px;
    padding: 8px 15px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsLeftBox .classTitle {
    right: 8px;
    top: 8px;
  }
}
.newsArea .newsBox {
  margin: 130px 70px 0 0;
}
@media (max-width: 1280px) {
  .newsArea .newsBox {
    margin: 190px 20px 0 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    margin: 40px 0 0 0;
  }
}
.newsArea .newsBox .Txt {
  position: relative;
  padding: 35px 80px 35px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .Txt {
    padding: 20px 80px 20px 0;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox .Txt {
    padding: 20px 45px 20px 0;
  }
}
.newsArea .newsBox .Txt .date {
  display: inline-block;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
  color: #45d2e8;
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 460px) {
  .newsArea .newsBox .Txt .date {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox .Txt .date {
    margin-right: 10px;
    padding-right: 12px;
  }
}
.newsArea .newsBox .Txt .classTitle {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #003670;
}
@media (max-width: 460px) {
  .newsArea .newsBox .Txt .classTitle {
    font-size: 15px;
  }
}
.newsArea .newsBox .Txt .title {
  height: 55px;
  margin-top: 20px;
  letter-spacing: 1.8px;
}
.newsArea .newsBox .Txt .title a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #414141;
}
@media (max-width: 414px) {
  .newsArea .newsBox .Txt .title a {
    font-size: 17px;
  }
}
.newsArea .newsBox .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 414px) {
  .newsArea .newsBox .btn {
    top: initial;
    -webkit-transform: none;
            transform: none;
    bottom: 10px;
  }
}
.newsArea .newsBox .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 65px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
}
.newsArea .newsBox .btn span {
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
}
.newsArea .newsBox .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1179px) {
  .newsArea .newsBox .btn:hover a {
    color: #003670;
  }
  .newsArea .newsBox .btn:hover span {
    width: 65px;
    height: 65px;
    background: #003670;
    margin-left: 15px;
  }
  .newsArea .newsBox .btn:hover svg {
    stroke: #ffffff;
  }
}
.newsArea .newsBox .btnBox {
  margin-top: 60px;
  margin-left: -15px;
  position: relative;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox .btnBox {
    margin: 0 auto;
    max-width: 90px;
  }
}
.newsArea .newsBox .btnBox .dotsBox {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 414px) {
  .newsArea .newsBox .btnBox .dotsBox {
    display: none;
  }
}
.newsArea .newsBox .btnBox .slick-dots {
  width: 100%;
  height: 9px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.newsArea .newsBox .btnBox .slick-dots li {
  height: 100%;
  width: 9px;
  margin: 0 9px;
}
.newsArea .newsBox .btnBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.newsArea .newsBox .btnBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.newsArea .newsBox .btnBox .slick-dots li.slick-active button::before {
  border: 1px solid #003670;
  background-color: #003670;
  opacity: 1;
}
.newsArea .newsBox .btnBox .arrow {
  position: relative;
  z-index: 5;
  display: inline-block;
  height: 28px;
  padding: 5px 10px;
  cursor: pointer;
}
.newsArea .newsBox .btnBox .arrowPrev {
  position: relative;
}
.newsArea .newsBox .btnBox .arrowPrev svg {
  -webkit-transform: rotate(180deg) translateY(1.5px);
          transform: rotate(180deg) translateY(1.5px);
}
.newsArea .newsBox .btnBox svg {
  height: 30px;
  width: 20px;
  fill: #45d2e8;
}
.newsArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.newsArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media (max-width: 800px) {
  .newsArea .decoBox {
    display: none;
  }
}
.newsArea .decoBox .g {
  position: absolute;
  z-index: 0;
  top: 7%;
  right: 34%;
  width: 11vw;
  opacity: 0;
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
}
.newsArea .decoBox .e01 {
  position: absolute;
  z-index: 0;
  top: 7%;
  right: 21%;
  width: 11vw;
  opacity: 0;
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.2s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.2s forwards;
}
.newsArea .decoBox .n {
  position: absolute;
  z-index: 0;
  top: 5%;
  right: 13%;
  width: 12vw;
  opacity: 0;
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.1s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.1s forwards;
}
.newsArea .decoBox .e02 {
  position: absolute;
  z-index: 0;
  top: 24%;
  right: 7%;
  width: 12vw;
  opacity: 0;
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.5s forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.5s forwards;
}
@media (max-width: 1180px) {
  .newsArea .decoBox .e02 {
    top: 12%;
  }
}
.newsArea .decoBox .s {
  position: absolute;
  z-index: 0;
  top: 23%;
  right: 0%;
  width: 10vw;
  opacity: 0;
  -webkit-animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
          animation: up 1s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
}
@media (max-width: 1180px) {
  .newsArea .decoBox .s {
    top: 14%;
  }
}
.newsArea .decoBox .box03 {
  position: absolute;
  top: 0;
  right: calc(50% - 540px);
  display: block;
  height: auto;
  max-width: 60px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
@media (max-width: 1180px) {
  .newsArea .decoBox .box03 {
    max-width: 5vw;
    top: 10%;
    right: 10%;
  }
}
.newsArea .decoBox .box02 {
  position: absolute;
  top: -130px;
  right: calc(50% - 420px);
  display: block;
  max-width: 135px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.5s forwards;
          animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 1.5s forwards;
}
@media (max-width: 1180px) {
  .newsArea .decoBox .box02 {
    max-width: 11vw;
    top: -8%;
    right: 15%;
  }
}

.contactArea {
  position: relative;
  padding: 100px 0 30px;
}
@media (max-width: 1024px) {
  .contactArea {
    padding: 50px 0;
  }
}
.contactArea .wrap {
  max-width: 1740px;
  position: relative;
  z-index: 5;
}
.contactArea .top {
  position: relative;
}
.contactArea .top .Txt {
  position: relative;
  z-index: 5;
  padding: 105px 0;
}
@media (max-width: 480px) {
  .contactArea .top .Txt {
    padding: 50px 0;
  }
}
.contactArea .top .titleBox {
  max-width: 327px;
  margin: 0 auto;
  width: 100%;
}
.contactArea .top .titleBox .titleImg {
  position: relative;
}
.contactArea .top .titleBox .titleImg::after {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "05";
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 27px;
  color: #4dd8fb;
}
.contactArea .top .titleBox .titleImg img {
  width: 100%;
}
@media (max-width: 414px) {
  .contactArea .top .titleBox .titleImg::after {
    font-size: 18px;
    left: -30px;
  }
}
@media (max-width: 1180px) {
  .contactArea .top .titleBox {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .contactArea .top .titleBox {
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .contactArea .top .titleBox {
    max-width: 200px;
  }
}
.contactArea .top .textEditor {
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
}
.contactArea .top .textEditor .title {
  font-size: 28px;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 4.5px;
  line-height: 1.5;
  color: #3a3a3a;
}
@media (max-width: 768px) {
  .contactArea .top .textEditor .title {
    font-size: 22px;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 414px) {
  .contactArea .top .textEditor .title {
    font-size: 17px;
  }
}
.contactArea .top .textEditor p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #7d7d7d;
}
@media (max-width: 640px) {
  .contactArea .top .textEditor p {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .contactArea .top .textEditor p {
    font-size: 15px;
  }
}
@-webkit-keyframes infinteMove {
  50% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
}
@keyframes infinteMove {
  50% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
}
.contactArea .top .textEditor .btn {
  position: relative;
  max-width: 336px;
  margin: 45px auto 20px;
  background: #003670;
  border-radius: 35px;
}
@media (max-width: 640px) {
  .contactArea .top .textEditor .btn {
    max-width: 280px;
  }
}
.contactArea .top .textEditor .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 65px;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 414px) {
  .contactArea .top .textEditor .btn a {
    font-size: 17px;
  }
}
.contactArea .top .textEditor .btn span {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-animation: infinteMove 1.2s cubic-bezier(0.77, -0.01, 0.58, 1) infinite;
          animation: infinteMove 1.2s cubic-bezier(0.77, -0.01, 0.58, 1) infinite;
}
@media (max-width: 360px) {
  .contactArea .top .textEditor .btn span {
    width: 32px;
    height: 32px;
  }
}
.contactArea .top .textEditor .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1179px) {
  .contactArea .top .textEditor .btn:hover {
    background: #ffffff;
  }
  .contactArea .top .textEditor .btn:hover a {
    color: #003670;
  }
  .contactArea .top .textEditor .btn:hover span {
    background: #003670;
  }
  .contactArea .top .textEditor .btn:hover svg {
    stroke: #ffffff;
  }
}
.contactArea .top .Img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.contactArea .top .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.contactArea .top .Img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../images/contact/topBg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contactArea .bottom {
  max-width: 1200px;
  margin: 50px auto;
}
.contactArea .linkList {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .contactArea .linkList {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.contactArea .linkItem {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .contactArea .linkItem {
    width: 100%;
  }
}
.contactArea .linkItem:hover .btn span {
  background: #003670;
}
.contactArea .linkItem:hover .btn svg {
  stroke: #ffffff;
}
.contactArea .linkItem:nth-of-type(3) .item {
  border-right: transparent;
}
.contactArea .linkItem .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 1180px) {
  .contactArea .linkItem .item {
    padding: 10px 12px 10px 24px;
  }
}
@media (max-width: 1024px) {
  .contactArea .linkItem .item {
    border-right: transparent;
    border-bottom: 1px solid #d6d6d6;
    padding: 25px 20px;
  }
}
.contactArea .linkItem .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.contactArea .linkItem .titleEn {
  font-family: Outfit;
  font-weight: 300;
  font-size: 46px;
  color: #003670;
}
@media (max-width: 414px) {
  .contactArea .linkItem .titleEn {
    font-size: 35px;
  }
}
.contactArea .linkItem .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #313131;
}
@media (max-width: 414px) {
  .contactArea .linkItem .title {
    font-size: 17px;
  }
}
.contactArea .linkItem .btn {
  max-width: 336px;
  margin-left: auto;
}
.contactArea .linkItem .btn span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 414px) {
  .contactArea .linkItem .btn span {
    width: 32px;
    height: 32px;
  }
}
.contactArea .linkItem .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contactArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.contactArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  pointer-events: none;
}
.contactArea .decoBox .box {
  position: absolute;
  top: 250px;
  left: calc(50% + 670px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
          animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
}
.contactArea .decoBox .box img {
  display: block;
  max-width: 50px;
  width: 100%;
}
.contactArea .decoBox .box02 {
  position: absolute;
  top: 100px;
  left: calc(50% - 330px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
          animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
}
.contactArea .decoBox .box02 img {
  display: block;
  max-width: 115px;
  width: 100%;
}
.contactArea .decoBox .box03 {
  position: absolute;
  bottom: 130px;
  left: calc(50% - 180px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
          animation: move 2s cubic-bezier(0.77, -0.01, 0.58, 1) 3.2s forwards;
}
.contactArea .decoBox .box03 img {
  display: block;
  max-width: 50px;
  width: 100%;
}