.biseo-hero-art {
  position: relative !important;
  width: 100%;
  height: 470px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 34px !important;
  background: #d9d2c4 !important;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .22) !important;
  transform: rotate(2deg);
}

.biseo-compare {
  --pos: 50%;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.biseo-compare:focus-visible {
  outline: 4px solid #e4bd75 !important;
  outline-offset: 5px;
}

.biseo-compare-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.biseo-compare-after {
  z-index: 1;
}

.biseo-compare-before {
  z-index: 2;
  -webkit-clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.biseo-compare-label {
  position: absolute;
  top: 18px;
  z-index: 6;
  padding: 8px 12px;
  border-radius: 11px;
  color: #fff !important;
  background: rgba(0, 0, 0, .52);
  font-size: .78rem !important;
  font-weight: 800 !important;
  backdrop-filter: blur(8px);
}

.biseo-label-before {
  left: 18px;
}

.biseo-label-after {
  right: 18px;
}

.biseo-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  z-index: 5;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

.biseo-compare-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #17130f !important;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
  font-weight: 900 !important;
  transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  .biseo-hero-art {
    height: 360px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .biseo-hero-art {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: clamp(285px, 82vw, 360px);
    border-radius: 22px !important;
  }
}
