@charset "utf-8";
.img-responsive { max-width: 100%; display: block; }
.covered { position: relative; }
.covered::after { position: absolute; content: '이벤트\A종료'; top: 0; width: 200%; height: 100%; background: rgba(0, 0, 0, .7); white-space: pre; color: #fff; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; }