@charset "utf-8";
.mobileTop {
  display: none;
}

.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 .loader {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 슬라이더 버튼 */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 86px;
	height: 100px;
}
.owl-carousel .owl-nav button .slideArrow {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  transition: opacity 0.5s;
  background: #000 url(http://img.einet.kr/P202005002/responsive/travel/s-prev.png) no-repeat center;

}
.owl-carousel .owl-nav button.owl-next .slideArrow {
  background: #000 url(http://img.einet.kr/P202005002/responsive/travel/s-next.png) no-repeat center;
}

.owl-carousel .owl-nav button:hover .slideArrow {
  opacity: 1;
}
.owl-carousel .owl-nav button img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

/* 슬라이더 view */
.firstSliderWrap .viewObj {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 24px;
	z-index: 10;
	display: none;
}
.firstSliderWrap .viewObj i {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  cursor: pointer;
}
.firstSliderWrap .viewObj i.active {
  color: rgba(255, 255, 255, 1);
}

.firstSliderWrap .pageObj {
  display: none !important;
  position: relative;
  height: 30px;
  font-family: "Lato";
  font-size: 12px;
  line-height: 30px;
  color: #888;
  z-index: 1;
  text-align: center;
}
.firstSliderWrap .pageObj .now {
  color: #222;
}
.firstSliderWrap .pageObj .all:before {
  content: " / ";
}
/* 슬라이더 dot */
.firstSliderWrap .owl-dots {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
  text-align: center;
}

.firstSliderWrap .owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #fff;
	transition:  0.2s;
	border-radius: 50%;
}

.firstSliderWrap .owl-carousel button.owl-dot.active {
	width: 40px;
	border-radius: 5px;
}

.firstSliderMain .sloganWrap_main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 10;
	text-align: center;
}
.firstSliderMain .sloganWrap_main .txt {
	font-size: 26px;
	letter-spacing: 5.2px;
	line-height: 1;
	margin-bottom: 17px;
}
.firstSliderMain .sloganWrap_main .txt span {
  font-size: 46px;
}
.firstSliderMain .sloganWrap_main .eng {
	font-family: Lora;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.2px;
  transition-delay: 0.3s;
}

.firstSliderWrap .scrollDown {
  bottom: 25px;
  right: 0;
  left: 0;
}

/*
@media ( max-width: 1680px ) {
	.firstSliderWrap {
		height: auto;
	}
	
}
*/

@media (max-width: 1400px) {
  .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;
  }
}

@media (max-width: 1024px) {
	.firstSliderWrap .owl-carousel button.owl-dot.active {
    width: 20px;
    border-radius: 5px;
    background: #3e8a96;
}
  .mobileTop {
    position: relative;
    display: block;
    margin-top: 50px;
  }
  .mobileTop .loader {
    padding-top: 82.67%;
    background-position: left center;
  }
  .mobileTop .slogan {
    position: absolute;
    top: 22vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 10;
  }
  .mobileTop .slogan .txt {
    padding-bottom: 13px;
    font-family: "Noto Serif KR", serif;
    font-size: 16px;
    background: url(http://img.einet.kr/P202005002/responsive/slogan_deco.png)
      bottom center no-repeat;
    background-size: 200px 6px;
  }
  .mobileTop .slogan .txt span {
    font-size: 23px;
  }
  .mobileTop .slogan .eng {
    padding-top: 10px;
    font-family: "Gilda Display";
    font-size: 18px;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(3, 24, 41, 0.56);
  }

  .firstSliderWrap {
    height: auto;
    padding-top: 56.25%;
    margin-top: 50px;
    overflow: visible;
  }
  .firstSliderWrap.firstSliderMain {
    margin-top: 5px;
  }
  .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 {
    display: none;
  }

  .firstSliderWrap .viewObj {
		right: 8px;
    bottom: -28px;
    font-size: 12px;
    display: inline-block;
		text-align: right;
		display: block;
  }
  .firstSliderWrap .viewObj i {
    display: inline-block;
    margin: 0 5px;
    color: rgba(136, 136, 136, 0.5);
    z-index: 10;
    cursor: pointer;
  }
  .firstSliderWrap .viewObj i.active {
    color: #222;
  }

  .firstSliderWrap .owl-dots {
    bottom: -30px;
    width: 100%;
    height: 30px;
		line-height: 35px;
		display: block !important;
  }
  .firstSliderWrap .owl-carousel button.owl-dot {
    width: 5px;
    height: 5px;
    margin: 0 4px;
    background: #b6b6b6;
  }

  .firstSliderMain .sloganWrap_main {
    display: none !important;
  }

  .firstSliderWrap .scrollDown {
    display: none;
  }
}
