body { 
         font-family: 'Pretendard Variable', Pretendard, sans-serif; }
        .primary-teal { background-color: #0d828c; }
        .primary-teal-text { color: #0d828c; }
        .teal-gradient { background: linear-gradient(135deg, #0d828c 0%, #06555d 100%); }
        
        /* [수정] 탑메뉴 제외, 본문 전체 배경 적용 클래스 (은은한 흰색 반투명 오버레이를 주어 가독성 유지) */
        .body-bg-image {
            background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url('/images/geralt-laboratory-10229119.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            background-repeat: no-repeat;
        }