.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainArea {
  padding: 0;
}

/*--parallax--*/
.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.parallax-window {
  background: transparent;
  padding: 130px 0;
  box-sizing: border-box;
}

/*--banner--*/
.bannerArea {
  background-color: #000;
}

.bannerArea ul li {
  background-repeat: no-repeat;
}

.bannerArea ul li.slick-current h3, .bannerArea ul li.slick-current h4, .bannerArea ul li.slick-current p, .bannerArea ul li.slick-current .btn01 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.bannerArea ul li.slick-current h3 {
  transition-delay: .3s;
}

.bannerArea ul li.slick-current h4 {
  transition-delay: .5s;
}

.bannerArea ul li.slick-current p {
  transition-delay: .7s;
}

.bannerArea ul li.slick-current .btn01 {
  transition-delay: .9s;
}

.bannerArea ul li.slick-current .rightImg img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.bannerArea ul li.slick-current .rightImg p {
  opacity: 1;
  left: 0;
}

.bannerArea .wrapper {
  position: relative;
  width: 1160px;
  height: 665px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerArea .Txt {
  color: #fff;
  font-size: 15px;
  width: 530px;
}

.bannerArea .Txt h3, .bannerArea .Txt h4, .bannerArea .Txt p, .bannerArea .Txt .btn01 {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  transition: all .9s;
}

.bannerArea .Txt h3 {
  font-size: 60px;
  font-weight: bold;
}

.bannerArea .Txt h4 {
  font-size: 37px;
  letter-spacing: .075em;
  font-weight: normal;
  margin-bottom: 15px;
}

.bannerArea .Txt p {
  line-height: 20px;
}

.bannerArea .Txt .btn01 a:hover {
  transition-delay: .3s;
  background: #f08200;
}

.bannerArea .rightImg {
  position: relative;
  max-width: 600px;
}

.bannerArea .rightImg img {
  display: block;
  max-width: 100%;
  width: auto;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  transition: all 1s;
}

.bannerArea .rightImg p {
  position: absolute;
  left: -50px;
  bottom: 10%;
  color: #fff;
  font-size: 20px;
  letter-spacing: .05em;
  opacity: 0;
  transition: all .5s;
}

.bannerArea .rightImg p:after {
  content: '-';
  display: inline-block;
  padding-left: 8px;
}

.bannerArea .arrow_prev, .bannerArea .arrow_next {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #1d2088;
}

.bannerArea .arrow_prev:hover, .bannerArea .arrow_next:hover {
  background: #f08200;
}

.bannerArea .arrow_prev:focus, .bannerArea .arrow_next:focus {
  outline: 0;
}

.bannerArea .arrow_prev.slick-hidden, .bannerArea .arrow_next.slick-hidden {
  opacity: .3;
  display: block;
}

.bannerArea .arrow_prev {
  left: 0;
}

.bannerArea .arrow_next {
  right: 0;
}

.bannerArea ul.slick-dots {
  width: 100%;
  bottom: 60px;
  text-align: center;
}

.bannerArea ul.slick-dots li {
  width: auto;
}

.bannerArea ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f08200;
}

.bannerArea ul.slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.bannerArea ul.slick-dots li button:before {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  opacity: 1;
}

.textArea {
  text-align: center;
  font-size: 21px;
  color: #333;
  letter-spacing: .05em;
  padding: 70px 0;
  overflow: hidden;
  line-height: 1.8;
}

.featureArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--solutionArea--*/
.solutionArea {
  width: 50%;
  overflow: hidden;
}

.solutionArea .Img {
  min-height: 560px;
}

.solutionArea .Img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 25s;
}

.solutionArea .slick-current .Img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.solutionArea .slick-current .Txt {
  opacity: 1;
  right: 45px;
}

.solutionArea .item {
  position: relative;
}

.solutionArea h3 a {
  display: block;
  padding-right: 30px;
  font-size: 25px;
  letter-spacing: .075em;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.solutionArea .subTitle {
  display: block;
  font-size: 13px;
  color: #acacac;
  font-weight: 300;
  margin-bottom: 5px;
}

.solutionArea .Txt {
  position: absolute;
  z-index: 10;
  right: 0px;
  bottom: 45px;
  padding: 25px 40px;
  width: 410px;
  height: 210px;
  box-sizing: border-box;
  background: rgba(250, 250, 250, 0.95);
  opacity: 0;
  transition: all .8s linear;
}

.solutionArea .Txt p {
  font-size: 13px;
  color: #686868;
  line-height: 23px;
  letter-spacing: .05em;
  height: 70px;
}

.solutionArea .more {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 22px;
}

.solutionArea .more svg {
  width: 100%;
}

.solutionArea .more svg path {
  transition: all .5s;
}

.solutionArea .more svg:hover path {
  fill: #f08200 !important;
}

.solutionArea .slick-dots {
  bottom: 60px;
  right: 10px;
  width: 410px;
  text-align: left;
}

.solutionArea .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f08200;
}

.solutionArea .slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.solutionArea .slick-dots li button:before {
  content: '';
  width: 25px;
  height: 3px;
  background: #cacaca;
  opacity: 1;
}

.solutionArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*--aboutArea--*/
.aboutArea {
  width: 50%;
  padding: 20px 7%;
  box-sizing: border-box;
  background: #fafafa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aboutArea em {
  width: 100%;
  font-size: 25px;
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
}

.aboutArea .title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 35px;
  color: #333;
  letter-spacing: .05em;
}

.aboutArea .title i {
  font-style: inherit;
  font-weight: 900;
}

.aboutArea .title i:nth-of-type(1) {
  color: #1d2088;
}

.aboutArea .title i:nth-of-type(2) {
  color: #f08200;
}

.aboutArea .title b {
  font-weight: 900;
}

.aboutArea .Txt {
  font-size: 15px;
  color: #474747;
  line-height: 26px;
  letter-spacing: .05em;
}

/*--catalogArea--*/
.catalogArea {
  padding: 80px 0;
}

.catalogArea .catalog_inner{
    position: relative;
}

.catalogArea .catalogList {
  margin: 0 -10px;
}

.catalogArea .catalogList li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.catalogArea .item {
  position: relative;
}

.catalogArea .Img {
  position: relative;
  z-index: 1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0;
  transition: all .5s;
}

.catalogArea .Img a {
  display: block;
}

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

.catalogArea .Txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  border: 12px solid #eee;
  background: #fff;
  box-sizing: border-box;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  transition: all .5s;
}

.catalogArea .Txt h3 a {
  display: block;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 8px;
}

.catalogArea .Txt p {
  font-size: 14px;
  font-weight: 300;
  color: #686868;
  line-height: 23px;
}

/*.catalogArea .slick-dots {*/
/*  bottom: -40px;*/
/*  width: 100%;*/
/*}*/

/*.catalogArea .slick-dots li {*/
/*  float: none;*/
/*  width: auto;*/
/*  padding: 0;*/
/*  margin: 0 12px;*/
/*}*/

/*.catalogArea .slick-dots li.slick-active button:before {*/
/*  opacity: 1;*/
/*  background: #1d2088;*/
/*}*/

/*.catalogArea .slick-dots li button {*/
/*  width: 25px;*/
/*  height: 5px;*/
/*  padding: 0;*/
/*}*/

/*.catalogArea .slick-dots li button:before {*/
/*  content: '';*/
/*  width: 25px;*/
/*  height: 3px;*/
/*  background: #f08200;*/
/*  opacity: 1;*/
/*}*/

/*.catalogArea .slick-dotted.slick-slider {*/
/*  margin-bottom: 0;*/
/*}*/

.catalogArea .prevArrow, .catalogArea .nextArrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #1d2088;
    display: none;
}
.catalogArea .prevArrow:hover, .catalogArea .nextArrow:hover {
  background: #f08200;
}
.catalogArea .prevArrow{
    left: 0px;
}
.catalogArea .nextArrow {
    right: 0px;
}


.catalogArea .dotsBox {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  text-align: center;
}

.catalogArea .dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.catalogArea .dotsBox .dots li.slick-active button {
  background: #f08200;
}

.catalogArea .dotsBox .dots li button {
  display: block;
  width: 25px;
  height: 5px;
  border: none;
  background: #cacaca;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.catalogArea .dotsBox .dots li button:focus {
  outline: none;
}

/*--news--*/
.newsArea {
  width: 100%;
  padding: 100px 0;
}

.newsArea .wrap {
  position: relative;
}

.newsArea .btn01 {
  position: absolute;
  right: 0;
  top: -25px;
}

.newsArea ul.newsList {
  margin: 50px -35px 0;
}

.newsArea ul.newsList li {
  padding: 0 35px;
  box-sizing: border-box;
}

.newsArea ul.newsList li a {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #fff;
}

.newsArea ul.newsList li a:focus {
  outline: none;
}

.newsArea ul.newsList li a:hover {
  color: #f08200;
}

.newsArea .date {
  float: right;
  font-size: 13px;
  color: #acacac;
  font-weight: 300;
  letter-spacing: .05em;
}

.newsArea ul.slick-dots {
  bottom: -70px;
  width: 100%;
}

.newsArea ul.slick-dots li {
  padding: 0;
  margin: 0 12px;
}

.newsArea ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f08200;
}

.newsArea ul.slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.newsArea ul.slick-dots li button:before {
  content: '';
  width: 25px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

footer .wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .locationArea, footer .Img {
  width: 50%;
}

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

footer .locationArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 7%;
  box-sizing: border-box;
}

footer .locationArea h2 {
  color: #333;
  font-size: 35px;
  letter-spacing: .05em;
  font-weight: normal;
}

footer .locationArea h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #dbd9da;
  margin: 17px 0 22px;
}

footer .locationArea h2 i {
  font-style: normal;
  font-weight: 900;
  margin-right: 5px;
}

footer .locationArea h2 i:nth-of-type(1) {
  color: #1d2088;
}

footer .locationArea h2 i:nth-of-type(2) {
  color: #f08200;
}

footer ul.locationList {
  width: 100%;
  margin: 0 -20px;
}

footer ul.locationList li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
  margin-right: -2px;
  box-sizing: border-box;
}

footer ul.locationList li h3 {
  font-weight: bold;
  font-size: 15px;
  color: #262626;
  letter-spacing: .05em;
}

footer ul.locationList li p {
  font-size: 14px;
  color: #474747;
  line-height: 20px;
  letter-spacing: .05em;
}

footer ul.locationList li p a {
  color: #474747;
}

footer ul.locationList li p a:hover {
  color: #f08200;
}

@media (min-width: 1181px) {
  /*--catalogArea--*/
  .catalogArea .item {
    position: relative;
  }
  .catalogArea .item:hover .Img {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    z-index: 5;
    opacity: 1;
  }
  .catalogArea .item:hover .Txt {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    opacity: 0;
  }
  .locationArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 7%;
    box-sizing: border-box;
  }
  .locationArea h2 {
    color: #333;
    font-size: 35px;
    letter-spacing: .05em;
    font-weight: normal;
  }
  .locationArea h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #dbd9da;
    margin: 17px 0 22px;
  }
  .locationArea h2 i {
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
  }
  .locationArea h2 i:nth-of-type(1) {
    color: #1d2088;
  }
  .locationArea h2 i:nth-of-type(2) {
    color: #f08200;
  }
}

@media (max-width: 1500px) {
  .aboutArea {
    padding: 30px;
  }
  footer .locationArea {
    padding: 40px 3%;
  }
}

@media (max-width: 1180px) {
  .bannerArea .wrapper {
    width: 100%;
    height: 500px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bannerArea .arrow_prev, .bannerArea .arrow_next {
    display: none !important;
  }
  .bannerArea .Txt h3, .bannerArea .Txt h4, .bannerArea .Txt p, .bannerArea .Txt .btn01 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .bannerArea .Txt h3 {
    font-size: 40px;
  }
  .bannerArea .Txt h4 {
    font-size: 30px;
  }
  .bannerArea ul.slick-dots {
    bottom: 20px;
  }
  footer .wrap {
    position: relative;
    padding: 0;
  }
  footer .locationArea {
    width: 100%;
    background: rgba(255, 255, 255, 0.87);
  }
  footer .Img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  footer .Img img {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .catalogArea {
    padding: 50px 0;
  }
  .catalogArea .Txt {
    padding: 15px;
    border-width: 8px;
  }
  .catalogArea .Txt h3 a {
    font-size: 21px;
  }
  footer .locationArea {
    padding: 40px 3%;
  }
  footer .locationArea h2 {
    color: #333;
    font-size: 35px;
    letter-spacing: .05em;
    font-weight: normal;
  }
  footer .locationArea h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #dbd9da;
    margin: 17px 0 22px;
  }
  footer .locationArea h2 i {
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
  }
  footer .locationArea h2 i:nth-of-type(1) {
    color: #1d2088;
  }
  footer .locationArea h2 i:nth-of-type(2) {
    color: #f08200;
  }
}

@media (max-width: 960px) {
  .featureArea {
    display: block;
  }
  .solutionArea, .aboutArea {
    width: 100%;
  }
  .solutionArea .Img {
    min-height: 420px;
  }
  .catalogArea .Img {
    display: none;
  }
  .catalogArea .Txt {
    position: static;
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .bannerArea ul li {
    background-size: cover;
  }
  .bannerArea .wrapper {
    height: 420px;
  }
  .bannerArea .Txt {
    width: 100%;
  }
  .bannerArea .Txt h3 {
    font-size: 36px;
  }
  .bannerArea .Txt h4 {
    font-size: 28px;
  }
  .bannerArea .rightImg {
    display: none;
  }
  .textArea {
    font-size: 18px;
    padding: 40px 0 60px;
  }
  .catalogArea .wrap{
      padding: 0;
  }

}

@media (max-width: 640px) {
  .bannerArea .wrapper {
    height: 480px;
  }
  .newsArea .btn01 {
    display: none;
  }
}

@media (max-width: 480px) {
  .bannerArea .wrapper {
    height: 360px;
  }
  .bannerArea .Txt h3 {
    font-size: 32px;
  }
  .bannerArea .Txt h4 {
    font-size: 24px;
  }
  .bannerArea .btn01 a {
    font-size: 14px;
    padding: 13px 40px;
  }
  .solutionArea .Txt {
    width: 95%;
    right: auto;
    left: 2.5%;
    bottom: 2.5%;
  }
  .solutionArea .Txt p {
    font-size: 13px;
    color: #686868;
    line-height: 23px;
    letter-spacing: .05em;
    height: 70px;
  }
  .solutionArea .slick-dots {
    width: 100%;
    bottom: 20px;
    padding: 0 55px;
    box-sizing: border-box;
  }
  .aboutArea em {
    font-size: 20px;
  }
  .aboutArea .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .catalogArea .wrap, .newsArea .wrap {
    padding: 0;
  }
  .newsArea {
    padding: 80px 0;
  }
  .newsArea h2.title01 {
    text-align: center;
  }
  .newsArea h2.title01 em {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .newsArea ul.newsList {
    margin: 70px 0 0 0;
  }
  .newsArea ul.newsList li {
    padding: 0 15px;
  }
  footer .locationArea h2 b {
    display: block;
  }
  footer ul.locationList {
    margin: 0;
  }
  footer ul.locationList li {
    width: 100%;
    padding: 0;
  }
}
