.newsArea .newsBox .textBox .title, .newsArea .newsTopBox .Txt .title, .newsArea .newsTopBox .Img .classTitle, .newsArea .newsTopBox .Img img, .solutionList .Txt .title, .solutionList .Img img, .solutionList .item::before, .solutionList .item, .aboutArea .iconBox .num, .aboutArea .iconBox .item, .bannerArea .scrollDown span.line::before, .bannerArea .scrollDown span.line, .bannerArea .scrollDown span.text, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .slick-dots.num li::before, .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: #004998;
  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: #004998;
  }
  .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;
}

.bannerArea {
  position: relative;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .bannerVideo {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo {
    top: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.bannerArea .bannerList .bannerVideo.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .bannerList .bannerVideo.play .videoBtn {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo.play .videoBtn {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox {
    padding: 0;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1181px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt {
    margin: 10px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt span {
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideo .videoBtn .iconBox .txt span {
    margin: 0 5px 0 0;
  }
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.bannerArea .bannerList .bannerVideo .videoBtn .iconBox .icon i {
  font-size: 10px;
  width: 7px;
  height: auto;
  display: block;
  color: #004998;
}
.bannerArea .bannerList .bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerVideoBox {
    height: 100%;
  }
}
.bannerArea .bannerList .bannerVideoBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img {
  width: 100%;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 780px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img img {
    height: auto;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bannerArea .bannerItem .Txt .logo {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .logo {
    max-width: 300px;
  }
}
.bannerArea .bannerItem .Txt .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  margin: 10px 0 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .logo {
  opacity: 0;
}
.bannerArea .bannerItem.hide > .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.bannerArea .bannerItem.hide > .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.bannerArea .bannerItem.hide > .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.bannerArea .bannerItem.hide > .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide > .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.1s 1s;
  transition: all 0.1s 1s;
}
.bannerArea .bannerItem.hide .bannerVideo {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerArea .bannerItem.show > .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea .bannerItem.show > .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show > .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem.show > .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.bannerArea .bannerItem.show > .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}
.bannerArea .bannerItem.show .bannerVideo {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .logo {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    bottom: 30px;
  }
}
.bannerArea .slick-dots.num {
  font-size: 14px;
}
.bannerArea .slick-dots.num li {
  width: 30px;
  height: auto;
  border-radius: 0;
  padding: 0 20px;
  color: #fff;
  position: relative;
  margin: 0;
}
.bannerArea .slick-dots.num li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: -30px;
  top: 50%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1201px) {
  .bannerArea .slick-dots.num li:hover {
    color: #6db327;
  }
}
.bannerArea .slick-dots.num li.slick-active {
  color: #6db327;
  padding: 0 60px 0 10px;
}
.bannerArea .slick-dots.num li.slick-active::before {
  opacity: 1;
}
.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: #004998;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #004998;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40%;
  right: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .text {
    color: #6db327;
  }
  .bannerArea .scrollDown:hover .line {
    background-color: #6db327;
  }
  .bannerArea .scrollDown:hover .line::before {
    -webkit-animation: bannerScrollAnimation 1.5s linear infinite forwards;
            animation: bannerScrollAnimation 1.5s linear infinite forwards;
    background-color: #6db327;
  }
}
.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;
  margin-bottom: 20px;
}
.bannerArea .scrollDown span.line {
  width: 1px;
  height: 80px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-arrow {
    display: none !important;
  }
}

.searchArea {
  background-color: #004998;
}
.searchArea .wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .searchArea .wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 1180px) {
  .searchArea .wrap {
    padding: 15px 20px 20px 20px;
  }
}
.searchArea .leftBox {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .searchArea .leftBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 10px 0;
  }
}
.searchArea .leftBox .icon {
  width: 16px;
  margin-right: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.searchArea .leftBox .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.searchArea .leftBox .title {
  color: #fff;
  font-size: 17px;
}
.searchArea .rightBox {
  width: calc(100% - 185px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .searchArea .rightBox {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .searchArea .rightBox {
    width: 100%;
  }
}
.searchArea .formBox {
  width: 100%;
}
.searchArea .formBox .formList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.searchArea .formBox .formList .select {
  width: 22%;
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList .select {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .searchArea .formBox .formList .formColumn {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .searchArea .formBox .formList .formColumn.searchbtn .btn {
    width: 100%;
    min-width: auto;
  }
}
.searchArea .formBox .formColumn {
  padding: 0;
  margin: 0 15px 0 0;
}
.searchArea .formBox .formColumn.select::before {
  bottom: 50%;
}
@media (max-width: 640px) {
  .searchArea .formBox .formColumn.select::before {
    bottom: 40%;
  }
}
.searchArea .formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans TC";
  outline: none;
  padding: 5px 25px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid transparent;
}
@media (max-width: 640px) {
  .searchArea .formBox .columnSelect {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.searchArea .formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.searchArea .formBox .btnBox {
  margin: 0;
}
.searchArea .formBox .btnBox .btn {
  padding: 0;
}

.aboutArea {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea .deco {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 50%;
}
.aboutArea .deco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .Txt {
  width: 45%;
  padding-right: 70px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.aboutArea .Txt .text {
  color: #3e3e3e;
  font-size: 17px;
  letter-spacing: 0.8;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea .ImgBox {
  width: 55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 680px;
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox {
    display: none;
  }
}
.aboutArea .ImgBox .albumList {
  width: 100%;
}
.aboutArea .ImgBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
.aboutArea .iconBox {
  width: 100%;
}
.aboutArea .iconBox .iconList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .iconBox .iconItem {
  width: 25%;
}
@media (min-width: 961px) {
  .aboutArea .iconBox .iconItem:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 960px) {
  .aboutArea .iconBox .iconItem {
    width: 50%;
    padding: 10px;
  }
}
.aboutArea .iconBox .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .aboutArea .iconBox .item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .aboutArea .iconBox .item:hover .num {
    background-color: #6db327;
  }
}
.aboutArea .iconBox .iconImg {
  width: 90px;
  position: relative;
  margin: 0 auto 20px;
}
@media (max-width: 1180px) {
  .aboutArea .iconBox .iconImg {
    padding: 10px;
  }
}
.aboutArea .iconBox .iconImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .iconBox .num {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #004998;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 15px;
  left: -20px;
}
.aboutArea .iconBox .iconTxt {
  width: 100%;
  text-align: center;
}
.aboutArea .iconBox .iconTxt .title {
  font-size: 20px;
}
@media (max-width: 640px) {
  .aboutArea .iconBox .iconTxt .title {
    font-size: 16px;
  }
}

.solutionArea {
  position: relative;
  background-image: url("../images/deco/solution-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 0 90px;
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .solutionArea {
    border-radius: 0 60px;
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .solutionArea {
    border-radius: 0 40px;
  }
}
@media (max-width: 1440px) {
  .solutionArea .titleHomeBox {
    padding-left: 60px;
  }
}
@media (max-width: 1180px) {
  .solutionArea .titleHomeBox {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .solutionArea .titleHomeBox {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.solutionArea .solutionBox {
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .solutionArea .solutionBox:not(:has(.slick-hidden)) {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox:not(:has(.slick-hidden)) {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .solutionArea .solutionBox:not(:has(.slick-hidden)) {
    padding: 0;
  }
}
.solutionArea .solutionBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .solutionArea .solutionBox .controlBox {
    position: relative;
    margin-bottom: 24px;
  }
}
.solutionArea .solutionBox .controlBox .arrowBox {
  width: 110%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 1440px) {
  .solutionArea .solutionBox .controlBox .arrowBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .solutionArea .solutionBox .controlBox .arrowBox {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    left: unset;
    translate: unset;
  }
}
.solutionArea .solutionBox .controlBox .arrowBox .arrow {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .solutionArea .solutionBox .controlBox .arrowBox .arrow {
    width: 24px;
    height: 24px;
  }
}

.solutionList {
  border-radius: 15px;
  margin-bottom: -20px;
  overflow: clip;
}
@media (max-width: 575px) {
  .solutionList {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .solutionList {
    border-radius: 12px 12px 0 0;
  }
}
.solutionList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionList:not(.slick-slider) .solutionItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 1440px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 20%;
  }
}
@media (max-width: 1180px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .solutionList:not(.slick-slider) .solutionItem {
    width: 50%;
  }
}
.solutionList .slick-list {
  padding-bottom: 20px;
}
.solutionList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutionList .slick-track .slick-slide {
  height: auto;
}
.solutionList .slick-track .slick-slide > div {
  height: 100%;
}
.solutionList .solutionItem {
  position: relative;
  height: 100%;
  border-left: 1px solid #C7C7C7;
}
.solutionList .solutionItem.current .item {
  background-color: #004998;
}
.solutionList .solutionItem.current .item::before {
  opacity: 1;
}
.solutionList .solutionItem.current .Img img {
  translate: 0 -60px;
  -webkit-filter: drop-shadow(0 60px 0 #fff);
          filter: drop-shadow(0 60px 0 #fff);
}
.solutionList .solutionItem.current .Txt .title {
  color: #fff;
}
.solutionList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  height: 100%;
  min-height: 205px;
  background-color: #fff;
  padding: 24px 10px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .solutionList .item {
    row-gap: 16px;
    min-height: 180px;
  }
}
@media (max-width: 1180px) {
  .solutionList .item {
    min-height: 160px;
    padding: 16px 10px;
  }
}
@media (max-width: 575px) {
  .solutionList .item {
    min-height: 130px;
  }
}
@media (max-width: 480px) {
  .solutionList .item {
    row-gap: 10px;
  }
}
@media (min-width: 1201px) {
  .solutionList .item:hover {
    background-color: #004998;
  }
  .solutionList .item:hover .Img img {
    translate: 0 -60px;
    -webkit-filter: drop-shadow(0 60px 0 #fff);
            filter: drop-shadow(0 60px 0 #fff);
  }
  .solutionList .item:hover .Txt .title {
    color: #fff;
  }
}
.solutionList .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px;
  border-color: transparent;
  border-top-color: #004998;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  opacity: 0;
}
@media (max-width: 1440px) {
  .solutionList .item::before {
    border-width: 10px 8px;
  }
}
.solutionList .Img {
  width: 25%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionList .Img {
    width: 100%;
    max-width: 48px;
  }
}
@media (max-width: 480px) {
  .solutionList .Img {
    max-width: 42px;
  }
}
@media (max-width: 575px) {
  .solutionList .Img {
    max-width: 36px;
  }
}
.solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: translate, filter;
  -webkit-filter: drop-shadow(0 60px 0 transparent);
          filter: drop-shadow(0 60px 0 transparent);
}
.solutionList .Txt {
  position: relative;
  text-align: center;
}
.solutionList .Txt .title {
  font-size: 17px;
  font-weight: 400;
  color: #3e3e3e;
}
@media (max-width: 1536px) {
  .solutionList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .solutionList .Txt .title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .solutionList .Txt .title {
    font-size: 14px;
  }
}
.solutionList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.listBannerBox {
  position: relative;
}
@media (max-width: 1440px) {
  .listBannerBox {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .listBannerBox {
    padding: 0;
  }
}
.listBannerBox .listBannerList {
  overflow-x: clip;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #C7C7C7;
  background: #FFF;
  padding: 50px;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList {
    padding: 36px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .listBannerBox .listBannerList {
    padding: 20px 16px;
    border-radius: 0 0 12px 12px;
  }
}
.listBannerBox .listBannerList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listBannerBox .listBannerList:not(.slick-slider) .listBannerItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.listBannerBox .listBannerList .slick-list {
  margin: 0 -10px;
}
.listBannerBox .listBannerList .listBannerItem {
  position: relative;
  padding: 0 10px;
}
.listBannerBox .listBannerList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .item {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .listBannerBox .listBannerList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.listBannerBox .listBannerList .Img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .listBannerBox .listBannerList .Img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .listBannerBox .listBannerList .Img {
    border-radius: 12px;
  }
}
.listBannerBox .listBannerList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.listBannerBox .listBannerList .Txt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 53%;
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList .Txt {
    padding: 4px 0;
  }
}
@media (max-width: 991px) {
  .listBannerBox .listBannerList .Txt {
    width: 100%;
  }
}
.listBannerBox .listBannerList .Txt > .title {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  color: #3e3e3e;
  border-bottom: 1px solid #E9EAE7;
  padding-bottom: 32px;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .Txt > .title {
    font-size: 26px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList .Txt > .title {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .Txt > .title {
    font-size: 20px;
  }
}
.listBannerBox .listBannerList .Txt > .title::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #6db327;
  bottom: 0;
  left: 0;
  translate: 0 50%;
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList .Txt > .title::before {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .Txt > .title::before {
    width: 50px;
  }
}
.listBannerBox .listBannerList .dataList {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .dataList {
    margin-top: 20px;
  }
}
.listBannerBox .listBannerList .dataList li {
  position: relative;
  border-bottom: 1px solid #C7C7C7;
}
.listBannerBox .listBannerList .dataList .linkText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 8px 20px 8px 48px;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .dataList .linkText {
    padding: 8px 20px 8px 36px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList .dataList .linkText {
    padding: 8px 16px 8px 36px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .dataList .linkText {
    padding: 8px 10px 8px 24px;
  }
}
@media (min-width: 1201px) {
  .listBannerBox .listBannerList .dataList .linkText:hover {
    color: #004998;
  }
}
.listBannerBox .listBannerList .dataList .linkText::before {
  content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #6db327;
  top: 50%;
  left: 16px;
  translate: 0 -50%;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .dataList .linkText::before {
    width: 6px;
    left: 12px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .dataList .linkText::before {
    width: 4px;
    left: 8px;
  }
}
.listBannerBox .listBannerList .dataList .linkText .text {
  font-size: 17px;
  font-weight: 400;
  color: #3e3e3e;
}
@media (max-width: 1440px) {
  .listBannerBox .listBannerList .dataList .linkText .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .listBannerBox .listBannerList .dataList .linkText .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .dataList .linkText .text {
    font-size: 14px;
  }
}
.listBannerBox .listBannerList .dataList .linkText .more {
  font-size: 12px;
  font-weight: 500;
  color: #6db327;
}
@media (max-width: 480px) {
  .listBannerBox .listBannerList .dataList .linkText .more {
    font-size: 10px;
  }
}

.csrArea {
  width: 100%;
  padding: 80px 0 0;
}
@media (max-width: 1180px) {
  .csrArea {
    padding: 70px 0 0;
  }
}
.csrArea .wrap {
  position: relative;
  max-width: 1500px;
  padding: 0;
}
@media (max-width: 1440px) {
  .csrArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .csrArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .csrArea .wrap {
    padding: 0 20px;
  }
}
.csrArea .csrBoxOutBox {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .csrArea .csrBoxOutBox {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrBoxOutBox {
    padding: 0px;
  }
}
.csrArea .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .csrArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.csrArea .topBox .titleHomeBox {
  margin: 0;
}
.csrArea .csrBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 1180px) {
  .csrArea .csrBox {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .csrArea .csrBox {
    padding: 20px 0;
  }
}
.csrArea .csrList {
  width: 100%;
}
.csrArea .csrList .slick-current .Txt .topTitle {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out forwards;
          animation: slideDownAnimation 0.8s ease-in-out forwards;
}
.csrArea .csrList .slick-current .Txt .title {
  -webkit-animation: slideDownAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideDownAnimation 0.8s 0.4s ease-in-out forwards;
}
.csrArea .csrList .slick-current .Txt .pageBox {
  -webkit-animation: slideDownAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideDownAnimation 0.8s 1.2s ease-in-out forwards;
}
.csrArea .csrList .slick-current .Txt .text {
  -webkit-animation: slideDownAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideDownAnimation 0.8s 0.8s ease-in-out forwards;
}
.csrArea .csrList .slick-current .Img {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out forwards;
          animation: slideDownAnimation 0.8s ease-in-out forwards;
}
.csrArea .csrList .csrItem {
  width: 100%;
}
.csrArea .csrList .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .csrArea .csrList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.csrArea .csrList .Img {
  width: 65%;
  position: relative;
  opacity: 0;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Img {
    width: 100%;
  }
}
.csrArea .csrList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .csrArea .csrList .Img img {
    border-radius: 0 30px 0 30px;
  }
}
.csrArea .csrList .Img .subtitle {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Img .subtitle {
    font-size: 16px;
  }
}
.csrArea .csrList .Txt {
  width: 35%;
  padding-left: 45px;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Txt {
    width: 100%;
    padding: 30px 0 0;
  }
}
.csrArea .csrList .Txt .topTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0;
}
.csrArea .csrList .Txt .title {
  font-size: 22px;
  color: #004998;
  font-weight: 500;
  width: calc(100% - 70px);
  padding-right: 10px;
  opacity: 0;
}
.csrArea .csrList .Txt .pageBox {
  font-size: 20px;
  color: #808080;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.csrArea .csrList .Txt .text {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: 0;
}
.csrArea .csrList .Txt .text.ellipsis {
  height: 130px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .csrArea .csrList .Txt .text.ellipsis {
    height: 70px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrList .Txt .text.ellipsis {
    height: auto;
  }
}
.csrArea .csrTxtList .slick-current .csrInfoList {
  -webkit-animation: slideDownAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideDownAnimation 0.8s 0.4s ease-in-out forwards;
}
.csrArea .csrTxtList .csrInfoListBox {
  width: 100%;
  margin-top: 40px;
}
.csrArea .csrTxtList .csrInfoListBox .csrInfoList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .csrInfoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.csrArea .csrTxtList .csrInfoListBox .infoItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .infoItem {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .infoItem {
    width: 100%;
    padding-bottom: 10px;
  }
}
.csrArea .csrTxtList .csrInfoListBox .leftBox {
  width: 200px;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 150px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: 150px;
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6db327;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .leftBox .numBox {
    font-size: 40px;
  }
}
.csrArea .csrTxtList .csrInfoListBox .rightBox {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  color: #3e3e3e;
  padding-left: 15px;
}
@media (max-width: 1440px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: calc(100% - 150px);
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: calc(100% - 180px);
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    font-size: 16px;
    width: calc(100% - 150px);
  }
}
@media (max-width: 540px) {
  .csrArea .csrTxtList .csrInfoListBox .rightBox {
    width: auto;
  }
}
.csrArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .csrArea .arrowBox {
    display: none;
  }
}

.newsArea {
  padding: 70px 0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .wrap {
  position: relative;
  max-width: 1500px;
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .topBox .titleHomeBox {
  margin: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox .btnBox.pc {
    display: none;
  }
}
.newsArea .newsBoxOutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1440px) {
  .newsArea .newsBoxOutBox {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBoxOutBox {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .newsTopBox {
  width: 30%;
  padding-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsTopBox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
}
.newsArea .newsTopBox .newsTopList {
  width: 100%;
}
.newsArea .newsTopBox .newsItem {
  width: 100%;
}
.newsArea .newsTopBox .item {
  width: 100%;
}
@media (min-width: 1201px) {
  .newsArea .newsTopBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsArea .newsTopBox .item:hover .Img .classTitle {
    background-color: #004998;
  }
  .newsArea .newsTopBox .item:hover .title {
    color: #004998;
  }
}
.newsArea .newsTopBox .Img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.newsArea .newsTopBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsTopBox .Img .classTitle {
  background-color: #6db327;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 102px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
}
.newsArea .newsTopBox .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6db327;
  font-size: 16px;
  width: 100%;
  margin: 30px 0 10px;
}
.newsArea .newsTopBox .Txt .newsInfoBox .dateBox {
  margin-left: 10px;
}
.newsArea .newsTopBox .Txt .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.newsArea .newsTopBox .Txt .title.ellipsis {
  height: 35px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .newsTopBox .Txt .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsTopBox .Txt .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .newsTopBox .Txt .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsTopBox .Txt .title {
    font-size: 20px;
  }
  .newsArea .newsTopBox .Txt .title.ellipsis {
    height: 36px;
  }
}
.newsArea .newsTopBox .Txt .text {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5;
}
.newsArea .newsTopBox .Txt .text.ellipsis {
  height: 80px;
  overflow: hidden;
}
.newsArea .newsBox {
  width: 70%;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .newsBox .slick-list {
  padding: 10px 0;
}
.newsArea .newsBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsBox .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.newsArea .newsBox .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #004998;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .newsArea .newsBox .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsBox .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsBox .newsItem:hover .title a {
    color: #004998;
  }
  .newsArea .newsBox .newsItem:hover .plusArrow {
    border-color: #004998;
    background-color: #004998;
  }
  .newsArea .newsBox .newsItem:hover .plusArrow i {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsItem {
    padding: 15px 0;
  }
}
.newsArea .newsBox .item {
  position: relative;
  cursor: pointer;
}
.newsArea .newsBox .Img {
  width: 320px;
  display: block;
  position: absolute;
  right: 200px;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .newsBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .newsBox .Img {
    display: none;
  }
}
.newsArea .newsBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsBox .newsInfoBox {
  border-right: 1px solid #ccc;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
}
.newsArea .newsBox .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsBox .newsInfoBox .dateBox .date {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  color: #6db327;
}
.newsArea .newsBox .newsInfoBox .dateBox .year {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.newsArea .newsBox .newsInfoBox .classTitle {
  color: #3e3e3e;
  font-size: 15px;
  text-align: center;
}
.newsArea .newsBox .textBox {
  height: 110px;
  width: calc(100% - 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}
.newsArea .newsBox .textBox .title {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.newsArea .newsBox .textBox .text {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .btnBox.mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .newsArea .btnBox.mb {
    display: none;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .arrowBox {
    display: none;
  }
}

.contactArea {
  width: 100%;
  position: relative;
}
.contactArea .wrap {
  max-width: 100%;
  padding: 0;
}
.contactArea .contactBox {
  width: 100%;
  position: relative;
}
.contactArea .contactBox .Img {
  width: 100%;
  height: 565px;
  overflow: hidden;
  border-radius: 0 90px 0 0px;
}
@media (max-width: 640px) {
  .contactArea .contactBox .Img {
    height: 640px;
  }
}
.contactArea .contactBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  border-radius: 0 90px 0 0px;
}
.contactArea .contactBox .Txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .contactArea .contactBox .Txt {
    padding: 20px;
  }
}
.contactArea .contactBox .textBox {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.contactArea .contactBox .titleHomeBox .subtitle {
  text-transform: uppercase;
}
.contactArea .contactBox .titleHomeBox .text {
  font-size: 17px;
}
/*# sourceMappingURL=home.css.map */