@charset "utf-8";
/* ===========================================================================
   노바티비 — 화면 손질 (nova-ui.css)
   올릴 곳 : /theme/BS4-Basic/css/nova-ui.css
   theme.css 다음에 읽히므로 여기 적은 것이 우선합니다.
   =========================================================================== */

:root{
    --nv-bg:#0e161b;
    --nv-card:#16232b;
    --nv-card2:#1b2b34;
    --nv-line:rgba(255,255,255,.10);
    --nv-line2:rgba(255,255,255,.06);
    --nv-tx:#e8f0f3;
    --nv-dim:#a3b8c1;
    /* ── 포인트 색 두 가지 ──────────────────────────────────────────
       청록(주) + 보라(부). 둘 다 차가운 계열이라 어두운 남색 바탕에서
       서로 부딪히지 않고, 1채널/2채널처럼 짝을 이루는 곳에 씁니다.
       색을 바꾸고 싶으시면 이 여섯 줄만 고치시면 전체에 반영됩니다. */
    --nv-teal:#35dcd8;      /* 주 포인트 (밝은 청록) */
    --nv-teal-d:#1a7f9e;    /*  〃  어두운 쪽 */
    --nv-vio:#8b7cff;       /* 부 포인트 (보라) */
    --nv-vio-d:#5b4bd6;     /*  〃  어두운 쪽 */
    --nv-red:#ff4d64;       /* LIVE 표시에만 */
}


/* ───────────────────────────────────────────────────────────────────────
   0. 글자 로고 (이미지 대신 글자로 그립니다)
   ─────────────────────────────────────────────────────────────────────── */
.nv_logo,
.hd_nav_con .hd_logo > a.nv_logo,
a.mo_logo.nv_logo{
    display:flex; align-items:center; justify-content:center; gap:11px;
    width:auto; height:auto;
    background-image:none; text-decoration:none;
    font-family:'Pretendard Variable','Pretendard',-apple-system,BlinkMacSystemFont,
                'Segoe UI','Malgun Gothic','맑은 고딕',Roboto,sans-serif;
}
.nv_logo:hover{ text-decoration:none; }
.nv_logo:hover .nv_logo_mk{ transform:scale(1.06); }

.nv_logo_mk{
    position:relative; flex:0 0 auto;
    width:40px; height:40px; border-radius:12px;
    background:linear-gradient(135deg,#35dcd8 0%,#1a7f9e 100%);
    box-shadow:0 4px 16px rgba(46,196,196,.34);
    transition:transform .18s ease;
}
.nv_logo_mk::after{
    content:''; position:absolute; top:50%; left:54%;
    transform:translate(-50%,-50%);
    width:0; height:0;
    border-left:12px solid #fff;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
}
.nv_logo_tx{ display:block; text-align:left; line-height:1; }
.nv_logo_tx b{
    display:block; font-size:28px; font-weight:900; letter-spacing:-.6px;
    color:#fff; line-height:1;
}
.nv_logo_tx b i{ font-style:normal; color:#35dcd8; text-shadow:0 0 16px rgba(53,220,216,.5); }
.nv_logo_tx em{
    display:block; margin-top:6px; font-style:normal;
    font-size:10.5px; font-weight:600; letter-spacing:3.2px;
    color:#9fc9d4; white-space:nowrap;
}
a.mo_logo.nv_logo{ gap:8px; }
a.mo_logo.nv_logo .nv_logo_mk{ width:31px; height:31px; border-radius:9px; }
a.mo_logo.nv_logo .nv_logo_mk::after{ border-left-width:9px; border-top-width:6px; border-bottom-width:6px; }
a.mo_logo.nv_logo .nv_logo_tx b{ font-size:21px; }
a.mo_logo.nv_logo .nv_logo_tx em{ margin-top:4px; font-size:9px; letter-spacing:2.4px; }

/* 가운데로 */
.hd_nav_con .hd_logo{ display:flex; justify-content:center; }


/* ───────────────────────────────────────────────────────────────────────
   2. 중계 채널 배너 — 가장 먼저 눈에 들어오게
   ─────────────────────────────────────────────────────────────────────── */
.nv_side_ch{ display:flex; flex-direction:column; gap:10px; margin:0 0 18px; padding:0; }

.nv_side_btn{
    position:relative; overflow:hidden;
    display:flex; align-items:center; gap:12px;
    padding:16px 16px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:11px;
    text-decoration:none;
    background:linear-gradient(135deg,#124049 0%,#0f2a33 55%,#102730 100%);
    box-shadow:0 6px 18px rgba(0,0,0,.35);
    transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.nv_side_btn::before{
    content:''; position:absolute; left:0; top:0; bottom:0; width:5px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}
.nv_side_btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 26px rgba(0,0,0,.48);
    background:linear-gradient(135deg,#165059 0%,#12353f 55%,#123038 100%);
    text-decoration:none;
}
.nv_side_btn span{ display:block; }          /* theme.css 의 display:none 을 되돌립니다 */
.nv_side_btn .nv_ic{
    display:block !important; position:relative; flex:0 0 auto;
    width:38px; height:38px; border-radius:11px; margin-left:4px;
    background:linear-gradient(135deg,var(--nv-teal),var(--nv-teal-d));
    box-shadow:0 0 0 4px rgba(53,220,216,.12);
}
.nv_side_btn .nv_ic::after{
    content:''; position:absolute; top:50%; left:54%;
    transform:translate(-50%,-50%);
    width:0; height:0;
    border-left:11px solid #06222a;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
}
.nv_side_btn .nv_txt{ display:block !important; flex:1 1 auto; min-width:0; }
.nv_side_btn .nv_txt strong{
    display:flex !important; align-items:center; gap:7px; flex-wrap:wrap;
    font-size:16.5px; font-weight:800; color:#fff; letter-spacing:-.3px; line-height:1.35;
}
.nv_side_btn .nv_sub{
    display:block !important; margin-top:4px;
    font-size:12px; font-weight:500; color:#a5c6d1; letter-spacing:-.2px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.nv_side_btn .nv_go{
    display:block !important; flex:0 0 auto; font-size:24px; line-height:1; color:var(--nv-teal); opacity:.85;
    transition:transform .16s ease, opacity .16s ease;
}
.nv_side_btn:hover .nv_go{ opacity:1; transform:translateX(3px); }

/* 2채널은 주황 — 두 배너가 한눈에 구분되도록 */
.nv_side_btn.nv_ch2{ background:linear-gradient(135deg,#2b2359 0%,#1e1940 55%,#1b1838 100%); }
.nv_side_btn.nv_ch2::before{ background:linear-gradient(180deg,var(--nv-vio),var(--nv-vio-d)); }
.nv_side_btn.nv_ch2:hover{ background:linear-gradient(135deg,#362c6e 0%,#261f52 55%,#231e48 100%); }
.nv_side_btn.nv_ch2 .nv_ic{
    background:linear-gradient(135deg,var(--nv-vio),var(--nv-vio-d));
    box-shadow:0 0 0 4px rgba(139,124,255,.16);
}
.nv_side_btn.nv_ch2 .nv_ic::after{ border-left-color:#151034; }
.nv_side_btn.nv_ch2 .nv_go{ color:var(--nv-vio); }
.nv_side_btn.nv_ch2 .nv_sub{ color:#b8b0e8; }

/* 지금 중계 중 표시 */
.nv_live_pill{
    display:inline-flex !important; align-items:center; gap:5px;
    padding:2px 8px; border-radius:999px;
    background:rgba(255,77,100,.16); border:1px solid rgba(255,77,100,.42);
    font-size:10.5px; font-weight:800; color:#ff92a1; letter-spacing:.5px;
}
.nv_live_pill i{
    display:block; width:6px; height:6px; border-radius:50%; background:var(--nv-red);
    animation:nvblink 1.4s infinite;
}
@keyframes nvblink{ 0%,100%{opacity:1} 50%{opacity:.25} }


/* ───────────────────────────────────────────────────────────────────────
   3. 사이드 카드 (최근 스포츠분석)
   ─────────────────────────────────────────────────────────────────────── */
.nv_side_list{
    border-radius:10px; overflow:hidden;
    border:1px solid var(--nv-line); border-top:3px solid var(--nv-teal);
    background:var(--nv-card);
}
.nv_side_list h3{
    display:flex; align-items:center; gap:7px;
    background:var(--nv-card2); color:#eaf6f6;
}
.nv_side_list h3::before{
    content:''; width:4px; height:14px; border-radius:2px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}
.nv_side_list a{ transition:padding-left .14s ease, color .14s ease; }
.nv_side_list a:hover{ padding-left:20px; }
.nv_side_list .nv_more{ font-weight:700; }


/* ───────────────────────────────────────────────────────────────────────
   4. 메인 페이지 본문 — 글만 있는 화면을 읽기 좋게
   ─────────────────────────────────────────────────────────────────────── */
.nv_main{ color:var(--nv-tx); }
.nv_box{ display:block; }

/* 섹션을 카드로 */
.nv_main .nv_sc{
    position:relative;
    margin:0 0 18px;
    padding:26px 28px 24px;
    background:var(--nv-card);
    border:1px solid var(--nv-line);
    border-radius:14px;
}
.nv_main .nv_sc::before{
    content:''; position:absolute; left:0; right:0; top:0; height:3px;
    border-radius:14px 14px 0 0;
    background:linear-gradient(90deg,var(--nv-teal),rgba(53,220,216,0));
}
/* 종목마다 띠 색을 달리해 한눈에 구분되게 */
.nv_main .nv_sc_howto::before    { background:linear-gradient(90deg,var(--nv-vio),rgba(139,124,255,0)); }
.nv_main .nv_sc_soccer::before   { background:linear-gradient(90deg,var(--nv-teal),rgba(53,220,216,0)); }
.nv_main .nv_sc_baseball::before { background:linear-gradient(90deg,var(--nv-vio),rgba(139,124,255,0)); }
.nv_main .nv_sc_basket::before   { background:linear-gradient(90deg,var(--nv-teal),rgba(53,220,216,0)); }
.nv_main .nv_sc_etc::before      { background:linear-gradient(90deg,var(--nv-vio),rgba(139,124,255,0)); }
.nv_main .nv_sc_esports::before  { background:linear-gradient(90deg,var(--nv-teal),rgba(53,220,216,0)); }
.nv_main .nv_sc_schedule::before { background:linear-gradient(90deg,var(--nv-vio),rgba(139,124,255,0)); }
.nv_main .nv_sc_livescore::before{ background:linear-gradient(90deg,var(--nv-teal),rgba(53,220,216,0)); }
.nv_main .nv_sc_faq::before      { background:linear-gradient(90deg,var(--nv-vio),rgba(139,124,255,0)); }

/* 제목 */
.nv_main .nv_sc h1{
    margin:0 0 14px; font-size:30px; font-weight:900; letter-spacing:-.8px; color:#fff; line-height:1.3;
}
.nv_main .nv_sc h2{
    display:flex; align-items:center; gap:10px;
    margin:0 0 16px; font-size:21px; font-weight:800; letter-spacing:-.5px; color:#fff; line-height:1.35;
}
.nv_main .nv_sc h2::before{
    content:'▶'; flex:0 0 auto;
    width:32px; height:32px; border-radius:9px;
    display:flex; align-items:center; justify-content:center;
    font-size:15px; line-height:1;
    background:rgba(53,220,216,.14); border:1px solid rgba(53,220,216,.32);
}
.nv_main .nv_sc_howto     h2::before{ content:'📺'; }
.nv_main .nv_sc_soccer    h2::before{ content:'⚽'; }
.nv_main .nv_sc_baseball  h2::before{ content:'⚾'; }
.nv_main .nv_sc_basket    h2::before{ content:'🏀'; }
.nv_main .nv_sc_etc       h2::before{ content:'🏐'; }
.nv_main .nv_sc_esports   h2::before{ content:'🎮'; }
.nv_main .nv_sc_schedule  h2::before{ content:'🗓'; }
.nv_main .nv_sc_livescore h2::before{ content:'📊'; }
.nv_main .nv_sc_faq       h2::before{ content:'💬'; }
.nv_main .nv_sc_latest    h2::before{ content:'📝'; }
.nv_main .nv_sc_howto     h2::before,
.nv_main .nv_sc_baseball  h2::before,
.nv_main .nv_sc_etc       h2::before,
.nv_main .nv_sc_schedule  h2::before,
.nv_main .nv_sc_faq       h2::before{ background:rgba(139,124,255,.15); border-color:rgba(139,124,255,.34); }

.nv_main .nv_sc h3{
    position:relative;
    margin:26px 0 10px; padding-left:13px;
    font-size:16.5px; font-weight:800; letter-spacing:-.3px; color:#d7f2f2;
}
.nv_main .nv_sc h3::before{
    content:''; position:absolute; left:0; top:.35em;
    width:4px; height:.95em; border-radius:2px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}

/* 본문 */
.nv_main .nv_sc p{
    margin:0 0 13px; max-width:60em;
    font-size:15px; line-height:1.85; color:#cfdce1; letter-spacing:-.1px;
    word-break:keep-all;
}
.nv_main .nv_sc p:last-child{ margin-bottom:0; }

/* 첫 문단은 조금 크게 — 도입부 */
.nv_main .nv_lead{
    font-size:16.5px !important; line-height:1.9 !important; color:#e2eef2 !important;
}
.nv_main .nv_sc_lead{
    padding:30px 30px 26px;
    background:linear-gradient(140deg,#17323c 0%,#152730 50%,var(--nv-card) 100%);
    border-color:rgba(53,220,216,.22);
}
.nv_main .nv_sc_lead .nv_lead:first-of-type{
    padding-left:16px; border-left:3px solid var(--nv-teal);
}

/* 목록 */
.nv_main .nv_sc ul,
.nv_main .nv_sc ol{ margin:6px 0 14px; padding:0; list-style:none; }
.nv_main .nv_sc li{
    position:relative; padding:7px 0 7px 22px;
    font-size:14.8px; line-height:1.75; color:#cfdce1;
    border-bottom:1px solid var(--nv-line2); word-break:keep-all;
}
.nv_main .nv_sc li:last-child{ border-bottom:0; }
.nv_main .nv_sc li::before{
    content:''; position:absolute; left:4px; top:1.05em;
    width:6px; height:6px; border-radius:50%;
    background:var(--nv-teal); opacity:.8;
}
.nv_main .nv_sc_baseball li::before{ background:var(--nv-vio); }
.nv_main .nv_sc_soccer   li::before{ background:#4fd18b; }
.nv_main .nv_sc_etc      li::before{ background:var(--nv-vio); }

/* 링크 */
.nv_main .nv_sc a{
    color:#6fe7e3; font-weight:700; text-decoration:none;
    border-bottom:1px solid rgba(111,231,227,.34);
    padding-bottom:1px; transition:.14s;
}
.nv_main .nv_sc a:hover{
    color:#fff; border-bottom-color:var(--nv-teal); background:rgba(53,220,216,.12);
}

/* 자주 묻는 것 */
.nv_main .nv_sc dl{ margin:8px 0 0; }
.nv_main .nv_sc dt{ margin:16px 0 0; }
.nv_main .nv_sc dt h3{ margin:0 0 8px; }
.nv_main .nv_sc dd{
    margin:0; padding:12px 15px;
    background:#101c23; border:1px solid var(--nv-line2); border-radius:9px;
    font-size:14.5px; line-height:1.8; color:#c4d3d9; word-break:keep-all;
}

/* 표 (일정 글 등) */
.nv_main .nv_sc table,
#bo_v_con table{
    width:100%; border-collapse:collapse; margin:10px 0 16px;
    font-size:14px; background:#101c23; border:1px solid var(--nv-line);
    border-radius:9px; overflow:hidden;
}
.nv_main .nv_sc th, #bo_v_con th{
    padding:11px 12px; background:var(--nv-card2); color:#bfe8e6;
    font-weight:800; font-size:13px; text-align:left;
    border-bottom:1px solid var(--nv-line);
}
.nv_main .nv_sc td, #bo_v_con td{
    padding:10px 12px; color:#cfdce1; border-bottom:1px solid var(--nv-line2);
}
.nv_main .nv_sc tr:last-child td, #bo_v_con tr:last-child td{ border-bottom:0; }
.nv_main .nv_sc tbody tr:hover, #bo_v_con tbody tr:hover{ background:#16242c; }
#bo_v_con .nv_sub{ display:block; font-size:12.5px; color:#8fa8b2; margin-top:2px; }

/* 히어로 이미지 */
.nv_hero{ margin:0 0 18px; }
.nv_hero_img img{
    width:100%; height:auto; display:block;
    border-radius:14px; border:1px solid var(--nv-line);
}


/* ───────────────────────────────────────────────────────────────────────
   5. 본문 맨 위 빠른 이동 (JS 가 만들어 넣습니다)
   ─────────────────────────────────────────────────────────────────────── */
.nv_toc{
    display:flex; flex-wrap:wrap; gap:8px;
    margin:0 0 18px; padding:16px 18px;
    background:var(--nv-card); border:1px solid var(--nv-line); border-radius:14px;
}
.nv_toc b{
    flex:0 0 100%; margin-bottom:4px;
    font-size:12px; font-weight:800; letter-spacing:1.6px; color:var(--nv-dim);
}
.nv_toc a{
    display:inline-block; padding:7px 13px; border-radius:999px;
    background:#101c23; border:1px solid var(--nv-line);
    color:#cfe3e8; font-size:13px; font-weight:700; text-decoration:none;
    transition:.14s;
}
.nv_toc a:hover{
    background:rgba(53,220,216,.14); border-color:var(--nv-teal);
    color:#fff; text-decoration:none;
}


/* ───────────────────────────────────────────────────────────────────────
   6. 좁은 화면
   ─────────────────────────────────────────────────────────────────────── */
@media (max-width:991px){
    .nv_main .nv_sc{ padding:20px 17px 18px; border-radius:12px; }
    .nv_main .nv_sc_lead{ padding:22px 18px 20px; }
    .nv_main .nv_sc h1{ font-size:24px; }
    .nv_main .nv_sc h2{ font-size:18.5px; gap:8px; }
    .nv_main .nv_sc h2::before{ width:26px; height:26px; border-radius:8px; }
    .nv_main .nv_sc p{ font-size:14.6px; line-height:1.8; }
    .nv_main .nv_lead{ font-size:15.4px !important; }
    .nv_toc{ padding:14px; }
    .nv_side_btn{ border-radius:10px; }
    /* 표는 좁은 화면에서 가로로 밀어 봅니다 */
    .nv_main .nv_sc table, #bo_v_con table{ display:block; overflow-x:auto; white-space:nowrap; }
}


/* ═══════════════════════════════════════════════════════════════════════
   7. 게시판이 있는 페이지 (공지사항 · 스포츠분석 · 일정 · 하이라이트)
   ═══════════════════════════════════════════════════════════════════════ */

/* 게시판 위에 떠 있던 회색 잔글씨 제목(h1)을 제대로 된 페이지 제목으로.
   테마가 h1 의 글자크기·여백을 먼저 정해 두고 있어서 !important 로 덮습니다. */
.gt_contents > h1,
.gt_contents > h1.text-muted,
.sc_con .gt_contents > h1,
.sc_size .gt_contents > h1{
    position:relative !important;
    display:block !important;
    margin:6px 0 14px !important;
    padding:15px 18px 15px 21px !important;
    height:auto !important; min-height:0 !important; max-height:none !important;
    overflow:visible !important;
    font-size:19px !important; line-height:1.45 !important;
    font-weight:800 !important; letter-spacing:-.4px !important;
    color:#fff !important; opacity:1 !important;
    background:var(--nv-card) !important;
    border:1px solid var(--nv-line) !important;
    border-radius:11px !important;
}
.gt_contents > h1::before{
    content:''; position:absolute; left:0; top:0; bottom:0; width:5px;
    border-radius:11px 0 0 11px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}
/* 바로 뒤에 오던 똑같은 제목바는 겹치므로 숨깁니다
   (h1 이 없는 게시판에서는 그대로 남습니다) */
.gt_contents > h1 + .sub_titbox{ display:none; }

/* 게시판 아래 안내글 : 게시판과 좌우 폭을 맞춥니다 */
.gt_contents .nv-info{
    max-width:none !important;
    margin:18px 0 0 !important;
    padding:26px 28px 22px !important;
    background:var(--nv-card); border:1px solid var(--nv-line);
    border-radius:14px;
    font-size:15px; line-height:1.85; color:#cfdce1;
}
.gt_contents .nv-info::before{ content:none; }
.gt_contents .nv-info > h2:first-child{ margin-top:0 !important; }
.gt_contents .nv-info h2{
    display:flex; align-items:center; gap:9px;
    font-size:19px !important; font-weight:800 !important; color:#fff !important;
    border-bottom:1px solid var(--nv-line) !important;
    padding-bottom:11px !important; margin:26px 0 14px !important;
}
.gt_contents .nv-info h2::before{
    content:''; flex:0 0 auto; width:4px; height:17px; border-radius:2px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}
.gt_contents .nv-info h1{
    font-size:21px !important; color:#fff !important;
    border-bottom:2px solid var(--nv-teal) !important;
}
.gt_contents .nv-info p{ color:#c6d4da !important; }
.gt_contents .nv-info a{ color:#6fe7e3 !important; font-weight:700; }
.gt_contents .nv-info a:hover{ color:#fff !important; }
.gt_contents .nv-info ul li{
    background:#101c23 !important;
    border:1px solid var(--nv-line2) !important;
    border-left:3px solid var(--nv-teal) !important;
    border-radius:8px !important;
    transition:border-color .14s ease, background .14s ease;
}
.gt_contents .nv-info ul li:hover{ background:#16242c !important; border-left-color:var(--nv-vio) !important; }
.gt_contents .nv-info ul li:nth-child(even){ border-left-color:var(--nv-vio) !important; }

/* 게시판 본문(글 보기)도 같은 폭·같은 여백으로 */
#bo_v_con{ font-size:15px; line-height:1.85; color:#cfdce1; }
#bo_v_con h2{
    margin:26px 0 12px; padding-bottom:10px;
    font-size:19px; font-weight:800; color:#fff;
    border-bottom:1px solid var(--nv-line);
}
#bo_v_con h3{
    position:relative; margin:22px 0 9px; padding-left:13px;
    font-size:16.5px; font-weight:800; color:#d7f2f2;
}
#bo_v_con h3::before{
    content:''; position:absolute; left:0; top:.35em;
    width:4px; height:.95em; border-radius:2px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}
#bo_v_con a{ color:#6fe7e3; font-weight:700; }


/* ═══════════════════════════════════════════════════════════════════════
   8. 최신 글 위젯 — 게시판이 비었을 때 생기는 빈 줄 감추기
   ═══════════════════════════════════════════════════════════════════════ */
.latest_cont li:has(> .subject_txt > a.na-subject:empty){ display:none; }
.latest_cont li.nv_empty{ display:none; }

/* 주황빛으로 찍히던 시각 표시를 포인트 색으로 */
.orangered, .latest_cont .orangered{ color:var(--nv-teal) !important; }


/* ═══════════════════════════════════════════════════════════════════════
   9. 제목 태그 정리 (2026-09-11)

   검색엔진은 글의 뼈대를 h1 → h2 → h3 순서로 읽습니다.
   그런데 팝업 알림·사이드바·모달처럼 '글이 아닌 것'까지 제목 태그를 쓰고 있어서
   h1 보다 먼저 h2·h3 가 나오고 있었습니다.
   그 자리들은 제목 태그를 떼고, 보이는 모습은 그대로 두기 위한 규칙입니다.
   ═══════════════════════════════════════════════════════════════════════ */

/* 왼쪽 사이드 '최근 스포츠분석' — h3 였던 자리 */
.nv_side_list .nv_side_ttl{
    display:flex; align-items:center; gap:7px;
    margin:0; padding:12px 16px;
    font-size:14px; font-weight:700; line-height:1.2;
    background:var(--nv-card2); color:#eaf6f6;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.nv_side_list .nv_side_ttl::before{
    content:''; flex:0 0 auto; width:4px; height:14px; border-radius:2px;
    background:linear-gradient(180deg,var(--nv-teal),var(--nv-teal-d));
}

/* '정보 찾기' 모달 — h2 였던 자리 */
.password_modalbox .pw_modal_ttl{
    margin:0 0 14px; font-size:19px; font-weight:800; line-height:1.35; color:#fff;
}

/* 모바일 사이드바 머리 — h3 였던 자리 */
#nt_sidebar_header .nv_sb_head{ margin:0; font-size:15px; }


/* ───────────────────────────────────────────────────────────────────────
   최신 글 묶음 — 제목을 하나 세우고, 게시판 이름은 그 아래 단계로
   ─────────────────────────────────────────────────────────────────────── */
.nv_main .nv_sc_latest{ flex-wrap:wrap !important; }
.nv_main .nv_sc_latest > h2{ flex:0 0 100%; width:100%; }
.nv_main .nv_sc_latest > .nv_latest_box{ flex:1 1 0; min-width:0; }

/* 게시판 이름은 h3 로 바뀌었지만 보이는 모습은 그대로 */
.nv_main .nv_sc_latest h3.nv_lat_tit{
    display:block; position:static;
    margin:0 0 10px; padding:0 0 8px 10px;
    font-size:17px; font-weight:700; line-height:1.4; color:#fff; letter-spacing:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    border-left:3px solid var(--nv-teal);
}
.nv_main .nv_sc_latest h3.nv_lat_tit::before{ content:none; display:none; }

@media (max-width:767px){
    .nv_main .nv_sc_latest > .nv_latest_box{ flex:1 1 100%; }
    .nv_main .nv_sc_latest h3.nv_lat_tit{ font-size:16px; }
}


/* ═══════════════════════════════════════════════════════════════════════
   10. 맨 아래 안내 — 가운데로 모으고 읽기 좋게
   ═══════════════════════════════════════════════════════════════════════ */
#new_ft .ft_size{ display:block !important; }
#new_ft .nv_ft{
    max-width:780px; margin:0 auto;
    padding:36px 20px 40px;
    text-align:center;
}
#new_ft a.nv_ft_logo{
    display:inline-flex !important; align-items:center; justify-content:center; gap:10px;
    margin:0 0 20px;
}
#new_ft a.nv_ft_logo .nv_logo_tx{ text-align:left; }
#new_ft a.nv_ft_logo .nv_logo_tx b{ font-size:22px; }
#new_ft a.nv_ft_logo .nv_logo_tx em{ font-size:9.5px; }

#new_ft .nv_ft_note{
    margin:0 auto 9px; max-width:640px;
    font-size:13.5px; line-height:1.9; color:#94a5af;
    word-break:keep-all;
}
#new_ft .nv_ft_copy{
    position:relative;
    margin:22px auto 0; padding-top:20px; max-width:640px;
    font-size:12.5px; line-height:1.8; color:#7e8d97; letter-spacing:.2px;
    word-break:keep-all;
}
#new_ft .nv_ft_copy::before{
    content:''; position:absolute; left:50%; top:0; transform:translateX(-50%);
    width:58px; height:1px; background:rgba(255,255,255,.15);
}
#new_ft .nv_ft_copy + .nv_ft_copy{ margin-top:5px; padding-top:0; }
#new_ft .nv_ft_copy + .nv_ft_copy::before{ content:none; }
#new_ft .nv_ft_en{ font-size:11.5px; color:#6d7c86; }

@media (max-width:767px){
    #new_ft .nv_ft{ padding:28px 18px 32px; }
    #new_ft .nv_ft_note{ font-size:13px; line-height:1.85; }
    #new_ft a.nv_ft_logo .nv_logo_tx b{ font-size:20px; }
}

/* 팝업레이어 알림 — h2 에서 div 로 바꾼 자리. 보이는 모습은 그대로 숨김 */
#hd_pop .nv_pop_ttl{
    position:absolute; width:0; height:0;
    font-size:0; line-height:0; overflow:hidden;
}


/* ═══════════════════════════════════════════════════════════════════════
   11. 제목 태그 정리 — 속페이지 (2026-09-11)

   메인 말고 다른 페이지에서도 h1 보다 먼저 h2·h3 가 나오고 있었습니다.
       H3 최신 글        ← 오른쪽 위 최신글 상자
       H2 스포츠분석     ← 게시판 이름
       H1 노바티비 …     ← 진짜 제목이 세 번째
   앞의 둘은 제목 태그를 떼고 일반 칸으로 바꿨습니다. 보이는 모습은 그대로입니다.
   ═══════════════════════════════════════════════════════════════════════ */

/* 최신글 상자 머리 — h3 였던 자리 */
.latest_tit .nv_latest_ttl{
    display:inline-block; margin:0; padding:0;
    font-size:16px; font-weight:700; line-height:1.4; color:inherit;
}

/* 게시판 이름 — h2 였던 자리 */
.sub_tit .nv_bo_ttl{
    display:block; margin:0; padding:0;
    font-size:22px; font-weight:800; line-height:1.35; letter-spacing:-.4px; color:#fff;
}
@media (max-width:767px){
    .sub_tit .nv_bo_ttl{ font-size:18px; }
}

/* 하이라이트 목록의 글 제목 — h2 에서 h3 로 내렸습니다 */
.gall_text_href .nv_gall_tit,
.nv_gall_tit{
    margin:0; font-size:15px; font-weight:600; line-height:1.45;
}
.nv_gall_tit a{ color:inherit; }

/* 하이라이트 글 제목이 이제 h1 입니다 — 보이는 크기는 그대로 */
.view_top_tit > h1{
    margin:0 0 8px; font-size:22px; font-weight:800; line-height:1.4; color:#fff;
}
@media (max-width:767px){
    .view_top_tit > h1{ font-size:18px; }
}


/* ═══════════════════════════════════════════════════════════════════════
   12. 휴대폰 화면 다듬기 (2026-09-11)

   손에 쥐고 보는 화면이라 규칙은 하나입니다.
   "한 화면에 더 많이, 대신 더 단순하게."
   ═══════════════════════════════════════════════════════════════════════ */

/* ───────────────────────────────────────────────────────────────────────
   12-1. 페이지 제목 — h1 과 게시판 이름이 따로 놀던 것을 하나로
   ───────────────────────────────────────────────────────────────────────
   전에는 이랬습니다.
        노바티비 중계 일정 - 오늘과 내일 경기 시간표   ← 흐린 작은 글씨(h1)
        중계 일정                                    ← 큰 글씨(게시판 이름)
   같은 말이 두 번, 크기는 거꾸로였습니다.
   h1 을 진짜 제목답게 세우고, 바로 아래 게시판 이름은 감춥니다.          */

h1.nv_page_h1{
    position:relative;
    display:block; margin:10px 0 16px; padding:14px 16px 14px 18px;
    font-size:19px; font-weight:800; line-height:1.45; letter-spacing:-.4px;
    color:#fff; background:var(--nv-card,#16232b);
    border:1px solid var(--nv-line,#2a3d47); border-radius:12px;
    word-break:keep-all;
}
h1.nv_page_h1::before{
    content:''; position:absolute; left:0; top:14px; bottom:14px; width:4px;
    border-radius:0 3px 3px 0;
    background:linear-gradient(180deg,var(--nv-teal,#35dcd8),var(--nv-teal-d,#1a7f9e));
}
/* 바로 아래 따라오던 게시판 이름은 같은 말이라 감춥니다 */
h1.nv_page_h1 + .sub_titbox{ display:none !important; }

@media (max-width:991px){
    h1.nv_page_h1{
        margin:8px 0 12px; padding:12px 14px 12px 16px;
        font-size:16.5px; line-height:1.4; border-radius:10px;
    }
    h1.nv_page_h1::before{ top:12px; bottom:12px; width:3px; }
    /* h1 이 없는 게시판(스포츠분석)은 게시판 이름이 제목 노릇을 합니다 */
    .sub_titbox{ margin:8px 0 12px !important; padding:0 !important; }
    .sub_tit .nv_bo_ttl{ font-size:19px; }
}


/* ───────────────────────────────────────────────────────────────────────
   12-2. 글 목록 — 아랫줄(글쓴이·날짜·조회수)을 걷어내고 높이를 줄입니다
   ───────────────────────────────────────────────────────────────────────
   한 줄이 86px 이라 한 화면에 여섯 줄밖에 안 들어왔습니다.
   제목만 남기면 48px 정도가 되어 열 줄 넘게 들어옵니다.                  */

@media (max-width:991px){
    .board_list_box .list_item .user_stat{ display:none !important; }
    .board_list_box .list_item{ padding:0 !important; }
    .board_list_box .list_item .list_lt{ padding:12px 14px !important; }
    .board_list_box .list_item .subject_box{ margin:0 !important; }
    .board_list_box .list_item .subject_box > a{
        display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
        overflow:hidden; font-size:14.5px; line-height:1.45; color:#e2e9ec;
    }
    .board_list_box .list_item .comment_cnt{ font-size:11.5px; color:#5fd3cf; }
    .board_list_box .list_item + .list_item{ border-top:1px solid rgba(255,255,255,.06); }
}


/* ───────────────────────────────────────────────────────────────────────
   12-3. 하이라이트 카드 — 한 화면에 두 줄은 들어오게
   ───────────────────────────────────────────────────────────────────────
   카드 하나가 300px 이라 두 개밖에 안 보였습니다.
   그림 아래 붙어 있던 날짜·댓글수·글쓴이 두 줄을 걷어내고
   제목은 두 줄까지만 보이게 잘라 절반 가까이 줄였습니다.                 */

@media (max-width:991px){
    .board_gall .gall_item{ margin-bottom:12px !important; }
    .board_gall .gall_item .gall_txt{ display:none !important; }
    .board_gall .gall_item .gall_title{ padding:7px 2px 0 !important; min-height:0 !important; }
    .board_gall .gall_item .nv_gall_tit{
        margin:0; font-size:13px; font-weight:600; line-height:1.4;
    }
    .board_gall .gall_item .nv_gall_tit a{
        display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
        overflow:hidden; color:#dfe7ea;
    }
    .board_gall .gall_item .gall_thumb img{ border-radius:8px; }
}


/* ───────────────────────────────────────────────────────────────────────
   12-4. 아래 메뉴줄 — 세 칸 (1채널 · 2채널 · 채팅)
   ─────────────────────────────────────────────────────────────────────── */

.ft_nav{
    background:#101b22 !important;
    border-top:1px solid rgba(53,220,216,.30) !important;
    box-shadow:0 -6px 18px rgba(0,0,0,.35);
}
.ft_navbox.nv_ft3{ display:flex !important; margin:0 !important; padding:0 !important; }
.ft_navbox.nv_ft3 > li{
    flex:1 1 0; min-width:0; list-style:none;
    border-right:1px solid rgba(255,255,255,.06) !important;
}
.ft_navbox.nv_ft3 > li:last-child{ border-right:0 !important; }
.ft_navbox.nv_ft3 > li::before{ display:none !important; }
.ft_navbox.nv_ft3 > li > a{
    position:relative;
    display:flex !important; flex-direction:column; align-items:center; justify-content:center;
    gap:3px; width:100% !important; padding:9px 4px 8px !important;
    color:#cfdce1 !important; font-weight:700 !important; font-size:11.5px !important;
    text-decoration:none;
}
.ft_navbox.nv_ft3 > li > a:active{ background:rgba(53,220,216,.10); }
.ft_navbox.nv_ft3 .nv_ft_ic{ font-size:15px; line-height:1; color:#35dcd8; }
.ft_navbox.nv_ft3 .nv_ft_tx{ line-height:1.2; }
.ft_navbox.nv_ft3 .nv_chat > a .nv_ft_ic{ color:#8b7cff; }
.ft_navbox.nv_ft3 .nv_ft_new{
    display:none; position:absolute; top:5px; left:50%; margin-left:6px;
    min-width:17px; height:17px; padding:0 4px; border-radius:9px;
    background:#ff4d64; color:#fff; font-size:10.5px; font-weight:800;
    line-height:17px; text-align:center;
}


/* ───────────────────────────────────────────────────────────────────────
   12-5. 채팅창 — 화면을 다 덮지 않게
   ───────────────────────────────────────────────────────────────────────
   자세한 규칙은 nvchat.php 안에 있고, 여기서는 아래 메뉴줄에 가리지 않게
   자리만 조금 띄웁니다.                                                  */

@media (max-width:991px){
    .nvc.open{ bottom:calc(52px + env(safe-area-inset-bottom,0px)) !important; }
}


/* ───────────────────────────────────────────────────────────────────────
   12-6. 게시판 아래 안내글 (.nv-info) — 글 속에 style 을 넣지 않아도 되게
   ─────────────────────────────────────────────────────────────────────── */

.nv-info{
    max-width:900px; margin:24px auto 0; padding:20px 16px 8px;
    font-size:15px; line-height:1.75; color:#c9d1d6; word-break:keep-all;
}
.nv-info h2{
    font-size:19px; font-weight:700; color:var(--nv-teal,#2ec4c4);
    margin:26px 0 10px; padding-bottom:8px; border-bottom:1px solid #2a3439;
}
.nv-info h2:first-child{ margin-top:4px; }
.nv-info p{ margin:0 0 14px; color:#b8c1c7; }
.nv-info strong{ color:#fff; font-weight:700; }
.nv-info a{ color:var(--nv-teal,#2ec4c4); text-decoration:none; }
.nv-info a:hover{ color:#4fe3e3; text-decoration:underline; }
@media (max-width:991px){
    .nv-info{ margin-top:18px; padding:16px 14px 4px; font-size:14.5px; }
    .nv-info h2{ font-size:17px; margin:20px 0 9px; }
}


/* ═══════════════════════════════════════════════════════════════════════
   13. 휴대폰 화면 다듬기 — 두 번째 (2026-09-12)
   ═══════════════════════════════════════════════════════════════════════ */

/* ───────────────────────────────────────────────────────────────────────
   13-1. 메뉴줄과 첫 배너 사이를 조금 띄웁니다
   ───────────────────────────────────────────────────────────────────────
   메뉴 바로 아래에 큰 배너가 딱 붙어 있어 답답해 보였습니다.         */
@media (max-width:991px){
    .nv_main > .nv_box > .nv_sc:first-child,
    .nv_main .nv_sc_lead{ margin-top:14px !important; }
    .gt_contents > h1.nv_page_h1:first-child{ margin-top:14px !important; }
    .sub_titbox:first-child{ margin-top:14px !important; }
}


/* ───────────────────────────────────────────────────────────────────────
   13-2. 글 안의 표 — 잘리지 않고 좌우로 밀어 볼 수 있게
   ───────────────────────────────────────────────────────────────────────
   경기일정·경기결과 표가 화면보다 넓어 오른쪽이 잘려 보였습니다.
   표를 감싼 칸(.nv_tw)만 좌우로 움직이게 하고, 글은 그대로 둡니다.
   (감싸는 일은 tail.php 의 짧은 스크립트가 합니다)                  */

.nv_tw{
    overflow-x:auto; -webkit-overflow-scrolling:touch;
    margin:0 0 14px; padding-bottom:2px;
    scrollbar-width:thin; scrollbar-color:rgba(53,220,216,.5) transparent;
}
.nv_tw::-webkit-scrollbar{ height:6px; }
.nv_tw::-webkit-scrollbar-thumb{ background:rgba(53,220,216,.45); border-radius:3px; }
.nv_tw::-webkit-scrollbar-track{ background:rgba(255,255,255,.05); border-radius:3px; }
.nv_tw > table{ margin-bottom:0; }

@media (max-width:991px){
    /* 본문 칸이 넘치는 것을 잘라 버리고 있어서, 표 칸만 예외로 둡니다 */
    #bo_v_con{ overflow-x:visible !important; }
    .nv_tw > table{ font-size:13px; }
    .nv_tw > table th,
    .nv_tw > table td{
        white-space:nowrap; padding:8px 10px !important; line-height:1.45;
    }
}


/* ───────────────────────────────────────────────────────────────────────
   13-3. ☰ 메뉴 안의 고객센터 배너 (휴대폰)
   ─────────────────────────────────────────────────────────────────────── */

#sidebar-nova-cs{ padding:12px 14px 4px; }
a.nv_sb_cs{
    display:flex; align-items:center; gap:10px;
    padding:13px 14px; border-radius:10px; text-decoration:none;
    background:linear-gradient(135deg,#1f6f8b,#2d8fb0);
    color:#fff; font-size:14px; font-weight:700; line-height:1.3;
    box-shadow:0 4px 14px rgba(0,0,0,.28);
}
a.nv_sb_cs:hover,a.nv_sb_cs:focus{ filter:brightness(1.12); color:#fff; text-decoration:none; }
a.nv_sb_cs .ic{
    flex:0 0 auto; width:28px; height:28px; border-radius:50%;
    background:rgba(255,255,255,.18); font-size:15px;
    display:flex; align-items:center; justify-content:center;
}
a.nv_sb_cs .tx{ flex:1 1 auto; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
a.nv_sb_cs .go{ flex:0 0 auto; font-size:18px; opacity:.75; }


/* ═══════════════════════════════════════════════════════════════════════
   14. 휴대폰 화면 다듬기 — 세 번째 (2026-09-12)
   ═══════════════════════════════════════════════════════════════════════ */

/* 14-1. 메뉴줄과 큰 배너 사이 띄우기
   ───────────────────────────────────────────────────────────────────────
   지난번에는 .nv_sc(글 구역)에만 여백을 줬는데,
   맨 위 큰 배너는 .nv_hero 라는 다른 칸이어서 그대로 붙어 있었습니다.
   배너 아래 여백(20px)과 같은 값을 위에도 줍니다.                       */
.nv_hero,
.nv_hero_mo{ margin-top:20px !important; }

@media (max-width:991px){
    .nv_hero,
    .nv_hero_mo{ margin-top:18px !important; }
}


/* 14-2. 표가 잘리지 않게 — 스크립트가 늦게 돌아도 되도록 한 겹 더
   ───────────────────────────────────────────────────────────────────────
   표를 감싸는 일은 tail.php 의 스크립트가 하지만,
   스크립트가 막히거나 늦어도 잘리지는 않도록 여기서도 막아 둡니다.    */
@media (max-width:991px){
    #bo_v_con,
    #bo_v_con .view-content,
    .nv-info{ overflow-x:auto !important; -webkit-overflow-scrolling:touch; }
    #bo_v_con table:not(.nv_tw table){ min-width:0; }
}


/* 14-3. 채팅창 입력칸 안내글 색 */
.nvc_inbox input[type=text]::placeholder{ color:#7e929b; }
