.byun_content{
border-top:1px solid #dddddd;
}
	
.byun_viyong {
  width: 1000px;
    background-color: #fff;
    padding: 30px 20px 40px;
    margin: 0 auto;
	
}

/* 헤더 영역 스타일 */
.table-header {
    text-align: center;
    margin-bottom: 30px;
}

.table-header h1 {
	font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    text-align: left;
}

.table-header p {
     font-size: 22px;
    color: #5b5b5b;
    font-weight: 400;
	 text-align: left;
}

/* 테이블 스타일 */
.cost-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
	    
}/*  border-top: 2px solid #000000; */

.cost-table th, 
.cost-table td {
    padding: 12px 10px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
    line-height: 1.5;
    font-family: 'Pretendard';
}
	
	.category{
	background-color: #ededed;
	}

/* 헤더 행 스타일 */
.cost-table th {
	background-color: #ededed;
    font-weight: 500;
    color: #000000;

}

/* 구분(대분류) 열 스타일 */
.cost-table td.category {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #444444;
}

/* 유틸리티 스타일 클래스 */
.text-left {
    text-align: left;
}

.sub-text {
    color: #666666;
    font-size: 0.85rem;
}

.text-gray {
    color: #777777;
}

.text-alert {
    color: #d9534f;
    font-weight: 600;
}

/* 하단 푸터 고지 영역 */
.table-footer {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
    border-radius: 2px;
}

.table-footer p {
    font-size: 18px;
    color: #222222;
    line-height: 1.6;
    word-break: keep-all;
}

.table-footer strong {
    font-weight: 700;
}
	