.bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .arrowBox .arrow i, .bannerArea .arrowBox .arrow, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #004ea2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #004ea2;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
  overflow: hidden;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .arrowBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 960px) {
  .bannerArea .arrowBox {
    display: none;
  }
}
.bannerArea .arrowBox .arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1803921569);
}
@media (max-width: 960px) {
  .bannerArea .arrowBox .arrow {
    margin-right: 10px;
  }
}
.bannerArea .arrowBox .arrow:hover {
  background-color: #004ea2;
  color: #fff;
}
.bannerArea .arrowBox .arrow:hover i {
  color: #fff;
}
.bannerArea .arrowBox .arrow i {
  font-size: 18px;
  color: #333;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1234px;
  padding: 110px 19px 54px;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
    padding: 90px 50px 50px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    padding: 90px 30px 54px;
  }
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
    padding: 90px 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 90px 20px;
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerItem .Txt {
    padding: 100px 20px 60px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt {
    padding: 80px 20px 20px;
  }
}
.bannerArea .bannerItem .Txt .titleBox {
  text-align: left;
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt .titleBox::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d7265c;
  margin: 22px 0 21px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .titleBox::after {
    margin: 15px 0;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .titleBox::after {
    margin: 5px 0;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #004ea2;
  font-size: 60px;
  word-spacing: 5px;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0px 0 0 3px;
  color: #353535;
  font-weight: bold;
  padding: 4px 0 0;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #606060;
  display: block;
  font-size: 16px;
  letter-spacing: 0.65px;
  width: 100%;
  line-height: 1.6;
  max-width: 560px;
}
.bannerArea .bannerItem:not(.show) .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.1s 1s;
  transition: all 0.1s 1s;
  position: relative;
}
.bannerArea .bannerItem:not(.show) .titleBox::after {
  width: 0;
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
}
.bannerArea .bannerItem:not(.show) .title, .bannerArea .bannerItem:not(.show) .subtitle, .bannerArea .bannerItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bannerArea .bannerItem:not(.show) .title {
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.bannerArea .bannerItem:not(.show) .subtitle {
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerItem:not(.show) .text {
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerArea .bannerItem.show .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s;
  transition: all 3s;
  position: relative;
}
.bannerArea .bannerItem.show .titleBox::after {
  width: 100px;
  -webkit-transition: all 1.5s 0.3s;
  transition: all 1.5s 0.3s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem.show .titleBox::after {
    width: 80px;
  }
}
.bannerArea .bannerItem.show .title, .bannerArea .bannerItem.show .subtitle, .bannerArea .bannerItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bannerArea .bannerItem.show .title {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.bannerArea .bannerItem.show .subtitle {
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
}
.bannerArea .bannerItem.show .text {
  -webkit-transition: all 0.7s 0.4s;
  transition: all 0.7s 0.4s;
}
.bannerArea .bannerItem.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.7s 0.6s;
  transition: all 0.7s 0.6s;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #004ea2;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #004ea2;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #004ea2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.aboutArea {
  position: relative;
  background-color: #f7f7f7;
  padding: 0 0 172px;
  z-index: 1;
}
@media (max-width: 767px) {
  .aboutArea {
    padding-bottom: 100px;
  }
}
.aboutArea .mapImg, .aboutArea .bottomImg {
  position: absolute;
}
.aboutArea .mapImg {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1107px;
  z-index: 0;
  pointer-events: none;
}
.aboutArea.hasPaddingTop {
  padding-top: 60px;
}
.aboutArea.hasPaddingTop .mapImg {
  top: 60px;
}
.aboutArea .bottomImg {
  bottom: -15.05vw;
  left: 0;
  width: 70.8vw;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .aboutArea .bottomImg {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .aboutArea .bottomImg {
    width: 130vw;
    left: -26vw;
    bottom: -14.05vw;
  }
}
@media (max-width: 480px) {
  .aboutArea .bottomImg {
    width: 150vw;
  }
}
.aboutArea .bottomImg:not(.show) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.aboutArea .bottomImg.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}
.aboutArea .aboutBox {
  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: start;
}
.aboutArea .Img {
  width: 42.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 502px;
  padding: 0 0 0 21px;
  position: relative;
  height: 100%;
}
@media (max-width: 960px) {
  .aboutArea .Img {
    width: 100%;
    max-width: 100%;
  }
}
.aboutArea .Img::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: calc(100% - 21px);
  height: 100%;
  background-color: #004ea2;
  z-index: 0;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img {
    margin: 0 auto 30px;
  }
}
.aboutArea .Txt {
  width: 57.8%;
  padding: 49px 0 0 68px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .Txt {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt {
    padding: 20px 0 0 0;
  }
}
.aboutArea .Txt .title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .aboutArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  .aboutArea .Txt .title {
    font-size: 22px;
  }
}
.aboutArea .Txt .title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d7265c;
  margin: 30px 0 26px;
}
@media (max-width: 767px) {
  .aboutArea .Txt .title::after {
    margin: 20px 0;
  }
}
.aboutArea .Txt .title .lineTxt {
  -webkit-text-stroke: 1.5px #000;
  text-stroke: 1.5px #000;
  display: inline-block;
}
.aboutArea .Txt .subtitle {
  font-size: 19px;
  font-weight: 500;
  padding: 0 0 10px 2px;
  line-height: 1.5;
  letter-spacing: 0.45px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .subtitle {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt .subtitle {
    font-size: 14px;
  }
}
.aboutArea .Txt .text {
  padding: 0 0 0 1px;
  letter-spacing: 0.4px;
  width: 100%;
  max-width: 602px;
  line-height: 1.85;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt .text {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .aboutArea .Txt .text {
    font-size: 12px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 34px;
  margin-left: -3px;
}
@media (min-width: 1441px) {
  .aboutArea .Txt .btnBox .btn {
    padding: 16px 44px 13px 28px;
  }
}
.aboutArea:not(.show) .mapImg {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .mapImg img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.aboutArea:not(.show) .Img::before {
  opacity: 0;
  -webkit-transform: translate(21px, -21px);
          transform: translate(21px, -21px);
}
.aboutArea:not(.show) .Img img {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea:not(.show) .Txt .title, .aboutArea:not(.show) .Txt .subtitle, .aboutArea:not(.show) .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .Txt .title::after {
  width: 0;
}
.aboutArea:not(.show) .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea.show .mapImg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutArea.show .mapImg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.aboutArea.show .Img::before {
  opacity: 1;
  -webkit-transform: translateX(0, 0);
          transform: translateX(0, 0);
  -webkit-transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s 0.4s, transform 0.8s 0.6s;
  transition: opacity 0.8s 0.4s, transform 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.aboutArea.show .Img img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.aboutArea.show .Txt .subtitle, .aboutArea.show .Txt .title, .aboutArea.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.aboutArea.show .Txt .title {
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.aboutArea.show .Txt .title::after {
  width: 100px;
  -webkit-transition: all 1.2s 0.4s;
  transition: all 1.2s 0.4s;
}
@media (max-width: 1440px) {
  .aboutArea.show .Txt .title::after {
    width: 80px;
  }
}
.aboutArea.show .Txt .subtitle {
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.aboutArea.show .Txt .text {
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.aboutArea.show .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 1s;
  transition: all 0.8s 1s;
}

.newsArea {
  position: relative;
  padding: 73px 0 66px;
  z-index: 1;
}
.newsArea .titleBox {
  margin-bottom: 48px;
}
.newsArea .titleBox .decoTitle {
  color: #fff;
}
.newsArea .titleBox .subtitle {
  padding: 0;
  color: #fff;
}
.newsArea .titleBox .title {
  line-height: 1.32;
  word-spacing: 1px;
  letter-spacing: -0.9px;
  padding: 2px 0px 0 6px;
  color: #fff;
}
.newsArea .topImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 63.2%;
  pointer-events: none;
  overflow: hidden;
}
.newsArea .topImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .bottomImg {
  position: absolute;
  bottom: -6.3vw;
  right: 0;
  width: 65.5vw;
  z-index: 0;
  pointer-events: none;
}
.newsArea .bottomImg img {
  width: 100%;
}
@media (max-width: 767px) {
  .newsArea .bottomImg {
    width: 80.5vw;
  }
}
@media (max-width: 480px) {
  .newsArea .bottomImg {
    bottom: -23vw;
    width: 109.5vw;
  }
}
.newsArea .bottomImg:not(.show) {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.newsArea .bottomImg.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}
.newsArea .newsBox {
  padding: 0 116px;
  position: relative;
}
@media (max-width: 1280px) {
  .newsArea .newsBox {
    padding: 0 70px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox {
    padding: 0 30px;
  }
}
.newsArea .newsBox .newsList {
  margin: 0 -10px;
}
@media (max-width: 1280px) {
  .newsArea .newsBox .newsList {
    margin: 0 -5px;
  }
}
.newsArea .newsBox .newsList .newsItem {
  padding: 0 10px;
}
@media (max-width: 1280px) {
  .newsArea .newsBox .newsList .newsItem {
    padding: 0 5px;
  }
}
.newsArea .newsBox .newsList .Img {
  overflow: hidden;
}
.newsArea .newsBox .newsList .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .newsArea .newsBox .newsList .Img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.newsArea .newsBox .newsList .Txt {
  padding: 21px 2px 21px 8px;
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsList .Txt {
    padding: 15px 0px;
  }
}
.newsArea .newsBox .newsList .Txt .title {
  font-size: 17px;
  height: 55px;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .Txt .title {
    font-size: 15px;
    height: 48px;
  }
}
.newsArea .newsBox .newsList .Txt .text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.67;
  height: 55px;
  color: #696969;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .Txt .text {
    font-size: 13px;
    height: 46px;
  }
}
.newsArea .newsBox .newsList .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 0 5px 0 0;
}
.newsArea .newsBox .newsList .newsInfoBox .dateBox {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsInfoBox .dateBox {
    width: 105px;
  }
}
.newsArea .newsBox .newsList .newsInfoBox .dateBox .date {
  font-size: 35px;
  color: #004ea2;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsInfoBox .dateBox .date {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsList .newsInfoBox .dateBox .date {
    font-size: 25px;
  }
}
.newsArea .newsBox .newsList .newsInfoBox .dateBox .year {
  margin-left: 7px;
  padding: 0 0 2px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsInfoBox .dateBox .year {
    font-size: 12px;
  }
}
.newsArea .newsBox .newsList .newsInfoBox .classTitle {
  width: calc(100% - 120px);
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #004ea2;
  padding: 2px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsInfoBox .classTitle {
    font-size: 15px;
    width: calc(100% - 105px);
  }
}
.newsArea .newsBox .newsList .newsInfoBox .classTitle::before {
  content: "";
  display: block;
  width: 25%;
  max-width: 43px;
  height: 2px;
  background-color: #004ea2;
  margin-right: 20px;
  margin-top: 2px;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsInfoBox .classTitle::before {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsList .newsInfoBox .classTitle::before {
    margin-right: 10px;
  }
}
.newsArea .newsBox .slickBtn {
  position: absolute;
  top: 30.1%;
}
.newsArea .newsBox .slickBtn.arrowPrev {
  left: 0;
}
@media (max-width: 480px) {
  .newsArea .newsBox .slickBtn.arrowPrev {
    left: -15px;
  }
}
.newsArea .newsBox .slickBtn.arrowNext {
  right: 0;
}
@media (max-width: 480px) {
  .newsArea .newsBox .slickBtn.arrowNext {
    right: -15px;
  }
}
.newsArea:not(.show) .topImg img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.newsArea:not(.show) .titleBox .subtitle, .newsArea:not(.show) .titleBox .title, .newsArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.newsArea.show .topImg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.newsArea.show .titleBox .subtitle, .newsArea.show .titleBox .title, .newsArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.newsArea.show .titleBox .subtitle {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.newsArea.show .titleBox .title {
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.newsArea.show .titleBox .text {
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}

.linkArea {
  padding: 51px 0 96px;
  position: relative;
  background-color: #f7f7f7;
  z-index: 2;
}
@media (max-width: 480px) {
  .linkArea {
    padding: 51px 0 70px;
  }
}
.linkArea .titleBox {
  margin-bottom: 49px;
}
@media (max-width: 480px) {
  .linkArea .titleBox {
    margin-bottom: 20px;
  }
}
.linkArea .titleBox .title {
  word-spacing: 7px;
  letter-spacing: -1.3px;
  padding: 0 3px 0px 0px;
  color: #fff;
}
.linkArea .titleBox .decoTitle {
  color: #fff;
}
.linkArea .titleBox .text {
  color: #fff;
}
.linkArea .topImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 75.4%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .linkArea .topImg {
    height: 60%;
  }
}
.linkArea .topImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkArea .bottomImg {
  position: absolute;
  top: 69.3%;
  right: 0;
  width: 43.8vw;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .linkArea .bottomImg {
    top: 45%;
    width: 100vw;
    max-width: 840px;
  }
}
@media (max-width: 600px) {
  .linkArea .bottomImg {
    top: 53%;
  }
}
@media (max-width: 400px) {
  .linkArea .bottomImg {
    top: 55%;
    width: 500px;
  }
}
.linkArea .bottomImg:not(.show) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.linkArea .bottomImg.show {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}
.linkArea .wrap {
  position: relative;
  z-index: 3;
}
.linkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.linkArea .linkList .linkItem {
  width: 50%;
  padding: 0 8px 16px;
}
.linkArea .linkList .linkItem .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.06);
}
.linkArea .linkList .linkItem .item [class^=spiderSilk] {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 35%;
  height: 65%;
  z-index: 0;
  pointer-events: none;
}
.linkArea .linkList .linkItem .item .Img {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .linkArea .linkList .linkItem .item .Img {
    display: none;
  }
}
.linkArea .linkList .linkItem .item .Img img {
  width: 100%;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.linkArea .linkList .linkItem .item .iconImg {
  width: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1350px) {
  .linkArea .linkList .linkItem .item .iconImg {
    width: 60px;
    margin-bottom: 10px;
  }
}
.linkArea .linkList .linkItem .item .iconImg img {
  height: auto;
  width: 100%;
}
.linkArea .linkList .linkItem .item .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 33px 55px 33px 34px;
}
@media (max-width: 1620px) {
  .linkArea .linkList .linkItem .item .Txt {
    padding: 20px;
  }
}
@media (max-width: 1350px) {
  .linkArea .linkList .linkItem .item .Txt {
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .linkArea .linkList .linkItem .item .Txt {
    position: static;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .linkArea .linkList .linkItem .item .Txt {
    padding: 20px;
  }
}


.linkArea .linkList .linkItem .item .Txt a.link{
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cccccc00;

}



.linkArea .linkList .linkItem .item .topText {
  margin-bottom: 10px;
}
.linkArea .linkList .linkItem .item .topText .title, .linkArea .linkList .linkItem .item .topText .subtitle {
  display: inline-block;
  font-weight: bold;
}
.linkArea .linkList .linkItem .item .topText .title {
  font-size: 19px;
  letter-spacing: 1.9px;
  padding-right: 5px;
  height: 30px;
}
@media (max-width: 1440px) {
  .linkArea .linkList .linkItem .item .topText .title {
    font-size: 17px;
  }
}
.linkArea .linkList .linkItem .item .topText .title a {
  color: inherit;
}
.linkArea .linkList .linkItem .item .topText .subtitle {
  font-size: 16px;
  color: #777777;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkArea .linkList .linkItem .item .textEditor {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 55px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .linkArea .linkList .linkItem .item .textEditor {
    font-size: 13px;
  }
}
@media (min-width: 1201px) {
  .linkArea .linkList .linkItem .item:hover .Img {
    opacity: 1;
  }
  .linkArea .linkList .linkItem .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .linkArea .linkList .linkItem .item:hover .iconImg img {
    -webkit-filter: grayscale(1) brightness(2) contrast(100);
            filter: grayscale(1) brightness(2) contrast(100);
  }
  .linkArea .linkList .linkItem .item:hover .topText .title, .linkArea .linkList .linkItem .item:hover .topText .subtitle {
    color: #fff;
  }
  .linkArea .linkList .linkItem .item:hover .textEditor {
    color: #fff;
  }
}
.linkArea:not(.show) .topImg img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.linkArea:not(.show) .titleBox .subtitle, .linkArea:not(.show) .titleBox .title, .linkArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.linkArea:not(.show) .linkBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea.show .topImg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.linkArea.show .titleBox .subtitle, .linkArea.show .titleBox .title, .linkArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.linkArea.show .titleBox .subtitle {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.linkArea.show .titleBox .title {
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.linkArea.show .titleBox .text {
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.linkArea.show .linkBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}