
.mainArea {
  padding: 0;
}

/* rectPrev,rectNext */
	.arrowsBox{
		display: flex;
		position: relative;
		z-index: 10;
	}
	.rectPrev,
	.rectNext{
		position: relative;
		display: block;
		width: 55px;
		height: 55px;
		padding: 0;
		cursor: pointer;
		margin-left: 5px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.rectPrev:hover,
	.rectNext:hover{
		color: #9FD4FA;
	}
	.rectPrev::before,
	.rectPrev::after,
	.rectNext::before,
	.rectNext::after{
		content: '';
		position: absolute;
		left: 50%;
		margin-left: -9px;
		z-index: 1;
		width: 30px;
		height: 8px;
		background-color: #222;
	}
	.rectPrev::before,
	.rectNext::before{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.rectPrev::after,
	.rectNext::after{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.rectPrev::before,
	.rectNext::after{
		top: 33px;
	}
	.rectPrev::after,
	.rectNext::before{
		top: 21px;
	}

/* dots */
	.dotsBox ul.dots{
		margin: 0;
		position: relative;
		z-index: 5;
	}
	.dotsBox ul.dots li{
		padding: 0;
		position: relative;
		display: inline-block;
		margin-left: 10px;
	}
	.dotsBox ul.dots li:first-of-type{
		margin-left: 0;
	}
	.dotsBox .dots li button{
		position: relative;
		display: block;
		width: 6px;
		height: 6px;
		padding: 0;
		font-size: 0;
		border: none;
		border-radius: 50%;
		background: #fff;
		color: #fff;
		cursor: pointer;
	}
	.dotsBox .dots li.slick-active button,
	.dotsBox .dots li:hover button{
		background: #1152AE;
	}
	.dotsBox .dots li::before{
		content: '';
		width: 10px;
		height: 10px;
		background: #1152AE;
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 0;
	}
	.dotsBox .dots li:hover::before{
		opacity: 1;
	}
/*--banner--*/
.bannerArea {
  margin-top:260px;
}

.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 .wrapper {
  position: relative;
  width: 1160px;
  height: 653px;
  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;
  width: 1000px;
  font-style:normal;
}

.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: 40px;
  font-weight: bold;
  color:#fff;
}

.bannerArea .Txt h4 {
  font-size: 96px;
  margin-bottom: 15px;
  color:#F8BF2C;
}

.bannerArea .Txt h5 {
  font-size: 48px;
  margin-bottom: 15px;
  color:#F8BF2C;
}

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

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


.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 .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: none;
}

.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: 0px;
  text-align: center;
}

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

.bannerArea ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #0099CC;
   border-radius:50em;
}

.bannerArea ul.slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius:50em;
}

.bannerArea ul.slick-dots li button:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius:50em;
  opacity: 1;
}

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



/* linkArea */
  .linkArea{
    position: relative;
    z-index: 50;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */

  }
  .linkArea .wrap{
    max-width: 1100px;
	padding:0 0 80px 0;
  }
  .linkArea .linkListBox{
    position: relative;
    padding: -180px 0;
    -webkit-transform: translate(0,-105px);
    -ms-transform: translate(0,-105px);
    transform: translate(0,-105px);
  }
   
  .linkArea ul.linkList{ margin: 0 -20px}
  .linkArea ul li{
    text-align: center;
    padding: 0 20px;
    position: relative;
  }

  .linkArea ul li .Img{
    padding: 20px 0;
  }
  
  .linkArea ul li .innerTxt{
    max-width: 300px;
    display: inline-block;
  }

  .linkArea ul li .Txt{
    width: 100%;
    text-align: center;
    padding: 5px 5px 40px;
    position: absolute;
    bottom: 25%;
	font-style:normal;
    left: 0;
    z-index: 1;
  }
  .linkArea ul li .Txt h3{
    color: #66CCCC;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
  .linkArea ul li .Txt p{
    color: #fff;
	font-size:16px;
  }
  
  .ctaArea{ background:url(../images/CTA-bg-2.jpg) no-repeat center; padding:80px 0}
  .ctaArea h1{font-size:24px; color:#66CCCC; float:left; font-style:normal}
  .ctaArea .word2{float:left; width:85%}
  .ctaArea .btn03{float:left; }
 
 
  .titleBox{
	margin-bottom:15px;
	font-style:normal;
	font-size:30px;
	font-weight:normal;
	padding:8px 0;
	color:#666;
	text-align:center;
	position:relative;}

 .titleBox:before{
	content:"";
	width:30%;
	height:1px;
	background:#c8c8c8;
	position:absolute;
	left:0;
	top:50%;
	z-index:1;}
	
.titleBox:after{
	content:"";
	width:30%;
	height:1px;
	background:#c8c8c8;
	position:absolute;
	right:0;
	top:50%;
	z-index:1;}	

 .titleBox h3{
	display:inline-block;
	padding-right:15px;
	background:#fff;
	font-weight:normal;
	position:relative;
	z-index:2;}
	
 .proArea{ background:#fff; padding:50px 0 25px 0;}
	
.proList .item {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

ul.proList  li .Img{
	position:relative;
	background:rgba(249,190,44,1);
	overflow:hidden;}

ul.proList  .Img img{
	display:block;
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

ul.proList li .Img:hover img{
	opacity:0.4;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);}

ul.proList li .Img a:before{
	display:block;
	content:"\f0c1";
	font-size:24px;
	font-family:'FontAwesome';
	color:#FFF;
	opacity:0;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:99;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

ul.proList li .Img:hover a:before{
	opacity:1;
	}


.proList h3 {
	text-align:center;
  padding-top: 10px;
  padding-bottom: 10px; }
 .proList h3 a {
    display: block;
    font-size: 18px;
    font-weight: 400;
	font-style:normal;
    }
	
	
.projectArea{padding:25px 0 50px 0}	

ul.facList{
}
ul.facList li{
	padding: 0 15px;
}
ul.facList li .item{
	position: relative;;
}
ul.facList li .Img{
	background: #111;
	position:relative;}

ul.facList li .Img a{
	display:block;
	overflow:hidden;}

ul.facList li .Img img{
	display:block;
	width:100%;
	transition:all 0.3s ease;}
ul.facList li .item:hover .Img img{
	opacity: 0.35;
}
ul.facList li .Txt{
	position: absolute;
	left: 50%;
	top: 60%;
	text-align: center;
	transform: translate(-50%,-50%);
	opacity: 0;
	margin-top: 30px;
	transition: all 0.6s ease;}
ul.facList li .item:hover .Txt{
	opacity: 1;
	margin-top: 0;
}
ul.facList li .Txt h3{
	position: relative;
	padding-bottom: 35px;
	font-weight: normal;
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	color:#fff;
	font-style:normal;
	}

.managerArea{
  padding: 60px 0 100px 0;
  background:url(../images/m_bg.jpg)center center;
  background-size: cover;
  background-attachment: fixed;
  transform: translate(0,80px);
  opacity: 1;
  transition: 0.9s;
}

.newsList {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important; }

.newsList .item {
    position: relative;
    max-width: 540px;
    background-color: none;
    margin-left: auto;
    margin-right: auto; }
   
    
  .newsList .Img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
	
    .newsList .Img img {
      opacity: 1;	
	  float:left;
	  border-radius:50%;
 }
  .newsList .Txt {
	float:left;
	padding-left:30px;
	padding-top:10px;
	font-style:normal;
 }
 

.newsList .Txt h3 {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
  .newsList p.ellipsis {
    height: 70px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 25px;
    color: #fff;
     }

.manager{ margin:0 auto; width:360px} 
	
	.newsList.slick-dots
{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.newsList.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border:1px solid #fff;
    outline: none;
    background: transparent;
}


.newsList .slick-dots li button:before
{
    border-radius:50%;
	background:#fff;
	width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
}

@media (max-width: 1180px) {

.bannerArea {
  margin-top:0px;
}


  .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;
  }
  
 .linkArea{
    position:relative;
    z-index:-10;
  }
  
  .linkArea .wrap{
   max-width:100%;
   padding:10px;
  }
  
   .linkArea .linkListBox{
    position:relative;
    padding: 0;
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
  }
  
    .proArea{ padding:20px 0;}
	
	.projectArea{padding:20px 0}	


     ul.facList li .item:hover .Img img{
		opacity: 1;
	}
	ul.facList li .Txt{
		position:static;
		opacity:1;
		margin:0;
		color:#000;
		padding-top:20px;
		transform:none;}
		
	ul.facList li .Txt h3{
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	}	
	ul.faclist{
		padding:150px 0 0 25px;
		text-align:center;}
}

@media (max-width: 960px) {
 .linkArea ul.linkList{ margin: 0px}
 
 .ctaArea .btn03{float:left;padding-top:30px;}

 .proList .item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
}

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

   .linkArea ul li{
    padding:0px;
    position: relative;
  }
}

@media (max-width: 640px) {

ul.faclist{
		padding:0;}
	ul.faclist li{
		display:none;}
	
}

@media (max-width: 480px) {
  .bannerArea .wrapper {
    height: 200px;
  }
  .bannerArea .Txt h3 {
    font-size: 32px;
  }
  .bannerArea .Txt h4 {
    font-size: 24px;
  }
  .bannerArea .btn01 a {
    font-size: 14px;
    padding: 13px 40px;
  }
 


}

@media (max-width: 400px){
	 .linkArea ul li .innerTxt{
    max-width: 100%;
    display: inline-block;
  }
  
    .linkArea ul li .Img{
    padding: 10px 0;
	max-width:100%;
  }

}
