.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  scale: 1.01;
}

.inner-box .swiper-slide img {  
  height: 560px;
  min-height: 560px;
  max-height: 700px;
  scale: 1;
}

.swiper-slide {
  height: auto !important;
  overflow: hidden;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}

/* 메인배너 슬라이드 */

.swiper1 {
  width: 100%;
  height: 100%;
  position:relative;
  background-color: #fff;
}

.swiper1-control-wrap {
  display:flex;
  position: absolute;
  height: 24px;    
  bottom: 30px;
  left:50px;
  right:50px;  
  justify-content: start;
 	align-items:center;
  gap: 30px;
  z-index:10;
}

.swiper1-control-wrap .btn-box {
	display:flex;
	gap:5px;
}

.swiper1-pagination {
	width:auto !important;
}

.bar_wrap {  
  display:flex;
  width:30%;
  height: 24px;
  max-width:240px;
  align-items: center;
}

.bar {
  width: 100%;
  height: 3px;
  margin-top:-2px;
  background: #ffffff80;
  position: relative;
  border-radius: 5px;
}

.back {
  display: inline-block;
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.animation {
  animation: 5s start ease-out;
}



@keyframes start {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* .swiper1-prev,
.swiper1-next,
.swiper1-pagination,
.swiper1-progressbar {
} */

.swiper1-pagination span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.swiper1-pagination .swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* 새소식 슬라이드 */

.swiper2 {
  overflow: hidden;
}

.swiper2 a {
  border: 1px solid #ababab;
  display: flex;
  align-items: center;
  justify-content: center;	
}

.swiper-count-2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161616;
}

/*  */

.swiper3 {
  border: 1px solid #ababab;
  height: 450px;
}

/* 미디어자료 */

.swiper5 {
  overflow: hidden;
  height: 388px;
}

.media-slide-content-wrap {
  height: 100px;
  position: relative;
  top: -100px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85) 100%);
  z-index: 999999;
  color: #fff;
  display: flex;
  align-items: center;
}

.media-slide-content-wrap span {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  /* height: 100%; */
  /* width: 100%; */
  font-weight: 600;
  width: 435px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper5-control-wrap {
  position: absolute;
  bottom: 50px !important;
  width: 120px;
  height:30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 10px;
}

.swiper5-toggle {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}

.swiper5-prev,
.swiper5-next {
  position: absolute;
  top: 0;
}

/* 팝업존 */

.swiper6 {
  overflow: hidden;
  height: 232px;
  width: 232px;
  border: 1px solid #ababab;
}

.swiper6-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background: none;
  border: none;
}
