/* ARTWALL — hero.carousel full-bleed override */
.ge-module--bare{margin:0;padding:0}

.artwall-site .ge-hero{
  --ge-hero-blue:#2f7dff;
  position:relative;
  overflow:hidden;
  background:#05080e;
  color:#fff;
  min-height:var(--ge-hero-h-pc,590px);
}
.artwall-site .ge-hero__viewport{position:relative;width:100%;overflow:hidden}
.artwall-site .ge-hero__track{list-style:none;margin:0;padding:0;position:relative}
.artwall-site .ge-hero__slide{
  display:none;
  min-height:var(--ge-hero-h-pc,590px);
  position:relative;
}
.artwall-site .ge-hero__slide.is-active{display:block;animation:awHeroFade .55s ease}
@keyframes awHeroFade{from{opacity:.35}to{opacity:1}}

.artwall-site .ge-hero__inner{
  width:min(calc(100% - 40px),1200px);
  margin:0 auto;
  min-height:var(--ge-hero-h-pc,590px);
  display:flex;
  align-items:center;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding:72px 0 56px;
}

.artwall-site .ge-hero__media{
  position:absolute !important;
  inset:0;
  z-index:0;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  margin:0 !important;
  border-radius:0 !important;
  overflow:hidden;
}
.artwall-site .ge-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(5,8,14,.94) 0%,
      rgba(5,8,14,.82) 30%,
      rgba(5,8,14,.42) 58%,
      rgba(5,8,14,.12) 100%),
    linear-gradient(180deg, rgba(5,8,14,.08), rgba(5,8,14,.28));
  pointer-events:none;
}
.artwall-site .ge-hero__media img,
.artwall-site .ge-hero__media [data-ge-img]{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% center;
  display:block;
}
.artwall-site .ge-hero__copy{
  position:relative;
  z-index:2;
  max-width:640px;
}
.artwall-site .ge-hero__eyebrow{
  margin:0 0 14px;
  font-size:13px;
  letter-spacing:.08em;
  font-weight:700;
}
.artwall-site .ge-hero__title{
  margin:0 0 18px;
  font-size:clamp(32px,4.4vw,52px);
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.02em;
}
.artwall-site .ge-hero__title em,
.artwall-site .ge-hero__title .ge-hero__em{
  font-style:normal;
  color:var(--ge-hero-blue,#5b9fff);
}
.artwall-site .ge-hero__lead{
  margin:0 0 28px;
  font-size:16px;
  line-height:1.7;
  opacity:.92;
}
.artwall-site .ge-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.artwall-site .ge-hero__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:48px;
  padding:0 22px;
  border-radius:10px;
  background:var(--accent,#2f7dff) !important;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  border:0;
  box-shadow:0 10px 24px color-mix(in srgb,var(--accent,#2f7dff) 28%,transparent);
}
.artwall-site .ge-hero__btn--ghost,
.artwall-site .ge-hero__btn.ge-hero__btn--ghost{
  background:transparent !important;
  border:1px solid rgba(255,255,255,.55);
  color:#fff !important;
  box-shadow:none;
}
.artwall-site .ge-hero__btn:hover{filter:brightness(1.06)}
.artwall-site .ge-hero__nav{position:absolute;inset:0;pointer-events:none;z-index:3}
.artwall-site .ge-hero__arrow{
  pointer-events:auto;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;height:44px;
  border:0;border-radius:999px;
  background:rgba(0,0,0,.35);
  color:#fff;font-size:28px;line-height:1;
  cursor:pointer;
}
.artwall-site .ge-hero__arrow[data-ge-hero-prev]{left:16px}
.artwall-site .ge-hero__arrow[data-ge-hero-next]{right:16px}
.artwall-site .ge-hero__dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;gap:8px;z-index:3;
}
.artwall-site .ge-hero__dot{
  width:8px;height:8px;border-radius:999px;border:0;
  background:rgba(255,255,255,.35);cursor:pointer;padding:0;
}
.artwall-site .ge-hero__dot.is-active{background:#fff;width:22px}

/* 슬라이드 편집: 솔루션 겹침 영역(위로 -36px) 위로 올림 */
.artwall-site .ge-hero__manage-btn{
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  bottom:108px !important;
  transform:translateX(-50%) !important;
  z-index:8 !important;
  display:none;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:36px !important;
  height:auto !important;
  padding:0 14px !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--accent,var(--pink,#2f7dff)) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  gap:6px !important;
  box-shadow:0 10px 24px color-mix(in srgb,var(--accent,var(--pink,#2f7dff)) 28%,transparent) !important;
}
body.ge-edit-on .artwall-site .ge-hero__manage-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
}
body.ge-edit-on .artwall-site .ge-hero__dots{
  bottom:64px !important;
}
.artwall-site .ge-hero__manage-btn .fa{font-size:13px}

@media (max-width:860px){
  .artwall-site .ge-hero,
  .artwall-site .ge-hero__slide,
  .artwall-site .ge-hero__inner{min-height:var(--ge-hero-h-mo,540px)}
  .artwall-site .ge-hero__inner{padding:48px 0 72px;align-items:flex-end}
  .artwall-site .ge-hero__media::after{
    background:
      linear-gradient(180deg, rgba(5,8,14,.2) 0%, rgba(5,8,14,.78) 55%, rgba(5,8,14,.94) 100%);
  }
  .artwall-site .ge-hero__media img{object-position:center center}
  .artwall-site .ge-hero__manage-btn{bottom:96px !important}
  body.ge-edit-on .artwall-site .ge-hero__dots{bottom:56px !important}
}
