@charset "utf-8";

@import url("/sites/style_guide/style/css/w_board.css");


.boardWrap table .col-check{width:40px;}
.boardWrap table .col-num{width:80px;}
.boardWrap table .col-title{width:auto;}
.boardWrap table .col-writer{width:100px;}
.boardWrap table .col-date{width:100px;}
.boardWrap table .col-counts{width:70px;}
.boardWrap table .col-viewer{width:100px;}
.boardWrap table .col-file{width:100px;}
.boardWrap table .col-show{width:100px;}
.boardWrap table .col-comment{width:80px;}
.boardWrap table .col-opnwrd{width:120px;}
.boardWrap table .col-etc{width:140px;}

.td-viewer {
	text-align:center;
}

.td-file {
	text-align:center;
}

.boardWrap table td.td-file  a, .boardWrap table td.td-viewer  a {
	width:auto;
	max-width: unset;
}

.boardWrap table td.td-viewer  a {
	border:1px solid #eaeaea;width: 80%;padding:5px;border-radius: 5px;max-width: 100%;margin: 0 auto;
}

@media screen and (max-width:1024px){
	.boardWrap .td-admin,
	.boardWrap .td-num,
	.boardWrap .td-file,
	.boardWrap .td-show,
	.boardWrap .td-comment{display:none;}
	
	.boardWrap table td.td-opnwrd {margin-bottom: 6px;}
	.boardWrap table td.td-opnwrd::after {
		content: "]";
		width:auto;
		height:auto;
		background:unset;
		margin:0;
		display:inline-block;
	}
	.boardWrap table td.td-opnwrd::before {
		content: "[";
		display:inline-block;
	}
	
	.boardWrap table td.td-viewer a {
		min-width: 60px;
	}
	
	
	.boardWrap .td-file {
		display:flex;
	}
	
	
	
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0;
}
.table-wrapper table {
  width: max-content;
  min-width: 100%;
}

.boardWrap table td {
	overflow:hidden;
}