.lwptoc_items a { font-size: 15px !important; } /* 목차 전체 배경 */ .lwptoc_i { background-color: #f0f9f0 !important; /* 연한 초록색 */ padding: 15px; border-radius: 6px; } /* 목차 항목 텍스트 (링크 스타일) */ .lwptoc_items a { color: #222222 !important; /* 블랙 계열 글자색 */ background-color: transparent !important; /* 기존 노란색 제거 */ text-decoration: none !important; /* 밑줄 제거 */ font-weight: bold !important; /* ✅ 볼드체 적용 */ } /* 마우스 호버 시 */ .lwptoc_items a:hover { color: #007b00 !important; /* 진한 초록 계열로 변경 */ text-decoration: underline !important; }