diff --git a/src/main/resources/static/js/comment-cards.js b/src/main/resources/static/js/comment-cards.js
index c2c241d..54646e9 100644
--- a/src/main/resources/static/js/comment-cards.js
+++ b/src/main/resources/static/js/comment-cards.js
@@ -3,10 +3,10 @@
window.__cards = []; // 호환용 별칭
window.__videoId = null; // 타임라인 링크용
let mosaicOn = true; // 프로필·아이디 모자이크 기본 ON
- let roundedOn = false; // 모서리 둥글게 토글(기본: 각진 모서리)
+ let roundedOn = true; // 모서리 둥글게 토글(기본: 둥근 모서리)
let wordMaskOn = true; // 단어 가리기 기본 ON(단어 클릭=가림). 끄면 카드 클릭=복사.
let textScale = 1; // 내용 글자 크기 배율(카드 크기는 유지, .cc-text만 확대/축소)
- let bgMode = 'default'; // 카드 배경: default|white|black (black이면 글자 흰색)
+ let bgMode = 'black'; // 카드 배경 기본값: default|white|black (black이면 글자 흰색)
let dirHandle = null; // 저장 폴더(File System Access API). null이면 브라우저 다운로드 폴백.
let dirOptOut = false; // 사용자가 폴더 지정을 직접 해제 → '전체 저장' 시 다시 묻지 않음
const savedIds = new Set(); // 이미 저장한 댓글 id(재렌더·필터 변경에도 표시 유지)
diff --git a/src/main/resources/templates/comment-cards.html b/src/main/resources/templates/comment-cards.html
index 4167527..ebde8e5 100644
--- a/src/main/resources/templates/comment-cards.html
+++ b/src/main/resources/templates/comment-cards.html
@@ -147,14 +147,14 @@
-
+
100%
-
+
@@ -170,7 +170,7 @@
-
+