@charset "utf-8";

/* 경기공유 구조 최종 보정: 공용 nav/h2/ul/#bo_sch 규칙과 완전히 분리 */
html body #scoreline_board_page.scoreline_game_share_page {
    display:block!important;
    position:relative!important;
    width:854px!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:left!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-menu {
    display:flex!important;
    position:relative!important;
    align-items:stretch!important;
    width:100%!important;
    height:69px!important;
    min-height:69px!important;
    margin:0 0 10px!important;
    padding:0!important;
    border:1px solid #d8d8d8!important;
    border-top:3px solid #063d70!important;
    background:#fff!important;
    overflow:visible!important;
    clear:both!important;
    float:none!important;
    box-sizing:border-box!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title {
    display:flex!important;
    position:relative!important;
    flex:0 0 140px!important;
    align-items:center!important;
    width:140px!important;
    height:66px!important;
    margin:0!important;
    padding:0 0 0 32px!important;
    border:0!important;
    border-right:1px solid #dedede!important;
    background:#f2f2f2!important;
    color:#003d75!important;
    font-size:20px!important;
    font-weight:700!important;
    line-height:1!important;
    text-align:left!important;
    letter-spacing:-1px!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
    overflow:visible!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title:before {
    position:absolute!important;
    top:24px!important;
    right:-9px!important;
    z-index:2!important;
    width:0!important;
    height:0!important;
    border-top:9px solid transparent!important;
    border-bottom:9px solid transparent!important;
    border-left:9px solid #dedede!important;
    content:""!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title:after {
    position:absolute!important;
    top:24px!important;
    right:-8px!important;
    z-index:3!important;
    width:0!important;
    height:0!important;
    border-top:9px solid transparent!important;
    border-bottom:9px solid transparent!important;
    border-left:9px solid #f2f2f2!important;
    content:""!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tabs {
    display:flex!important;
    position:relative!important;
    flex:1 1 auto!important;
    align-items:flex-start!important;
    height:66px!important;
    margin:0!important;
    padding:12px 0 0 24px!important;
    border:0!important;
    background:#fff!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab {
    display:flex!important;
    position:relative!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    height:42px!important;
    margin:0!important;
    padding:0 16px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#003d75!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:42px!important;
    text-align:center!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab + .scoreline-game-share-tab:before {
    position:absolute!important;
    top:15px!important;
    left:0!important;
    width:1px!important;
    height:12px!important;
    background:#e1e1e1!important;
    content:""!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab.on {
    min-width:56px!important;
    padding:0 18px!important;
    background:#003f78!important;
    color:#fff!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab.on:before,
html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab.on + .scoreline-game-share-tab:before {
    display:none!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab:hover {
    color:#0c65b8!important;
}
html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab.on:hover {
    color:#fff!important;
}

/* 공용 #bo_sch 절대배치가 메뉴 위로 올라오는 문제 제거 */
html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search.scoreline-game-share-search {
    display:block!important;
    position:static!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:18px 0 0!important;
    padding:10px 0!important;
    border:0!important;
    border-top:1px solid #dedede!important;
    background:transparent!important;
    text-align:left!important;
    overflow:visible!important;
    z-index:auto!important;
    box-sizing:border-box!important;
}

html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search legend {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    border:0!important;
}

html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search form {
    display:flex!important;
    position:static!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:5px!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    background:transparent!important;
}

html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search select,
html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search input.sch_input,
html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search button.sch_btn {
    display:block!important;
    position:static!important;
    float:none!important;
    height:30px!important;
    margin:0!important;
    border:1px solid #bfc3c8!important;
    border-radius:0!important;
    box-sizing:border-box!important;
    font-size:12px!important;
    line-height:28px!important;
}

html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search select {
    width:80px!important;
    padding:0 5px!important;
    background:#fff!important;
    color:#555!important;
}
html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search input.sch_input {
    width:130px!important;
    padding:0 7px!important;
    background:#fff!important;
    color:#333!important;
}
html body #scoreline_board_page.scoreline_game_share_page #scoreline_game_share_search button.sch_btn {
    min-width:42px!important;
    padding:0 8px!important;
    background:#fff!important;
    color:#222!important;
    cursor:pointer!important;
}

/* 목록 테이블이 메뉴와 같은 너비를 유지하도록 고정 */
html body #scoreline_board_page.scoreline_game_share_page #bo_list,
html body #scoreline_board_page.scoreline_game_share_page #fboardlist,
html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-table {
    display:block!important;
    position:static!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-table table {
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
}

html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-table .td_name {
    width:166px!important;
}
html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-table .scoreline-author-icon,
html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-table .scoreline-author-icon img {
    width:26px!important;
    height:26px!important;
    max-width:26px!important;
    max-height:26px!important;
}

@media (max-width:700px) {
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-menu {
        height:auto!important;
        min-height:0!important;
        flex-direction:column!important;
    }
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title {
        flex:0 0 48px!important;
        width:100%!important;
        height:48px!important;
        padding-left:16px!important;
        border-right:0!important;
        border-bottom:1px solid #dedede!important;
    }
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title:before,
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-title:after {
        display:none!important;
    }
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tabs {
        flex-wrap:wrap!important;
        height:auto!important;
        padding:6px!important;
        overflow:visible!important;
    }
    html body #scoreline_board_page.scoreline_game_share_page .scoreline-game-share-tab {
        height:36px!important;
        padding:0 11px!important;
        line-height:36px!important;
    }
}
