@charset "utf-8";
/* =====================================================
   부스전시 — program/css/booth.css
   ===================================================== */
.reveal {opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease;}
.reveal.on {opacity:1; transform:none;}

.booth-map {min-height:360px;}

/* ── 태블릿 (~1199px) ── */
@media screen and (max-width: 1199px) {
	.booth-map {min-height:280px;}
}

/* ── 모바일 (~767px) ── */
@media screen and (max-width: 767px) {
	.booth-map {min-height:220px;}
}
