@charset "UTF-8";
.bannerTxt .btn a:before, .homeVideoBtn, .homeVideoBtn .btnVideo:after, .numberArea .wrap, .numberArea ul.numberList li, .numberArea ul.numberList .Txt, .customerArea .left, .customerArea .customerListArea li, .productArea .Txt, .locationArea .textBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bannerTxt .btn a:before, .bannerTxt .btn i, .bannerTxt .btn i:before, .bannerTxt .btn i:after, .customerArea .Img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainArea {
  /*padding: 100vh 0 0;*/
  padding: 10vh 0 0;
}

header .loginBox .submenu a {
  background-color: rgba(0, 111, 154, 0.8);
}

.swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}

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

.bannerArea:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 140px);
  background: url("../images/lineBg.png") no-repeat right bottom;
}

.bannerArea .bannerBox {
  position: relative;
  width: 100%;
}

.bannerArea .bannerBox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/mask_line02.png") repeat;
  pointer-events: none;
}

.bannerArea .bannerBox:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #0cd6e2;
  pointer-events: none;
  opacity: .5;
  -webkit-animation: bannerColor 20s infinite 5s;
          animation: bannerColor 20s infinite 5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.bannerArea .bannerBox, .bannerArea li {
  height: 100vh;
}

.bannerArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerTxt {
  position: absolute;
  right: 10%;
  top: 55%;
  z-index: 105;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

.bannerTxt h2 {
  margin-bottom: 35px;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: -.025em;
  font-weight: 400;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  color: #fff;
}

.bannerTxt .Txt {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .025em;
  color: #fff;
}

.bannerTxt .btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 20px 20px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .025em;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  color: #fff;
}

.bannerTxt .btn a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border: 1px solid #fff;
}

.bannerTxt .btn a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bannerTxt .btn a:hover {
  color: #006f9a;
}

.bannerTxt .btn a:hover i {
  background-color: #006f9a;
}

.bannerTxt .btn a:hover i:before, .bannerTxt .btn a:hover i:after {
  background-color: #006f9a;
}

.bannerTxt .btn a:hover:before {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.bannerTxt .btn a:hover:after {
  right: auto;
  left: 0;
  width: 100%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.bannerTxt .btn i {
  position: relative;
  width: 30px;
  height: 1px;
  margin-right: 15px;
  background-color: #fff;
}

.bannerTxt .btn i:before, .bannerTxt .btn i:after {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.bannerTxt .btn i:before {
  top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bannerTxt .btn i:after {
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.playerBox {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: url("../images/btnClose.png"), auto;
}

.btn_closeVideo {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 101;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn_closeVideo.close {
  opacity: 0;
  visibility: hidden;
}

.btn_closeVideo a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_closeVideo a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_closeVideo a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_closeVideo a:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#controlBar_bgndVideo {
  display: none !important;
}

.homeVideoBtn {
  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;
  width: 100%;
  height: 140px;
  padding-right: 8%;
}

.homeVideoBtn .btnVideo {
  position: relative;
  font-size: 25px;
  color: #006f9a;
  padding-right: 50px;
}

.homeVideoBtn .btnVideo:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #006f9a;
}

.homeVideoBtn .btnVideo:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #006f9a;
}

.topArea {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  overflow: hidden;
}

.aboutArea {
  position: relative;
  z-index: 1;
  padding: 100px 0 125px;
}

.aboutArea .wrap {
  position: relative;
  width: 1000px;
}

.aboutArea .model {
  width: 20%;
  float: left;
}

.aboutArea .model02 {
  width: 40%;
  float: left;
}




.aboutArea .model img {
  width: 100%;
  height: 100%;
}

.aboutArea .eci {
  position: absolute;
  left: 280px;
  top: -130px;
  z-index: 1;
  pointer-events: none;
}

.aboutArea .eci {
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-size: 70px;
  color: #fa0;
  text-shadow: 0 0 60px rgba(138, 137, 137, 0.1);
}

.aboutArea .rightBox {
  position: relative;
  z-index: 5;
  float: right;
  width: 700px;
}

.aboutArea .rightBox02 {
  width: 54%;
  float: right;
  margin: 3%;
}

.aboutArea em {
  display: block;
  margin-bottom: 40px;
  font-size: 17px;
  color: #707070;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-align: center;
}

.aboutArea h2 {
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -.025em;
  font-weight: 400;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  color: #484848;
}

.aboutArea .Txt {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: .025em;
  color: #006f9a;
  text-align: center;
}


.aboutArea .btn{

}

.aboutArea .btn a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 20px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .025em;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  color: #006f9a;
  border-radius: 30px;
  border: 1px solid #006f9a;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}



.aboutArea .btn a:hover {
  color: #fff;
  background-color: #006f9a;
}

.aboutArea .btn a:hover i {
  background-color: #fff;
}

.aboutArea .btn a:hover i:before, .aboutArea .btn a:hover i:after {
  background-color: #fff;
}

.aboutArea .btn a:hover:before {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.aboutArea .btn a:hover:after {
  right: auto;
  left: 0;
  width: 100%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.aboutArea .btn i {
  position: relative;
  width: 30px;
  height: 1px;
  margin-right: 15px;
  background-color: #006f9a;
}

.aboutArea .btn i:before, .aboutArea .btn i:after {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #006f9a;
}

.aboutArea .btn i:before {
  top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.aboutArea .btn i:after {
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.numberArea {
  position: relative;
  z-index: 2;
}

.numberArea .wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  /*padding: 20% 10% 20% 10%;*/
  background: url("../images/bg03.jpg") no-repeat center;
  background-size: cover;
}

.numberArea .wrap2 {
  position: relative;
  z-index: 0;
  width: 100%;
  /*padding: 20% 10% 20% 10%;*/
  background: url("../images/bg04.jpg") no-repeat center;
  background-size: cover;
}

.numberArea .wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .8;
  /*background: url("../images/numBg.jpg") no-repeat center center/cover;*/
}

.numberArea .left {
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  padding: 10% 0;
}

.numberArea .left h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 60px;
  color: #006f9a;
  text-align: center;
}

.numberArea .left p {
  text-align: left;
  font-size: 27px;
  line-height: 70px;
  color: #484848;
  font-weight: 500;
}

.numberArea .left p span {
  color: #006f9a;
}

.numberArea .left p.more {
  color: #006f9a;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.numberArea .left p.more a:hover {
  color: #ec7b3a;
}

.numberArea ul.numberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
}

.numberArea ul.numberList li {
  padding: 0 7%;
}

.numberArea ul.numberList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.numberArea ul.numberList .top p {
  margin-left: 12px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: .025em;
}

.numberArea ul.numberList .Txt {
  padding-left: 5px;
  font-size: 20px;
  letter-spacing: .05em;
  color: #fff;
}

.numberArea ul.numberList .numberCount {
  font-size: 68px;
  font-weight: 900;
  font-family: "Lato", "微軟正黑體", sans-serif;
}

.numberArea ul.numberList .plus:after {
  content: '+';
}

.customerArea {
  position: relative;
  z-index: 0;
  padding: 0 0 90px 0;
  overflow: hidden;
}

.customerArea .client {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 465px;
  color: #fbf9f9;
  letter-spacing: -.075em;
  text-transform: uppercase;
  line-height: 335px;
  pointer-events: none;
}

.customerArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customerArea .left, .customerArea .right {
  width: 50%;
}

.customerArea .left {
  padding-right: 50px;
}

.customerArea .right {
  position: relative;
}

.customerArea .title01 {
  text-align: left;
}

.customerArea .title01 h2 {
  color: #006f9a;
  letter-spacing: -.025em;
}

.customerArea .textEditor {
  margin-top: 40px;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: .025em;
  color: #7d7d7d;
}

.customerArea .customerListArea {
  position: relative;
  overflow: hidden;
}

.customerArea .customerListArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customerArea .customerListArea li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.customerArea .Img {
  width: 100%;
}

.customerArea .Img:hover {
  opacity: .6;
}

.customerArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.customerArea .swiper-pagination {
  bottom: -30px !important;
  width: 100%;
  text-align: center;
}

.customerArea .swiper-pagination .dots {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: 0 7px;
  background-color: #bfbfbf;
  cursor: pointer;
}

.customerArea .swiper-pagination .dots:hover {
  background-color: #abcd04;
}

.customerArea .swiper-pagination .dotsActive {
  background-color: #abcd04;
}

.productArea .swiper-pagination {
  bottom: -30px !important;
  width: 100%;
  text-align: center;
}

.productArea .swiper-pagination .dots {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: 0 7px;
  background-color: #bfbfbf;
  cursor: pointer;
}

.productArea .swiper-pagination .dots:hover {
  background-color: #006f9a;
}

.productArea .swiper-pagination .dotsActive {
  background-color: #006f9a;
}

.productArea {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.productArea .wrap {
  position: relative;
  width: 54%;
}

.productArea .title01 {
  margin-bottom: 70px;
}

.productArea .title01 h2 {
  line-height: 55px;
  color: #006f9a;
}

.productArea .productListArea {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.productArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productArea ul li {
  width: 25%;
  padding: 0;
}

.productArea .Img {
  position: relative;
}

.productArea .Img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("../images/mask_line.png") no-repeat center top/cover;*/
}

.productArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productArea .Txt {
  padding: 40px 10px;
}

.productArea h3 a {
  display: block;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     color: #707070;
}

.productArea .btn02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6%;
}

.productArea .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 60px;
}

.productArea .prevArrow {
  left: -50px;
}

.productArea .nextArrow {
  right: -50px;
}

.locationArea {
  padding: 0 0 80px;
  background-color: #fcfcfc;
  overflow: hidden;
}

.locationArea .wrap {
  position: relative;
  width: 85%;
}

.locationArea .locationBox {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
  width: 1280px;
  min-height: 600px;
  background: url("../images/map.png") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.locationArea .textBox {
  position: absolute;
  right: 210px;
  top: 145px;
  width: 350px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 40px rgba(137, 136, 136, 0.15);
          box-shadow: 0 0 40px rgba(137, 136, 136, 0.15);
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .025em;
  color: #006f9a;
}

.locationArea .textBox .Img {
  margin-bottom: 25px;
}

.locationArea .list {
  position: absolute;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #006f9a;
  letter-spacing: .025em;
}

.locationArea .list:before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f7941d;
}

.locationArea .list:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.locationArea .list:hover {
  font-size: 22px;
}

.locationArea .list:hover:before, .locationArea .list:hover:after {
  -webkit-transform: scale(1.1) translateY(-50%);
      -ms-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}

.locationArea .france {
  top: 130px;
  left: 20px;
}

.locationArea .korea {
  top: 170px;
  right: 630px;
}

.locationArea .china {
  top: 206px;
  right: 660px;
}

.locationArea .taiwan {
  top: 238px;
  right: 625px;
}

.locationArea .vietnam {
  top: 290px;
  right: 670px;
}

.locationArea .indonesia {
  top: 350px;
  right: 630px;
}

@media (max-width: 1740px) {
  .numberArea .wrap {
    padding: 7% 5%;
  }
  .numberArea .left {
    /*font-size: 45px;
    line-height: 55px;*/
  }
}

@media (max-width: 1570px) {
  .numberArea .wrap {
    padding: 7% 5%;
  }
  /*.numberArea .left {
    font-size: 45px;
    line-height: 55px;*/
  }
  .numberArea .numberList .numberCount {
    font-size: 65px;
  }
  .numberArea .numberList .top {
    margin-bottom: 20px;
  }
  .numberArea .numberList .top p {
    font-size: 13px;
  }
  .numberArea .numberList .Txt {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .aboutArea .model {
    left: 50px;
  }
  .numberArea .wrap {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .numberArea .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .numberArea .numberList {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productArea .btn02 a {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1340px) {
  .aboutArea .wrap {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 1230px) {
  .btn_closeVideo {
    display: block;
  }
  .bannerArea .bannerBox {
    width: 100%;
  }
  .bannerTxt {
    width: 100%;
    right: 0;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .homeVideoBtn {
    padding-right: 30px;
  }
  .numberArea .wrap {
    width: 100%;
  }
  .aboutArea {
    padding: 70px 0;
  }
  .aboutArea .model {
    padding-right: 10px; 
    /*left: 0;
    top: -70px;
    display: none;*/
  }
  .aboutArea .eci {
    top: -105px;
    left: 0;
    display: none;
  }
  .aboutArea .rightBox {
    float: none;
    width: 100%;
  }
  .aboutArea h2 {
    margin-bottom: 50px;
    font-size: 55px;
    line-height: 65px;
  }
  .productArea {
    padding-bottom: 40px;
  }
  .productArea .wrap {
    width: 100%;
  }
  .productArea .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*top: 0;
    height: 100%;*/
    top: 40%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    /*color: #fff;*/
  }
  .productArea .prevArrow {
    left: 30px;
  }
  .productArea .nextArrow {
    right: 30px;
  }
  .customerArea .client {
    left: 0;
  }
  .locationArea .locationBox {
    width: 100%;
    padding: 40px 0;
    min-height: auto;
  }
  .locationArea .textBox {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.86);
  }
  .locationArea .list {
    display: none;
  }
}


@media (max-width: 1023px) {
  .topArea {
    margin-bottom: 50px;
  }
  .productArea .title01 {
    margin-bottom: 40px;
  }
  .aboutArea h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }
  .aboutArea .Txt {
    font-size: 15px;
    line-height: 28px;
  }
  .numberArea .left {
    font-size: 40px;
    line-height: 50px;
  }
  .customerArea .title01 h2 {
    line-height: 50px;
  }
  .customerArea .textEditor {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
}

@media (max-width: 960px) {
  .customerArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customerArea .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .customerArea .right {
    width: 100%;
  }
  .productArea {
    padding-bottom: 40px;
  }

.numberArea .left h1 {
  font-size: 36px;
  line-height: 52px;
}

.numberArea .left p {
  font-size: 24px;
  line-height: 52px;
}

}

@media (max-width: 767px) {
  .bannerTxt h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .bannerTxt .Txt {
    font-size: 14px;
  }




}

@media (max-width: 640px) {
  .aboutArea {
    padding: 40px 0;
  }
  .aboutArea .eci {
    display: none;
  }
  .aboutArea h2 {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
  }
  .numberArea .numberList {
    -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;
    text-align: center;
  }
  .numberArea .numberList li:not(:first-child) {
    margin-top: 30px;
  }
  .productArea {
    padding-bottom: 60px;
  }
  .productArea .circle {
    display: none;
  }
  .productArea .btn02 {
    bottom: 0;
  }
  .productArea .btn02 a {
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 0;
  }
  .productArea .title01 {
    margin-bottom: 40px;
  }
  .aboutArea h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }
  .aboutArea .Txt {
    font-size: 14px;
    line-height: 24px;
  }
  .numberArea .left {
    font-size: 34px;
    line-height: 44px;
  }
  .numberArea .numberList .numberCount {
    font-size: 50px;
  }
  .numberArea .numberList .top {
    margin-bottom: 10px;
  }
  .customerArea .title01 h2 {
    line-height: 44px;
  }
  .customerArea .textEditor {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .numberArea .left h1 {
  font-size: 32px;
  line-height: 42px;
}

.numberArea .left p {
  font-size: 21px;
  line-height: 42px;
}

.locationArea {
  padding: 0px;
}

.locationArea .wrap {
  position: relative;
  width: 110%;
  padding: 0;
  margin: 0;
}

}

@media (max-width: 480px) {
  .bannerTxt h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .numberArea .left h1 {
  font-size: 24px;
  line-height: 36px;
}

.numberArea .left p {
  font-size: 19px;
  line-height: 36px;
}
.productArea {
  margin-bottom: 0;
}
}

@media (max-width: 440px) {
  .aboutArea h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }
  .aboutArea .Txt {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (min-width: 1231px) {
  .locationArea .title01 em, .locationArea .title01 h2, .locationArea .list, .locationArea .btn01 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    transition: all 1s;
  }
  .locationArea .textBox {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    transition: all 1s;
  }
  .locationArea.show .title01 em, .locationArea.show .title01 h2, .locationArea.show .list, .locationArea.show .btn01, .locationArea.show .textBox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .locationArea .title01 em {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
  .locationArea .title01 h2 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  .locationArea .list:nth-child(1) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  .locationArea .list:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
  .locationArea .list:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
  .locationArea .list:nth-child(4) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
  }
  .locationArea .list:nth-child(5) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  .locationArea .list:nth-child(6) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
  }
  .locationArea .textBox {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .locationArea .btn01 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}

@-webkit-keyframes bannerColor {
  0% {
    background-color: #0cd6e2;
  }
  25% {
    background-color: #006f9a;
  }
  50% {
    background-color: #006f9a;
  }
  75% {
    background-color: #6276F2;
  }
  100% {
    background-color: #abcd04;
  }
}

@keyframes bannerColor {
  0% {
    background-color: #0cd6e2;
  }
  25% {
    background-color: #006f9a;
  }
  50% {
    background-color: #006f9a;
  }
  75% {
    background-color: #6276F2;
  }
  100% {
    background-color: #abcd04;
  }
}
