@charset "UTF-8";
.posNav .Img, .productsArea .Txt .no::before, .productsArea .Txt .no, .productsArea .Img, .productsArea .catalogList .item, .linkArea .linkList li .Img a img, .aboutArea .btnList li .item, .aboutArea .btnList li, .aboutArea .infoBox .textList li .Txt, .aboutArea .infoBox .textList li, .aboutArea .infoBox .imgListBg li, .aboutArea .aboutBottomList, .adArea .item::after, .adArea .item, .bannerArea .slick-dots li button::after, .bannerArea .slick-dots li, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-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;
  -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%;
  -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: 1200px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}
.mainArea .titleBox {
  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;
}
.mainArea .titleBox h3 {
  font-size: 55px;
  font-weight: bold;
  color: #001e61;
  letter-spacing: 0.2px;
  margin-bottom: 35px;
  max-width: 1200px;
}
@media (max-width: 1600px) {
  .mainArea .titleBox h3 {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .mainArea .titleBox h3 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 720px) {
  .mainArea .titleBox h3 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mainArea .titleBox h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.mainArea .titleBox p,
.mainArea .titleBox h1 {
  font-size: 20px;
  color: #3e3e3e;
  line-height: 1.5;
  max-width: 850px;
}
@media (max-width: 1600px) {
  .mainArea .titleBox p,
.mainArea .titleBox h1 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainArea .titleBox p,
.mainArea .titleBox h1 {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .mainArea .titleBox p,
.mainArea .titleBox h1 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mainArea .titleBox p,
.mainArea .titleBox h1 {
    font-size: 14px;
  }
}

.bannerArea {
  position: relative;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .wave {
  position: absolute;
  z-index: 5;
  bottom: 0;
  height: 62px;
  width: 100%;
  background: no-repeat url(../images/bannerWave.png) bottom -2px center/100% auto;
}
@media (min-width: 1921px) {
  .bannerArea .wave {
    display: none;
  }
}
@media (max-width: 1200px) {
  .bannerArea .wave {
    display: none;
  }
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  background: #000;
}
.bannerArea .bannerItem .Txt {
  max-width: 1516px;
  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: 110px 20px 85px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  padding-right: 300px;
  margin-bottom: 109px;
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding-right: 200px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding-right: 0px;
    max-width: 640px;
    margin-bottom: 50px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0.1px;
  opacity: 0;
  margin-bottom: 19px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-top: 10px;
  font-weight: normal;
  opacity: 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  background-color: #001e61;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #001e61;
}
.bannerArea .bannerItem .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 .bannerItem .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 .bannerItem .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 .bannerItem .Img {
  position: relative;
  z-index: 1;
  height: 910px;
}
.bannerArea .bannerItem .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Img {
    height: auto;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    max-height: 500px;
  }
}
.bannerArea .bannerItem .Video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 500px;
  max-height: 910px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Video {
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Video {
    min-height: 380px;
  }
}
@media (max-width: 720px) {
  .bannerArea .bannerItem .Video {
    max-height: none;
    min-height: 0;
  }
  .bannerArea .bannerItem .Video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Video {
    min-height: 500px;
    padding-bottom: 50px;
  }
}
.bannerArea .bannerItem .Video + .Txt .title {
  line-height: 1.2;
  font-size: 30px;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Video + .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Video + .Txt .subtitle {
  display: none;
}
.bannerArea .bannerItem .Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 720px) {
  .bannerArea .bannerItem .Video video {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Video .inline-YTPlayer {
    display: none;
  }
}
.bannerArea .bannerItem .Video .inlinePlayButton {
  display: none !important;
}
.bannerArea .bannerItem .Video .ytp-chrome-top {
  display: none !important;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 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 .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  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;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #001e61;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #001e61;
}
.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 #001e61 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #001e61 transparent transparent transparent;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  bottom: 105px;
  right: 46px;
  z-index: 2;
}
.bannerArea .scrollDown img {
  width: auto;
  margin-top: 10px;
}
.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;
  font-size: 14px;
}
.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: #001e61;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  margin: 0;
  bottom: 21.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: repeat-x url(../images/dots.png) left center;
  z-index: 9;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: auto;
  padding: 0;
  position: absolute;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  left: 0;
  margin-top: 33px;
  text-align: left;
  font-weight: 400;
  font-family: "Inter", "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
@media (min-width: 1201px) {
  .bannerArea .slick-dots li button:hover::after {
    opacity: 1;
  }
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li button::after {
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat url(../images/dots2.png) center;
  position: absolute;
  left: -11px;
  top: -48px;
  opacity: 0;
}
.bannerArea .slick-dots li.slick-active {
  background-color: #fff;
}
.bannerArea .slick-dots li.slick-active button::before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots {
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerArea .slick-dots li {
    width: 22px;
    height: 22px;
    border-radius: 99px;
    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;
    background: transparent;
  }
  .bannerArea .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background-color: #fff;
    margin: 0;
    position: static;
    inset: auto;
    color: rgba(255, 255, 255, 0);
  }
  .bannerArea .slick-dots li button::before, .bannerArea .slick-dots li button::after {
    content: normal;
  }
  .bannerArea .slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #72c3d5;
  }
  .bannerArea .slick-dots li.slick-active button {
    background-color: #72c3d5;
  }
}
@media (max-width: 1200px) {
  .bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .arrowBox {
    display: none !important;
  }
}

.adArea {
  padding: 134px 0 0px 0;
}
@media (max-width: 1200px) {
  .adArea {
    padding-top: 64px;
  }
}
.adArea .titleBox {
  margin-bottom: 52px;
}
@media (max-width: 1200px) {
  .adArea .titleBox {
    margin-bottom: 30px;
  }
}
.adArea li {
  padding: 20px;
}
.adArea .slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: repeat-x url(../images/dots.png) left center;
}
.adArea .slick-dots li {
  width: 22px !important;
}
@media (max-width: 1200px) {
  .adArea .slick-dots {
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adArea .slick-dots li {
    width: 22px;
    height: 22px;
    border-radius: 99px;
    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;
    background: transparent;
  }
  .adArea .slick-dots li:hover {
    border: 1px solid #72c3d5;
  }
  .adArea .slick-dots li:hover button {
    background-color: #72c3d5;
  }
  .adArea .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background-color: #a5a5a5;
    margin: 0;
    position: static;
    inset: auto;
    color: rgba(165, 165, 165, 0);
  }
  .adArea .slick-dots li button::before, .adArea .slick-dots li button::after {
    content: normal;
  }
  .adArea .slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #72c3d5;
  }
  .adArea .slick-dots li.slick-active button {
    background-color: #72c3d5;
  }
}
.adArea .slick-arrow {
  z-index: 10;
  width: 68px;
  height: 68px;
  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;
  padding: 10px;
  background: no-repeat url(../images/circle2.png) center;
}
.adArea .slick-arrow:hover {
  background: no-repeat url(../images/circle2.png) center;
}
.adArea .slick-arrow:hover:before {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.adArea .slick-arrow::before {
  content: "";
  background: no-repeat url(../images/circle.png) center;
  width: 68px;
  height: 68px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.adArea .slick-arrow.slick-prev {
  left: -16px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.adArea .slick-arrow.slick-next {
  right: -16px;
}
.adArea .adList {
  margin: 0 -20px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .adArea .adList li {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .adArea .adList li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .adArea .adList li {
    width: 100%;
  }
}
.adArea .adList .slick-list {
  overflow: visible;
}
.adArea .adList .slick-dots.slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adArea .adList .slick-dots.slick-dots li {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  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;
  background: transparent;
}
.adArea .adList .slick-dots.slick-dots li:hover {
  border: 1px solid #72c3d5;
}
.adArea .adList .slick-dots.slick-dots li:hover button {
  background-color: #72c3d5;
}
.adArea .adList .slick-dots.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background-color: #a5a5a5;
  margin: 0;
  position: static;
  inset: auto;
  color: rgba(165, 165, 165, 0);
}
.adArea .adList .slick-dots.slick-dots li button::before, .adArea .adList .slick-dots.slick-dots li button::after {
  content: normal;
}
.adArea .adList .slick-dots.slick-dots li.slick-active {
  background: transparent;
  border: 1px solid #72c3d5;
}
.adArea .adList .slick-dots.slick-dots li.slick-active button {
  background-color: #72c3d5;
}
.adArea .item {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 32px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 20px;
  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;
  padding: 36px 28px;
  position: relative;
  margin-top: 47px;
}
@media (max-width: 1200px) {
  .adArea .item {
    padding: 36px 0;
  }
}
.adArea .item::after {
  content: "";
  height: 151px;
  width: 100%;
  background: no-repeat url(../images/wave.png) center bottom/100% 100% #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.adArea .item a {
  height: 70px;
}
.adArea .item:hover {
  margin-top: 0;
}
.adArea .item:hover::after {
  opacity: 1;
}
.adArea .item:hover .Txt {
  top: 0;
  opacity: 1;
}
.adArea .item:hover .Txt a {
  color: #fff;
}
.adArea .item:hover .Txt a:after {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .adArea .item {
    margin-top: 0;
  }
  .adArea .item::after {
    opacity: 1;
  }
  .adArea .item .Txt {
    top: 0;
    opacity: 1;
  }
  .adArea .item .Txt a {
    color: #fff;
  }
  .adArea .item .Txt a:after {
    background-color: #fff;
  }
}
.adArea .Img {
  width: 120px;
  height: 120px;
  margin-bottom: 38px;
}
.adArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.adArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.adArea .Txt h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 16px;
  height: 30px;
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.adArea .Txt p {
  text-align: left;
  display: block;
  width: 100%;
  height: 135px;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-bottom: 68px;
}
.adArea .Txt a {
  font-size: 14px;
  color: #001e61;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15px;
  position: relative;
  padding-bottom: 24px;
}
@media (max-width: 1200px) {
  .adArea .Txt a {
    padding: 0;
    padding-top: 20px;
  }
}
.adArea .Txt a::after {
  content: "";
  -webkit-mask: no-repeat url(../images/arrow.png) center/cover;
          mask: no-repeat url(../images/arrow.png) center/cover;
  background-color: #001e61;
  width: 32px;
  height: 8px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .adArea .Txt a::after {
    bottom: -20px;
  }
}
.adArea h3 {
  display: block;
  width: 100%;
}
.adArea h3 a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid #838383;
  color: #fff;
}
.adArea + .wave {
  height: 62px;
  overflow: hidden;
}
.adArea + .wave img {
  width: 100%;
}
@media (max-width: 1200px) {
  .adArea + .wave img {
    height: 150%;
  }
}
@media (max-width: 840px) {
  .adArea + .wave {
    display: none;
  }
}

.aboutArea {
  padding: 45px 0 105px 0;
  background: no-repeat url(../images/map.png) center bottom -17px #f7f7f7;
  overflow: hidden;
}
@media (max-width: 480px) {
  .aboutArea {
    padding-bottom: 80px;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutArea .wrap .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1200px) {
  .aboutArea .wrap .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutArea .wrap .right {
  position: relative;
  width: 509px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1817px) {
  .aboutArea .wrap .right {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .aboutArea .wrap .right {
    display: none;
  }
}
.aboutArea .wrap .right .rightImg {
  margin-top: 13px;
  position: absolute;
  width: 916px;
  height: 916px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 999px;
  border: 50px solid #70bbcc;
  background-color: #d0d0d0;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .aboutArea .wrap .right .rightImg {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .rightImg {
    width: 620px;
    height: 620px;
  }
}
.aboutArea .wrap .right .rightImg .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
}
.aboutArea .wrap .right .rightImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.aboutArea .wrap .right .rightImg::after {
  content: "";
  background: no-repeat url(../images/circle6.png) center/100% 100%;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
}
.aboutArea .wrap .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .aboutArea .wrap .contentBox {
    display: block;
  }
}
.aboutArea .aboutBottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 56px;
  margin-top: 130px;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList {
    margin-top: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 0;
  }
}
.aboutArea .aboutBottomList li {
  width: 225px;
  height: 225px;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li {
    width: 33.33%;
  }
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBottomList li {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .aboutArea .aboutBottomList li {
    width: 130px;
    height: 130px;
    margin: 0 4px;
  }
}
.aboutArea .aboutBottomList li:nth-of-type(2n) {
  margin-top: 142px;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li:nth-of-type(2n) {
    margin-top: 0;
  }
}
.aboutArea .aboutBottomList li::after {
  content: "";
  width: 123px;
  height: 27px;
  background: no-repeat url(../images/shadow.png) center;
  position: absolute;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.aboutArea .aboutBottomList li .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: no-repeat url(../images/circle7.png) center/100% auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li .item {
    background: no-repeat url(../images/circle7.png) center/225px auto;
  }
}
@media (max-width: 840px) {
  .aboutArea .aboutBottomList li .item {
    background: no-repeat url(../images/circle7.png) center/200px auto;
  }
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li .item {
    background: no-repeat url(../images/circle7.png) center/140px auto;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutBottomList li .item {
    background: no-repeat url(../images/circle7.png) center/130px auto;
  }
}
.aboutArea .aboutBottomList li .Img {
  width: auto;
  margin-top: 2px;
}
.aboutArea .aboutBottomList li .Img img {
  width: auto;
  margin: 0;
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li .Img img {
    width: 35px;
  }
}
.aboutArea .aboutBottomList li .Txt {
  margin: 0;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li .Txt {
    max-width: 225px;
  }
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li .Txt {
    max-width: 150px;
  }
}
.aboutArea .aboutBottomList li .Txt .numBox {
  font-size: 36px;
  text-align: center;
  color: #128aa8;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  letter-spacing: 0.8px;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li .Txt .numBox {
    font-size: 28px;
  }
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li .Txt .numBox {
    font-size: 18px;
  }
}
.aboutArea .aboutBottomList li .Txt h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0 50px;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBottomList li .Txt h3 {
    font-size: 14px;
    height: 34px;
    display: block;
  }
}
@media (max-width: 720px) {
  .aboutArea .aboutBottomList li .Txt h3 {
    font-size: 12px;
    padding: 0 20px;
  }
}
.aboutArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .aboutArea .infoBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 80px;
  }
}
@media (max-width: 840px) {
  .aboutArea .infoBox {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }
}
.aboutArea .infoBox .imgListBg {
  position: relative;
  width: 395px;
  height: 395px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 38px;
  z-index: 2;
}
@media (max-width: 1500px) {
  .aboutArea .infoBox .imgListBg {
    margin-right: 16px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .infoBox .imgListBg {
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  .aboutArea .infoBox .imgListBg {
    margin: 0;
    overflow: visible;
    width: 100%;
  }
}
.aboutArea .infoBox .imgListBg .imgList {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 840px) {
  .aboutArea .infoBox .imgListBg .imgList .slick-list,
.aboutArea .infoBox .imgListBg .imgList .slick-track {
    height: inherit;
  }
}
.aboutArea .infoBox .imgListBg li {
  position: absolute;
  width: 100%;
  height: 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;
  opacity: 0;
}
@media (max-width: 840px) {
  .aboutArea .infoBox .imgListBg li {
    opacity: 1;
    position: static;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 395px;
  }
}
.aboutArea .infoBox .imgListBg li.active {
  opacity: 1;
}
.aboutArea .infoBox .imgListBg li .Img {
  background-color: #fff;
  width: 213px;
  height: 213px;
  border-radius: 999px;
  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;
}
.aboutArea .infoBox .imgListBg li .Img img {
  width: auto;
  height: auto;
}
.aboutArea .infoBox .imgListBg .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  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;
  pointer-events: none;
}
.aboutArea .infoBox .imgListBg .circle.active img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.aboutArea .infoBox .imgListBg .circle.active .insCircle {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.aboutArea .infoBox .imgListBg .circle img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  height: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.aboutArea .infoBox .imgListBg .circle .insCircle {
  position: absolute;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 100%;
}
.aboutArea .infoBox .textList {
  position: relative;
  width: 454px;
  min-height: 270px;
  margin-right: 20px;
  z-index: 1;
}
@media (max-width: 1700px) {
  .aboutArea .infoBox .textList {
    width: 380px;
  }
}
@media (max-width: 1600px) {
  .aboutArea .infoBox .textList {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .infoBox .textList {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 840px) {
  .aboutArea .infoBox .textList {
    margin-top: 50px;
    min-height: 0;
    width: 100%;
  }
}
.aboutArea .infoBox .textList li {
  position: absolute;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 840px) {
  .aboutArea .infoBox .textList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    position: static;
  }
}
@media (max-width: 540px) {
  .aboutArea .infoBox .textList li {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 24px;
    background-color: transparent;
    padding: 10px;
  }
}
.aboutArea .infoBox .textList li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-animation: textIn 1.5s 1 forwards;
          animation: textIn 1.5s 1 forwards;
}
@-webkit-keyframes textIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes textIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.aboutArea .infoBox .textList li.active .Txt {
  -webkit-animation: opIn 1s 1 forwards;
          animation: opIn 1s 1 forwards;
}
@-webkit-keyframes opIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.aboutArea .infoBox .textList li .Txt {
  margin: 0;
  width: 100%;
  padding: 37px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 540px) {
  .aboutArea .infoBox .textList li .Txt {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    background-color: #fff;
  }
}
.aboutArea .infoBox .textList li .Txt h2 {
  font-size: 28px;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 1.5;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .aboutArea .infoBox .textList li .Txt h2 {
    font-size: 24px;
  }
}
.aboutArea .infoBox .textList li .Txt p {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
@media (max-width: 1600px) {
  .aboutArea .infoBox .textList li .Txt p {
    font-size: 16px;
  }
}
.aboutArea .titleBox {
  width: 100%;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 78px;
}
@media (max-width: 1400px) {
  .aboutArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .titleBox {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutArea .titleBox h3 {
  max-width: 940px;
  letter-spacing: 0px;
}
.aboutArea .titleBox p {
  max-width: 900px;
}
.aboutArea .btnList {
  position: relative;
  z-index: 2;
}
.aboutArea .btnList li {
  width: 135px;
  height: 135px;
  position: absolute;
  padding: 9px;
  background: no-repeat url(../images/circle5.png) center left/100% 100%;
  border-radius: 999px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li {
    width: 110px;
    height: 110px;
  }
}
.aboutArea .btnList li:nth-of-type(1) {
  left: 118px;
  top: 30px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(1) {
    left: 160px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(1) {
    top: 0;
    left: 190px;
  }
}
.aboutArea .btnList li:nth-of-type(2) {
  left: 5px;
  top: 157px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(2) {
    top: 127px;
    left: 24px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(2) {
    top: 70px;
    left: 60px;
  }
}
.aboutArea .btnList li:nth-of-type(3) {
  left: -61px;
  top: 313px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(3) {
    top: 270px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(3) {
    top: 195px;
    left: -20px;
  }
}
.aboutArea .btnList li:nth-of-type(4) {
  left: -56px;
  top: 483px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(4) {
    top: 430px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(4) {
    left: -20px;
    top: 340px;
  }
}
.aboutArea .btnList li:nth-of-type(5) {
  left: 5px;
  top: 640px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(5) {
    left: 24px;
    top: 570px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(5) {
    left: 60px;
    top: 460px;
  }
}
.aboutArea .btnList li:nth-of-type(6) {
  left: 119px;
  top: 772px;
}
@media (max-width: 1500px) {
  .aboutArea .btnList li:nth-of-type(6) {
    left: 160px;
    top: 660px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnList li:nth-of-type(6) {
    top: 540px;
    left: 190px;
  }
}
@media (min-width: 1401px) {
  .aboutArea .btnList li:hover {
    background-color: #001e61;
  }
  .aboutArea .btnList li:hover .item {
    background-color: #001e61;
  }
  .aboutArea .btnList li:hover .item .Img {
    opacity: 0;
  }
  .aboutArea .btnList li:hover .item .Txt {
    opacity: 1;
  }
}
.aboutArea .btnList li .item {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 999px;
  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;
}
.aboutArea .btnList li .item .Img {
  width: 80px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .aboutArea .btnList li .item .Img {
    width: 60px;
    height: 60px;
  }
}
.aboutArea .btnList li .item .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.aboutArea .btnList li .item .Txt h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
.aboutArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 95px;
}
@media (max-width: 1500px) {
  .aboutArea .btnBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .aboutArea .btnBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .btnBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .btnBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
  position: relative;
  padding-left: 82px;
}
@media (max-width: 1200px) {
  .aboutArea .btnBox .item {
    margin-bottom: 70px;
    width: 280px;
    margin-right: 0;
  }
  .aboutArea .btnBox .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  .aboutArea .btnBox .item:last-child {
    margin-bottom: 30px;
  }
}
.aboutArea .btnBox .item:hover .circle img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aboutArea .btnBox .item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url(../images/circle2.png) center;
}
.aboutArea .btnBox .item .circle img {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 64px;
  height: 66px;
  position: relative;
  left: 1px;
}
.aboutArea .btnBox .item a {
  font-size: 14px;
  color: #001e61;
  font-weight: bold;
}
.aboutArea .Img {
  width: 45%;
}
.aboutArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
}
.aboutArea .Txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}
.aboutArea .infoList {
  position: relative;
  list-style: none;
}
@media (max-width: 1200px) {
  .aboutArea .infoList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .infoList li {
  position: absolute;
  opacity: 0;
}
.aboutArea .btn a {
  padding: 12px 40px;
  border: 1px solid #51649a;
  font-size: 15px;
  color: #51649a;
}
.aboutArea .btn a:hover {
  color: #fff;
  background-color: #51649a;
}
.aboutArea .slick-arrow {
  z-index: 10;
  width: 68px;
  height: 68px;
  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;
  padding: 10px;
  background: no-repeat url(../images/circle2.png) center;
}
.aboutArea .slick-arrow:hover {
  background: no-repeat url(../images/circle2.png) center;
}
.aboutArea .slick-arrow:hover:before {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.aboutArea .slick-arrow::before {
  content: "";
  background: no-repeat url(../images/circle.png) center;
  width: 68px;
  height: 68px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.aboutArea .slick-arrow.slick-prev {
  left: -35px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.aboutArea .slick-arrow.slick-next {
  right: -35px;
}
.aboutArea .slick-dots.slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .aboutArea .slick-dots.slick-dots {
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -55px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutArea .slick-dots.slick-dots li {
    width: 22px;
    height: 22px;
    border-radius: 99px;
    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;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutArea .slick-dots.slick-dots li:hover {
    border: 1px solid #72c3d5;
  }
  .aboutArea .slick-dots.slick-dots li:hover button {
    background-color: #72c3d5;
  }
  .aboutArea .slick-dots.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background-color: #a5a5a5;
    margin: 0;
    position: static;
    inset: auto;
    color: rgba(165, 165, 165, 0);
  }
  .aboutArea .slick-dots.slick-dots li button::before, .aboutArea .slick-dots.slick-dots li button::after {
    content: normal;
  }
  .aboutArea .slick-dots.slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #72c3d5;
  }
  .aboutArea .slick-dots.slick-dots li.slick-active button {
    background-color: #72c3d5;
  }
}

.fixedArea {
  background: no-repeat url(../images/fixedBg.jpg) center/cover;
  background-attachment: fixed;
  height: 581px;
}
@supports (-webkit-touch-callout: none) {
  .fixedArea {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1200px) {
  .fixedArea {
    height: 400px;
  }
}
.fixedArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: no-repeat url(../images/mask.png) center/cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.fixedArea .textEditor {
  max-width: 943px;
  width: 100%;
  color: #d1d2d4;
  font-size: 30px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (max-width: 480px) {
  .fixedArea .textEditor {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .fixedArea .textEditor {
    font-size: 20px;
  }
}
.fixedArea .textEditor h3 {
  line-height: 1.7;
  margin-top: 28px;
  position: relative;
  padding: 0 28px;
}
@media (max-width: 1200px) {
  .fixedArea .textEditor h3 {
    padding-top: 10px;
  }
}
.fixedArea .textEditor h3::before {
  content: "";
  width: 31px;
  height: 27px;
  background: no-repeat url(../images/mark1.png) center/cover;
  left: -2px;
  position: absolute;
  top: -20px;
}
.fixedArea .textEditor h3::after {
  content: "";
  width: 31px;
  height: 27px;
  background: no-repeat url(../images/mark2.png) center/cover;
  right: 0px;
  position: absolute;
  top: -20px;
}
.fixedArea .textEditor p.info {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  margin-top: 24px;
  margin-right: 72px;
}
@media (max-width: 480px) {
  .fixedArea .textEditor p.info {
    font-size: 20px;
  }
}

.linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
}
.linkBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 82px;
}
.linkBox .item:hover .circle img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.linkBox .item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url(../images/circle2.png) center;
}
.linkBox .item .circle img {
  width: 64px;
  height: 66px;
  position: relative;
  left: 1px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.linkBox .item a {
  font-size: 14px;
  color: #001e61;
  font-weight: bold;
}

.linkArea {
  padding: 100px 0 0 0;
  text-align: center;
  background-color: #f7f7f7;
}
@media (max-width: 1200px) {
  .linkArea .linkBox {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .linkArea {
    padding-top: 64px;
  }
}
.linkArea .titleBox {
  margin-bottom: 53px;
}
@media (max-width: 720px) {
  .linkArea .titleBox {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.linkArea .titleBox h3 {
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .linkArea .titleBox h3 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.linkArea .titleBox p.textEditor {
  margin-top: 13px;
  max-width: 880px;
}
.linkArea .titleBox p.subtitle {
  font-size: 30px;
  color: #292929;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .linkArea .titleBox p.subtitle {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
}
.linkArea h4 {
  display: none;
}
.linkArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.linkArea .linkList li {
  padding: 0 8px;
  margin-bottom: 16px;
  position: relative;
}
.linkArea .linkList li:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .linkArea .linkList li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .linkArea .linkList li .Img {
    width: 100%;
  }
  .linkArea .linkList li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .linkArea .linkList li:nth-of-type(1) {
    width: 40.4%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(1) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(1) img {
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(1) img {
    height: 240px;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(2) {
    width: 59.6%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(2) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(2) img {
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(2) img {
    height: 240px;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(3) {
    width: 31.7%;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(3) {
    width: 60%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(3) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(3) img {
    height: 593px;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(3) img {
    width: 100%;
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(3) img {
    height: 240px;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(4) {
    width: 38.4%;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(4) {
    width: 40%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(4) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(4) img {
    height: 303px;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(4) img {
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(4) img {
    height: 240px;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(5) {
    width: 29.9%;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(5) {
    width: 40%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(5) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(5) img {
    height: 303px;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(5) img {
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(5) img {
    height: 240px;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(6) {
    width: 68.3%;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(6) {
    inset: auto;
    position: relative;
    width: 60%;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(6) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .linkArea .linkList li:nth-of-type(6) img {
    height: 273px;
  }
}
@media (max-width: 1600px) and (max-width: 840px) {
  .linkArea .linkList li:nth-of-type(6) img {
    height: 260px;
  }
}
@media (max-width: 1600px) and (max-width: 640px) {
  .linkArea .linkList li:nth-of-type(6) img {
    height: 240px;
  }
}
@media (max-width: 1600px) and (max-width: 440px) {
  .linkArea .linkList li:nth-of-type(n) {
    width: 100%;
  }
  .linkArea .linkList li:nth-of-type(n) .Img {
    max-width: none;
  }
  .linkArea .linkList li:nth-of-type(n) .Img img {
    height: 220px;
  }
}
.linkArea .linkList li .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.linkArea .linkList li .Img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.linkArea .linkList li h4 {
  display: block;
  position: absolute;
  text-align: left;
  left: 48px;
  bottom: 30px;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  max-height: 90px;
  width: calc(100% - 48px);
  padding-right: 20px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .linkArea .linkList li h4 {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .linkArea .linkList li h4 {
    left: 20px;
  }
}
@media (max-width: 640px) {
  .linkArea .linkList li h4 {
    font-size: 16px;
    max-height: 72px;
    bottom: 20px;
  }
}
.linkArea .wave {
  height: 62px;
  overflow: hidden;
  margin-top: -16px;
}
@media (max-width: 1200px) {
  .linkArea .wave {
    display: none;
  }
}
.linkArea .wave img {
  height: 100%;
  width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.productsArea {
  padding: 123px 0 53px 0;
}
@media (max-width: 1200px) {
  .productsArea {
    padding-top: 64px;
  }
}
.productsArea .titleBox {
  margin-bottom: 27px;
}
@media (max-width: 720px) {
  .productsArea .titleBox {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
.productsArea .titleBox h3 {
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  height: auto;
}
@media (max-width: 720px) {
  .productsArea .titleBox h3 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.productsArea .titleBox p.textEditor {
  margin-top: 10px;
  max-width: 880px;
}
.productsArea .titleBox p.subtitle {
  font-size: 30px;
  color: #292929;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .productsArea .titleBox p.subtitle {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
}
.productsArea .catalogBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .productsArea .catalogBox {
    margin-bottom: 70px;
  }
}
.productsArea .catalogBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.productsArea .catalogList {
  margin: 0 -61px 0 -61px;
  display: block;
}
@media (max-width: 1600px) {
  .productsArea .catalogList {
    margin: 0 0 -20px 0;
  }
}
@media (max-width: 1400px) {
  .productsArea .catalogList {
    margin: 0 0 -10px 0;
  }
}
.productsArea .catalogList li {
  padding: 0 61px;
  padding-top: 45px;
  width: 100%;
  max-width: 533px;
  margin-bottom: 76px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  height: 549px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
}
@media (max-width: 1600px) {
  .productsArea .catalogList li {
    padding: 0 20px;
    padding-top: 45px;
  }
}
@media (max-width: 1400px) {
  .productsArea .catalogList li {
    padding: 0 10px;
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .productsArea .catalogList li {
    width: 50%;
    max-width: none;
    height: auto;
  }
}
@media (max-width: 840px) {
  .productsArea .catalogList li {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.productsArea .catalogList .item {
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 25px 5px 60px 5px;
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .productsArea .catalogList .item {
    max-width: 410px;
    width: 100%;
  }
  .productsArea .catalogList .item .Txt {
    background-color: #001e61;
    padding: 0 20px;
  }
  .productsArea .catalogList .item .Txt::before {
    top: -39px;
    background-color: #001e61;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .productsArea .catalogList .item .Txt .no {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 40px;
  }
  .productsArea .catalogList .item .Txt .no::before {
    content: "";
    background-color: #128aa8;
  }
  .productsArea .catalogList .item .Txt h3 a {
    color: #70bbcc;
  }
  .productsArea .catalogList .item .Txt p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 410px;
  }
  .productsArea .catalogList .item .Img {
    width: 100%;
    height: auto;
  }
  .productsArea .catalogList .item .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productsArea .catalogList .item .Img a img {
    height: auto;
  }
}
@media (min-width: 1201px) {
  .productsArea .catalogList .item:hover {
    margin: 0 -12px;
    margin-top: -38px;
  }
  .productsArea .catalogList .item:hover .Txt {
    padding: 6px 0 15px 65px;
    background-color: #001e61;
  }
  .productsArea .catalogList .item:hover .Txt::before {
    top: -39px;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .productsArea .catalogList .item:hover .Txt .no {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 2px;
  }
  .productsArea .catalogList .item:hover .Txt .no::before {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #128aa8;
    position: absolute;
    left: 0;
  }
  .productsArea .catalogList .item:hover .Txt h3 a {
    color: #70bbcc;
  }
  .productsArea .catalogList .item:hover .Txt p {
    color: rgba(255, 255, 255, 0.8);
  }
  .productsArea .catalogList .item:hover .Img {
    height: 381px;
  }
  .productsArea .catalogList .item:hover .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.productsArea .Img {
  height: 325px;
  overflow: hidden;
}
.productsArea .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.productsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.productsArea .Txt {
  padding: 26px 20px 15px 55px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.productsArea .Txt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  background: no-repeat url(../images/wave3.png) center bottom/100% auto;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.productsArea .Txt .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(62, 62, 62, 0.5);
  margin-bottom: 26px;
}
.productsArea .Txt .no::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #128aa8;
  position: absolute;
  left: 0;
}
.productsArea .Txt p {
  height: 112px;
  font-size: 16px;
  color: rgba(62, 62, 62, 0.8);
  line-height: 1.6;
  max-width: 320px;
}
@media (max-width: 1200px) {
  .productsArea .Txt p {
    height: 90px;
  }
}
.productsArea h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 32px;
}
.productsArea h3 a {
  min-width: 0;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 20px;
  color: #001e61;
  text-transform: uppercase;
  line-height: 1.2;
  height: 32px;
  word-break: break-all;
  word-wrap: break-word;
  display: inline;
  max-width: 320px;
}
.productsArea h3 a:hover {
  color: #001e61;
}
.productsArea .linkBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.productsArea .slick-arrow {
  z-index: 10;
  width: 68px;
  height: 68px;
  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;
  padding: 10px;
  background: no-repeat url(../images/circle2.png) center;
}
.productsArea .slick-arrow:hover {
  background: no-repeat url(../images/circle2.png) center;
}
.productsArea .slick-arrow:hover:before {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.productsArea .slick-arrow::before {
  content: "";
  background: no-repeat url(../images/circle.png) center;
  width: 68px;
  height: 68px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.productsArea .slick-arrow.slick-prev {
  left: -35px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.productsArea .slick-arrow.slick-next {
  right: -35px;
}
.productsArea .slick-dots.slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .productsArea .slick-dots.slick-dots {
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productsArea .slick-dots.slick-dots li {
    width: 22px;
    height: 22px;
    border-radius: 99px;
    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;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  .productsArea .slick-dots.slick-dots li:hover {
    border: 1px solid #72c3d5;
  }
  .productsArea .slick-dots.slick-dots li:hover button {
    background-color: #72c3d5;
  }
  .productsArea .slick-dots.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background-color: #a5a5a5;
    margin: 0;
    position: static;
    inset: auto;
    color: rgba(165, 165, 165, 0);
  }
  .productsArea .slick-dots.slick-dots li button::before, .productsArea .slick-dots.slick-dots li button::after {
    content: normal;
  }
  .productsArea .slick-dots.slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #72c3d5;
  }
  .productsArea .slick-dots.slick-dots li.slick-active button {
    background-color: #72c3d5;
  }
}

.careersArea {
  position: relative;
  padding-top: 4px;
  height: 696px;
}
@media (max-width: 1200px) {
  .careersArea {
    padding-top: 0;
    height: 500px;
  }
}
.careersArea::before {
  content: "";
  height: 66px;
  -webkit-mask: no-repeat url(../images/wave2.png) bottom center/100% auto;
          mask: no-repeat url(../images/wave2.png) bottom center/100% auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
@media (min-width: 1938px) {
  .careersArea::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .careersArea::before {
    content: normal;
  }
}
.careersArea .Txt {
  position: absolute;
  inset: 0;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1345px;
  padding-bottom: 0px;
  padding-top: 53px;
  height: 100%;
}
@media (max-width: 720px) {
  .careersArea .Txt {
    padding-top: 20px;
  }
}
.careersArea .Txt h4 {
  font-size: 55px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  text-transform: uppercase;
  padding: 0 100px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .careersArea .Txt h4 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .careersArea .Txt h4 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 720px) {
  .careersArea .Txt h4 {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .careersArea .Txt h4 {
    font-size: 26px;
  }
}
.careersArea .Txt .textEditor {
  text-align: center;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .careersArea .Txt .textEditor {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .careersArea .Txt .textEditor {
    padding: 0 20px;
    font-size: 16px;
  }
}
.careersArea .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careersArea .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.careersArea .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.careersArea .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .careersArea .Img img {
    height: 500px;
  }
}
.careersArea .linkBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 77px;
}
@media (max-width: 720px) {
  .careersArea .linkBox {
    margin-top: 40px;
  }
}
.careersArea .linkBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 82px;
}
.careersArea .linkBox .item .circle {
  background: no-repeat url(../images/circle8.png) center;
}
.careersArea .linkBox .item .circle img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.careersArea .linkBox .item a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.posNav {
  position: fixed;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: block;
}
@media (max-width: 1200px) {
  .posNav {
    display: none;
  }
}
.posNav li {
  background-color: #0091b2;
  border-radius: 99px;
  width: 5px;
  height: 5px;
  display: block;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
.posNav .Img {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 0;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.posNav .Img.active, .posNav .Img:hover {
  opacity: 1;
}

.mapArea .wrap {
  width: 100%;
}

#gmap_s {
  width: 100%;
  height: 400px;
}

@media (max-width: 1200px) {
  .adArea .Txt {
    position: static;
    padding: 20px;
    opacity: 1;
    background-color: transparent;
  }
  .adArea .Txt p {
    color: #000;
  }
  .adArea h3 a {
    color: #000;
  }
  .facArea .Txt {
    position: static;
    padding: 20px;
    opacity: 1;
    background-color: transparent;
  }
  .facArea .Txt p {
    color: #000;
  }
  .facArea h3 a {
    color: #000;
  }
  .mapArea .wrap {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .linkArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .linkArea .Img {
    max-width: 280px;
  }
}