@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%;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -52px;
	width: 54px; height: 103px;
}
.owl-carousel .owl-nav button .slideArrow {
	display: inline-block;
	width: 100%; height: 100%;
	background: transparent;
	opacity: 1;
	transition: opacity 0.5s;
}
.owl-carousel .owl-nav button:hover .slideArrow {
	opacity: 0.6;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 50px;
}


/* 슬라이더 슬로건 */
.firstSliderWrap .sloganWrap {
	position: absolute;
	bottom: 11vw; right: 13vw;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	text-align: center;
	z-index: 30;
}
.firstSliderWrap .sloganWrap .txt {
	font-size: 24px;
	font-weight: 100;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.firstSliderWrap .sloganWrap .eng {
	margin-top: 1vw;
	padding-right: 0.6vw;
	font-family: 'Cormorant Garamond', serif;
	font-size: 90px; font-size: 4.69vw;
	line-height: 90px; line-height: 4.69vw;
	color: #fff;
	transform: translateX(-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;
	height: 35px;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	z-index: 1;
	text-align:center;
}
.firstSliderWrap .pageObj .all:before {
	content: ' / ';
}

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

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

.firstSliderWrap .owl-carousel button.owl-dot.active {
	width: 46px;
	background-color: #1c3976;
}


@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: 20px;
		width: 62px;
		font-size: 20px;
	}
	.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;
	}

	.firstSliderWrap .scrollDown {
		display: none;
	}
}
@media ( max-width: 1024px ) {
	.firstSliderWrap {
		height: auto;
		padding-top: 56.25%;
		margin-top: 50px;
	}
	.firstSliderWrap.firstSliderMain {
		margin-top: 0;
	}
	.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 !important;
	}
	.firstSliderWrap .viewObj {
		right: 10px; bottom: -28px;
		width: 50px;
		font-size: 16px;
	}
	.firstSliderWrap .owl-dots {
		bottom: -35px;
		width: 100%; height: 35px;
		line-height: 25px;
	}
	.firstSliderWrap .owl-carousel button.owl-dot {
		width: 5px; height: 5px;
		margin: 0 5px;
		background-color: #ccc;
	}
	.firstSliderWrap .owl-carousel button.owl-dot.active {
		width: 23px;
		background-color: #1c3976;
	}
}
