@charset "utf-8";

/* 네비 버튼 */
.basic-banner .owl-nav {
	/* position:absolute;
	right:0;
	top:-3.75rem; */
	z-index:1;
}
.basic-banner .owl-nav button {
	width:2.5rem;
	padding:0 !important;
	margin:0 !important;	
	background:#fff !important;
	color:#ccc !important;
}

.owl-carousel  { margin: 0 auto; width:calc(100% - 100px); background: #fff;}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block !important;}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next { position: absolute; top: 0; height: 100%; width: 50px;}
.owl-carousel .owl-nav button.owl-prev i:before,
.owl-carousel .owl-nav button.owl-next i:before { color: #333; font-size: 40px; font-family: 'xeicon';}
.owl-carousel .owl-nav button.owl-prev i:before { content:"\e93d";}
.owl-carousel .owl-nav button.owl-next i:before { content:"\e940";}
.owl-carousel .owl-nav button.owl-prev { left: -50px;}
.owl-carousel .owl-nav button.owl-next { right: -50px;}
