        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
        
        body {
            font-family: 'Noto Sans KR', sans-serif;
            -webkit-font-smoothing: antialiased;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
        }
        
        .tech-table th, .tech-table td {
            border: 1px solid #cbd5e1; /* 이미지와 유사한 라이트 블루/그레이 보더 */
            text-align: center;
            vertical-align: middle;
            padding: 1rem 0.75rem;
        }
        
        .tech-table th {
            color: #ffffff;
            font-weight: 500;
            letter-spacing: 0.02em;
            background-color: #8baef0; /* 이미지에 맞는 헤더 블루 색상 */
        }
        
        .left-header {
            background-color: #f8fafc;
            color: #1e293b;
            font-weight: 700;
        }