

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
	.MAIN_maintop_SCF3 { height: 100%; float: left; 
  position: relative;
  overflow: hidden;    height: var(--main-top-goarea-h);
}
	
.MAIN_maintop_SCF3 .wg_box{width: 100%; height: 100%; float: left; background-color:#fff; border-radius: 20px 80px 20px 20px; overflow: hidden }


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
	
.MAIN_maintop_SCF3 { height: 100%; float: left; 
  position: relative;
  overflow: hidden;    height: 100%; height: var(--main-top-goarea-h);
}
	

	.MAIN_maintop_SCF3 .wg_box{width: 100%;  height: 100%; float: left;background-color:#fff; border-radius: 20px 80px 20px 20px; overflow: hidden }
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_maintop_SCF3 { height: 100%; float: left;   position: relative;   height:230px;   
}
	

	.MAIN_maintop_SCF3 .wg_box{width: 100%;  height: 100%; float: left;background-color:#fff; border-radius: 20px 80px 20px 20px; overflow: hidden;box-shadow:3px 3px 30px rgba(0,0,0,0.1); }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_maintop_SCF3 .mv-img{
  position: absolute; bottom: 0px; left: 0px;
  width: 108%;
 height: var(--main-top-goarea-h);float: left;    /* 필요 높이로 조정 (또는 아래 aspect-ratio 버전 사용) */
  overflow: hidden;      /* 넘치는 부분 잘라내기 */
  /* 로딩/레터박스 대비 */;z-index:1!important
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
	
.MAIN_maintop_SCF3 .mv-img{
 position: absolute;top: 30%; left: 0px;
  width: 108%;
 height: 280px; float: left;       /* 필요 높이로 조정 (또는 아래 aspect-ratio 버전 사용) */
  overflow: hidden;      /* 넘치는 부분 잘라내기 */
  /* 로딩/레터박스 대비 */;z-index:1!important
}
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_maintop_SCF3 .mv-img{
  position: absolute;top: 30%; left:20%;
  width:90%;
 height: 280px; float: left;       /* 필요 높이로 조정 (또는 아래 aspect-ratio 버전 사용) */
  overflow: hidden;      /* 넘치는 부분 잘라내기 */
  /* 로딩/레터박스 대비 */;z-index:1!important
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




/* 비디오를 부모에 꽉 채우기 */
.MAIN_maintop_SCF3 .mv-img > video{
  position: absolute;  
  inset: 0;              /* top:0; right:0; bottom:0; left:0; */
  width: 100%;
  height: auto;
  object-fit: cover;     /* 비율 유지하며 꽉 채움, 넘치는 부분은 자름 */
  display: block;
}
.MAIN_maintop_SCF3 .slide-img {
 position: absolute; bottom: 0px; left: 0px;
  width: 100%;
  height: 100%;
z-index:0!important
}

.MAIN_maintop_SCF3 .slide-img video{ width: 100%}


.MAIN_maintop_SCF3 .slide-img .wg_img1{
width: 100%;
  height: 100%;
}
.MAIN_maintop_SCF3 .slide-img .wg_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.MAIN_maintop_SCF3 .textset {width: 100%;
  height: 100%;
  padding:  clamp(20px, 3.125vw, 40px) ; position: relative; z-index: 99!important; position: absolute; left: 0px; top: 0px
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.MAIN_maintop_SCF3 .textset {
  padding: 20px 30px ; position: relative; z-index: 99!important
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.MAIN_maintop_SCF3 .textset .wg_tx1 {
width: 100%; float: left; font-size:calc(var(--tx-sm-size) * 0.9); color: #333; margin-bottom: 10px; position: relative;z-index: 2
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_maintop_SCF3 .textset .wg_tx2 {
width: 100%; float: left; font-size:calc(var(--tit-mds-size) * 1.0); color: #333; font-weight: 700; margin-bottom: 30px; line-height: 130%; ; position: relative;z-index: 2
}
	.MAIN_maintop_SCF3 .textset .wg_btn {
width: 100%; float: left;  font-size:calc(var(--tx-sm-size) * 0.9);  color: #333; font-weight: 700;  padding-right: 30px; position: relative
}
	
.MAIN_maintop_SCF3 .textset .wg_btn span{
width: auto; float: left;  font-size:calc(var(--tx-sm-size) * 0.9);  color: #333; font-weight: 700;  padding-right: 30px; position: relative
}
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
	.MAIN_maintop_SCF3 .textset .wg_tx2 {
width: 70%; float: left; font-size:calc(var(--tit-mds-size) * 0.7); color: #333; font-weight: 700; margin-bottom: 10px; line-height: 130%
}
	
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_maintop_SCF3 .textset .wg_tx2 {
width: 100%; float: left; font-size:calc(var(--tit-mds-size) * 1.2); color:#333; font-weight: 800; margin-bottom: 30px; line-height: 130%; padding-right: 30%
}
	.MAIN_maintop_SCF3 .textset a.wg_btn {
width: auto; float: left;  font-size:calc(var(--tx-sm-size) * 1);  color: #333; font-weight: 700;  padding-right: 30px; position: relative
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_maintop_SCF3 .textset .wg_btn span:before {
content: "\eb6e";    font-family: unicons-line; position: absolute; right: 0px; top: -3px; color: var(--primary);; font-size: 25px;
}
.MAIN_maintop_SCF3 .contents-swiper,
.MAIN_maintop_SCF3 .swiper-wrapper {
  height: 100%; position: relative
}

.MAIN_maintop_SCF3 .swiper-slide .visual-mo {
  display: none;
}
.MAIN_maintop_SCF3 .swiper-slide {
 overflow: hidden
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_maintop_SCF3 .control-wrap {
  position: absolute;
  left: 0pz;
  bottom: 2rem;
  z-index: 10;
  width: 50% ;
  height: 2.4rem;  display: flex;
  justify-content: flex-start;
  align-items: center;
width: 100%;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_maintop_SCF3 .control-wrap {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 10;
  width: auto;
  height: 10px;  display: flex;
  justify-content: flex-start;
  align-items: center;

}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.MAIN_maintop_SCF3 .control-bottom {
  
  width: 100%; float: left;
  position: absolute;
  top: 0;
  left:40px;  display: flex;  justify-content: flex-start;
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.MAIN_maintop_SCF3 .control-bottom {
  
  width: auto;
  position: absolute;
  top: 0;
  left: 25px; display: flex;  justify-content: center;  align-items: center;
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_maintop_SCF3 .swiper-pagination {
  position: static;
  margin-right: 1rem;
  text-align: left;
  transform: translateX(-0.2rem); float: left; width: auto!important
}

.MAIN_maintop_SCF3 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.MAIN_maintop_SCF3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  margin: 0 1rem;
  width: 15px;
  height:  15px; border-radius: 100%; 
  background-color: transparent;
  background-color:#ccc;
  border-radius:  100%;

}

.MAIN_maintop_SCF3 .swiper-pagination-bullet::after {
  position: absolute;
  left:0rem;
  top: 0rem;
  content: "";
  width:clamp(20px, 2.344vw, 30px);
  height:  15px;
  margin-left: -10px;
  border-radius: 1.2rem;
  transform: scale(0);

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);  background-color: transparent; background-color: #ee5f8b;
}

.MAIN_maintop_SCF3 .swiper-pagination-bullet-active::after {
  transform: scale(1);
  transition: transform 0.2s;
	
	  width:30px;
  height:  15px;
  margin-left: -10px;
  border-radius: 1.2rem;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

.MAIN_maintop_SCF3 .swiper-button-play {

}

.MAIN_maintop_SCF3 .swiper-button-play,
.MAIN_maintop_SCF3 .swiper-button-pause {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;margin-top: -3px
}
.MAIN_maintop_SCF3 .swiper-button-play i,
.MAIN_maintop_SCF3 .swiper-button-pause i{
font-size: 20px; color: #fff; 
}

.MAIN_maintop_SCF3 .swiper-button-play img,
.MAIN_maintop_SCF3 .swiper-button-pause img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.MAIN_maintop_SCF3 .btype-swiper .swiper-pagination-bullet {
  background: #111;
}



/* ✅ 스와이프 제스처를 세로 스크롤과 공존시킴 (가로는 Swiper가 처리) */
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .contents-swiper,
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .contents-swiper .swiper-wrapper {
  touch-action: pan-y !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: auto; /* 혹시 none이 들어갔다면 무효화 */
}

/* ✅ 슬라이드 내부 미디어가 이벤트를 먹지 않게 */
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .contents-swiper .swiper-slide img,
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .contents-swiper .swiper-slide video {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* “밖 div 꽉 차게” */
}

/* ✅ 자주 덮는 오버레이들(필요 시 클래스 추가) */
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .mv-img,
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .mv-mask,
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .mv-overlay {
  pointer-events: none !important; /* 스와이프 이벤트를 막지 않도록 */
}

/* (선택) 디버그: 실제 터치가 들어오면 윤곽 표시 */
.MAIN_maintop_SCF3[id='ID_MAIN_maintop_SCF3'] .contents-swiper.touch-alive {
  outline: 2px dashed rgba(37,99,235,.35);
}
