.slider-list-wr .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-list-wr {
	margin-bottom: 30px;
}

.slider-list-item {
	/* min-height: 270px; */
    /* min-height: 210px; */
	min-height: 375px;
	background-repeat: no-repeat;
	/* background-position: 0 0; */
	background-position: 50% 50%;
	display: block;
	background-size: contain;
	/* background-size: cover; */
	/* background-size: 100%; */

}

.slider-list {
	border-radius: 6px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.slider-box {
	position: relative;
}

.slider-arrow {
	position: absolute;
	top: calc(50% - 19px);
	opacity: 0.75;
	transition: 0.2s linear;
}

.slider-arrow:hover {
	opacity: 1;
	transition: 0.2s linear;
}

.slider-arrow-prew {
	left: 10px;
}

.slider-arrow-prew img {
	transform: rotate(180deg);
}

.slider-arrow-next {
	right: 10px;
}

.slider-dots {
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin-top: -25px;
	/* top: -25px; */
	position: relative;
	z-index: 2;
}

.slider-dots button {
	color: transparent;
	background: #0D0D0D;
	border: none;
	margin: 0px 10px;
	width: 55px;
  height: 3px;
}

.slider-dots li {
  height: 8px;
	opacity: 0.3;
}

.slider-dots li.slick-active {
	opacity: 0.7;
}

.slider-dots li button:hover {
	cursor: pointer;
}

.slider-dots li button:hover,
.slider-dots li button:active,
.slider-dots li button:focus,
.slider-list-item:hover,
.slider-list-item:active,
.slider-list-item:focus {
	outline: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-list-item {
    /* min-height: 145px; */
    min-height: 280px;
  }
}

@media screen and (max-width: 767px) {
	.slider-list-wr {
		display: none;
	}
}
