.app-main-banner {
  --main-banner-height: 400px;
  --main-banner-height-m: 400px;
  background-color: #343a40;
  width: 100%;
  height: var(--main-banner-height);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  border-radius: var(--border-radius-3);
}
@media (max-width: 768px) {
  .app-main-banner {
    height: var(--main-banner-height-m);
  }
}
.app-main-banner--wide .app-main-banner {
  border-radius: 0;
  --main-banner-height: 900px;
  --main-banner-height-m: 500px;
}
.app-main-banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.app-main-banner-item {
  background-color: #000000;
}
.app-main-banner-img {
  height: 100%;
}
.app-main-banner-img__container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1900px) {
  .app-main-banner-img__container {
    position: relative;
    height: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.app-main-banner-img__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.app-main-banner-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 10%;
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .app-main-banner-body {
    padding-bottom: 5rem;
  }
}
.app-main-banner-body .app-subtitle {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.app-main-banner-body .app-title {
  font-size: 52px;
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.app-main-banner-body .app-desc {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .app-main-banner-body .app-desc {
    font-size: 1.2rem;
  }
}
.app-main-banner__content {
  max-width: 560px;
  word-break: keep-all;
}
.app-main-banner__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .app-main-banner__footer {
    padding-bottom: 1.25rem;
  }
}
.app-main-banner__footer .app-container {
  display: flex;
  align-items: center;
}
.app-main-banner__footer .app-container .app-divider {
  flex: 1;
}
.app-main-banner .app-main-banner__pagination {
  flex: 0 0 auto;
  width: auto;
  margin-right: 1rem;
  color: var(--color-black);
  font-size: 0.75rem;
  line-height: 1;
}
.app-main-banner .app-main-banner__pagination .swiper-pagination-current {
  font-weight: 600;
}
.app-main-banner .app-main-banner__indicator {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.app-main-banner .app-main-banner__indicator .swiper-scrollbar-drag {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .app-main-banner .app-main-banner__indicator {
    flex: 1;
    width: auto;
  }
}
.app-main-banner__arrow {
  display: flex;
  align-items: center;
}
.app-main-banner__arrow > button {
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  margin: 0;
  border: none;
  outline: none;
  color: var(--color-black);
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.app-main-banner__arrow > button:hover {
  color: black;
  background-color: white;
}
.app-main-banner__arrow > button:active {
  opacity: 0.7;
}
.app-main-banner__arrow > button:first-child {
  margin-right: 0.5rem;
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img {
  position: relative;
  max-width: var(--base-container);
  padding: 0 var(--base-padding);
  height: 100%;
  margin: 0 auto;
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img__container {
  position: relative;
  width: var(--main-banner-height);
  height: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .app-main-banner-item[slide-type="contain"] .app-main-banner-img__container {
    width: var(--main-banner-height-m);
  }
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/*# sourceMappingURL=d2bab0a179c3f336c56f2893e152b01ba81714d6.main-banner.scss.map */
