@charset "utf-8";

/* 네비 버튼 */
.basic-youtube-slider .owl-nav {
	position:absolute;
	right:0;
	top:-3.75rem;
	z-index:1;
}
.basic-youtube-slider .owl-nav button {
	width:2.5rem;
	padding:0 !important;
	margin:0 !important;
	border:1px solid #ddd !important;
	background:#fff !important;
	color:#ccc !important;
}
.basic-youtube-slider .owl-nav button.owl-prev {
	border-right:0 !important;
}

.basic-youtube-slider .widget-ads{
	margin-bottom:20px; 
	margin-top:auto; 
	margin-bottom:auto;
}
.basic-youtube-slider .play_btn a{
	color:#fff;
	border:2px solid #fff;
	width:70px;
	height:70px;
	display:inline-block;
	border-radius:50%;
	text-align:center;
	line-height:70px;
	font-size:29px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:9;
	background:rgba(0,0,0,0.5);
}
.basic-youtube-slider .play_btn.play_btn_small a{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
}
.basic-youtube-slider .play_btn.play_btn_small a i{
	margin-right:-3px;
}

.basic-youtube-slider .play_btn a:not(.btn):not(.badge):hover,
.basic-youtube-slider .play_btn a:not(.btn):not(.badge):focus,
.basic-youtube-slider .play_btn a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #ff0000;
	border:2px solid #ff0000;
}