/* ksdl.kr 이미지 삽입 슬롯 */
.ghome-image-placeholder{display:grid;width:100%;place-items:center;align-content:center;gap:7px;border:1px dashed rgba(255,255,255,.72);border-radius:14px;text-align:center}
.ghome-image-placeholder strong{font-size:15px}
.ghome-image-placeholder span{font-size:12px;opacity:.78}
.ghome-image-placeholder--hero{width:100%;max-width:520px;aspect-ratio:520/330;color:#fff;background:rgba(255,255,255,.10)}
.ghome-hero__image-slot{display:block;width:100%;max-width:520px;aspect-ratio:520/330;margin:0 auto;object-fit:contain;object-position:center}
.ghome-image-placeholder--banner{min-height:220px;aspect-ratio:1120/260;border-color:#cfd6de;color:#7b838e;background:#f5f7f9}
.ghome-benefit__image,.ghome-benefit__placeholder{display:grid;width:110px;height:110px;margin:0 auto;place-items:center;object-fit:contain;object-position:center}
.ghome-benefit__placeholder{border:1px dashed #cfd6de;border-radius:18px;color:#969da6;background:#f7f8fa;font-size:12px}
.ghome-footer__right{display:flex;flex-direction:column;align-items:flex-end;gap:18px}
.ghome-footer__badge-image{display:block;width:100%;max-width:330px;height:auto;max-height:72px;object-fit:contain;object-position:right center}
.ghome-footer__badge-placeholder{display:grid;width:330px;max-width:100%;min-height:72px;place-items:center;border:1px dashed rgba(255,255,255,.3);border-radius:8px;color:#aaa;font-size:12px}
@media(max-width:760px){
  .ghome-image-placeholder--hero,.ghome-hero__image-slot{max-width:340px;aspect-ratio:340/230}
  .ghome-image-placeholder--banner{min-height:140px;aspect-ratio:16/6}
  .ghome-benefit__image,.ghome-benefit__placeholder{width:90px;height:90px}
  .ghome-footer__right{align-items:flex-start;margin-top:18px}
  .ghome-footer__badge-image{object-position:left center}
}
