/* highi light delete */
*{
  -webkit-tap-highlight-color:transparent
}

.haven {
  /* font-family: 'Lato'; */
  font-family: "Lora", serif;
  font-size: 60px;
  color: #fff;
  pointer-events: none;
  text-transform: none;
  line-height: 1.3;
}

.scrollDown {
  position: absolute;
  width: 64px;
  height: 49px;
  margin: auto;
  background: url(http://img.einet.kr/P202005002/responsive/scrollDown.png)
    center center no-repeat;
  z-index: 10;
}
.sloganWrap {
  pointer-events: none;
}

/* color */
.c-pink {
  color: #c1649c;
}

/* thumbnails */
.thumbnails {
  position: relative;
  overflow: hidden;
}
.thumbnails .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(1);
  transition: transform 0.35s linear;
}
/*
.thumbnails:hover .loader,
a:hover .thumbnails .loader {
  transform: scale(1.07);
}
*/

/* section title */
.section_title {
  text-align: center;
}
.section_title .eng {
  margin-bottom: 20px;
  font-family: Lora;
  font-size: 50px;
  color: #222;
  text-transform: capitalize;
}
.section_title .ttl {
  margin-bottom: 18px;
  font-family: "Noto Serif KR", serif;
  font-size: 46px;
  color: #266198;
}
.section_title .txt {
  font-size: 18px;
  line-height: 1;
  color: #444444;
  transition-delay: 0.3s;
}
.section_title .btn_view {
  margin-top: 30px;
}
.section_title .btn_txt {
  margin-top: 15px;
  transition: color 0.3s;
}

.btn_view {
  display: inline-block;
  width: 160px;
  height: 44px;
  font-family: "Lato";
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  border-radius: 100px;
  text-align: center;
}
.btn_view:hover {
  color: #fff;
}
.btn_view i,
.btn_txt i {
  margin-right: 10px;
}

.gradient i {
  font-size: 15px;
  margin-right: 6px;
}

.btn_txt {
  display: inline-block;
  font-family: "Lato";
  font-size: 14px;
  transition: color 0.3s;
}

/* button gradient */
.gradient {
  background-image: linear-gradient(
    to right,
    #3e8995 0%,
    #344558 50%,
    #3e8995 100%
  );
  background-size: 200% auto;
  transition: 0.5s;
}

.gradient:hover {
  background-position: right center;
}
/* text gradient */
.t-g-t {
}
.t-g-t:hover {
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  width: 24px;
  height: 44px;
  background-size: 100% 100%;
  transition: opacity 0.3s;
  z-index: 20;
}
.swiper-button-prev {
  left: 46px;
  background-image: url(http://img.einet.kr/P202005002/responsive/bArrowL.png);
}
.swiper-button-next {
  right: 46px;
  background-image: url(http://img.einet.kr/P202005002/responsive/bArrowR.png);
}
.swiper-pagination {
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #aaa;
  border-radius: 10px;
  opacity: 1;
  transition: background 0.3s, width 0.3s;
}
.swiper-pagination-bullet-active {
  background: #3e8793;
    width: 40px;
    border-radius: 5px;
}

/* common */
/* IE scroll hide */
html,
body {
  /* IE에서 스크롤바 감춤 */
  -ms-overflow-style: none;
}

body * {
  /* outline: 1px solid seagreen; */
}
/* flex-box */
.f-box {
  display: flex;
  font-size: 16px;
}
.f-d-c {
  flex-direction: column;
}
.f-a-c {
  align-items: center;
}
.f-j-c {
  justify-content: center;
}
.f-w-w {
  flex-wrap: wrap;
}
/* row box */
.row {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/* position*/
.pos-r {
  position: relative;
  top: 0;
  left: 0;
}
.pos-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* mb-s */
.mb-s{
	display: none !important;
}
.mb-h{
  
}

@media (max-width: 1024px) {
	.mb-s{
		display: block !important;
  }
  .mb-h{
    display: none !important;
  }

  .haven {
    font-size: 13px;
  }

  .section_title .eng {
    margin-bottom: 15px;
    font-size: 33px;
    transform: none;
    opacity: 1;
  }
  .section_title .ttl {
    margin-bottom: 8px;
    font-size: 20px;
    color: #266198;
    transform: none;
    opacity: 1;
  }
  .section_title .txt {
    font-size: 14px;
    word-break: keep-all;
    transform: none;
    opacity: 1;
  }
  .section_title .txt span {
    display: block;
  }
  .section_title .btn_view {
    margin-top: 20px;
  }

  .btn_view {
    width: 109px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .btn_txt {
    font-size: 12px;
  }
  .btn_view i,
  .btn_txt i {
    margin-right: 4px;
  }
  .gradient i {
    font-size: 11px;
  }

  /* swiper */
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 38px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-size: cover;
  }
  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 5px;
  }

}
