#main-carousel{
	position:relative;
}

#main-carousel .owl-carousel .owl-set-item{
	width:100%;
	background-size: cover;
	background-position: center;
	height:700px; /* Adjust height as needed */
}

#main-carousel .owl-carousel .owl-set-item-obj{
	min-width:1280px;
	width:100%;
	margin:0 auto;
}

#main-carousel  .dots-container{
	position:absolute;
	z-index:99;
}

#main-carousel .dots-container .dot{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#d3d3d4;
	margin:0 3px;
	border-radius:5px;
	border: none; /* 기본 테두리 스타일 제거 */
    outline: none; /* 클릭되었을 때 포커스 효과 제거 */
	/* transition: width 0.5s ease; */
}

#main-carousel .btn-item{
	cursor:pointer;
	transition:background-color 0.5s ease;
}

#main-carousel .dots-container .dot.active{
	width:40px;
}

#main-carousel .progress-bar-container{
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	z-index:99;
	bottom: 0;
	left:0;
}

#main-carousel .progress-bar-container .progress-bar{
	display: block;
	height: 100%;
	width: 0;
	background-color: #218c81;
}

#main-carousel .img-item{
	position:absolute;
	z-index:99;
}

#main-carousel .text-item{
	position:absolute;
	z-index:999;
}

#main-carousel .dot-contoll{
	cursor:pointer;
	background:none;
	border: none; /* 기본 테두리 스타일 제거 */
    outline: none; /* 클릭되었을 때 포커스 효과 제거 */
}

.video_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px; /* 캐러셀 영역 높이 */
}

.video_bg .yt-player {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

.video_bg::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}