@charset "utf-8";

/* 본문 콘텐츠 영역 - 사용자 입력 HTML 기본 스타일 */
#bo_v_con a { color: var(--hex-primary-600); text-decoration: underline; }
#bo_v_con a:hover { color: var(--hex-primary-700); }
#bo_v_con img { max-width: 100%; height: auto; }

/* 임시저장 콘텐츠 숨김 */
.autosave_content { display: none !important; }
#container > .tw-pt-4.tw-mb-6 {display: none;}