@charset "utf-8";

/********************************************************
■ SideBar : 사이드바(모바일 메뉴)
********************************************************/

/* sidebar Box */
#nt_sidebar { 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; background-color:#232626; -webkit-overflow-scrolling:touch; }

/* Icon */
.sidebar-icon i { font-size:40px; line-height:40px; }

/* 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: -100%; width:100%; }
}

/* 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: 20px; right: 25px; z-index: 2; }
#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; }

/* adds */ 
.nt_sidebar_m_top_menu {
    padding: 10px 0;
}
.nt_sidebar_m_header {
    position: relative;
    font-size: 21px;
    font-weight: 700;
    background: #232626;
    color: #cbcbcb;
    border-bottom: 3px solid #68f3af;
    padding: 8px 15px 6px
}
.icon_sidebar_m_x {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}
.icon_sidebar_m_x img {
    max-width: 100%;
}.nt_sidebar_m_member {
    padding: 18px 15px 20px;
    font-size: 13px;
}
.nt_sidebar_m_member .mb_level {
    padding-left: 1px;
}
.nt_sidebar_m_member .hide-photo .xp-icon img {
    width: 16px!important;
    vertical-align: top;
    margin-top: 5px
}
.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt {
    position: relative;
    margin-left: 10px;
    cursor: pointer
}
.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt img {
    width: 35px
}
.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt span {
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: 0;
    left: 16px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 4px 2px;
    background: #68f3af;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px #727272;
    -webkit-box-shadow: 0 4px 6px -2px #727272;
    -moz-box-shadow: 0 4px 6px -2px #727272;
    white-space: nowrap;
    vertical-align: baseline
}

.nt_sidebar_m_member .mb_level {
    padding-left: 1px
}

.nt_sidebar_m_member .mb_level img {
    width: 11px;
    margin-right: 3px
}

.nt_sidebar_m_member .hide-photo .sv_wrap {
    font-weight: 700;
    font-size: 15px;
}
.nt_sidebar_m_member .mb_exp {
    line-height: 1
}

.nt_sidebar_m_member .mb_exp .div-progress {
    border-radius: 50px;
    color: #929292;
    background: #fff;
    box-shadow: 0 1px 3px #00000024;
    overflow: hidden
}

.nt_sidebar_m_member .mb_exp .div-progress .progress-bar {
    background: #68f3af;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    border-radius: 50px
}
.nt_sidebar_m_member .mb_point .btn_point {
    display: inline-block;
    vertical-align: top;
    background: #292d2e;
    color: #000;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px 8px;
    margin-left: 5px;
    line-height: 1;
}
.nt_sidebar_m_top_menu_c {
}

.nt_sidebar_m_top_menu_c ul {
    font-size: 0
}

.nt_sidebar_m_top_menu_c ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

.nt_sidebar_m_top_menu_c ul li {
    display: inline-block;
    width: 25%;
    text-align: center
}

.nt_sidebar_m_top_menu_c ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    text-align: center
}

.nt_sidebar_m_top_menu_c ul li a .bg_circle {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 정사각형 비율 유지 */
    background: #292d2e;
    border-radius: 50%;
    text-align: center;
}
.nt_sidebar_m_top_menu_c ul li a .bg_circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}


.nt_sidebar_m_top_menu_c ul li a .img img {
    max-width: 35%;
    vertical-align: middle
}

.nt_sidebar_m_top_menu_c ul li a .mb_memo_cnt {
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: 50%;
    left: 58%;
    line-height: 1;
    min-width: 10px;
    padding: 3px 4px 2px;
    background: #28a745;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px #727272;
    -webkit-box-shadow: 0 4px 6px -2px #727272;
    -moz-box-shadow: 0 4px 6px -2px #727272;
    white-space: nowrap;
    vertical-align: baseline
}

.nt_sidebar_m_top_menu_c ul li .text {
    font-size: 13px;
    color: #cbcbcb;
    font-weight: 700;
    margin-top: 8px
}
.nt_sidebar_m_member .mb_signature {
    border-radius: 50px;
    color: #929292;
    background: #232626;
    box-shadow: 0 1px 3px #00000024;
    padding: 1px 10px 0;
    overflow: hidden;
}
.nt_sidebar_m_date {
    background: #232626
}

.nt_sidebar_m_date>div {
    padding: 4px 15px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5
}

.nt_sidebar_m_date>div:last-child {
    border-bottom: 0
}

.nt_sidebar_m_banner {
    padding: 0 10px 10px
}

.nt_sidebar_m_banner img {
    max-width: 100%
}
.nt_sidebar_m_banner {
    padding-top: 10px;
}
#nt_sidebar_m_top_menu_c {
    padding: 0 10px
}

#nt_sidebar_m_top_menu_c:after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both
}

#nt_sidebar_m_top_menu_c>div {
    display: flex;
    align-items: center;
    float: left;
    width: calc((100% - 10px)/3);
    margin-left: 5px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    border-radius: 6px
}

#nt_sidebar_m_top_menu_c>div:first-child {
    margin-left: 0
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_div {
    width: 100%;
    margin-top: 3px
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.08rem
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title img {
    *position: absolute;
    width: 30px
}

.nt_sidebar_m_banner {
    padding: 0 10px 10px
}

.nt_sidebar_m_banner img {
    max-width: 100%
}

.nt_sidebar_m_menu ul {
    width: 100%;
    border-collapse: collapse
}

.nt_sidebar_m_menu ul li {
    background: #fff;
}
.nt_sidebar_m_menu_depth_1 {
    font-size: 15px;
	color: #68f3af;
    font-weight: 700;
    padding: 4px 15px;
	background-color:#292d2e;
    border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
    margin-top: -1px
}

.nt_sidebar_m_menu_depth_2_list:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}
.nt_sidebar_m_menu_depth_2_list.divide_3 li {
    border-right: 1px solid #cbcbcb;
}
.nt_sidebar_m_menu_depth_2_list li {
    float: left;
    border-bottom: 1px solid #f5f5f5
}
.nt_sidebar_m_menu_depth_2_list.divide_2 li:first-child {
    border-right: 1px solid #ccc; /* 색은 원하는 대로 바꿔라 */
}
.nt_sidebar_m_menu_depth_2_list.divide_2 li {
    width: 50%
}

.nt_sidebar_m_menu_depth_2_list.divide_2 li:nth-child(2n) {
    border-right: 0
}

.nt_sidebar_m_menu_depth_2_list.divide_3 li {
    width: calc(100%/3)
}

.nt_sidebar_m_menu_depth_2_list.divide_3 li:nth-child(3n) {
    border-right: 0
}

.nt_sidebar_m_menu_depth_2_list li a {
    display: block;
	background-color:#292d2e;
    text-align: center;
    font-size: 13px;
    padding: 7px 0
}
#nt_sidebar_m .nt_sidebar_m_body .nt_sidebar_m_item {
    display: none
}