@charset "utf-8";

table.viewlist{
	width: 100%;
	border-collapse: collapse;
}
table.viewlist > thead > tr > th{
	padding: 10px 0px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #F5F5F5;
}
table.viewlist > tbody > tr > td{
	width: 100px;
	padding: 10px 0px;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
}
table.viewlist > tbody > tr > td.auto{
	width: auto;
}
table.viewlist > tbody > tr > td.auto > a{
	display: block;
	padding: 0px 10px;
	text-align: left;
}
table.viewlist > tbody > tr > td.auto > a:hover{
	color: #0066CC;
}

.viewlist H2 {font-family: 'Nanum Gothic', '나눔고딕', '돋움', Dotum, sans-serif; font-size:14px; line-height:24px; color:#222222; font-weight:500; letter-spacing:-0.06em;}
.viewlist H3 {font-family: 'Nanum Gothic', '나눔고딕', '돋움', Dotum, sans-serif; font-size:12px; line-height:16px; color:#333333; font-weight:400; padding:5px 0 0 0; letter-spacing:-0.06em;}
.viewlist H4 {font-family: 'Nanum Gothic', '나눔고딕', '돋움', Dotum, sans-serif; font-size:14px; line-height:24px; color:#ffffff; font-weight:500; letter-spacing:-0.06em;}