@charset "utf-8";



/* 공통 슬라이드 스타일 */
.slide-section {
  //height: 100vh;
  position: relative;
  margin-bottom: 2.0rem;
}

.mySwiper {
  width: 100%;
  max-width: 170.0rem;
  height: 100%;
  margin: 0 auto;
  position: relative; 
  overflow:hidden;
}

/*
@media (max-width: 1920px) {
.mySwiper {
	max-width:1700px; }
}

*/


.swiper-wrapper {
  display: flex; 
}

.swiper-slide {
  width: 100%;
  height: 70vh;
  max-height:69.3rem;
  border-radius:4.0rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background:#142336;

}

/* 배경 */
.swiper-slide .slide-bg {
  /* position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  will-change: transform, opacity;
  background:#142336;

}

.swiper-slide .slide-bg2 {
  /* position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  will-change: transform, opacity;
  background:#142336;

}


@media screen and (max-width: 1024px){

.swiper-slide .slide-bg {
	  width: 100%;
	  height: 100%;
	  background-position: center bottom;
	  opacity:0.5;
	}

.swiper-slide .slide-bg2 {
	  width: 85%;
	  height: 100%;
	  background-position: center bottom;
	   opacity:0.5;
	}


}

/* 텍스트 컨텐츠 */
.swiper-slide .slide-text {
  position: absolute;
  top: 15.0rem ;
  left:9.5rem;  
  /*height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;*/
  z-index:1;
  max-width:70.0rem;
  
}
.swiper-slide .slide-text .biz_txt1 {font-size:4.0rem; font-weight:700; line-height:1.25; }
.swiper-slide .slide-text .biz_txt1 span {display:block; font-size:2.6rem;}
.swiper-slide .slide-text .biz_txt1_1 {font-weight:400; font-size:2.6rem;}
.swiper-slide .slide-text .biz_txt2 {font-size:2.0rem; line-height:1.45; margin-top:1.5rem;}
.swiper-slide .slide-text .biz_txt3 {font-size:1.8rem; line-height:1.45; margin-top:1.5rem;}

@media screen and (max-width: 1400px){
.swiper-slide .slide-text {top:5.0rem; left:5.5rem; }

}

@media screen and (max-width: 1024px){

.swiper-slide .slide-text .biz_txt1 {font-size:3.2rem;}
.swiper-slide .slide-text .biz_txt1 span {font-size:2.2rem;}
.swiper-slide .slide-text .biz_txt1 br {display:none;}
.swiper-slide .slide-text .biz_txt2 br {display:none;}
}


@media screen and (max-width: 768px){
.swiper-slide .slide-text {top:8.0rem; left:4.0rem; padding-right:4.0rem;}

}

/* 커스텀 페이지네이션 */
.custom-pagination2 {
  position: absolute;
  /*bottom: 30vh;
  right:3vw;*/
   bottom:5.0rem;
  right:5.0rem;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 20;  
  max-width:36.5rem;
}

.custom-pagination2 .bullet {
  font-size: 17px;
  line-height:1.5;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  border-bottom:1px solid rgba(255,255,255,0.2);
  padding:1.5rem 15.0rem 1.5rem 1.0rem;
  position:relative;
}

.custom-pagination2 .bullet.active {
  color: rgba(255,255,255,1);
  font-weight: 800;
 /* border-bottom:1px solid rgba(255,255,255,1);*/  
}
.custom-pagination2 .bullet.active:after {
	content:''; position:absolute; right:2.0rem; top:50%; transform: translate(0, -50%); width:16px; height:16px;   
	background: url('../../pages/images/biz_arr.png') no-repeat center/cover;
}


@media screen and (max-height: 1080px){
  .custom-pagination2 {
  /*bottom: 15vh;*/ 
  bottom:5.0rem;
  right:5.0rem;
  /*right:3vw*/
  }
}

@media screen and (max-width: 1920px){
  .custom-pagination2 {
 /* bottom: 15vh;*/
  bottom:5.0rem;
  right:5.0rem;
  }
}


@media screen and (max-width: 768px){

.custom-pagination2 {
	 min-width:30rem;
	 bottom:5.0rem;
	 right:3.0rem;
	}

.custom-pagination2 .bullet {
	font-size:14px;
	padding: 1.5rem 10.0rem 1.5rem 1.0rem;
	
	}
}