@charset "utf-8";

/********************************************************
■ SideBar : 사이드바(모바일 메뉴)
********************************************************/

/* sidebar Box */
#nt_sidebar { background:#2d2f31;top: 0; width: 360px; height:100%; position: fixed; z-index:500; box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); }
#nt_sidebar .sidebar-content { height: 100%; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; }

/* Icon */
.sidebar-icon i { font-size:22px; line-height:22px; }

/* Menu */
.sidebar-list h5 { padding:0.55rem 1.0rem; margin:0; font-weight:bold !important; border-top:1px solid #dee2e6; margin-top:-1px; }
.sidebar-list ul.off { display:none; }
.sidebar-list li { position:relative; }
.sidebar-list li a { display:block; padding:0.45rem 1.0rem; border-bottom:1px solid #eee; overflow:hidden; }
.sidebar-list li .me-a { padding-right:2.5rem; }
.sidebar-list .tree-toggle { position:absolute; z-index:1; top:0rem; right:0; width:2.5rem; padding:0.75rem 0; margin-top:0.15rem;	text-align:center; cursor:pointer; color:#aaa; }

.sidebar-list .me-ul { /*background:#fff;*/ }
.sidebar-list .me-ul1 { background:#fafafa; }
.sidebar-list .me-ul2 { }
.sidebar-list .me-li1 .me-a1,
.sidebar-list .me-li2 .me-a2 { padding-left:2.0rem; }
.sidebar-list .me-li.active .me-a,
.sidebar-list .me-li1.active .me-a1,
.sidebar-list .me-li2.active .me-a2 { font-weight:bold; }
.sidebar-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.sidebar-list .me-line2 .me-a2 { background:#eee; font-weight:bold; }
@media (min-width: 768px) {
	#nt_sidebar { right: -380px; }
}
@media (max-width: 767px) {
	#nt_sidebar { left: -380px; }
}

/* Mask */
#nt_sidebar_mask { display:none; position:fixed; z-index:499; background:rgba(0,0,0,0.75); left:0; top:0; width:100%; height:100%; }

/* Noti Tack */
#nt_sidebar_noti { position: fixed; z-index: 100; }
@media (min-width: 768px) {
	#nt_sidebar_noti { top:40%; right: 0; border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }
}
@media (max-width: 767px) {
	#nt_sidebar_noti { left:0; bottom:25px; border-top-right-radius: 50rem !important; border-bottom-right-radius: 50rem !important; }
}

/* Go to Top */
#nt_sidebar_move { display:none; position: fixed; width: 40px; bottom: 70px; right: 25px; z-index: 500; }
#nt_sidebar_move span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
#nt_sidebar_move .sidebar-move-bottom { display:none; }

.login_name {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login_name .login_lv {
    width: calc(100% - 16px);
    height: 24px;
    position: relative;
    font-size: 0;
}
.login_name > p {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    height: auto;
    position: relative;
    padding-left: 15px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #797979;
}
.login_name > p > a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
}


/* SIDE NAV */
.side_nav {
    width: 100%;
    height: auto;
    position: relative;
}

.side_nav .side_navbox {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 8px;
    padding: 15px 20px;
}

.side_nav .side_navbox .nav_item {
    width: calc((100% - 6px) / 2);
    height: auto;
    position: relative;
}

.side_nav .side_navbox .nav_item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 5px;
    border: 1px solid #1cb14d;
    background-color: #252525;
}
.side_nav .side_navbox .nav_item > a:hover {
    border-color: #1cb14d;
}

.side_nav .side_navbox .nav_item > a .icon {
    width: 26px;
    height: 26px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.side_nav .side_navbox .nav_item.sport_item > a .icon {
    background-image: url(/img/mobile/nav_icon_01.png?ver=240422);
}

.side_nav .side_navbox .nav_item.live_item > a .icon {
    background-image: url(/img/mobile/nav_icon_02.png?ver=240422);
}

.side_nav .side_navbox .nav_item.lineup_item > a .icon {
    background-image: url(/img/mobile/nav_icon_03.png?ver=240422);
}

.side_nav .side_navbox .nav_item.analy_item > a .icon {
    background-image: url(/img/mobile/nav_icon_04.png?ver=240422);
}

.side_nav .side_navbox .nav_item.commu_item > a .icon {
    background-image: url(/img/mobile/nav_icon_05.png?ver=240422);
}

.side_nav .side_navbox .nav_item.parner_item > a .icon {
    background-image: url(/img/mobile/nav_icon_06.png?ver=240422);
}

.side_nav .side_navbox .nav_item.notice_item > a .icon {
    background-image: url(/img/mobile/nav_icon_07.png?ver=240422);
}

.side_nav .side_navbox .nav_item.mypage_item > a .icon {
    background-image: url(/img/mobile/nav_icon_08.png?ver=240422);
}

.side_nav .side_navbox .nav_item > a > span {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

@media all and (max-width: 376px) {
    .side_nav .side_navbox .nav_item > a > span {
        font-size: 0.75rem;
    }
}

/* SIDE NAV END */

/* SIDE NAV DEPS */
.nav_depsbox {
    width: 100%;
    height: auto;
    position: relative;
}

.nav_depsbox .dpes_item {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #252525;
    border-top: 1px solid #1cb14d;
    border-bottom: 1px solid #1cb14d;
    display: none;
}

.nav_depsbox .dpes_item.active {
    display: block;
}

.nav_depsbox .dpes_item > li {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #1cb14d;
    padding: 15px 20px;
}

.nav_depsbox .dpes_item > li:last-of-type {
    border-bottom: 0;
}

.nav_depsbox .dpes_item > li > a {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.nav_depsbox .dpes_item > li > a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #1cb14d;
    border-radius: 5rem;
}

/* SIDE NAV DEPS END */

/* SIDE EXPRANK */
.side_exprank {
    width: 100%;
    height: auto;
    position: relative;
}
/* SIDE EXPRANK END */






