.slick{
	position: relative;
}
.slider{
	padding: 3vw;
}
.slick-prev{
	position: absolute;
	font-size: 0;
	width: 20px;
    height: 84px;
    background: url("../images/aga_photo_004.png") no-repeat top left/ 20px 84px;
	margin: auto;
	top:0;
	bottom: 0;
	left: 0;
    border: none;
    z-index: 1;
}
.slick-next{
	position: absolute;
	font-size: 0;
	width: 20px;
    height: 84px;
    background: url(../images/aga_photo_005.png) no-repeat top right / 20px 84px;
    background-repeat: no-repeat;
    border: none;
	margin: auto;
	top:0;
	right: 0;
    bottom: 0;
    z-index: 1;
}
li .slick-slide{
	padding: 20px;
}
.slick-dots{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 3vw 30vw 0;
}
.slick-dots li button{
	width: 6vw;
	height: 6vw;
	border-radius: 50%;
	border: none;
	color: #137877;
	font-weight: bold;
	background: #fff;
}
li.slick-active button{
	color: #fff;
	background: #137877;
}