/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-carousel.owl-theme .owl-nav {
	font-size:0;
	-webkit-tap-highlight-color: transparent; 
}


.veil-owl-nav .owl-nav {
	display: block !important;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
	position:absolute;
	top:50%;
	color: #fff;
	font-size: 14px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.owl-nav [class*='owl-'] {
	display:inline-block;
	text-indent:-9999px;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	transition:all 0.3s;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
	background-image:url("/commonSite/images/owl-prev.png");
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
	background-image: url("/commonSite/images/owl-prev-on.png");
	transition:all 0.3s;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
	background-image:url("/commonSite/images/owl-next.png");
}

.owl-carousel.owl-theme .owl-nav .owl-next:hover {
	background-image: url("/commonSite/images/owl-next-on.png");
	transition:all 0.3s;
}

.owl-carousel.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
	left:-26px ;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
	right:-26px;
}

.owl-carousel.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}

.owl-ctr {
	position:absolute;
	top:50%;right:0;
	font-size:0;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.owl-ctr button {
	display:inline-block;
	width:30px;
	height:30px;
	padding:3px;
	margin-left:4px;
	text-indent:-9999px;
	font-size:12px;
	border:1px solid #d4d6da;
	border-radius:5px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
    background-size: 18px 20px;
	transition:all 0.3s;
	cursor:pointer;
}
.owl-ctr button:hover {
}
.owl-ctr button.owl-stop {
	background-image:url("https://kyci.or.kr/userSite/images/main/owl-stop.png");
}
.owl-ctr button.owl-stop-on,
.owl-ctr button.owl-stop:hover {
	background-color:#243c98;
	background-image:url("https://kyci.or.kr/userSite/images/main/owl-stop-on.png");
	transition:all 0.3s;
}
.owl-ctr button.owl-play {
	background-image:url("https://kyci.or.kr/userSite/images/main/owl-play.png");
}
.owl-ctr button.owl-play-on,
.owl-ctr button.owl-play:hover {
	background-color:#243c98;
	background-image:url("https://kyci.or.kr/userSite/images/main/owl-play-on.png");
	transition:all 0.3s;
}

/*
.owl-carousel.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; 
}
*/
@media screen and (max-width:800px) {
	.owl-ctr {
		margin-right:5px;
	}
	.owl-ctr button {
		width:25px;
		height:25px;
		margin-left:2px;
	}
	.owl-carousel.owl-theme .owl-nav [class*='owl-'] span {
		width:16px;
		height:16px;
		background-size:cover;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right:-20px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left:-20px;
	}
}
