@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 {
	position: absolute;
	top: 50%; right: 500; left: ;
	width: 100%;
	margin: auto;
	color: #fff;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.4);
	text-transform: capitalize;
	transform: translateY(-50%);
	text-align: center;
	pointer-events: none;
	z-index: 30;
}

.firstSlider .sloganWrap .ttl {
	font-size: 50px;
	font-weight:bold;
	font-family: 'Karla','Karla' ;
}
.firstSlider .sloganWrap .txt {
	margin-top: 18px;
	font-size: 20px;
	font-weight:400;
	letter-spacing: 0.01em;
	transition-delay: 0.3s;
}
/* slogan 한글타이틀,작은영문 */
.firstSlider .sloganWrap .han {
	font-size: 30px;
	font-weight: 500;
}
.firstSlider .sloganWrap .eng_s {
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	transition-delay: 0.3s;
	font-weight:400;
	font-family: 'Karla','Karla' ;
}

/*메인슬라이드 텍스트*/
.firstSlider .M {
	position: absolute;
	top: 34%; right: 0; left: -36%;
	width: 100%;
	margin: auto;
	color: #fff;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.4);
	text-transform: capitalize;
	transform: translateY(-50%);
	text-align: right;
	pointer-events: none;
	z-index: 30;
}
/*.firstSlider .sloganWrapM .ttl {
	font-size: 50px;
	font-weight:bold;
	font-family: 'Karla','Karla' ;
}
.firstSlider .sloganWrapM .txt {
	margin-top: 18px;
	font-size: 20px;
	font-weight:400;
	letter-spacing: 0.01em;
	transition-delay: 0.3s;
}*/
/* slogan 한글타이틀,작은영문 */
.firstSlider .sloganWrapM .han {
	font-size: 34px;
	font-weight: 500;
}
.firstSlider .sloganWrapM .eng_s {
	margin-top: 15px;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	transition-delay: 0.3s;
}

/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	width: 100%; height: 144px;
	transform: translateY(-50%);
	pointer-events: none;
}
.owl-carousel .owl-nav button {
	position: absolute;
	bottom: 0;
	width: 74px; height: 144px;
}
.owl-carousel .owl-nav button .slideArrow {
	display: inline-block;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: background-image 0.3s;
	pointer-events: auto;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
	background-image: url(http://img.einet.kr/P202001009/responsive/arrowL.png);
}
.owl-carousel .owl-nav button.owl-next {
	right: 50px;
	background-image: url(http://img.einet.kr/P202001009/responsive/arrowR.png);
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background-image: url(http://img.einet.kr/P202001009/responsive/arrowL_ov.png);
}
.owl-carousel .owl-nav button.owl-next:hover {
	background-image: url(http://img.einet.kr/P202001009/responsive/arrowR_ov.png);
}

/* 슬라이더 view */
.firstSliderWrap .viewObj {
	position: absolute;
	right: 80px; bottom: 42px;
	height: 25px;
	z-index: 10;
}
.firstSliderWrap .viewObj i {
	margin: 0 8px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.firstSliderWrap .viewObj i.active {
	color: #2b6eac;
}
/* 슬라이더 dot */
.firstSliderWrap .owl-dots {
	position: absolute;
	right:0; bottom: 105px; left:0;
	margin:auto;
	height: 20px;
	text-align:center;
}

.firstSliderWrap .owl-carousel button.owl-dot {
	position: relative;
	width: 8px; height: 20px;
	margin: 0 9px;
	transition: height 0.3s, background-color 0.3s;
}
.firstSliderWrap .owl-carousel button.owl-dot::after {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 8px; height: 10px;
	background-color: #fff;
	transition: height 0.3s, background-color 0.3s;
}
.firstSliderWrap .owl-carousel button.owl-dot.active::after {
	height: 20px;
	background-color: #2b6eac;
}



@media ( max-width: 1500px ) {
	.firstSliderWrap {
		height: auto;
		padding-top: 56.25%;
	}
	.firstSliderWrap .firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}

}



@media ( max-width: 1024px ) {
	.firstSliderWrap {
		margin-top: 50px;
	}
	.firstSlider .sloganWrap {
		display: none !important;
	}
	.firstSlider .sloganWrapM {
		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: 40px;
		font-size: 12px;
		line-height: 40px;
		color: #333;
		z-index: 1;
		text-align:center;
	}
	.firstSliderWrap .pageObj .all:before {
		content: ' of ';
	}
	.firstSliderWrap .viewObj {
		bottom: -33px; right: 15px;
		height: 25px;
	}
	.firstSliderWrap .viewObj i {
		font-size: 12px;
		color: #ccc;
		line-height: 25px;
	}
	.firstSliderWrap .viewObj i.active {
		color: #222;
	}

	/* 슬라이더 dot */
	.firstSliderWrap .owl-dots {
		bottom: -40px;
		height: 40px;
		line-height: 50px;
	}
	.firstSliderWrap.firstSliderMain .owl-dots {
		bottom: -40px;
	}

	.firstSliderWrap .owl-carousel button.owl-dot {
		position: relative;
		width: 4px; height: 10px;
		margin: 0 5px;
	}
	.firstSliderWrap .owl-carousel button.owl-dot::after {
		width: 4px; height: 5px;
		background-color: #999;
	}
	.firstSliderWrap .owl-carousel button.owl-dot.active::after {
		height: 10px;
	}

	.firstSliderWrap .mainSlogan {
		display: none;
	}
	.firstSliderWrap .scrollDown {
		display: none !important;
	}
}
