/* Image Only Banner Skin - Final Fix */ /* πŸ’‘ [핡심] λΆ€λͺ¨(.banner-unit-wrapper)의 곡간을 100% μ±„μš°λ„λ‘ κ°•μ œ */ .rb-banner-image-only { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .rb-banner-image-only a, .rb-banner-image-only .banner-image { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } .rb-banner-image-only img { width: 100%; height: 100%; object-fit: fill; max-height: 85px; }