@charset "utf-8";

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

/* sidebar Box */
#nt_sidebar { top: 0; width: 280px; 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: -300px; }
}
@media (max-width: 767px) {
	#nt_sidebar { left: -300px; }
}

/* 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; }


/* TTC_SIDEBAR_ALWAYS_OPEN_MENU_SAFE_V1_20260126 */
/* 사이드바 내부 메뉴만: 소메뉴 항상 노출 + 토글 숨김 */
#nt_sidebar_menu ul.off{ display:block !important; }
#nt_sidebar_menu ul.tree{ display:block !important; }
#nt_sidebar_menu .tree-toggle{ display:none !important; }
#nt_sidebar_menu .me-a{ padding-right: 1.0rem !important; }


/* TTC_SIDEBAR_REFERENCE_STYLE_V1_20260126 */
/* 사이드바 내부만 스코프(다른 페이지 영향 금지) */

/* 헤더: 흰 배경 + 빨간 타이틀 + 하단 라인 */
#nt_sidebar_header {
  background:#fff !important;
  border-bottom:3px solid var(--ttc-primary, #d32f2f) !important;
}
#nt_sidebar_header .ttc-sb-title {
  color: var(--ttc-primary, #d32f2f) !important;
  font-weight:900 !important;
  font-size:22px !important;
  text-decoration:none !important;
}
#nt_sidebar_header .sidebar-close i {
  color:#bdbdbd !important;
  font-size:22px !important;
}
/* 빈 더보기(아이콘) 영역 숨김 */
#nt_sidebar #sidebar_more_icon { display:none !important; }

/* 상단 3버튼(메인 버튼 느낌 카드) */
#nt_sidebar_menu .ttc-sb-top {
  padding:12px 16px 6px;
  background:#fff;
}
#nt_sidebar_menu .ttc-sb-qbtnrow {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}
#nt_sidebar_menu .ttc-sb-qbtn {
  background:#fff !important;
  border-radius:14px !important;
  box-shadow:0 8px 18px rgba(0,0,0,.08) !important;
  padding:12px 8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:52px;
  color:#111 !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
#nt_sidebar_menu .ttc-sb-qico { font-size:22px; line-height:1; }
#nt_sidebar_menu .ttc-sb-qtxt { font-size:14px; line-height:1; }

/* 배너(레퍼런스 느낌 카드 배너) */
#nt_sidebar_menu .ttc-sb-banner {
  margin:10px 16px 14px;
  border-radius:16px;
  padding:14px 14px;
  background: linear-gradient(90deg, #1aa8ff, #36b8ff);
  color:#fff;
  display:flex;
  align-items:center;
  gap:12px;
}
#nt_sidebar_menu .ttc-sb-banner-ico {
  width:44px; height:44px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex:0 0 44px;
}
#nt_sidebar_menu .ttc-sb-banner-title {
  font-size:18px;
  font-weight:900;
  line-height:1.1;
}
#nt_sidebar_menu .ttc-sb-banner-sub {
  font-size:13px;
  opacity:.95;
  margin-top:4px;
}

/* 메뉴: 섹션 헤더(회색) + 2열 그리드 */
#nt_sidebar_menu h5 { display:none !important; }

/* 기본 위젯 CSS의 border-bottom 제거(사이드바 메뉴 내부만) */
#nt_sidebar_menu a { border-bottom:0 !important; }

/* 섹션 헤더: top-level .me-a */
#nt_sidebar_menu .me-li > .me-a {
  background:#f2f2f2 !important;
  font-weight:900 !important;
  font-size:20px !important;
  padding:12px 16px !important;
  border-top:1px solid #e9e9e9 !important;
  border-bottom:1px solid #e9e9e9 !important;
}
#nt_sidebar_menu .me-a i { display:none !important; }

/* 소메뉴: 2열 그리드 셀 */
#nt_sidebar_menu .me-ul1 {
  display:grid !important;
  grid-template-columns:repeat(2, 1fr);
  background:#fff !important;
  margin:0 !important;
  padding:0 !important;
}
#nt_sidebar_menu .me-ul1 > li {
  margin:0 !important;
  padding:0 !important;
  border-bottom:1px solid #eee !important;
  border-right:1px solid #eee !important;
}
#nt_sidebar_menu .me-ul1 > li:nth-child(2n) { border-right:0 !important; }
#nt_sidebar_menu .me-ul1 .me-a1 {
  padding:14px 10px !important;
  text-align:center !important;
  font-size:16px !important;
  font-weight:800 !important;
  color:#111 !important;
  text-decoration:none !important;
}
#nt_sidebar_menu .me-a1 i { display:none !important; }

/* 라인형 항목은 전체폭 */
#nt_sidebar_menu .me-li1.me-line1 {
  grid-column:1 / -1;
  border-right:0 !important;
}
#nt_sidebar_menu .me-li1.me-line1 .me-a1 {
  background:#eee !important;
  text-align:left !important;
  padding:10px 16px !important;
  font-weight:900 !important;
}

/* 깊은 토글/캐럿 숨김 + 항상 펼침(기존 SAFE 규칙 유지/강화) */
#nt_sidebar_menu .tree-toggle { display:none !important; }
#nt_sidebar_menu ul.off { display:block !important; }
#nt_sidebar_menu ul.tree { display:block !important; }


/* TTC_SIDEBAR_USERCARD_STYLE_V1_20260127 */
/* 사이드바 내부만 적용(전역 영향 금지) */
#nt_sidebar #nt_sidebar_menu { background:#fff; }

#nt_sidebar .ttc-sb-usercard {
  margin: 12px 16px 10px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  overflow:hidden;
}

#nt_sidebar .ttc-sb-userhead {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 14px 10px;
}

#nt_sidebar .ttc-sb-avatar {
  width:44px; height:44px;
  border-radius:999px;
  background:#e6e6e6;
  flex:0 0 44px;
}

#nt_sidebar .ttc-sb-userinfo {
  flex:1 1 auto;
  min-width:0;
}
#nt_sidebar .ttc-sb-username {
  font-size:22px;
  font-weight:900;
  line-height:1.1;
  color:#111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#nt_sidebar .ttc-sb-userlvl {
  margin-top:6px;
  font-size:14px;
  font-weight:800;
  color: var(--ttc-primary, #d32f2f);
}

#nt_sidebar .ttc-sb-logout {
  flex:0 0 auto;
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:8px 12px;
  font-weight:900;
  color:#111;
  text-decoration:none !important;
}

#nt_sidebar .ttc-sb-stat {
  padding: 0 14px 10px;
}
#nt_sidebar .ttc-sb-statrow {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin: 6px 0 8px;
}
#nt_sidebar .ttc-sb-statlabel {
  font-size:18px;
  font-weight:900;
  color:#111;
}
#nt_sidebar .ttc-sb-statval {
  font-size:18px;
  font-weight:900;
  color:#111;
}
#nt_sidebar .ttc-sb-progress {
  height:14px;
  background:#eee;
  border-radius:999px;
  overflow:hidden;
}
#nt_sidebar .ttc-sb-progress > span {
  display:block;
  height:100%;
  background: var(--ttc-primary, #d32f2f);
}

#nt_sidebar .ttc-sb-point {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 10px 14px 14px;
  border-top:1px solid #f0f0f0;
}
#nt_sidebar .ttc-sb-pointval {
  font-size:22px;
  font-weight:900;
  color: var(--ttc-primary, #d32f2f);
}
#nt_sidebar .ttc-sb-coin {
  margin-right:6px;
}

#nt_sidebar .ttc-sb-quick {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
  padding: 14px 10px 14px;
  border-top:1px solid #f0f0f0;
}
#nt_sidebar .ttc-sb-qitem {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none !important;
  color:#111 !important;
}
#nt_sidebar .ttc-sb-qdot {
  width:44px; height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
}
#nt_sidebar .ttc-qdot-red { background:#ff3b30; }
#nt_sidebar .ttc-qdot-blue { background:#2f80ff; }
#nt_sidebar .ttc-qdot-green { background:#18b56a; }
#nt_sidebar .ttc-qdot-purple { background:#8b5cf6; }
#nt_sidebar .ttc-sb-qname {
  font-size:14px;
  font-weight:900;
}



/* TTC_SIDEBAR_MOBILE_FULLSCREEN_V1_20260127 */
@media (max-width: 767px) {
  #nt_sidebar {
    left:0 !important;
    right:auto !important;
    top:0 !important;
    width:100vw !important;
    height:100vh !important;
    transform:translateX(-100%) !important;
    transition:transform .25s ease !important;
  }
  html.ttc-sb-open #nt_sidebar {
    transform:translateX(0) !important;
  }
  html.ttc-sb-open #nt_sidebar_mask {
    display:block !important;
    position:fixed !important;
    inset:0 !important;
  }
  #nt_sidebar .sidebar-content {
    height:100vh !important;
    overflow:auto !important;
  }
}


/* TTC_SIDEBAR_TUNE_V1_20260127 */

/* 헤더: 빨간 배경 + 흰 글씨 */
#nt_sidebar_header {
  background: var(--ttc-primary, #d32f2f) !important;
  border-bottom: 0 !important;
}
#nt_sidebar_header .ttc-sb-title {
  color:#fff !important;
}
#nt_sidebar_header .sidebar-close i {
  color:#fff !important;
  opacity:.9;
}

/* ===== 내정보 위젯(크기 축소 + 값 줄바꿈 방지) ===== */
#nt_sidebar .ttc-sb-usercard {
  margin: 10px 12px 8px !important;
  border-radius: 14px !important;
}
#nt_sidebar .ttc-sb-userhead {
  padding: 12px 12px 8px !important;
  gap: 10px !important;
}
#nt_sidebar .ttc-sb-avatar {
  width: 38px !important;
  height: 38px !important;
}
#nt_sidebar .ttc-sb-username {
  font-size: 18px !important;
}
#nt_sidebar .ttc-sb-userlvl {
  margin-top: 4px !important;
  font-size: 12px !important;
}
#nt_sidebar .ttc-sb-logout {
  padding: 6px 10px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}

#nt_sidebar .ttc-sb-stat {
  padding: 0 12px 8px !important;
}
#nt_sidebar .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-statval {
  font-size: 16px !important;
  white-space: nowrap !important;
}
#nt_sidebar .ttc-sb-progress {
  height: 10px !important;
}

#nt_sidebar .ttc-sb-point {
  padding: 8px 12px 10px !important;
  gap: 10px !important;
}
#nt_sidebar .ttc-sb-point .ttc-sb-statlabel {
  white-space: nowrap !important;
}
#nt_sidebar .ttc-sb-pointval {
  font-size: 18px !important;
  white-space: nowrap !important;   /* 12,500 P 끊김 방지 */
  flex: 0 0 auto !important;
}

#nt_sidebar .ttc-sb-quick {
  padding: 10px 8px 12px !important;
}
#nt_sidebar .ttc-sb-qdot {
  width: 40px !important;
  height: 40px !important;
  font-size: 16px !important;
}
#nt_sidebar .ttc-sb-qname {
  font-size: 12px !important;
}

/* ===== 아래(상단 3버튼/배너/메뉴)도 살짝 축소 ===== */
#nt_sidebar_menu .ttc-sb-top {
  padding: 10px 12px 4px !important;
}
#nt_sidebar_menu .ttc-sb-qbtnrow {
  gap: 8px !important;
}
#nt_sidebar_menu .ttc-sb-qbtn {
  min-height: 44px !important;
  padding: 10px 6px !important;
  border-radius: 12px !important;
}
#nt_sidebar_menu .ttc-sb-qico {
  font-size: 18px !important;
}
#nt_sidebar_menu .ttc-sb-qtxt {
  font-size: 12px !important;
}

#nt_sidebar_menu .ttc-sb-banner {
  margin: 8px 12px 12px !important;
  border-radius: 14px !important;
  padding: 12px !important;
}
#nt_sidebar_menu .ttc-sb-banner-title {
  font-size: 16px !important;
}
#nt_sidebar_menu .ttc-sb-banner-sub {
  font-size: 12px !important;
}

#nt_sidebar_menu .me-li > .me-a {
  font-size: 18px !important;
  padding: 10px 12px !important;
}
#nt_sidebar_menu .me-ul1 .me-a1 {
  padding: 12px 8px !important;
  font-size: 14px !important;
}


/* TTC_SIDEBAR_FIX_COLORS_V1_20260127 */

/* 헤더(항상): 빨간 배경 + 흰 글씨 */
#nt_sidebar #nt_sidebar_header {
  background: var(--ttc-primary, #d32f2f) !important;
  border-bottom: 0 !important;
}
#nt_sidebar #nt_sidebar_header .ttc-sb-title {
  color:#fff !important;
}
#nt_sidebar #nt_sidebar_header .sidebar-close i {
  color:#fff !important;
  opacity:.9 !important;
}

/* 회원레벨은 회색(기존 위젯 느낌) */
#nt_sidebar .ttc-sb-userlvl {
  color:#8a8a8a !important;
  font-weight:700 !important;
}

/* 경험치 게이지/포인트 값: 항상 보이도록 강제 */
#nt_sidebar .ttc-sb-progress {
  background:#eee !important;
}
#nt_sidebar .ttc-sb-progress > span {
  display:block !important;
  background: var(--ttc-primary, #d32f2f) !important;  /* 빨간 게이지 */
}
#nt_sidebar .ttc-sb-pointval {
  color: var(--ttc-primary, #d32f2f) !important;       /* 빨간 포인트 */
  white-space: nowrap !important;
}
#nt_sidebar .ttc-sb-pointval * {
  color: inherit !important;
}

/* 메인페이지에서 특정 CSS가 아이콘/텍스트를 흰색으로 덮는 경우 대비 */
#nt_sidebar .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-statval,
#nt_sidebar .ttc-sb-username {
  color:#111 !important;
}

/* PC 햄버거(사이드바) 가로폭 +30% (280px -> 364px) */
@media (min-width: 768px) {
  #nt_sidebar {
    width: 364px !important;
  }
  /* 닫힌 상태 위치만 조정(중요: !important 없이 JS가 열 때 0으로 바꿀 수 있게) */
  #nt_sidebar { right: -390px; }
}


/* TTC_SIDEBAR_PC_WIDTH_AND_LV_FIX_V1_20260127 */

/* LV 값만 테마 빨강 */
#nt_sidebar .ttc-sb-userlvl {
  color:#8a8a8a !important;           /* '회원레벨'은 회색 */
  font-weight:700 !important;
}
#nt_sidebar .ttc-sb-lvnum {
  color: var(--ttc-primary, #d32f2f) !important;  /* LV.*은 빨강 */
  font-weight:900 !important;
}

/* PC: 폭 30% 확장(280 -> 364) + "첫 클릭부터" 바로 적용되도록 transform 방식으로 통일
   - 기존 widget.js의 right 애니메이션과 충돌 방지용 */
@media (min-width: 768px) {
  #nt_sidebar {
    width: 364px !important;
    left: auto !important;
    right: 0 !important;                  /* 위치 고정 */
    transform: translateX(110%) !important; /* 닫힘 상태: 화면 밖 */
    transition: transform .25s ease !important;
  }
  html.ttc-sb-open #nt_sidebar {
    transform: translateX(0) !important;  /* 열림 */
  }
  html.ttc-sb-open #nt_sidebar_mask {
    display:block !important;
  }
}


/* TTC_SIDEBAR_HOVER_GRID_OFFICIAL_V1_20260127 */

/* 1) 햄버거 메뉴 내부 버튼 hover 확대 */
#nt_sidebar a.ttc-sb-qbtn,
#nt_sidebar a.ttc-am-item,
#nt_sidebar .ttc-sb-qitem,
#nt_sidebar_menu .me-ul1 .me-a1,
#nt_sidebar_menu .me-li > .me-a {
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  will-change: transform;
}

#nt_sidebar a.ttc-sb-qbtn:hover,
#nt_sidebar a.ttc-am-item:hover,
#nt_sidebar .ttc-sb-qitem:hover,
#nt_sidebar_menu .me-ul1 .me-a1:hover {
  transform: scale(1.05);
  filter: brightness(1.02);
}

#nt_sidebar_menu .me-li > .me-a:hover {
  transform: scale(1.02);
}

/* 2) 서브메뉴 2열 고정(한 행 2개) */
#nt_sidebar_menu .me-ul1 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
#nt_sidebar_menu .me-ul1 > li {
  border-right: 1px solid #eee !important;
}
#nt_sidebar_menu .me-ul1 > li:nth-child(2n) {
  border-right: 0 !important;
}

/* 3) 공식보증업체: 빨간 텍스트(별은 PHP에서 추가 + 헤더 class(있으면)도 같이 적용) */
#nt_sidebar_menu .ttc-sb-official {
  color: var(--ttc-primary, #d32f2f) !important;
  font-weight: 900 !important;
}


/* TTC_SIDEBAR_ALIGN_GRID_STAR_V1_20260127 */

/* 대메뉴(1뎁스) 가운데 정렬 */
#nt_sidebar_menu .me-li > .me-a {
  text-align: center !important;
}

/* 서브메뉴(2뎁스) 2열 고정: 기존 ul.tree display:block !important 를 이 규칙이 이김 */
#nt_sidebar_menu ul.me-ul1.tree,
#nt_sidebar_menu ul.tree.me-ul1,
#nt_sidebar_menu .me-ul1 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}
#nt_sidebar_menu .me-ul1 > li {
  min-width: 0 !important;
  border-right: 1px solid #eee !important;
}
#nt_sidebar_menu .me-ul1 > li:nth-child(2n) {
  border-right: 0 !important;
}
#nt_sidebar_menu .me-ul1 .me-a1 {
  text-align: center !important;
}

/* 공식보증업체: 빨간 텍스트 + 별 애니메이션(헤더에서 찾은 keyframes 우선, 없으면 fallback) */
#nt_sidebar_menu .ttc-sb-official {
  color: var(--ttc-primary, #d32f2f) !important;
  font-weight: 900 !important;
}

#nt_sidebar_menu .ttc-sb-star {
  display: inline-block;
  margin: 0 6px;
  transform-origin: 50% 50%;
  animation: ttc-star-pulse 1.1s ease-in-out infinite;
}
#nt_sidebar_menu .ttc-sb-star-l { animation-delay: 0s; }
#nt_sidebar_menu .ttc-sb-star-r { animation-delay: .18s; }

@keyframes ttc-star-pulse{
  0%,100% { transform: translateY(0) scale(1); }

/* hover 확대(별도 부드럽게) */
#nt_sidebar_menu .ttc-sb-star {
  transition: transform .12s ease;
}
#nt_sidebar_menu .ttc-sb-official:hover .ttc-sb-star {
  transform: scale(1.12);
}


/* TTC_SIDEBAR_MYINFO_INTERACT_CSS_V1_20260130 */
a.ttc-sb-pointlink {
  color: inherit;
  text-decoration: none;
}
a.ttc-sb-pointlink:hover {
  text-decoration: underline;
}
.ttc-sb-progress {
  cursor: help;
}


/* TTC_SIDEBAR_MYINFO_HOVER_RED_V1_20260130 */
/* 포인트: hover 시 메인 위젯처럼 빨간색 */
#nt_sidebar a.ttc-sb-pointlink:hover {
  color: var(--ttc-primary, #d32f2f) !important;
}
#nt_sidebar .ttc-sb-point:hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-point:hover .ttc-sb-pointval,
#nt_sidebar .ttc-sb-point:hover .ttc-sb-pointlink {
  color: var(--ttc-primary, #d32f2f) !important;
}

/* 경험치: hover 시 '경험치' 라벨/퍼센트 텍스트를 빨간색 */
#nt_sidebar .ttc-sb-stat:hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-stat:hover .ttc-sb-statval {
  color: var(--ttc-primary, #d32f2f) !important;
}


/* TTC_SIDEBAR_MYINFO_HOVER_ACTIVE_RED_V2_20260130 */
/* 행 전체 클릭 가능한 느낌 */
#nt_sidebar .ttc-sb-stat,
#nt_sidebar .ttc-sb-point {
  cursor: pointer;
}

/* PC hover + 모바일 탭(active/JS 클래스)에서 텍스트 빨간색 */
#nt_sidebar .ttc-sb-point:hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-point:hover .ttc-sb-pointval,
#nt_sidebar .ttc-sb-point:active .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-point:active .ttc-sb-pointval,
#nt_sidebar .ttc-sb-point.ttc-tap-active .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-point.ttc-tap-active .ttc-sb-pointval {
  color: var(--ttc-primary, #d32f2f) !important;
}

#nt_sidebar .ttc-sb-stat:hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-stat:hover .ttc-sb-statval,
#nt_sidebar .ttc-sb-stat:active .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-stat:active .ttc-sb-statval,
#nt_sidebar .ttc-sb-stat.ttc-tap-active .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-stat.ttc-tap-active .ttc-sb-statval {
  color: var(--ttc-primary, #d32f2f) !important;
}


/* TTC_SIDEBAR_MYINFO_HOVERCLASS_CSS_V1_20260130 */
/* JS가 붙여주는 .ttc-hover 상태에서도 동일하게 빨간색 */
#nt_sidebar .ttc-sb-point.ttc-hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-point.ttc-hover .ttc-sb-pointval,
#nt_sidebar .ttc-sb-stat.ttc-hover .ttc-sb-statlabel,
#nt_sidebar .ttc-sb-stat.ttc-hover .ttc-sb-statval {
  color: var(--ttc-primary, #d32f2f) !important;
}


/* TTC_SIDEBAR_POINT_ROW_CURSOR_V1_20260130 */
/* 햄버거 메뉴: '보유 포인트' 행 전체가 클릭 가능하므로 커서도 행 전체 pointer로 통일 */
#nt_sidebar .ttc-sb-point,
#nt_sidebar .ttc-sb-point * {
  cursor: pointer !important;
}
