.banner_self_history {
  position: relative;
  overflow: hidden;
  height: 573px;
}
@media (max-width: 1919px) {
  .banner_self_history {
    height: 513px;
  }
}
@media (max-width: 1439px) {
  .banner_self_history {
    height: 481px;
  }
}
@media (max-width: 1023px) {
  .banner_self_history {
    height: 357px;
  }
}
@media (max-width: 767px) {
  .banner_self_history {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.banner_self_history .banner_self_history_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  pointer-events: none;
}
.banner_self_history .banner_self_history_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 767px) {
  .banner_self_history .banner_self_history_bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 265px;
    flex-shrink: 0;
    object-position: 80% center;
  }
}
.banner_self_history .banner_self_history_inner {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  max-width: 670px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}
@media (max-width: 1919px) {
  .banner_self_history .banner_self_history_inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    max-width: 560px;
  }
}
@media (max-width: 1439px) {
  .banner_self_history .banner_self_history_inner {
    max-width: 409px;
  }
}
@media (max-width: 1023px) {
  .banner_self_history .banner_self_history_inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .banner_self_history .banner_self_history_inner {
    padding: 30px 30px 20px;
    max-width: 100%;
  }
}
.banner_self_history .banner_self_history_inner .h2 {
  margin-bottom: 12px;
}
@media (max-width: 1439px) {
  .banner_self_history .banner_self_history_inner .h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner_self_history .banner_self_history_inner .h2 {
    margin-bottom: 8px;
  }
}
.banner_self_history .banner_self_history_inner p, .banner_self_history .banner_self_history_inner .p {
  margin-bottom: 24px;
}
.banner_self_history .banner_self_history_inner .btn {
  margin-top: auto;
  align-self: start;
}

/*# sourceMappingURL=kshop-banner-self-history.css.map */
