.firstSliderWrap .viewObj {
  /* display: block !important; */
}
.about1 {
  background: url(http://img.einet.kr/P202005002/responsive/about/1_bg.jpg) top
    center no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.about1_wrap {
  position: relative;
  max-width: 1430px;
  margin: 150px auto;
}
.about1_wrap .tImg {
  display: none;
}
.about1_wrap .content .ttl {
  font-family: Lora;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  color: #222222;
}
.about1_wrap .content .ttl .sttl {
  position: relative;
  margin-top: 34px;
  padding-top: 38px;
  font-size: 36px;
  line-height: 1.3;
  color: #3e8a96;
}
.about1_wrap .content .ttl .sttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 52px;
  height: 1px;
  background-color: #000;
}
.about1_wrap .content .ttl .sttl span {
  color: #999;
}
.about1_wrap .content p {
  margin-top: 42px;
  font-size: 22px;
  transition-delay: 0.3s;
}
.about1_wrap .content .txt {
  margin: 30px 0 60px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  -ms-word-break: keep-all;
  word-break: keep-all;
  transition-delay: 0.6s;
}
.about1_wrap .content .txt span {
  display: block;
}
.about1_wrap .img_wrap {
  margin-top: 80px;
}
.about1_wrap .img_wrap .loader {
  display: inline-block;
  width: calc(33.3% - 22px);
  margin: 0 10px;
  padding-top: 18.25%;
}

.about1 .bImg {
  padding-top: 56.25%;
}

.travel-1__btn {
  display: inline-block;
  margin-top: 0px;
  padding: 0 60px;
  line-height: 60px;
  height: 60px;
  border: 1px solid #222;
  font-size: 16px;
  transition: all 0.3s;
}
.travel-1__span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 44px;
  color: #222;
}
.travel-1__icon {
  vertical-align: middle;
  position: absolute;
  top: 28px;
  left: 100px;
  display: inline-block;
  width: 34px;
  height: 5px;
  background: url("http://img.einet.kr/P202005002/responsive/travel/btn-icon.png")
    no-repeat right center / 4px 5px;
}
.travel-1__icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #000;
}
.travel-1__btn:hover {
  color: #fff;
  background-color: #3e8a96;
  border: 1px solid #3e8a96;
}
.travel-1__btn:hover .travel-1__icon {
  animation: line 0.2s ease-in-out forwards;
  background: url("http://img.einet.kr/P202005002/responsive/travel/btn-icon_on.png")
    no-repeat right center / 4px 5px;
}
.travel-1__btn:hover .travel-1__icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #fff;
}
.travel-1__btn:hover .travel-1__span {
  color: #fff;
}

.sloganWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.sloganWrap .eng {
  font-family: Lora;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 5px;
  color: #ffffff;
  margin-bottom: 20px;
}
.sloganWrap .eng2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.2px;
  color: #ffffff;
}

@media (max-width: 1430px) {
  .about1_wrap {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1024px) {
  .travel-1__btn {
    margin-top: 36px;
    padding: 0 50px;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
  }
  .travel-1__span {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding-right: 36px;
    color: #222;
  }
  .travel-1__icon {
    top: 23px;
    left: 80px;
    width: 30px;
    height: 5px;
  }
  .about1 {
    background: none;
  }
  .about1_wrap {
    max-width: calc(100% - 30px);
    margin: 75px auto 80px;
  }
  .about1_wrap .tImg {
    display: block;
    padding-top: 56.25%;
  }
  .about1_wrap .content .ttl {
    margin-top: 50px;
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .about1_wrap .content .ttl .sttl {
    position: relative;
    margin-top: 30px;
    padding-top: 27px;
    font-size: 23px;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.16;
  }
  .about1_wrap .content .ttl .sttl::before {
    width: 25px;
  }
  .about1_wrap .content p {
    margin-top: 23px;
    font-size: 14px;
		transition-delay: 0.3s;
		color: #222222;
  }
  .about1_wrap .content .txt {
    margin: 28px 0 40px;
    font-size: 12px;
    line-height: 15px;
  }
  .about1_wrap .content .txt span {
    display: inline;
  }
  .about1_wrap .content .txt .m-txt {
    margin-top: 15px;
  }
  .about1_wrap .img_wrap {
    margin-top: 50px;
  }
  .about1_wrap .img_wrap .loader {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding-top: 56.25%;
  }
  .about1_wrap .img_wrap .loader.img1 {
    display: none;
  }
}

/* test */
/*section1*/
.travel-1 {
  background-color: #f6f6f6;
  padding: 150px 0;
  text-align: center;
}
.travel-1__tit {
  color: #222;
  font-size: 40px;
}
.travel-1__ko {
  margin-top: 18px;
  color: #3e8a96;
  font-size: 22px;
}
.travel-1__txt {
  position: relative;
  padding-top: 145px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}
.travel-1__txt:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #222221;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.travel-1__info {
  margin-top: 45px;
}
.travel-1__item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  padding-left: 20px;
}
.travel-1__item.type-addr {
  background: url("http://img.einet.kr/P202005002/responsive/travel/addr-icon.png")
    no-repeat left center/20px 30px;
}
.travel-1__item.type-car {
  background: url("http://img.einet.kr/P202005002/responsive/travel/car-icon.png")
    no-repeat left center/20px 30px;
  padding-left: 24px;
}

.travel-1__btn {
  display: inline-block;
  margin-top: 0;
  padding: 0 60px;
  line-height: 60px;
  height: 60px;
  border: 1px solid #222;
  font-size: 16px;
  transition: all 0.3s;
}
.travel-1__span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 44px;
  color: #222;
}
.travel-1__icon {
  vertical-align: middle;
  position: absolute;
  top: 28px;
  left: 100px;
  display: inline-block;
  width: 34px;
  height: 5px;
  background: url("http://img.einet.kr/P202005002/responsive/travel/btn-icon.png")
    no-repeat right center / 4px 5px;
}
.travel-1__icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #000;
}
.travel-1__btn:hover {
  color: #fff;
  background-color: #3e8a96;
  border: 1px solid #3e8a96;
}
.travel-1__btn:hover .travel-1__icon {
  animation: line 0.2s ease-in-out forwards;
  background: url("http://img.einet.kr/P202005002/responsive/travel/btn-icon_on.png")
    no-repeat right center / 4px 5px;
}
.travel-1__btn:hover .travel-1__icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #fff;
}
.travel-1__btn:hover .travel-1__span {
  color: #fff;
}

/*트레블2*/
.travel-2__tit {
  color: #222;
  font-size: 50px;
}
.travel-2__ko {
  color: #444;
  font-size: 22px;
  margin-top: 15px;
}
.travel-2__slide {
  margin-top: 60px;
}

/*하단슬라이드 커스텀*/
.travel-2__slide {
  position: relative;
}
.slide2__img {
  width: 100%;
}
.slide2__inbox {
  width: 100%;
  text-align: left;
  position: relative;
}
.slide2__inner.type-img {
  overflow: hidden;
}

.slide2__inbox:hover .slide2__img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.slide2__num {
  margin-top: 34px;
  font-size: 18px;
}
.slide2__txt {
  margin-top: 14px;
  font-size: 18px;
  color: #888;
}
.slide2__inbox:hover .slide2__num,
.slide2__inbox:hover .slide2__txt {
  color: #3e8793;
}

.slide2__btnbox {
  position: absolute;
  top: -120px;
  right: 0;
  width: 130px;
  height: 60px;
}
.slide2__btnbox .swiper-button-prev,
.slide2__btnbox .swiper-button-next {
  width: 60px;
  height: 60px;
  top: 0;
}
.slide2__btnbox .swiper-button-prev {
  left: 0;
  border: 1px solid #888;
  background: url("http://img.einet.kr/P202005002/responsive/travel/slide2-l-btn.png")
    #fff no-repeat center center / 60px 60px;
}
.slide2__btnbox .swiper-button-prev:hover {
  left: 0;
  background: url("http://img.einet.kr/P202005002/responsive/travel/slide2-l-btn_on.png")
    #3e8793 no-repeat center center / 60px 60px;
  border: 1px solid #3e8793;
}
.slide2__btnbox .swiper-button-next {
  right: 0;
  border: 1px solid #888;
  background: url("http://img.einet.kr/P202005002/responsive/travel/slide2-r-btn.png")
    #fff no-repeat center center / 60px 60px;
}
.slide2__btnbox .swiper-button-next:hover {
  right: 0;
  border: 1px solid #3e8793;
  background: url("http://img.einet.kr/P202005002/responsive/travel/slide2-r-btn_on.png")
    #3e8793 no-repeat center center / 60px 60px;
}

.travel-2 .swiper-container {
  overflow: initial;
}

/*화살표 키프레임*/

@keyframes line {
  0% {
    width: 5px;
  }
  100% {
    width: 60px;
  }
}

@media (max-width: 1024px) {
	.sloganWrap{
		display: none !important;
	}
  .about1_wrap .content .ttl .sttl span {
    display: block;
  }
  /*    슬라이드 모바일 커스텀*/
  .tt-slide {
    height: 280px;
  }
  .travel-top .swiper-container {
    padding-bottom: 25px;
  }
  .travel-top .pagination-wrap {
    height: 35px;
    bottom: 0px;
  }
  .travel-top .swiper-pagination swiper-pagination-bullets {
    top: 0;
  }
  .travel-top .swiper-pagination-bullet {
    background: #aaa;
    height: 4px;
    width: 4px;
    border-radius: 2px;
  }
  .travel-top .swiper-pagination-bullet-active {
    background: #3e8a96;
    width: 20px;
    border-radius: 2px;
  }

  /*    재생정지버튼*/
  .btn-wrap {
    position: absolute;
    bottom: 0px;
    right: 18px;
    width: 38px;
    height: 12px;
    z-index: 20;
  }
  .s-btn {
    width: 11px;
    height: 12px;
  }
  .s-btn.type-play {
    background: url("http://img.einet.kr/P202005002/responsive/travel/play-icon.png")
      no-repeat center center / 11px 12px;
  }
  .s-btn.type-stop {
    background: url("http://img.einet.kr/P202005002/responsive/travel/stop-icon.png")
      no-repeat center center / 11px 12px;
  }

  .travel-1 {
    padding: 50px 0;
  }
  .travel-1__tit {
    color: #222;
    font-size: 24px;
    line-height: 1.2;
  }
  .travel-1__ko {
    margin-top: 10px;
    color: #3e8a96;
    font-size: 16px;
  }
  .travel-1__txt {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 70px;
  }
  .travel-1__txt:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #222221;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .travel-1__item {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    padding-left: 20px;
  }
  .travel-1__btn {
    margin-top: 0;
    padding: 0 50px;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
  }
  .travel-1__span {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding-right: 36px;
    color: #222;
  }
  .travel-1__icon {
    top: 23px;
    left: 80px;
    width: 30px;
    height: 5px;
  }

  .travel-2__tit {
    font-size: 34px;
  }
  .travel-2__ko {
    font-size: 14px;
    margin-top: 15px;
  }
  .travel-2__slide {
    margin-top: 28px;
  }

  .slide2__num {
    font-size: 15px;
    margin-top: 20px;
  }
  .slide2__txt {
    font-size: 15px;
    margin-top: 10px;
  }
}
