/** @format */

.swiper-container {
  width: 100%;
  height: 100%;
}



.slide-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 15;
  /* pointer-events: none; */
  background-color: rgba(0, 0, 0, 0.4);
}

.slide-absolute-content {
  position: absolute;
  display: inline-block;
  width: 900px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.slide-absolute-subtitle {
  font-size: 20.48px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.slide-absolute-title {
  font-size: 55.3px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -2px;
}

.slide-button {
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  padding: 14px 30px;
  margin-top: 51px;
  margin-right: 12px;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Noto Sans KR', sans-serif;
}

.slide {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.slide-bg {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {

  .swiper-container,
  .slide-bg {
    min-height: calc(100vh - 100px);
  }
}