table {
	margin: auto;
	margin-top: 30px;
	/*width: 100%;*/
}
table, th, td {
	border-collapse: collapse;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #eee;
	height: 50px;
	font-size: 15px;
}
/* 테이블CSS */
thead>tr {
	border-top: 1px solid #e7e7e7;
}
.th_no{
	width: 10%;
}
.th_classify{
	width: 10%;
}
.th_title{
	width: 50%;
}
.th_file{
	width: 10%;
}
.th_date{
	width: 10%;
}
.th_reg{
	width: 10%;	
}
.tdSeq{
	padding-right: 2%;
}
.tdSeq[innerHTMl="공지"]{
	text-align: center;
}
.tdClassifyNm{
	text-align: center;
}
.tdTitle{
	max-width: 50px;	
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
	text-align: left;
}
.tdAttachKey{
	text-align: center;
}
.tdRegDate{
	text-align: center;
}
.tdRegUserNm{
	text-align: left;
	padding-left: 3%;
}
a {
	text-decoration-line: none;
	color: black;
}

table a:hover {
	text-decoration: underline;
}
.container {
    margin: auto 0;
    width: 100%;
}
/*
.content_box {
	padding-bottom: 200px;
}
*/
/* 테이블CSS 종료 */
@media ( max-width :890px) {
	table, th, td {
		font-size: 13px;
	}
	.search_wrap>input {
		width: 60%;
	}
	.search_wrap>button {
		width: 15%;
	}
}

@media ( min-width :981px) {
	.service03_contents1_mb {
		display: none;
	}
}

@media ( max-width :420px) {
	.btn-inquiry>img {
		width: 30px;
		padding-right: 10px;
	}
	.btn-menu>img {
		width: 30px;
	}
	.main {
		background-image:
			url(https://user-images.githubusercontent.com/24219311/168502573-a7a5b2f4-2b3c-402d-900e-b7362ccf16ed.png);
		background-size: cover;
		background-position: center;
		width: auto;
		height: 400px;
	}
}

/* 0201 추가CSS */


.pagination li {
	margin: 0 5px;
}

button:hover {
	cursor: pointer;
}

.tdIsTop{
	background: rgb(255, 255, 255); 
	border-radius: 5px; 
	border: 1px solid #ccc;
	margin: 0 auto; 
	text-align: center; 
	color: #707070;
	width:90%;
	height:30px;
	display: flex;
  	justify-content: center;
	align-items: center;
    font-size: 14px;
}

.page-link{
    width: 40px;
    border: 1px solid #eee;
    margin-left: 3px;
    margin-right: 3px;
    background: white;
    display: flex;
    height: 39px;
    justify-content: center;
    align-items: center;
}
.page-link:hover{
	border: 1px solid #eee;
	background: #292929;
	color: white;
}
.activeNav{
	border: 1px solid #eee;
	background: #292929;
	color: white;
}