/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
	}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
	}
.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	top: 50%;
	right: 20%;
	left: 20%;
	padding-top:50px;
	text-align: left;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	/*width:100%;
	position: absolute;
	display: block;
	top:90%;
	left: 0;
	text-align: center;*/
	}
.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-theme .owl-dots .owl-dot span {
	background:url('../images/main/btnoff.png') no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 7px;
	display: block;
	text-shadow: 0 1px 2px rgba(13,54,109,.8);
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	/*border-radius: 30px;*/
	}
.owl-theme .owl-dots .owl-dot.active span {
	background:url('../images/main/btnon.png') no-repeat;
	width: 46px;
	height: 15px;
	text-shadow: 0 1px 2px rgba(13,54,109,.8);
	}
/*.owl-theme .owl-dots .owl-dot:hover span {
	background: #083F88;
	}*/

/* ¸ð¹ÙÀÏ ¹× ÅÇ */
@media screen and (max-width:1400px){
	.owl-theme .owl-nav.disabled + .owl-dots {
		right: 10%;
		left: 10%;
		}
}

@media screen and (max-width:1200px){
	.owl-theme .owl-nav.disabled + .owl-dots {
		right: 0;
		left: 0;
		}
}

@media screen and (max-width:1023px){
.owl-theme .owl-nav.disabled + .owl-dots {
	text-align: center;
	width: 100%;
	left: 0;
	top: 90%;
	padding-top: 0;
	}
}