/* CSS Document */


/*SliderSection***********************************/
#topSliderSection{
background-color:rgba(0,0,0,1);
height:30em;
overflow:hidden;
}
#topSliderSection .mainImg{
height:30em;
}
@media only screen and (min-width:992px){
#topSliderSection{height:50em;}
#topSliderSection .mainImg{
height:50em;
}
}


.bgslider{
width:100%;
height:20em;
background-position:center center;
background-size:cover;
display:flex;
align-items:center;
justify-content:center;
background-color:#000;
}
.bgslider>img{width:50%;}
@media only screen and (min-width:992px){
.bgslider{height:50em;}
.bgslider>img{width:15%;}
}


#topSliderSection .mainImg img{
-moz-transition:transform 5.5s;
-webkit-transition:-webkit-transform 5.5s;
transition:transform 5.5s;
-moz-transition-timing-function:linear;
-webkit-transition-timing-function:linear;
transition-timing-function:linear;
}
/*
#topSliderSection .mainImg .img0.active{
transform:scale(1.2);
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
}

#topSliderSection .mainImg .img1{
transform:scale(1.2);
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
}

#topSliderSection .mainImg .img1.active {
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}

#topSliderSection .mainImg .img2 {
	left: 0 !important;
}

#topSliderSection .mainImg .img2.active {
transform:translate3d(-150px, 0, 0);
-moz-transform:translate3d(-150px, 0, 0);
-webkit-transform:translate3d(-150px, 0, 0);
}

*/
#topSliderSection .mainImg img{
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

#topSliderSection .mainImg img.active {
-moz-transform:scale(1);
-webkit-transform: scale(1);
transform:scale(1);
}



.sectionUnit{padding:5em 0;}
/*#content01***********************************************/
#content01{
background-color:#FFF;
color:#333;
}
/*#content02***********************************************/
#content02{
background-image:url("../img/body_bg.jpg");
background-size:cover;
}
/*#content03***********************************************/
#content03{
background-color:#FFF;
color:#333;
}
.imgList{}
.imgList li{margin-top:1em;}

/*#content04***********************************************/
#content04{
background-image:url("../img/body_bg.jpg");
background-size:cover;
}
#mapCanvas{
width:100%;
height:320px;
background-color:#FFF;
}
@media only screen and (min-width:992px){
#mapCanvas{height:30em;}
}