@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;
}
.firstSlider img {
	width: 100%;
}
.firstSlider .sloganWrap {
	pointer-events: none;
}

/* 슬라이더 슬로건 */
.firstSliderWrap .mainSlogan {
	position: absolute;
    top: 62%;    right: 10vw;
	margin: auto;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(34,34,34,0.6);
	text-align: center;
	transform: translateY(-50%);
	text-align: right;
	z-index: 30;
}
.firstSliderWrap .mainSlogan .eng {
    margin-bottom: 36px;
	font-family: 'Playfair Display', serif;
	font-size: 90px;
	font-style: italic;
	font-weight: bold;
	line-height: 90px;
	text-transform: capitalize;
}

.firstSliderWrap .mainSlogan .txt {
    text-align: center;
	font-family: 'Noto Sans KR', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	width: 50px; height: 68px;
}
.owl-carousel .owl-nav button .slideArrow {
	display: inline-block;
	width: 50px; height: 100%;
	text-align: center;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
	background-image: url(http://img.einet.kr/P202004006/responsive/arrowL.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: background-position 0.3s;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background-position: -15px 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 50px;
	background-image: url(http://img.einet.kr/P202004006/responsive/arrowR.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: background-position 0.3s;
}
.owl-carousel .owl-nav button.owl-next:hover {
	background-position: 15px 0;
}

/* 슬라이더 view */
.firstSliderWrap .viewObj {
	position: absolute;
	right: 35px; bottom: 30px;
	height: 28px;
	z-index: 10;
}
.firstSliderWrap .viewObj i {
	display: inline-block;
	margin: 0 14px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	transition: opacity 0.3s;
}
.firstSliderWrap .viewObj i.active,
.firstSliderWrap .viewObj i:hover {
	opacity: 0.8;
}


.firstSliderWrap .pageObj {
	display: none;
	position: relative;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	z-index: 1;
	text-align:center;
}
.firstSliderWrap .pageObj .all:before {
	content: ' / ';
}

/* 슬라이더 dot */
.firstSliderWrap .owl-dots {
	position:absolute;
	right:0; bottom: 40px; left:0;
	margin:auto;
	height: 8px;
	text-align:center;
}

.firstSliderWrap .owl-carousel button.owl-dot {
	width: 8px; height: 8px;
	margin: 0 6px;
	background: #fff;
	border-radius: 4px;
	transition: width 0.3s, background 0.3s;
}
.firstSliderWrap .owl-carousel button.owl-dot.active {
	width: 46px;
	background: #4a8c5b;
}


@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;
		font-size: 20px;
	}
	.firstSliderWrap .viewObj i {
		margin: 0 8px;
		z-index: 10;
		cursor: pointer;
	}
	
	.firstSliderWrap .mainSlogan .eng {
		margin-bottom: 20px;
		font-size: 60px;
		line-height: 60px;
	}

	.owl-nav {
		display:none;
	}
	.firstSliderWrap .scrollDown {
		display: none;
	}
}



@media ( max-width: 1024px ) {

	.firstSliderWrap {
		height: auto;
		padding-top: 56.25%;
		margin-top: 60px;
	}
	.firstSliderWrap .mainSlogan {
		display: none !important;
	}
	.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;
	}

	.firstSliderWrap .viewObj {
		right: 13px; bottom: -28px;
	}
	.firstSliderWrap .viewObj i {
		display: inline-block;
		margin: 0 8px;
		font-size: 12px;
		color: #eee;
	}
	.firstSliderWrap .viewObj i.active,
	.firstSliderWrap .viewObj i:hover {
		color: #4a8c5b;
		opacity: 1;
	}
	.firstSliderWrap .owl-dots {
		bottom: -28px;
		width: 100%; height: 28px;
		line-height: 34px;
	}
	.firstSliderWrap .owl-carousel button.owl-dot {
		width: 6px; height: 6px;
		margin: 0 3px;
		background: #c0c0c0;
	}
	.firstSliderWrap .owl-carousel button.owl-dot.active {
		width: 30px;
	}

	.firstSliderWrap .mainSlogan {
		display: none;
	}
	
}
