

<!-- 상단 메뉴 -->
#header .aui-header {
    background-color: #080053;
    color: #fffff;
}
body[data-aui-version^="9."] #page header#header nav.aui-header {
    --aui-appheader-height: 50px;
    margin-left: 8px;
}
.aui-header .aui-icon {
    --aui-icon-size: 18px;
}
.page-metadata {
    margin: -15px 0px 0px 10px;
}
/* 메인 타이틀 */
#title-text {
    margin: 0;
    font-size: 26px;
}

#main-header:not(.doctheme-no-override) #title-text {
    clear: left;
    padding-top: 10px;
}

/* 만들기 버튼 */
#header .aui-header .aui-nav .aui-button-primary {
    background-color: #5a8bfe;
    color: #ffffff;
}



/* 도움말 */
.help-panel {
    border: 1px solid #ccc;
    border-radius: 2px;
}
.spacetools.with-space-sidebar #sidebar-help-tip {
    top: 200px;
    position: absolute;
    right: 50px;
}
#sidebar-help-tip {
    clear: right;
    float: right;
    width: 14em;
}


.recently-updated .results-container {
    margin-top: 20px;
}

.recently-updated-concise .update-item-content {
    padding-left: 21px;
    margin-top: 10px;
}

/* 사이드 메뉴 */
li.acs-nav-item .acs-nav-item-link, li.parent-item .parent-item-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 16px;
    padding: 8px 10px;
}
.acs-nav {
    margin: 20px 10px 7px;
}

/* 사이드 메뉴 하단 설명 */
.acs-side-bar .tip {
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px 10px;
    color: #707070;
}
.acs-nav-sections .ia-quick-links-header-title, .acs-nav-sections .quick-links-header h5, .ia-quick-links-header-title {
    display: inline-block;
    padding: 0 10px;
    margin-left: 0;
    margin-top: 15px;
}
.aui-group, .aui-tabs, blockquote, dl, form.aui, ol, p, pre, table.aui, ul {
    margin: 1px 0 0;
}

/* 페이지 첫화면 계층구조 둘러보기 */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
    margin-bottom: 8px;
}

/* 상단 좌측 메뉴 아이콘 */
body[data-aui-version^="9."] #page header#header nav.aui-header {
    --aui-appheader-height: 50px;
    margin-left: 8px;

/* information */
.confluence-information-macro-tip {
    background-color: #f0f4ff;
    border-color: #D1DAE8;
}

/* batch.css */
.wiki-content h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 30px 0 0 0;
}

