@charset 'UTF-8'
.catchVisual .slick-list {
	z-index: 1;
}
/*dots*/
.catchVisual .slick-dots {
	position: absolute;
	bottom: -45px;
	left: 50%;
	display: block;
	width: 100%;
	height: 1.4vw;
	max-height: 18px;
	padding: 0;
	line-height: 0;
	list-style: none;
	text-align: center;
	pointer-events: none;
	transform: translateX(-50%);
	z-index: 100;
}
.catchVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.4vw;
	max-width: 18px;
	height: 1.4vw;
	max-height: 18px;
	margin: 0 9px;
	padding: 0;
	opacity: 1;
	background-color: transparent;
	border: none;
	border-radius: 18px;
	overflow: hidden;
	pointer-events: auto;
	cursor: pointer;
}
.catchVisual .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	background-color: #fff;
	border: none;
	box-sizing: border-box;
	transition: all 0.4s ease-out;
}
.catchVisual .slick-dots li button:hover,
.catchVisual .slick-dots li.slick-active button {
	background-color: #e94188;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.catchVisual .slick-dots {
		bottom: -3vw;
	}
	.catchVisual .slick-dots li {
		margin: 0 0.7vw;
	}
}
@media screen and (max-width: 800px) {
	.catchVisual .slick-dots {
		bottom: -12vw;
		width: 92vw;
		height: 4vw;
		max-height: inherit;
	}
	.catchVisual .slick-dots li {
		width: 4vw;
		max-width: inherit;
		height: 4vw;
		max-height: inherit;
		margin: 0 3vw;
		border-radius: 4vw;
	}
}