@charset "utf-8";

/* notice list 부가 스타일 */
.sub .notice-section .search-box{ position: relative; }
.sub .notice-section .search-box .board-stx{ width: 100%; }
.sub .notice-section .search-box .board-search-btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}
.sub .notice-section .notice-list .empty-list{
    display: block;
    padding: 40px 16px;
    text-align: center;
    color: #6B7785;
}
.sub .notice-section .notice-list .sch_word{
    color: var(--main-color);
    font-weight: 700;
    background: transparent;
}
@media screen and (max-width: 650px) {
    .sub .notice-section .notice-list .empty-list{ padding: 32px 8px; }
}

/* notice view */
.sub .notice-view-section .btn-div{ gap: 10px; flex-wrap: wrap; }
.sub .notice-view-section .notice-edit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 34px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background: #fff;
    color: #232A31;
    font-size: 15px;
    font-weight: 600;
    transition: border-color .2s, color .2s;
}
.sub .notice-view-section .notice-edit-btn:hover{
    border-color: var(--main-color);
    color: var(--deep-color);
}
.sub .notice-view-section .view-body .viewAddArti{ margin-top: 36px; }
.sub .notice-view-section .view-body .viewAddArti .item{
    display: block;
    padding: 16px 18px;
    margin-top: 10px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: border-color .2s, background-color .2s;
}
.sub .notice-view-section .view-body .viewAddArti .item:hover{
    border-color: var(--main-color);
    background-color: var(--bg-color);
}
.sub .notice-view-section .view-body .viewAddArti .t1{
    margin: 0;
    font-size: 14px;
    color: #232A31;
    line-height: 1.5;
}
.sub .notice-view-section .view-body .viewAddArti .t2{
    margin: 6px 0 0;
    font-size: 12px;
    color: var(--gray-color);
}
.sub .notice-view-section .view-body .sch_word{
    color: var(--main-color);
    font-weight: 700;
    background: transparent;
}

/* notice write */
.sub .notice-write-section .optionBox .chk-label{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.sub .notice-write-section .optionBox .option-hint{
    margin-top: 8px;
    font-size: 13px;
    color: var(--gray-color);
    line-height: 1.4;
}
.sub .notice-write-section .delBox{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: #4D5863;
}
