.BBS_DRN_MAINTOP {
  overflow: hidden;
  position: relative;
}

.BBS_DRN_MAINTOP .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70rem;
}

.BBS_DRN_MAINTOP .slide-area {
  width: 100vw;
  height: 100%;
}

.BBS_DRN_MAINTOP .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.BBS_DRN_MAINTOP .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10rem;
  max-width: 95.3rem;
  word-break: keep-all;
  text-wrap: pretty;
}

.BBS_DRN_MAINTOP .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 8rem;
}

.BBS_DRN_MAINTOP .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; cursor: pointer
}

.BBS_DRN_MAINTOP .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.BBS_DRN_MAINTOP .desc {
  position: relative;
  margin: 0 auto;
  transform: translateY(7rem);
  width: 100%;
  word-break: keep-all;
  text-wrap: pretty;  
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.BBS_DRN_MAINTOP .desc {
  position: relative;
  margin: 0 auto;

  width: 100%;
  word-break: keep-all;
  text-wrap: pretty; position: absolute; top:90%; 
}
}

/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.BBS_DRN_MAINTOP .container-lg .desc {
  max-width: 144rem;
}

.BBS_DRN_MAINTOP .container-md .desc {
  max-width: 128rem;
}

.BBS_DRN_MAINTOP .container-sm .desc {
  max-width: 102.4rem;
}

.BBS_DRN_MAINTOP .desc strong {
  margin-top: 2.5rem;
  color: var(--white);
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.BBS_DRN_MAINTOP .desc p {
  color: rgba(var(--white-rgb), 0.8);; font-size:22px
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.BBS_DRN_MAINTOP .desc p {
  color: rgba(var(--white-rgb), 0.8); font-size:20px
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.BBS_DRN_MAINTOP .swiper-control {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateY(10.5rem);
  gap: 1.2rem;
  z-index: 1;
  width: calc(100% - 16rem);
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.BBS_DRN_MAINTOP .swiper-control {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateY(0rem); top: 80%;
  gap: 1.2rem;
  z-index: 1;
  width: 50%!important;
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.BBS_DRN_MAINTOP .container-lg .swiper-control {
  max-width: 144rem;
}

.BBS_DRN_MAINTOP .container-md .swiper-control {
  max-width: 128rem;
}

.BBS_DRN_MAINTOP .container-sm .swiper-control {
  max-width: 102.4rem;
}

.BBS_DRN_MAINTOP .swiper-control .paging {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 25.3rem;
}

.BBS_DRN_MAINTOP .swiper-control .paging span {
  color: var(--white);
  font-weight: var(--fw-bold);
}

.BBS_DRN_MAINTOP .swiper-pagination-progressbar {
  position: static;
  height: 0.2rem;
  background: rgba(var(--white-rgb), 0.3);
}

.BBS_DRN_MAINTOP .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--white);
}

.BBS_DRN_MAINTOP .wrap {
  display: flex;
  align-items: center;
}

.BBS_DRN_MAINTOP .swiper-control [class*="btn-"] {
  width: 2.8rem;
  height: 2.8rem;
  color: var(--white);
  background: none;
}

.BBS_DRN_MAINTOP .swiper-control [class*="btn-"] img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .BBS_DRN_MAINTOP .slide-area {
    width: 100%;
  }

  .BBS_DRN_MAINTOP .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }

  .BBS_DRN_MAINTOP .swiper-slide {
    padding: 0 4rem;
  }

  .BBS_DRN_MAINTOP .swiper-control {
    left: 4rem;
  }
}

@media (max-width: 992px) {
  .BBS_DRN_MAINTOP .contents-container {
    height: 64rem;
  }

  .BBS_DRN_MAINTOP .mo-br {
    display: block;
  }

  .BBS_DRN_MAINTOP .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .BBS_DRN_MAINTOP .swiper-slide {
    padding: 0 1.6rem;
  }

  .BBS_DRN_MAINTOP .swiper-slide .desc {
    transform: translateY(-4.75rem);
  }

  .BBS_DRN_MAINTOP .swiper-slide .desc strong {
    margin-top: 2rem;
  }

  .BBS_DRN_MAINTOP .swiper-control {
    left: 1.6rem;
    transform: translateY(8.5rem);
    width: calc(100% - 3.2rem);
  }

  .BBS_DRN_MAINTOP .swiper-control [class*="btn-"] {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media (max-width: 347px) {
  .BBS_DRN_MAINTOP .swiper-control {
    transform: translateY(15.5rem);
  }
}