@charset "utf-8";
/* ==========================================================================
 * main-shorts.css
 * 2026-03-25 12:20:00 r034
 *
 * [r034]
 * - 쇼츠 카드
 * ========================================================================== */

#erum-main-page .shorts-carousel__slide{
    display:flex;
    align-items:stretch;
}

#erum-main-page .shorts-card{
    height:100%;
    border:1px solid #d9d9d9;
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    box-sizing:border-box;
}

#erum-main-page .shorts-card__frame{
    position:relative;
    width:100%;
    aspect-ratio:9 / 16;
    background:#000;
}

#erum-main-page .shorts-card__frame iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
}