
#contentBodyWrap .guide-wrap {
    padding-top: 62px;
}
#contentBodyWrap .guide-wrap .guide-title-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 16px 0;
}
#contentBodyWrap .guide-wrap .guide-title-box .title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: normal;
    color: var(--text200);
}

/* search input */
.notice-search {
    margin-top: 37px;
    padding: 0 16px;
}
.notice-search .field{
    margin-right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 9px 8px 10px;
    width: 100%;
    height: 42px;
    background: #EFEFF2;
    border-radius: 2px;
}
.notice-search .field .notice-search-input {
    padding: 0;
    height: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text400);
    background-color: transparent;
    border: none;
}
.notice-search .field .btn-search {
    position: relative;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: transparent url("/static/global/images/icons/search.svg") no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

#noticeWrap {
    margin-top: 24px;
    border-top: 2px solid #5D5D5D;
}

#noticeWrap .notice-list-box {
    padding: 16px 20px;
    border-bottom: 1px solid #D6DCE0;
}
#noticeWrap .notice-list-box.ui-state-active {
    /* Accordiorn 아이템 열림 상태 */
    border-bottom: none;
}
#noticeWrap .notice-list-box.no-search-result {
    /* 검색 결과 없음 */
    border-bottom: none;
}

#noticeWrap .notice-list-box .notice-list-tit {
    color: var(--text200);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
}
#noticeWrap .notice-list-box .notice-list-date {
    color: var(--text300);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 2rem;
}

.notice-content-box {
    background-color: #FFF;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: var(--text300);
    padding-bottom: 20px;
    border-bottom: 1px solid #D6DCE0;
}
.notice-content-box .notice-content {
    padding: 40px 20px 35px;
    background-color: #F6F6F6;
}
.notice-content-tit {
    font-weight: 700;
}

/* NOTE: 개편 전의 css 유지 */
.notice-content-link { position: relative; margin: 15px 0; }
.notice-content-link a { border-bottom: 1px solid #003569; font-size: 0.8125rem; font-weight: 600; color: #003569; }
.notice-content-link a img { margin-left: 5px; padding-top: 4px; width: 7px; }