#loloyal-hello .ll-banner-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 100%;
}

#loloyal-hello .ll-banner-image {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 345px;
  display: block !important;
}

#loloyal-hello .ll-banner-content {
  position: absolute;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}

#loloyal-hello .ll-top-left {
  top: 5rem;
  left: 0;
}
#loloyal-hello .ll-top-center {
  top: 5rem;
  left: 50%;
  transform: translate(-50%);
}
#loloyal-hello .ll-top-right {
  top: 5rem;
  right: 0;
}
#loloyal-hello .ll-middle-left {
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#loloyal-hello .ll-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loloyal-hello .ll-middle-right {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
#loloyal-hello .ll-bottom-left {
  bottom: 5rem;
  left: 0;
}
#loloyal-hello .ll-bottom-center {
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%);
}
#loloyal-hello .ll-bottom-right {
  bottom: 5rem;
  right: 0;
}

#loloyal-hello .ll-banner-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}

#loloyal-hello .ll-banner-buttons button {
  text-align: center;
  min-width: 134px;
  font-weight: 650;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

#loloyal-hello .ll-banner-subtitle-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 1280px) {
  #loloyal-hello .ll-banner-wrapper {
    width: calc(100% - 40px);
  }
}
