.course-guide {
	margin: 30px 0;
}
.course-guide .owl-thumbs {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.course-guide .owl-thumbs .owl-thumb-item.active {
	border-color: #1f1f1f;
}
.course-guide .owl-thumbs li {
	cursor: pointer;
	line-height: 0;
	margin-right: 15px;
	border: 3px solid transparent;
	height: 100%;
}
.course-guide .owl-thumbs li img {
	width: 100%;
}
.course-guide .owl-thumbs li:last-child {
	margin-right: 0;
}
.course-guide .static_golf_course_guide .owl-prev,
.course-guide .static_golf_course_guide .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.course-guide .static_golf_course_guide .owl-prev {
	left: 25px;
}
.course-guide .static_golf_course_guide .owl-next {
	right: 25px;
	transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 991px) {
	.course-guide {
		margin: 15px 0;
	}
	.course-guide .static_golf_course_guide .owl-prev img, 
	.course-guide .static_golf_course_guide .owl-next img {
		width: 100%;
	}
	.course-guide .static_golf_course_guide .owl-prev, 
	.course-guide .static_golf_course_guide .owl-next {
		width: 17px;
	}
	.course-guide .static_golf_course_guide .owl-prev {
		left: 10px;
	}
	.course-guide .static_golf_course_guide .owl-next {
		right: 10px;
	}
	.course-guide .owl-thumbs {
		margin-bottom: 15px;
	}
}