
/* 파일명: st003_layout_header.css */





/* 파일명: st003_layout_header.css - Windows Classic Dark High-Density Header */

#st003-header-container {
    background-color: #1e1e1e;
    border-bottom: 2px solid #555555;
    padding: 2px 4px;
    font-family: 'Gulim', 'Dotum', Tahoma, sans-serif;
    font-size: 11px;
    color: #e0e0e0;
    box-sizing: border-box;
    /* 스크롤 시 따라 내려오지 않고 상단에 붙었다가 사라지도록 fixed/sticky 제거 */
    position: relative;
    width: 100%;
    z-index: 1000;
}

.st003-header-toolbar-container {
    border-bottom: 1px solid #444444;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    background: #252525;
}

.st003-header-button-group {
    display: flex;
    gap: 3px;
    align-items: center;
}

/* 초소형 레트로 버튼 */
.st003-header-btn {
    background-color: #2b2b2b;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding: 2px 6px;
    font-size: 10px;
    color: #e0e0e0;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
    box-sizing: border-box;
}

.st003-header-btn:active {
    border-top: 1px solid #111111;
    border-left: 1px solid #111111;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 3px 5px 1px 7px;
}

/* 로케이션 상태바 (발자국/경로 생략 및 공간 압축) */
.st003-header-location-status-bar {
    padding: 2px 4px;
    display: flex;
    align-items: center;
    background: #141414;
    border-top: 1px solid #333333;
}

.st003-header-location-path-group {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: monospace;
    font-size: 11px;
}

.st003-header-text-label {
    color: #888888;
    font-weight: bold;
}

.st003-header-text-current-page {
    color: #66b0ff;
    font-weight: bold;
}