@charset "utf-8";
.firstSliderWrap {
	height: 100vh;
}
.firstSlider, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item { height: 100%; display: block; }
.firstSlider {
	position: relative;
	width: 100%; height: 100%;
}
.firstSlider .sloganWrap {
	pointer-events: none;
}

/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -48px;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -48px;
	width: 96px; height: 96px;
	border-radius: 100%;
}
.owl-carousel .owl-nav button .slideArrow {
	display: inline-block;
	width: 100%; height: 100%;
	border-radius: 100%;
	background: #000;
	opacity: 0.3;
	transition: opacity 0.5s;
}
.owl-carousel .owl-nav button:hover .slideArrow {
	opacity: 0.6;
}
.owl-carousel .owl-nav button i {
	position: absolute;
	top: 0; left: 0;
	display: inline-block;
	width: 100%; height: 100%;
	font-size: 48px;
	line-height: 96px;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 50px;
}


/* 슬라이더 슬로건 */
.firstSliderWrap .sloganWrap {
	position: absolute;
	bottom: 12vw;
	margin-left: 13vw;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.54);
	z-index: 30;
}
.firstSliderWrap .sloganWrap h5 {
	font-size: 80px; font-size: 4.17vw;
	line-height: 80px; line-height: 4.17vw;
	transform: translateY(50%);
}
.firstSliderWrap .sloganWrap h6 {
	margin-top: 1vw;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	color: #fff;
	transform: translateY(50%);
	transition-delay:0.5s;
}

/* 슬라이더 view */
.firstSliderWrap .viewObj {
	position: absolute;
	right: 53px; bottom: 34px;
	font-size: 24px;
	z-index: 10;
}
.firstSliderWrap .viewObj i {
	display: inline-block;
	margin: 0 3px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 0;
	opacity: 0.5;
	cursor: pointer;
}
.firstSliderWrap .viewObj i.active {
	opacity: 1;
}


.firstSliderWrap .pageObj {
	display:none;
	position: relative;
	margin-top: 6px;
	height: 25px;
	font-family: 'Lato';
	font-size: 12px;
	background: #0e1640;
	color: #fff;
	z-index: 1;
	text-align:center;
}
.firstSliderWrap .pageObj .all:before {
	content: ' / ';
}

/* 슬라이더 dot */
.firstSliderWrap .owl-dots {
	position:absolute;
	right:0; bottom: 34px; left:0;
	width: 600px;
	margin:auto;
	text-align:center;
}

.firstSliderWrap .owl-dot {
	width: 9px; height:9px;
	margin: 3px 11px;
	background-color: #fff !important;
	border-radius: 30px;
	transition: width 0.5s;
}

.firstSliderWrap .owl-dot.active {
	width: 46px;
}

@media ( max-width: 1400px ) {
	.firstSliderWrap {
		height: 70vh;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}
	.firstSliderWrap .viewObj {
		right: 20px; bottom: 60px;
		width: 62px;
	}
	.firstSliderWrap .viewObj i {
		color: rgba(255, 255, 255, 0.5);
		z-index: 10;
		cursor: pointer;
	}
	.firstSliderWrap .viewObj i.active {
		color:rgba(255, 255, 255, 1);
	}

	.owl-nav {
		display:none;
	}
}
@media ( max-width: 1024px ) {
	.firstSliderWrap {
		height: auto;
		padding-top: 56.25%;
	}
	.firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: auto;
		object-fit: cover;
		object-position: center;
	}
	.owl-nav {
		bottom: 8.6%;
	}

	.firstSliderWrap .sloganWrap {
		display: none;
	}
	.firstSliderWrap .owl-dots {
		bottom: 0;
		width: 100%; height: 35px;
		background: #0e1640;
		color: #fff;
	}
	.firstSliderWrap .owl-dot {
		width: 5px; height: 5px;
		margin: 0 5px;
	}
	.firstSliderWrap .owl-dot.active {
		width: 23px;
	}
}

@media ( max-width: 414px ) {
	.firstSliderWrap .viewObj {
		right: 10px; bottom: 20px;
		font-size: 17px;
	}
}