
.btn_area .btn {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    padding: 0 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    gap: 10px;
    opacity: 1;
}



#eapRelDocLayer_confirm {
    background-color: var(--color-button-bg-primary-fill);
    color: var(--color-text-inverse);
}

#eapRelDocLayer_cancel {
    background-color: var(--color-button-border-outline);
    color: var(--color-text-primary);
}



.btn_wrap{

    margin-top:30px;

}


.table_wrap table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--color-bg-default);

    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.4;
}

/* 헤더 스타일 */
.table_wrap table thead th {
    background-color: var(--color-bg-subtler);
    text-align: left;
    padding: 12px 16px;


    font-weight: 500;
    font-size: 14px;
}

/* 바디 셀 */
.table_wrap table tbody td {
    padding: 12px 16px;

}

/* 첫 번째 열 좌측 정렬 */
.table_wrap table th:first-child,
.table_wrap table td:first-child {
    text-align: left;
}

/* 선택적으로 마지막 행 border 제거 */
.table_wrap table tbody tr:last-child td {
    border-bottom: none;
}

.table_type1 table th {
    min-height: 36px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    text-align: center;
    border : none;
}

.table_type1 table td {
    min-height: 36px;
    border : none;
}

.table_type1 {
    border : none ;
}

.table_wrap th[scope="row"] {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;         /* Medium */
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.2px;
}
.table_type2 {
    margin: 0 0 19px 0;
   border:none;

}

.table_search.zindex_10 {
    z-index: 10;
    margin-bottom : 10px;
}

.src_option input[type=search] {
    /* float: left; */
    width: 200px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    margin: 0 1px;
   border:none;
    /* border-radius: 3px; */
}

#eapRelDocLayer_searchTextArea {

    width: 200px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    margin: 0 1px;
    border:none;


}


/*.search_wrap {*/
/*    display: flex;*/
/*    align-items: center; !* 높이 맞춤 *!*/
/*    gap: 12px; !* 요소 간 간격 (선택사항) *!*/
/*    flex-wrap: nowrap; !* 줄바꿈 방지 *!*/
/*}*/

.table_wrap {
    display: flex;
    flex-direction: row; /* 생략해도 기본값이 row라 괜찮음 */
    gap: 12px; /* 각 div 간의 간격 설정, 필요에 따라 조정 */
}

.header__content_wrap{
    width:100%;

}

.search_flex_wrap {
    display: flex;
    align-items: center;     /* 높이 맞추기 */
    gap: 12px;                /* 요소 간 간격 */
    height: 40px;             /* 원하는 공통 높이 지정 */
    margin-bottom :5px;
}

.search_wrap,
#eapRelDocLayer_searchTextArea,
#eapRelDocLayer_listViewNum {
    height: 100%;             /* 부모 높이 상속 */
    display: flex;
    align-items: center;      /* 내부 정렬 맞춤 */
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;         /* Medium */
    font-style: normal;
    font-size: 14px;

}

#eapRelDocLayer_searchTextArea {
    flex: 1;                  /* 검색 입력이 넓게 */
    min-width: 200px;
}

#eapRelDocLayer_listViewNum {
    flex-shrink: 0;
    height:29px;
}

.pagination {
    all: unset;
    display: flex;
    justify-content: center;   /* ✅ flex 컨테이너 안에서 가운데 정렬 */
    align-items: center;
    height: 40px;
    margin: 16px auto 12px auto; /* ✅ 좌우 auto → 중앙 정렬 */
    width: 100%;
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;         /* Medium */
    font-style: normal;
    font-size: 14px;
}

.search-input__wrapper > .search-input__input {
    flex: 1;
    border: none;
    font-family: Pretendard, sans-serif !important;
    font-size: var(--search-font-size);
    font-weight: 400;
    line-height: var(--search-line-height);
    letter-spacing: -0.2px;
    width: 100%;
    margin-left: 8px;
    padding: 0;
}

#eapRelDocLayer_docListHeader {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;         /* Medium */
    font-style: normal;
    font-size: 14px;

}

.table_type2 table th {
    padding: 10px;
    background-color: var(--color-bg-subtler);
    text-align: center;
    /*border-style: solid;*/
    /*border-width: 0 0 1px 1px;*/
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;         /* Medium */
    font-style: normal;
    font-size: 14px;
    border:none;

}