@charset "UTF-8";
/* CSS Document */



.MainSliderInner { 
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	display: block; 
	vertical-align: bottom; 
	width: 100%; 
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0) 60%, rgba(0, 0, 0, 0.5) 100%)  ;
	}
	
.MainSliderInner .Wrapper { 
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: auto;
	}


.MainSliderInner .Center { 
	display: table-cell; 
	vertical-align: bottom; 
	width: 100%; 
	position: static;
	text-align: center;
	padding-bottom: 150px;
	}


.MainSliderInner h1 {
	color:#FFF;
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 auto 10px auto;
	max-width: 1200px;
	}
	
.MainSliderInner p {
	color:#FFF;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4em;
	max-width: 1200px;
	margin: auto;
	}
	
	
.MainSliderInner img { 
	width: 200px;
	max-width:100%;
	margin-bottom:30px;
	}

/* MySlick */

.MainSlider {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: 100vh;
	overflow: hidden;
}


.MainSlider .OneSlide {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: 100vh;
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
}





.MainSlider .slick-prev
{
    left: 20px;
    margin-right: 10px; 
}

.MainSlider .slick-next
{
    right: 20px;
    margin-right: 10px; 
}


	

.MainSlider .slick-dots li button:before
	{
    color: #dbe5ed;
}
.MainSlider .slick-dots li.slick-active button:before
	{
    color: #dbe5ed;
}
    
.MainSlider .slick-next:before, .MainSlider .slick-prev:before
	{
	color: #dbe5ed;
}



.IcoMouse { 
	position: absolute;
	display: block;
	width: 20px;
	height: 44px;
	background: url(img/IcoMouse.svg) no-repeat center center;
	bottom:30px;
	left:50%;
	margin-left: -10px;
	z-index: 1;
	}
	
	

@media (max-width: 1200px) 
{
}

@media (max-width: 992px) 
{
	
	.MainSlider .OneSlide .Over {
	left:265px;
	margin-left:0px;
}


}