



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_TOP1_JLS {overflow: hidden; position: relative; height:100vh; background-color: #000; }
.MAIN_TOP1_JLS .contents-container { display: flex; justify-content: center; height:100vh; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_TOP1_JLS {overflow: hidden; position: relative; height:400PX!important; background-color: #000;width: 100% ; float: left }
.MAIN_TOP1_JLS .contents-container { display: flex; justify-content: center;height: 100%;width: 100% ; float: left}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.MAIN_TOP1_JLS .slide-area { width: 100vw; height: 100%; position: relative; }
.MAIN_TOP1_JLS .swiper { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100%; }
.MAIN_TOP1_JLS .swiper-slide { display: flex; justify-content: center; align-items: flex-end; padding: 0 0rem; height: 100%; }

	.MAIN_TOP1_JLS picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.MAIN_TOP1_JLS picture>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.MAIN_TOP1_JLS .swiper-slide picture>div img { width: 100%; height: 100%; object-fit: cover; }
.MAIN_TOP1_JLS .visual-text-box { position: relative; z-index: 10; width: 100%; margin-bottom: 30vh; display: flex; justify-content: center; }
.MAIN_TOP1_JLS .visual-text-box .visual-text-inner { width: 100%; max-width: var(--inner-max-width, 1400px); padding: 0 20px; box-sizing: border-box; }
.MAIN_TOP1_JLS .visual-text-box .img { width:clamp(200px, 23.438vw, 300px); }
.MAIN_TOP1_JLS .visual-text-box .img img { width: 100%; }

/* inner 클래스에 따른 INNER max-width 설정 (slide-area는 항상 100vw 유지) */
.MAIN_TOP1_JLS .slide-area.inner-1560 { --inner-max-width: 1600px; }
.MAIN_TOP1_JLS .slide-area.inner-1400 { --inner-max-width: 1560px; }
.MAIN_TOP1_JLS .slide-area.inner-1200 { --inner-max-width: 1440px; }
.MAIN_TOP1_JLS .slide-area.inner-1000 { --inner-max-width: 1000px; }
.MAIN_TOP1_JLS .slide-area.inner-100 { --inner-max-width: 100%; }
.MAIN_TOP1_JLS .slide-area.inner-lg { --inner-max-width: 160rem; }
.MAIN_TOP1_JLS .slide-area.inner-md { --inner-max-width: 156rem; }
.MAIN_TOP1_JLS .slide-area.inner-sm { --inner-max-width: 144rem; }
.MAIN_TOP1_JLS .slide-area.inner-full { --inner-max-width: 100%; }
@media only all and (max-width:767px) {.MAIN_TOP1_JLS .visual-text-box { padding:0px 0px 0px 0px!important;  	-webkit-transform: scale(0.7);
	transform: scale(0.7); margin-top: 150px; margin-left: -50px}
}


.MAIN_TOP1_JLS  .visual-text-box .tx1 { color: #666; font-size: var(--tit-md-size); font-family:var(--ff-ko6)!important; font-weight:  normal; line-height: 110%; }
.MAIN_TOP1_JLS  .visual-text-box .tx2 { color: #000; font-size: var(--tit-lg-size); font-family:var(--ff-ko6)!important; font-weight: normal; line-height: 110%; }
.MAIN_TOP1_JLS  .visual-text-box .tx3 { color: #333; font-size: var(--tit-mds-size); }

/**** 모바일 ****/

@media only all and (max-width:767px) {
	
.MAIN_TOP1_JLS  .visual-text-box .tx1 { color: #fff; font-size: var(--tit-md-size); font-family:var(--ff-ko6)!important; font-weight:  normal; line-height: 110%; }
.MAIN_TOP1_JLS  .visual-text-box .tx2 { color: #fff; font-size: var(--tit-lg-size); font-family:var(--ff-ko6)!important; font-weight: normal; line-height: 110%; }
.MAIN_TOP1_JLS  .visual-text-box .tx3 { color: #fff; font-size: var(--tit-mds-size); }
}

.MAIN_TOP1_JLS .visual-text-box strong { display: inline-block; color: #fff; line-height: 120%; position: relative; }
.MAIN_TOP1_JLS .visual-text-box p { color: #fff; }
.MAIN_TOP1_JLS .pagination_fraction { position: absolute; z-index: 1; transform: translateY(-20rem); width:100%; display: flex; justify-content: center; }
.MAIN_TOP1_JLS .pagination_fraction .pagination_fraction-inner { width: 100%; max-width: var(--inner-max-width, 1400px); padding: 0 20px; box-sizing: border-box; }


.MAIN_TOP1_JLS .wrap { display: inline-flex; align-items: center; gap: .4rem; color: rgba(255, 255, 255, 0.5); font-family: var(--ff-en4); }
.MAIN_TOP1_JLS .pagination_fraction .current,
.MAIN_TOP1_JLS .pagination_fraction .all { font-weight: var(--fw-bold); }
.MAIN_TOP1_JLS .pagination_fraction .current { color: #fff; }
/* control-bottom: 텍스트 아래에 배치 (왼쪽 컨테이너 영역) */
.MAIN_TOP1_JLS .control-bottom {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 100;
  /* 기본: 1560px 이상, 컨테이너 half=780px, 최소 20px */
  left: max(20px, calc(50vw - 780px));
  bottom: 10%;
  box-sizing: border-box;
  padding-left: 20px;
}
.MAIN_TOP1_JLS .control-bottom .control-bottom-inner { display: flex; align-items: center; justify-content: flex-start; gap:10px; width: calc(var(--inner-max-width, 1400px) / 2 - 100px); padding: 0; box-sizing: border-box; }

/* 반응형: 컨테이너 half 기준 control-bottom 위치 */
/* 1400px ~ 1559px: 컨테이너 1280px, half=640px */
@media (max-width: 1559px) and (min-width: 1400px) {
  .MAIN_TOP1_JLS .control-bottom {
    left: max(20px, calc(50vw - 640px));
  }
}

/* 1200px ~ 1399px: 컨테이너 1290px, half=645px */
@media (max-width: 1399px) and (min-width: 1200px) {
  .MAIN_TOP1_JLS .control-bottom {
    left: max(20px, calc(50vw - 645px));
  }
}

/* 992px ~ 1199px: 컨테이너 960px, half=480px */
@media (max-width: 1199px) and (min-width: 992px) {
  .MAIN_TOP1_JLS .control-bottom {
    left: max(20px, calc(50vw - 480px));
  }
}

/* 768px ~ 991px: 컨테이너 720px, half=360px */
@media (max-width: 991px) and (min-width: 768px) {
  .MAIN_TOP1_JLS .control-bottom {
    left: max(20px, calc(50vw - 360px));
  }
}

/* 프로그레스바: 버튼들 제외한 나머지 공간 차지 */
.MAIN_TOP1_JLS .control-bottom .swiper-progressbar-wrap { position: relative; bottom: auto; left: auto; flex: 1; height: 4px; background: rgba(255, 255, 255, 0.2); z-index: 10; border-radius: 2px; }

/**** 모바일 ****/
@media only all and (max-width:767px) {
  .MAIN_TOP1_JLS .control-bottom {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 0px;
    padding-left: 30px;
  }
  .MAIN_TOP1_JLS .control-bottom .control-bottom-inner { gap:5px; padding-bottom: 30px; }
  .MAIN_TOP1_JLS .control-bottom .swiper-progressbar-wrap { flex: 0 0 30%; }
}

.MAIN_TOP1_JLS .swiper-pagination { gap: 8px; position: static; display: flex; align-items: center; }
.MAIN_TOP1_JLS .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal { display: flex; justify-content: flex-start; align-items: center; width: auto; }
.MAIN_TOP1_JLS .swiper-pagination-bullet { opacity: 1; position: relative; margin: 0; width: 10px; height: 10px; background-color: var(--white, #fff); border-radius: 100%; }
.MAIN_TOP1_JLS .swiper-pagination-bullet:first-child { margin-left: 0; }
.MAIN_TOP1_JLS .swiper-pagination-bullet-active { background-color:var(--primary); }
.MAIN_TOP1_JLS .swiper-pagination-bullet-active::after { transform: scale(1); transition: transform 0.2s; }
.MAIN_TOP1_JLS .swiper-button-play { display: none; }
.MAIN_TOP1_JLS .swiper-button-play,
.MAIN_TOP1_JLS .swiper-button-pause { flex-shrink: 0; width: 20px; height: 20px; opacity: 0.5; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.MAIN_TOP1_JLS .swiper-button-play img,
.MAIN_TOP1_JLS .swiper-button-pause img { width: 100%; height: 100%; object-fit: contain; vertical-align: top; }
.MAIN_TOP1_JLS .swiper-button-play:hover,
.MAIN_TOP1_JLS .swiper-button-pause:hover { opacity: 1; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-next { position: relative; width:30px; height: 30px; background: none; display: flex; align-items: center; justify-content: center; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-next:before { content: "\ec49"; font-family: unicons-line; color: #fff; font-size:24px; line-height: 1; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-next:after { display: none!important; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-prev { position: relative; width:30px; height: 30px; background: none; display: flex; align-items: center; justify-content: center; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-prev:before { content: "\eb9f"; font-family: unicons-line; color: #fff; font-size:24px; line-height: 1; }
.MAIN_TOP1_JLS .control-bottom .swiper-button-prev:after { display: none!important; }
.MAIN_TOP1_JLS .control-bottom .linebar { width:150px; border-bottom: 1px solid rgba(204,204,204,0.56); float: left; }



.MAIN_TOP1_JLS .visual-text-box strong.sw1_icon:before { content: ""; position: absolute; right: -50px; top: -50px; width: 130px; height:140px; background: url("../images/icon_love.png")no-repeat center center; }
.MAIN_TOP1_JLS .visual-text-box strong.sw2_icon:before { content: ""; position: absolute; right: -50px; top: -50px; width: 130px; height:140px; background: url("../images/icon_love.png")no-repeat center center; }
.MAIN_TOP1_JLS .visual-text-box strong.sw3_icon:before { content: ""; position: absolute; right: -50px; top: -50px; width: 130px; height:140px; background: url("../images/icon_love.png")no-repeat center center; }
/* 프로그레스바 - control-bottom-inner 안에서 flexbox로 배치됨 */
.MAIN_TOP1_JLS .swiper-progressbar { height: 100%; width: 0%; background: var(--secondary); border-radius: 2px; }

/* tx4 텍스트 스타일 */
.MAIN_TOP1_JLS  .visual-text-box .tx4 { color: #555; font-size: var(--tit-sm-size); }
@media only all and (max-width:767px) {
.MAIN_TOP1_JLS  .visual-text-box .tx4 { color: #ddd; font-size: var(--tit-sm-size); }
}

/* 비메오 영상 스타일 */
.MAIN_TOP1_JLS .vimeo_wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; background: #000; }
.MAIN_TOP1_JLS .vimeo_wrap iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 177.78vh; height: 100vh; min-width: 100%; min-height: 56.25vw; border: none; }

/* 관리자 뱃지 - 최상위 */
.MAIN_TOP1_JLS .grid_layout_badge { position: relative; z-index: 99999 !important; pointer-events: auto !important; }


