@charset "utf-8";
.firstSliderWrap {
	height: 100vh;
	overflow: visible;
}

.firstSlider, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item { height: 100%; display: block; }
.firstSlider {
	position: relative;
	width: 100%; height: 100%;
}
.firstSlider .loader {
	width: 100%; height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.firstSlider .sloganWrap {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	margin: auto;
	color: #fff;
	text-shadow: 0 1px 2px rgba(34,34,34,0.5);
	text-transform: uppercase;
	transform: translate(-50%,-50%);
	text-align: center;
	pointer-events: none;
	z-index: 30;
}
.firstSlider .sloganWrap .eng {
	font-family: 'Scheherazade';
	font-size: 80px;
}
.firstSlider .sloganWrap .txt {
	font-size: 18px;
	letter-spacing: 0.4em;
	transform: translateY(-30%);
	transition-delay: 0.3s;
}


/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	width: 100%; height: 50px;
	transform: translateY(-50%);
	pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	bottom: 0;
	width: 100px; height: 100px;
	font-size: 65px;
	color: #fff;
	background-color: rgba(44,44,44,0.3);
	background-position: 0 0;
	background-repeat: no-repeat;
	pointer-events: auto;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 80px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 80px;
}

/* 슬라이더 view */
.firstSliderWrap .viewObj {
	position: absolute;
	right: 80px; bottom: 80px;
	height: 3m5px;
	z-index: 10;
}
.firstSliderWrap .viewObj i {
	width: 35px; height: 35px;
	margin: 0 6px;
	font-size: 17px;
	line-height: 35px;
	color: #fff;
	background-color: rgba(44,44,44,0.6);
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s;
}
.firstSliderWrap .viewObj i.active {
	background-color: rgba(44,44,44,0.3);
}
/* 슬라이더 dot */
.firstSliderWrap .owl-dots {
	position: absolute;
	right:0; bottom: 80px; left:0;
	margin:auto;
	height: 20px;
	text-align:center;
}
.firstSliderWrap .owl-carousel button.owl-dot {
	position: relative;
	width: 10px; height: 10px;
	margin: 0 9px;
	background-color: #cdcdcd;
	transition: background-color 0.3s;
}
.firstSliderWrap .owl-carousel button.owl-dot.active {
	background-color: #f36d2e;
}


@media ( max-width: 1500px ) {
	.firstSliderWrap {
		height: 80vh;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}

	.firstSliderWrap .scrollDown {
		display: none !important;
	}
}



@media ( max-width: 1024px ) {
	.firstSliderWrap {
		height: auto;
		margin-top: 50px;
		padding-top: 56.25%;
	}
	.firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.firstSlider .sloganWrap {
		display: none !important;
	}

	.firstSlider .owl-carousel .owl-item img {
		width: auto;
		object-fit: cover;
		object-position: center;
	}
	.owl-nav {
		display: none;
	}
	.firstSliderWrap .pageObj {
		position: relative;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
		color: #444;
		z-index: 1;
		text-align:center;
	}
	.firstSliderWrap .pageObj .all:before {
		content: ' - ';
	}
	.firstSliderWrap .viewObj {
		bottom: -27px; right: 15px;
		height: 18px;
	}
	.firstSliderWrap .viewObj i {
		width: 18px; height: 18px;
		margin: 0 2px;
		font-size: 9px;
		line-height: 18px;
	}

	/* 슬라이더 dot */
	.firstSliderWrap .owl-dots {
		bottom: -38px;
		height: 35px;
		line-height: 35px;
	}
	.firstSliderWrap.firstSliderMain .owl-dots {
		bottom: -38px;
	}

	.firstSliderWrap .owl-carousel button.owl-dot {
		width: 6px; height: 6px;
		margin: 0 5px;
	}
	.firstSliderWrap .owl-carousel button.owl-dot::after {
		width: 5px; height: 5px;
		background-color: #999;
	}
	.firstSliderWrap .owl-carousel button.owl-dot.active::after {
		width: 4px; height: 4px;
		border: 2px solid #333;
	}

}
