



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_TOP1_MPB {overflow: hidden; position: relative; height:55vh; background-color: #000; border-radius: 40px}
	
.MAIN_TOP1_MPB .contents-container { display: flex; justify-content: center; height:55vh;  }

.MAIN_TOP1_MPB  .Corner_box  { z-index: 99;
 width:20%; height: 100px; background-color: #fff; padding: 50px 80px; border-radius: 50px 0px 0px 0px; position: absolute; bottom: 0px; right: 0px; 
}



.MAIN_TOP1_MPB  .Corner_box .Corner1 {position: absolute; left: -50px; bottom:0px;
  width: 50px;
  height: 50px;
}
.MAIN_TOP1_MPB  .Corner_box .Corner1 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
  mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
}	
	

.MAIN_TOP1_MPB  .Corner_box .Corner2 {position: absolute; right: 0px; top:-50px;
  width: 50px;
  height: 50px;
}
.MAIN_TOP1_MPB  .Corner_box .Corner2 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
  mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
}		
	
	
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_TOP1_MPB {overflow: hidden; position: relative; height:400PX!important; background-color: #fff; width: 100% ; float: left; border-radius: 0px}
.MAIN_TOP1_MPB .contents-container { display: flex; justify-content: center;height: 100%;width: 100% ; float: left}

	
.MAIN_TOP1_MPB  .Corner_box  { z-index: 99;
 width:20%; height: 100px; background-color: #fff; padding: 50px 80px; border-radius: 50px 0px 0px 0px; position: absolute; bottom: 0px; right: 0px; 
}



.MAIN_TOP1_MPB  .Corner_box .Corner1 {position: absolute; left: -50px; bottom:0px;
  width: 50px;
  height: 50px;
}
.MAIN_TOP1_MPB  .Corner_box .Corner1 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
  mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
}	
	

.MAIN_TOP1_MPB  .Corner_box .Corner2 {position: absolute; right: 0px; top:-50px;
  width: 50px;
  height: 50px;
}
.MAIN_TOP1_MPB  .Corner_box .Corner2 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
  mask-image: radial-gradient(circle at top left, transparent 49px, black 50px);
}	
	
	
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.MAIN_TOP1_MPB .slide-area { width: 100vw; height: 100%; position: relative; }



.MAIN_TOP1_MPB .swiper { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100%; }
.MAIN_TOP1_MPB .swiper-slide { display: flex; justify-content: center; align-items: flex-end; padding: 0 0rem; height: 100%; }

.MAIN_TOP1_MPB picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.MAIN_TOP1_MPB picture>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.MAIN_TOP1_MPB .swiper-slide picture>div img { width: 100%; height: 100%; object-fit: cover; }
.MAIN_TOP1_MPB .visual-text-box { position: relative; z-index: 10; width: 100%; margin-bottom: 10vh; display: flex; justify-content: center; margin-left: -150px}
.MAIN_TOP1_MPB .visual-text-box .visual-text-inner { width: 100%; max-width: var(--inner-max-width, 1400px); padding: 0 0px; box-sizing: border-box;}
.MAIN_TOP1_MPB .visual-text-box .img { width:clamp(200px, 23.438vw, 300px); }
.MAIN_TOP1_MPB .visual-text-box .img img { width: 100%; }

/* inner 클래스에 따른 INNER max-width 설정 (slide-area는 항상 100vw 유지) */
.MAIN_TOP1_MPB .slide-area.inner-1560 { --inner-max-width: 1600px; }
.MAIN_TOP1_MPB .slide-area.inner-1400 { --inner-max-width: 1560px; }
.MAIN_TOP1_MPB .slide-area.inner-1200 { --inner-max-width: 1440px; }
.MAIN_TOP1_MPB .slide-area.inner-1000 { --inner-max-width: 1000px; }
.MAIN_TOP1_MPB .slide-area.inner-100 { --inner-max-width: 100%; }
.MAIN_TOP1_MPB .slide-area.inner-lg { --inner-max-width: 160rem; }
.MAIN_TOP1_MPB .slide-area.inner-md { --inner-max-width: 156rem; }
.MAIN_TOP1_MPB .slide-area.inner-sm { --inner-max-width: 144rem; }
.MAIN_TOP1_MPB .slide-area.inner-full { --inner-max-width: 100%; }
@media only all and (max-width:767px) {
  .MAIN_TOP1_MPB .visual-text-box {
    padding: 0 !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .MAIN_TOP1_MPB .visual-text-box .visual-text-inner {
    text-align: left;
  }
}


.MAIN_TOP1_MPB  .visual-text-box .tx1 { font-size: var(--tit-md-size); font-family:var(--ff-ko6); font-weight:  normal; line-height: 110%; }
.MAIN_TOP1_MPB  .visual-text-box .tx2 { font-size: var(--tit-lg-size); font-family:var(--ff-ko6); font-weight:  normal; line-height: 110%; }
.MAIN_TOP1_MPB  .visual-text-box .tx3 { font-size: var(--tit-mds-size); }

/**** 모바일 ****/

@media only all and (max-width:767px) {
	
.MAIN_TOP1_MPB  .visual-text-box .tx1 {  font-size: var(--tit-md-size); font-family:var(--ff-ko6); font-weight:  normal; line-height: 110%; }
.MAIN_TOP1_MPB  .visual-text-box .tx2 {  font-size: var(--tit-lg-size); font-family:var(--ff-ko6); font-weight: normal; line-height: 110%; }
.MAIN_TOP1_MPB  .visual-text-box .tx3 {  font-size: var(--tit-mds-size); }
}

.MAIN_TOP1_MPB .visual-text-box strong { display: inline-block; color: #fff; line-height: 120%; position: relative; }
.MAIN_TOP1_MPB .visual-text-box p { color: #fff; }

.MAIN_TOP1_MPB .pag_box{width:25%; position: absolute; right:0px;  bottom:clamp(20px, calc(0.658vw + 17.368px), 30px) ;  z-index: 999;  display: flex;
justify-content:flex-start;  align-items: center; flex-direction:row; box-sizing: border-box; }

.MAIN_TOP1_MPB .pagination_fraction { z-index: 1;  width: auto; display: flex; justify-content: center;  }
.MAIN_TOP1_MPB .pagination_fraction .pagination_fraction-inner { width: 100%;  padding: 0 20px; box-sizing: border-box; }

/* 모바일 pagination_fraction 위치 수정 */
@media only all and (max-width:767px) {
  .MAIN_TOP1_MPB .pagination_fraction {
    top: 50%;
    transform: translateY(calc(-50% - 80px));
    justify-content: flex-start;
  }
  .MAIN_TOP1_MPB .pagination_fraction .pagination_fraction-inner {
    padding: 0 20px;
    text-align: left;
  }
}


.MAIN_TOP1_MPB .wrap { display: inline-flex; align-items: center; gap: .4rem; color: rgba(0, 0, 0, 0.5); font-family: var(--ff-en4); }
.MAIN_TOP1_MPB .pagination_fraction .current,
.MAIN_TOP1_MPB .pagination_fraction .all { font-weight: var(--fw-bold); }
.MAIN_TOP1_MPB .pagination_fraction .current { color: #111; }
/* control-bottom: 텍스트 아래에 배치 (왼쪽 컨테이너 영역) */
.MAIN_TOP1_MPB .control-bottom { width: 50%;   z-index: 100;
  display: flex;
  justify-content: flex-start;
	
  /* position: absolute;
  /* 기본: 1560px 이상, 컨테이너 half=780px, 최소 20px 
  /* left: max(20px, calc(50vw - 780px));
  /* bottom: 10%;*/
  box-sizing: border-box;
  padding-left: 20px;
	
	
}

.MAIN_TOP1_MPB .control-bottom .control-bottom-inner { display: flex; align-items: center; justify-content: flex-start; gap:10px; width:100%; padding: 0; box-sizing: border-box; }
/*.MAIN_TOP1_MPB .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_MPB .control-bottom {
    left: max(20px, calc(50vw - 640px));
  }
}

/* 1200px ~ 1399px: 컨테이너 1290px, half=645px */
@media (max-width: 1399px) and (min-width: 1200px) {
  .MAIN_TOP1_MPB .control-bottom {
    left: max(20px, calc(50vw - 645px));
  }
}

/* 992px ~ 1199px: 왼쪽 20px 고정 */
@media (max-width: 1199px) and (min-width: 992px) {
  .MAIN_TOP1_MPB .control-bottom {
    left: 20px;
  }
}

/* 768px ~ 991px: 왼쪽 20px 고정 */
@media (max-width: 991px) and (min-width: 768px) {
  .MAIN_TOP1_MPB .control-bottom {
    left: 20px;
  }
}

/* 프로그레스바: 버튼들 제외한 나머지 공간 차지 */
.MAIN_TOP1_MPB .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_MPB .control-bottom {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 0px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .MAIN_TOP1_MPB .control-bottom .control-bottom-inner { width: 100%; gap:5px; padding-bottom: 30px; }
  .MAIN_TOP1_MPB .control-bottom .swiper-progressbar-wrap { flex: 1; }
}

.MAIN_TOP1_MPB .swiper-pagination { gap: 8px; position: static; display: flex; align-items: center; }
.MAIN_TOP1_MPB .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal { display: flex; justify-content: flex-start; align-items: center; width: auto; }
.MAIN_TOP1_MPB .swiper-pagination-bullet { opacity: 0.5 !important; position: relative; margin: 0; width: 10px !important; aspect-ratio:1 / 1!important; flex-shrink: 0; background-color: #fff !important; border-radius: 10px !important; }
.MAIN_TOP1_MPB .swiper-pagination-bullet:first-child { margin-left: 0; }
.MAIN_TOP1_MPB .swiper-pagination-bullet-active { opacity: 1 !important; background-color: #fff !important; }
.MAIN_TOP1_MPB .swiper-pagination-bullet-active::after { transform: scale(1); transition: transform 0.2s; }
.MAIN_TOP1_MPB .swiper-button-play { display: none; }
.MAIN_TOP1_MPB .swiper-button-play,
.MAIN_TOP1_MPB .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_MPB .swiper-button-play img,
.MAIN_TOP1_MPB .swiper-button-pause img { width: 100%; height: 100%; object-fit: contain; vertical-align: top; }
.MAIN_TOP1_MPB .swiper-button-play:hover,
.MAIN_TOP1_MPB .swiper-button-pause:hover { opacity: 1; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-next { position: relative; width:30px; height: 30px; background: none; display: flex; align-items: center; justify-content: center; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-next:before { content: "\ec49"; font-family: unicons-line; color: #000; font-size:24px; line-height: 1; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-next:after { display: none!important; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-prev { position: relative; width:30px; height: 30px; background: none; display: flex; align-items: center; justify-content: center; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-prev:before { content: "\eb9f"; font-family: unicons-line; color: #000; font-size:24px; line-height: 1; }
.MAIN_TOP1_MPB .control-bottom .swiper-button-prev:after { display: none!important; }
.MAIN_TOP1_MPB .control-bottom .linebar { width:150px; border-bottom: 1px solid rgba(204,204,204,0.56); float: left; }



.MAIN_TOP1_MPB .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_MPB .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_MPB .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_MPB .swiper-progressbar { height: 100%; width: 0%; background: var(--secondary); border-radius: 2px; }

/* tx4 텍스트 스타일 */
.MAIN_TOP1_MPB  .visual-text-box .tx4{ margin-top: clamp(50px, calc(1.974vw + 42.105px), 80px) }
.MAIN_TOP1_MPB  .visual-text-box .tx4 em{ color: #fff; font-size: var(--tit-sm-size); width: auto!important; background-color: var(--primary) ; border-radius: 50px; padding: 20px 40px 20px 150px; position: relative; }

.MAIN_TOP1_MPB  .visual-text-box .tx4 em:before {width: 108px; height:83px;  position: absolute; left: 20px; top:-20px; content: "\e9eb";  background: url("../../../../../_img/img/MPB/main_top_03.png") no-repeat center center;  background-size:108px;}



@media only all and (max-width:767px) {
.MAIN_TOP1_MPB  .visual-text-box .tx4{ margin-top: clamp(50px, calc(1.974vw + 42.105px), 80px) }
.MAIN_TOP1_MPB  .visual-text-box .tx4 em{ color: #fff; font-size: var(--tit-sm-size); width: auto!important; background-color: var(--primary) ; border-radius: 50px; padding: 20px 40px 20px 150px; position: relative; }

.MAIN_TOP1_MPB  .visual-text-box .tx4 em:before {width: 108px; height:83px;  position: absolute; left: 20px; top:-20px; content: "\e9eb";  background: url("../../../../../_img/img/MPB/main_top_03.png") no-repeat center center;  background-size:108px;}

/* 비메오 영상 스타일 */
.MAIN_TOP1_MPB .vimeo_wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; background: #000; }
.MAIN_TOP1_MPB .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_MPB .grid_layout_badge { position: relative; z-index: 99999 !important; pointer-events: auto !important; }


