/* Pretendard 폰트 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css');

/* 라라이벤트 색상 오버라이드 */
:root {
    --point-color: #E85B81 !important;
    --lala-pink: #E85B81;
    --lala-dark: #C94060;
    --lala-yellow: #F5C518;
    --lala-green: #2E8B57;
}

/* ===== 상단바 ===== */
.Header_header__P2gmH .Header_tnb__lu7WB {
    background-color: #C94060 !important;
}
.Header_header__P2gmH .Header_tnb__lu7WB,
.Header_header__P2gmH .Header_tnb__lu7WB a,
.Header_header__P2gmH .Header_tnb__lu7WB span {
    color: #fff !important;
}

/* ===== 로고 ===== */
.Header_logo_box__rBXgr {
    position: static !important;
    transform: none !important;
    height: auto !important;
    flex-shrink: 0;
    margin-right: 20px;
}
.Header_logo_box__rBXgr a img {
    height: 90px !important;
    width: auto !important;
    border-radius: 50%;
}
.Header_header__P2gmH .Header_inner__e3XhF:has(.Header_logo_box__rBXgr) {
    display: flex !important;
    align-items: center !important;
}
.Header_menu_box__HeP6j { flex: 1; }
.Header_header__P2gmH.Header_scroll__H0JXU .Header_logo_box__rBXgr a img {
    height: 36px !important;
}

/* ===== 메인 마진 제거 ===== */
main { margin-top: 0 !important; }

/* ===== 슬라이더 영역 ===== */
.index_intro_section__pd09t {
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.index_card__e904y img {
    transition: transform .4s ease;
}
.index_card__e904y:hover img {
    transform: scale(1.03);
}

/* ===== 섹션 공통 ===== */
.index_list_section__H0pHb {
    padding: 50px 0 !important;
    position: relative;
}
.index_list_section__H0pHb:nth-child(even) {
    background: linear-gradient(180deg, #fdf2f5 0%, #fff 100%) !important;
}
.index_list_section__H0pHb:nth-child(odd) {
    background: #fff !important;
}

/* ===== 섹션 대제목 ===== */
.index_title_box__mrb8E {
    margin-bottom: 24px !important;
}
.index_title_box__mrb8E h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    background-image: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px;
}
.index_title_box__mrb8E h2::after {
    content: '\ea6e' !important; /* ri-arrow-right-circle-line */
    font-family: 'remixicon' !important;
    font-size: 24px;
    color: var(--lala-pink);
    font-weight: 400;
}
.index_title_box__mrb8E h2 a {
    color: #222 !important;
    text-decoration: none !important;
}

/* ===== 유튜브 섹션 ===== */
.index_youtube_section__Kjq1e {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    padding: 60px 0 !important;
    color: #fff;
}
.index_youtube_section__Kjq1e .index_title_box__mrb8E h2,
.index_youtube_section__Kjq1e .index_title_box__mrb8E h2 a {
    color: #fff !important;
}
.index_youtube_section__Kjq1e iframe {
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.3);
}

/* ===== 상품 카드 ===== */
.ProductCard_card_item__rRqsi {
    transition: transform .25s ease, box-shadow .25s ease !important;
    border-radius: 16px !important;
    overflow: hidden;
}
.ProductCard_card_item__rRqsi:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 32px rgba(232, 91, 129, .15) !important;
}
.ProductCard_image_box__IqC_I {
    border-radius: 16px 16px 0 0 !important;
    overflow: hidden;
}
.ProductCard_image_box__IqC_I img {
    transition: transform .4s ease !important;
}
.ProductCard_card_item__rRqsi:hover .ProductCard_image_box__IqC_I img {
    transform: scale(1.05) !important;
}
.ProductCard_info_box__UTIFn strong {
    font-size: 15px !important;
    line-height: 1.4 !important;
}
.ProductCard_sale_value__kv__H {
    color: var(--lala-pink) !important;
    font-weight: 700 !important;
}
.ProductCard_card_price__xpgg8 .ProductCard_sale_before_price__RQmez {
    font-size: 0.5em !important;
}
.ProductCard_price_label__6L6Kz {
    background: #f5f5f5 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-style: normal !important;
    font-size: 12px !important;
}

/* ===== 푸터 ===== */
.Footer_footer__juk1Q {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%) !important;
    padding-top: 50px !important;
}
.Footer_footer__juk1Q,
.Footer_footer__juk1Q p,
.Footer_footer__juk1Q span,
.Footer_footer__juk1Q a,
.Footer_footer__juk1Q h6,
.Footer_footer__juk1Q dt,
.Footer_footer__juk1Q dd {
    color: #aaa !important;
}
.Footer_footer__juk1Q h6 {
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 12px !important;
    position: relative;
    padding-bottom: 8px;
}
.Footer_footer__juk1Q h6::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--lala-pink);
    position: absolute;
    bottom: 0;
    left: 0;
}
.Footer_phone_box__m2Bmt a {
    color: var(--lala-pink) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

/* ===== 플로팅 버튼 ===== */
.Footer_quick_menu__DKq3n {
    background-color: var(--lala-pink) !important;
}

/* ===== 모바일 메뉴 배경 ===== */
.Header_modal_menu__liDiF {
    background-color: var(--lala-dark) !important;
}

/* ===== 서브 인트로 (카테고리 페이지) ===== */
.SubIntro_intro_section__XsMso {
    background: linear-gradient(135deg, var(--lala-pink), var(--lala-dark)) !important;
    margin-top: 56px !important;
}
@media (max-width: 980px) {
    .SubIntro_intro_section__XsMso {
        margin-top: 56px !important;
    }
}

/* ===== 상세 페이지 ===== */
.View_prices__W1qwc {
    border-radius: 16px !important;
    border: 2px solid #f0f0f0 !important;
}
.View_prices__W1qwc dl {
    border-color: #f0f0f0 !important;
}
.View_buttons__wbpzh button,
.View_buttons__wbpzh a {
    border-radius: 12px !important;
    font-weight: 600 !important;
    transition: .2s !important;
}

/* ===== 2차 카테고리 바 ===== */
.active-subnav {
    min-height: 73px !important;
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
}
.active-subnav.empty-subnav {
    min-height: 0 !important;
    display: none !important;
}

/* ===== 스크롤바 커스텀 ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--lala-pink); }

/* ===== 인스타그램 그리드 ===== */
.insta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.insta-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none !important;
    color: inherit !important;
}
.insta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(232,91,129,.12);
}
.insta-card-image {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5f5f5;
}
.insta-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.insta-card:hover .insta-card-image img {
    transform: scale(1.05);
}
.insta-card-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    font-size: 48px;
    color: rgba(255,255,255,.6);
}
.insta-caption {
    padding: 10px 12px;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.insta-fallback {
    grid-column: span 4;
    text-align: center;
    padding: 40px;
}
.insta-fallback .insta-card-noimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 12px;
    font-size: 32px;
}
.index_instagram_section__cLmR6 {
    background: linear-gradient(180deg, #fdf2f5 0%, #fff 100%) !important;
    padding: 50px 0 !important;
}
@media (max-width: 980px) {
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    .insta-fallback { grid-column: span 2; }
    .insta-caption {
        font-size: 11px !important;
        padding: 8px 10px !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        line-height: 1.3 !important;
    }
}
@media (max-width: 480px) {
    .insta-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .insta-caption {
        font-size: 10px !important;
        padding: 6px 8px !important;
    }
}

/* ===== 메인 슬라이더 화살표: 호버 시에만 표시 ===== */
@media (min-width: 769px) {
    .local-slider > button {
        opacity: 0 !important;
        transition: opacity .25s ease !important;
    }
    .local-slider:hover > button {
        opacity: 1 !important;
    }
    .local-slider-track {
        cursor: grab !important;
    }
    .local-slider-track:active {
        cursor: grabbing !important;
    }
    .local-slider-track img {
        user-select: none !important;
        -webkit-user-drag: none !important;
    }
}

/* ===== 카탈로그 페이지 상품 그리드 ===== */
.catalog_catalog_page__z_vH2 .index_list_section__H0pHb {
    padding: 40px 0 !important;
}
.catalog_catalog_page__z_vH2 .index_list_section__H0pHb:nth-child(even) {
    background: linear-gradient(180deg, #fdf2f5 0%, #fff 100%);
}
.catalog_catalog_page__z_vH2 .ProductList_list_box__lVAOZ ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -16px !important;
    list-style: none !important;
    padding: 0 !important;
}
.catalog_catalog_page__z_vH2 .ProductCard_card_item__rRqsi {
    width: calc(20% - 30px) !important;
    margin: 0 15px 30px !important;
}
.catalog_catalog_page__z_vH2 .ProductCard_card_item__rRqsi a {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #e1e1e1 !important;
    position: relative !important;
}
.catalog_catalog_page__z_vH2 .ProductCard_image_box__IqC_I {
    aspect-ratio: 1 !important;
    overflow: hidden !important;
    position: relative !important;
    background: #f5f5f5 !important;
}
.catalog_catalog_page__z_vH2 .ProductCard_image_box__IqC_I img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
.catalog_catalog_page__z_vH2 .ProductCard_info_box__UTIFn {
    padding: 16px !important;
}
.catalog_catalog_page__z_vH2 .SubIntro_intro_section__XsMso {
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
}
.catalog_catalog_page__z_vH2 .SubIntro_intro_section__XsMso h1 {
    font-size: 36px !important;
    font-weight: 700 !important;
}
@media (max-width: 1200px) {
    .catalog_catalog_page__z_vH2 .ProductCard_card_item__rRqsi {
        width: calc(25% - 30px) !important;
    }
}
@media (max-width: 980px) {
    .catalog_catalog_page__z_vH2 .ProductCard_card_item__rRqsi {
        width: calc(33.33% - 20px) !important;
        margin: 0 10px 20px !important;
    }
    .catalog_catalog_page__z_vH2 .ProductList_list_box__lVAOZ ul {
        margin: 0 -10px !important;
    }
}
@media (max-width: 640px) {
    .catalog_catalog_page__z_vH2 .ProductCard_card_item__rRqsi {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px !important;
    }
    .catalog_catalog_page__z_vH2 .ProductList_list_box__lVAOZ ul {
        margin: 0 -5px !important;
    }
}

/* ===== 블로그 카드 ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.blog-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none !important;
    color: inherit !important;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(232,91,129,.12);
}
.blog-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f5f5f5;
}
.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}
.blog-card-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fdf2f5, #f5f5f5);
    font-size: 48px;
    color: #ddd;
}
.blog-card-info {
    padding: 16px;
}
.blog-card-info h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-info p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.blog-date {
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 4px;
}
@media (max-width: 980px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 페이지네이션 ===== */
.Pagination_pagenation_wrap__kRl0o {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 40px 0 !important;
}
.Pagination_pagenation_wrap__kRl0o a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666 !important;
    background: #f5f5f5 !important;
    border: none !important;
    transition: all .2s ease !important;
    text-decoration: none !important;
}
.Pagination_pagenation_wrap__kRl0o a:hover {
    background: #eee !important;
    color: var(--lala-pink) !important;
}
.Pagination_pagenation_wrap__kRl0o a.Pagination_active__w1wKI {
    background: var(--lala-pink) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(232, 91, 129, .3) !important;
}
.Pagination_pagenation_wrap__kRl0o a img {
    display: none !important;
}
/* 처음 */
.Pagination_pagenation_wrap__kRl0o a:first-child::before { content: '\f140'; font-family: 'remixicon'; font-size: 18px; }
/* 이전 */
.Pagination_pagenation_wrap__kRl0o a:nth-child(2)::before { content: '\ea64'; font-family: 'remixicon'; font-size: 18px; }
/* 다음 */
.Pagination_pagenation_wrap__kRl0o a:nth-last-child(2)::before { content: '\ea6e'; font-family: 'remixicon'; font-size: 18px; }
/* 끝 */
.Pagination_pagenation_wrap__kRl0o a:last-child::before { content: '\f144'; font-family: 'remixicon'; font-size: 18px; }

/* ===== 부드러운 스크롤 ===== */
html { scroll-behavior: smooth; }

/* ===== 링크 전환 ===== */
a { transition: color .2s ease, background .2s ease; }

/* ===== 플로팅 위로가기 (SNS 버튼 바로 위) ===== */
.float-scroll-top {
    position: static !important;
}

/* 데스크탑에서 모바일 드래그 핸들 숨김 */
@media (min-width: 769px) {
    .Footer_direct_info__5Mz8G::before {
        display: none !important;
    }
}

/* ===== 플로팅 패널 정렬 (데스크탑) ===== */
@media (min-width: 769px) {
    .Footer_quick_button_box__VBeI6 {
        width: 240px !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
    }
    .Footer_quick_button_box__VBeI6 .Footer_sns_icon__KfG0o,
    .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n {
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
    }
    .Footer_direct_info__5Mz8G {
        width: 240px !important;
        box-sizing: border-box !important;
    }
}

/* ===== 모바일: 하단 고정 바 ===== */
@media (max-width: 768px) {
    .float-scroll-top {
        position: fixed !important;
        bottom: 80px !important;
        right: 12px !important;
        left: auto !important;
        top: auto !important;
        z-index: 99998 !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
        flex: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #E85B81 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,.2) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .float-scroll-top::after {
        content: '' !important;
        display: none !important;
    }
    .float-scroll-top i {
        font-size: 22px !important;
        color: #fff !important;
    }
    .Footer_quick_button_box__VBeI6 {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        flex-direction: row !important;
        align-items: stretch !important;
        justify-content: space-around !important;
        background: #fff !important;
        box-shadow: 0 -2px 12px rgba(0,0,0,.1) !important;
        padding: 8px 4px !important;
        gap: 0 !important;
        z-index: 9999 !important;
    }
    .Footer_quick_button_box__VBeI6 > a.Footer_quick_menu__DKq3n:not(.float-scroll-top) {
        width: auto !important;
        height: auto !important;
        flex: 1 !important;
        border-radius: 12px !important;
        margin: 0 2px !important;
        padding: 8px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
    }
    .Footer_quick_button_box__VBeI6 > a.Footer_quick_menu__DKq3n {
        background: #E85B81 !important;
        font-family: 'Pretendard', 'Pretendard Variable', -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif !important;
    }
    .Footer_quick_button_box__VBeI6 > a.Footer_quick_menu__DKq3n i {
        font-size: 22px !important;
        line-height: 1 !important;
        color: #fff !important;
    }
    .Footer_quick_button_box__VBeI6 > a.Footer_quick_menu__DKq3n::after {
        content: attr(title);
        font-size: 10px !important;
        font-weight: 600 !important;
        color: #fff !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        margin-top: 4px !important;
    }
    /* 뒤로가기는 모바일에서 숨김 */
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 > a[title="뒤로가기"],
    .Footer_quick_button_box__VBeI6 a[title="뒤로가기"],
    a.Footer_quick_menu__DKq3n[title="뒤로가기"] {
        display: none !important;
    }

    /* 모바일 연락처 패널: 하단 시트 */
    .Footer_direct_info__5Mz8G {
        position: fixed !important;
        bottom: 72px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px 20px 0 0 !important;
        margin: 0 !important;
        padding: 24px 16px 16px !important;
        z-index: 10000 !important;
        box-shadow: 0 -4px 20px rgba(0,0,0,.15) !important;
    }
    /* 카드 아이템: 왼쪽 정렬 + 아이콘/텍스트 정렬 */
    .Footer_direct_info__5Mz8G > div {
        text-align: left !important;
        padding: 12px 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 12px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .Footer_direct_info__5Mz8G > div > div:first-child {
        width: 40px !important;
        height: 40px !important;
        flex-shrink: 0 !important;
    }
    .Footer_direct_info__5Mz8G > div > div:first-child i {
        font-size: 18px !important;
    }
    .Footer_direct_info__5Mz8G > div > div:last-child {
        flex: 1 !important;
        text-align: left !important;
    }
    .Footer_direct_info__5Mz8G > div > div:last-child p {
        margin: 0 !important;
    }
    .Footer_direct_info__5Mz8G::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #e0e0e0;
        border-radius: 2px;
    }
    #directInfoToggle {
        top: 12px !important;
        right: 12px !important;
        width: 28px !important;
        height: 28px !important;
    }
    /* 본문 하단 여백 (고정 바 높이만큼) */
    body { padding-bottom: 72px !important; }
    .Footer_footer__juk1Q { margin-bottom: 0 !important; }
}

/* 모바일 메인 슬라이더 - 양옆 살짝 보이게 + 페이지 카운터 */
@media (max-width: 768px) {
    .index_intro_section__pd09t {
        overflow: hidden !important;
        padding: 16px 0 !important;
        margin-top: 50px !important;
        position: relative !important;
    }
    .local-slider {
        padding: 0 24px !important;
        position: relative !important;
    }
    .local-slider-track {
        overflow: visible !important;
        cursor: grab !important;
        touch-action: pan-y !important;
    }
    .local-slide {
        padding: 0 4px !important;
        box-sizing: border-box !important;
    }
    .index_card__e904y {
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    .index_card__e904y img,
    .local-slide img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 12px !important;
    }
    /* 화살표 버튼 숨김 */
    .local-slider > button {
        display: none !important;
    }
    /* 페이지 카운터 */
    .slider-counter {
        position: absolute !important;
        bottom: 20px !important;
        right: 28px !important;
        background: rgba(0,0,0,0.5) !important;
        color: #fff !important;
        font-size: 12px !important;
        padding: 4px 10px !important;
        border-radius: 12px !important;
        z-index: 10 !important;
        font-weight: 500 !important;
    }
}
@media (min-width: 769px) {
    .slider-counter { display: none !important; }
}

/* 햄버거 버튼 색상 (라라이벤트 핑크) */
.Header_mobile_menu__c4oVc button span,
.Header_mobile_menu__c4oVc button.Header_open__phGH5 span {
    background-color: #E85B81 !important;
}

/* 모바일 메뉴 모달 배경 */
#mobileModal {
    background: #E85B81 !important;
}
#mobileModal > div:first-child {
    background: rgba(201, 64, 96, 0.5) !important;
}

/* ===== 모바일 ===== */
@media (max-width: 980px) {
    .Header_logo_box__rBXgr a img {
        height: 40px !important;
    }
    .active-subnav {
        display: none !important;
    }
    .index_list_section__H0pHb {
        padding: 30px 0 !important;
    }
    .index_title_box__mrb8E h2 {
        font-size: 22px !important;
    }
    .Footer_phone_box__m2Bmt a {
        font-size: 20px !important;
    }
}

/* 유튜브 빠른메뉴 버튼 위치 분기 */
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 a.youtube-mobile,
a.youtube-mobile { display: none !important; }
@media (max-width: 980px) {
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 a.youtube-desktop,
    a.youtube-desktop { display: none !important; }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 a.youtube-mobile,
    a.youtube-mobile { display: flex !important; }
}
