@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	top: 37%;
	left: 50%;
	width:71px;
	height:71px;
	cursor: pointer;
	z-index: 100;
}

.slick-prev {
	border-radius: 5px 0 0 5px;
	margin-left: -420px;
	background: url('../../img/arrow-left.png') center center no-repeat;
}

.slick-next {
	border-radius: 0 5px 5px 0;
	margin-left: 350px;
	background: url('../../img/arrow-right.png') center center no-repeat;
}


/* Dots */

.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height:38px;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	margin:0 30px;
	padding: 0;
	width: 36px;
	height: 38px;
	border:0;
	opacity:1;
	background-size:36px 38px;
	cursor: pointer;
}

.slick-dots li:only-child {
	display: none;
}

.slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}

.slick-dots li button:before {
	content: ''!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 38px;
	border:0;
	opacity:1;
	background-size:36px 38px;
	content: "";
	text-align: center;
	background: url("../../img/slideroff_btn.png")  no-repeat center center;
}

.slick-dots li:hover button:before {
}

.slick-dots li.slick-active button:before {
	width: 36px;
	height: 38px;
	border:0;
	opacity:1;
	background-size:36px 38px;
	background: url("../../img/slideron_btn.png")  no-repeat center center;
}

.slideArea01 .slick-dots li button:before {
	background-color: #fff;
}

.slideArea01 .slick-dots li:hover button:before,
.slideArea01 .slick-dots li.slick-active button:before {
	
}

@media screen and (max-width:999px) {
	.slick-dots {
		margin-top:2%;
	}
}

@media screen and (max-width:869px) {
	.slick-prev,
	.slick-next {
		width:1px;
		height:1px;
	}

}

@media screen and (max-width:639px) {
	.slick-dots {
		height:25px;
	}
	
	.slick-dots li,
	.slick-dots li button:before,
	.slick-dots li.slick-active button:before {
		width: 24px;
		height: 25px;
		margin:0 10px;
		background-size:24px 25px;
	}
}