



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.MAIN_maintop_SRO {
  overflow: hidden;
  position: relative;
}

	.MAIN_maintop_SRO .contents-container {
  display: flex;
  justify-content: center;
  height: 70rem;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
	.MAIN_maintop_SRO {
  overflow: hidden;
  position: relative;  height: 70vh; overflow: hidden
}

	.MAIN_maintop_SRO .contents-container {


}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.MAIN_maintop_SRO .slide-area {
  width: 100vw;
  height: 100%;
}

.MAIN_maintop_SRO .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.MAIN_maintop_SRO .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  height: 100%;
}

.MAIN_maintop_SRO picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MAIN_maintop_SRO picture .wg_img1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MAIN_maintop_SRO picture .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%; ;
}

.MAIN_maintop_SRO .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_maintop_SRO .visual-text-box {
  position: relative;
  width: 100%; margin-bottom: 200PX; padding-left: 40%
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_maintop_SRO .visual-text-box {
  position: relative;
  width: 100%; position: absolute; top:30%;padding-left: 40% 
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.MAIN_maintop_SRO .container-lg .visual-text-box {
  max-width: 144rem;
}

.MAIN_maintop_SRO .container-md .visual-text-box {
  max-width: 128rem;
}

.MAIN_maintop_SRO .container-sm .visual-text-box {
  max-width: 102.4rem;
}

.MAIN_maintop_SRO .visual-text-box strong {
  display: block;
  color: #fff;
}

.MAIN_maintop_SRO .visual-text-box p {
  margin-top: 1.7rem;
  color: #fff;
}

.MAIN_maintop_SRO .pagination_fraction {
  position: absolute;
  z-index: 1;
  transform: translateY(-13rem);
  width: calc(100% - 16rem);
}

.MAIN_maintop_SRO .container-lg .pagination_fraction {
  max-width: 144rem;
}

.MAIN_maintop_SRO .container-md .pagination_fraction {
  max-width: 128rem;
}

.MAIN_maintop_SRO .container-sm .pagination_fraction {
  max-width: 102.4rem;
}

.MAIN_maintop_SRO .wrap {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-en4);
}

.MAIN_maintop_SRO .pagination_fraction .current,
.MAIN_maintop_SRO .pagination_fraction .all {
  font-weight: var(--fw-bold);
}

.MAIN_maintop_SRO .pagination_fraction .current {
  color: #fff;
}

.MAIN_maintop_SRO .control-bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  z-index: 1;
  transform: translateY(16.5rem);
  padding-left: 1rem;
  width: 100%;
}

.MAIN_maintop_SRO .container-lg .control-bottom {
  max-width: 144rem;
}

.MAIN_maintop_SRO .container-md .control-bottom {
  max-width: 128rem;
}

.MAIN_maintop_SRO .container-sm .control-bottom {
  max-width: 102.4rem;
}

.MAIN_maintop_SRO .swiper-pagination {
  gap: 1.3rem;
  position: static;
}

.MAIN_maintop_SRO .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.MAIN_maintop_SRO .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--white);
  border-radius: 0.3rem;
}

.MAIN_maintop_SRO .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.MAIN_maintop_SRO .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: -0.9rem;
  transform: scale(0);
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--white);
  border-radius: 1.2rem;
}

.MAIN_maintop_SRO .swiper-pagination-bullet-active::after {
  transform: scale(1);
  transition: transform 0.2s;
}

.MAIN_maintop_SRO .swiper-button-play {
  display: none;
}

.MAIN_maintop_SRO .swiper-button-play,
.MAIN_maintop_SRO .swiper-button-pause {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
}

.MAIN_maintop_SRO .swiper-button-play img,
.MAIN_maintop_SRO .swiper-button-pause img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.MAIN_maintop_SRO .swiper-button-play:hover,
.MAIN_maintop_SRO .swiper-button-pause:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .MAIN_maintop_SRO .slide-area {
    width: 100%;
  }

  .MAIN_maintop_SRO .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }

  .MAIN_maintop_SRO .swiper-slide {
    padding: 0 4rem;
  }

  .MAIN_maintop_SRO .pagination_fraction {
    width: calc(100% - 8rem);
  }

  .MAIN_maintop_SRO .control-bottom {
    width: calc(100% - 8rem);
  }
}

@media (max-width: 992px) {
  .MAIN_maintop_SRO .contents-container {
    height:100%;
  }

  .MAIN_maintop_SRO .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .MAIN_maintop_SRO .swiper-slide {
    padding: 0 1.6rem 10rem;
    align-items: flex-end;
  }

  .MAIN_maintop_SRO .visual-text-box p {
    margin-top: 1rem;
  }

  .MAIN_maintop_SRO .pagination_fraction {
    bottom: 28rem;
    transform: none;
    width: calc(100% - 3.2rem);
  }

  .MAIN_maintop_SRO .control-bottom {
    bottom: 4rem;
    transform: none;
    width: calc(100% - 3.2rem);
  }
}




.MAIN_maintop_SRO .swiper-slide .textset-tit {
font-family: "hooncaramel", sans-serif!important;
font-weight: 400;
font-style: normal; font-size: calc(var(--tit-lg-size) * 1.3);  line-height: 100%; margin-bottom: clamp(10px, calc(0.658vw + 7.368px), 20px)
}
.MAIN_maintop_SRO .swiper-slide .textset-tit span:first-child{
color:var(--primary); position: relative; font-family: "hooncaramel", sans-serif!important;
font-weight: 400;
font-style: normal;
}
/*.MAIN_maintop_SRO .swiper-slide .textset-tit span:first-child:before{
width: 15px; height: 15px;  border-radius: 100%; position: absolute; left: 18px; top:-20px; background-color: var(--secondary); content: "";  transition: all 0.5s;
-moz-transition: all 0.5s; 
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s; 

-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;}	*/
/*
.MAIN_maintop_SRO .swiper-slide .textset-tit span:nth-child(2){
color:var(--secondary);font-family: "hooncaramel", sans-serif!important;
font-weight: 400;
font-style: normal;
}*/
.MAIN_maintop_SRO .swiper-slide .textset-tit span:last-child{
color:#404040;font-family: "hooncaramel", sans-serif!important;
font-weight: 400;
font-style: normal;
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_maintop_SRO .swiper-slide .textset-subtit {
 font-weight: 800;
color: var(--black); font-size:calc(var(--tit-lg-size) * 0.8);  line-height: 130%; letter-spacing: -1px;  margin-bottom: 20px
}
.MAIN_maintop_SRO .swiper-slide .textset-subtit em{
 font-weight: 800;
color:var(--primary);font-size:calc(var(--tit-lg-size) * 0.8);  line-height: 130%; letter-spacing: -1px; 
}	
	
	
	
.MAIN_maintop_SRO .swiper-slide .textset-subtxt {
 font-weight: 700;
color: var(--black); font-size:calc(var(--tit-mds-size) * 1.05);  line-height: 130%; letter-spacing: -1px;  margin-bottom:30px
}
.MAIN_maintop_SRO .swiper-slide .textset-subtxt em{
font-weight: 700; 
color:var(--primary); font-size:calc(var(--tit-mds-size) * 1.05);  line-height: 130%; letter-spacing: -1px; 
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.MAIN_maintop_SRO .swiper-slide .textset-subtit {
 font-weight: 800;
color: var(--black); font-size:calc(var(--tit-lg-size) * 0.6);  line-height: 130%; letter-spacing: -1px;  margin-bottom: 10px
}
.MAIN_maintop_SRO .swiper-slide .textset-subtit em{
 font-weight: 800;
color:var(--primary);font-size:calc(var(--tit-lg-size) * 0.6);  line-height: 130%; letter-spacing: -1px; 
}		
	
	
.MAIN_maintop_SRO .swiper-slide .textset-subtxt {
font-weight: 700;
color: var(--black); font-size:calc(var(--tit-mds-size) * 0.8);  line-height: 130%; letter-spacing: -1px;  margin-bottom:20px
}
.MAIN_maintop_SRO .swiper-slide .textset-subtxt em{
font-weight: 700; 
color:var(--primary); font-size:calc(var(--tit-mds-size) * 0.8);  line-height: 130%; letter-spacing: -1px; 
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.MAIN_maintop_SRO .swiper-slide .textset-subbtn {
font-family: 'Noto Sans KR', sans-serif;  font-weight: 700; width: auto; background-color: #3b4050; border-radius: 50px; padding: 20px 80px 20px clamp(30px, 3.906vw, 50px);
color: var( --white); font-size: calc(var(--tx-sm-size) * 1.2);   line-height: 110%; letter-spacing: -1px; position: relative
}
.MAIN_maintop_SRO .swiper-slide .textset-subbtn:before{width: 55px; height: 55px; position: absolute; right: 5px; top:15px; content: "";  font-family: unicons-line;  background: url( "../../../../../_img/img/SRO/main_top_icon.svg") no-repeat center center;  background-size:55px; }


.MAIN_maintop_SRO .contents-control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
  z-index: 100;
}








/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.MAIN_maintop_SRO .swiper-button-prev {
  left: 20px; top:40%
}


.MAIN_maintop_SRO .swiper-button-next {
  right: 20px;top:40%
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {

.MAIN_maintop_SRO .swiper-button-prev {
  left: 20px; top:60%
}


.MAIN_maintop_SRO .swiper-button-next {
  right: 20px;top:60%
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

.MAIN_maintop_SRO .swiper-button-prev,
.MAIN_maintop_SRO .swiper-button-next {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.MAIN_maintop_SRO .swiper-button-prev::after {
 display: none
}

.MAIN_maintop_SRO .swiper-button-next::after {
 display: none
}

.MAIN_maintop_SRO .swiper-pagination {
  position: static;
}

.MAIN_maintop_SRO .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  background-color: transparent;
  border: 1px solid #979797;
  opacity: 1;
}

.MAIN_maintop_SRO .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 0.8rem !important;
}

.MAIN_maintop_SRO .swiper-pagination-bullet-active {
  background-color: var(--white);
  border: none;
}




