.kep-overlay{
  position:fixed;inset:0;z-index:2147483000;
  background:transparent;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.kep-overlay[aria-hidden="false"]{display:flex;}
.kep-popup{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  max-width:92vw;
  pointer-events:auto;
  outline:none;
}
.kep-image{
  display:block;
  height:auto;
  max-width:92vw;
}
.kep-image-placeholder{
  width:360px;height:220px;border-radius:14px;
  border:1px dashed rgba(0,0,0,.18);
  background:rgba(255,255,255,.55);
}
.kep-slogan{
  text-align:center;
  font-weight:700;
  max-width:92vw;
}
.kep-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 16px;
  min-width:180px;
  font-weight:800;
  cursor:pointer;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.kep-button:active{transform:scale(.98);}
