
    .event_price_section{
        margin-bottom: 0;
    }
/* 히어로 타이틀 */
    .event_price_hero {
        padding: 40px 0;
        text-align: center;
        margin-bottom: 0;
    }

    .event_price_hero__inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .event_price_hero__eyebrow {
        margin: 0 0 8px;
        color: var(--point-color-primary);
        font-size: 12px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0;
    }

    .event_price_hero__title {
        margin: 0;
        color: var(--font-color-heading);
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0;
    }

    .event_price_hero__desc {
        margin: 12px 0 0;
        color: var(--mono-1-66);
        font-size: 14px;
        line-height: 1.6;
        word-break: keep-all;
    }



    @media (max-width: 767px) {
        .event_price_hero {
            padding: 32px 0;
        }

        .event_price_hero__title {
            font-size: 26px;
        }

        .event_price_hero__desc {
            font-size: 13px;
        }
    }

    /* 이미지 2열 */
    .event_price_section {
        padding: 0;
    }

    .event_price_wrap {
        display: flex;
        flex-wrap: wrap;
        font-size: 0;
    }

    .event_price_wrap .event_column {
        display: block;
        width: 100%;
    }

    .event_price_wrap .event_column img {
        display: block;
        width: 100%;
        height: auto;
    }
