/* 전체 그리드 너비를 화면 전체로 (MkDocs Material) */
.md-grid {
  max-width: initial;   /* 또는 1440px 같이 적당한 값 */
}


/*
 Mkdoc-Hx 스타일 Mkdoc
*/

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
    font-weight: 700;
}

/* 
    Mkdoc-Table 스타일  
*/
.md-typeset table {
    font-size: 0.9rem;
}

.md-typeset table th {
    background-color: #f5f5f5;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.md-typeset table td {
    text-align: center;
    vertical-align: middle;
}



/* 
    Mkdoc-Mermaid Styles
    Mermaid Gantt Chart Styles
    
*/

.md-typeset .mermaid svg[aria-roledescription="gantt"] {
  width: 1400px !important;
  max-width: none !important;
}