.scroll_tb {
   visibility: hidden;
	position: absolute;
}
.daeimal table td p:before { content: ""; width: 6px; height: 6px; background-color: #1b6bbb position: absolute; border-radius: 100px; margin-left: -9px; margin-top: 10px;}
.daeimal table td p {  padding-left: 8%;  text-align: left; margin-bottom: 1%;}
.daeimal .gr { background: #f4faff;  border-radius: 10px;}
@media (min-width:1500px) {
	#contain .boardset .daeimal{}
	#contain .boardset .daeimal table{position: relative;width: 100%;border-collapse: collapse;table-layout: fixed;}
	#contain .boardset .daeimal table thead{border-top: 3px solid #1b6bbb}
	#contain .boardset .daeimal table tr{border-bottom: 1px solid #e9e9e9;}
	#contain .boardset .daeimal table th{background: #f4faff;}
	#contain .boardset .daeimal table th,
	#contain .boardset .daeimal table td{padding: 15px;line-height: 40px;font-size: 18px; letter-spacing:-1px; border-left:1px solid #e9e9e9; line-height: 180%;}
	#contain .boardset .daeimal table td:nth-child(1){border-left:0}
}
@media (max-width:1499px) and (min-width:1201px) {
	#contain .boardset .daeimal{}
	#contain .boardset .daeimal table{position: relative;width: 100%;border-collapse: collapse;table-layout: fixed;}
	#contain .boardset .daeimal table thead{border-top: 3px solid #1b6bbb}
	#contain .boardset .daeimal table tr{border-bottom: 1px solid #e9e9e9;}
	#contain .boardset .daeimal table th{background: #f4faff;}
	#contain .boardset .daeimal table th,
	#contain .boardset .daeimal table td{padding: 15px 35px;line-height: 40px;font-size: 16px;border-left:1px solid #e9e9e9;}
	#contain .boardset .daeimal table td:nth-child(1){border-left:0}

}
@media (max-width:1200px) and (min-width:748px) {
	#contain .boardset .daeimal{}
	#contain .boardset .daeimal table{position: relative;width: 100%;border-collapse: collapse;table-layout: fixed;}
	#contain .boardset .daeimal table thead{border-top: 3px solid #1b6bbb}
	#contain .boardset .daeimal table tr{border-bottom: 1px solid #e9e9e9;}
	#contain .boardset .daeimal table th{background: #f4faff;}
	#contain .boardset .daeimal table th,
	#contain .boardset .daeimal table td{padding: 10px 20px;line-height: 40px;font-size: 16px;border-left:1px solid #e9e9e9;}
	#contain .boardset .daeimal table td:nth-child(1){border-left:0}
}
@media (max-width:747px) {
	#contain .boardset .daeimal::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }
	#contain .boardset .daeimal table{position: relative;width: 100%;border-collapse: collapse}
	#contain .boardset .daeimal table thead{border-top: 3px solid #1b6bbb}
	#contain .boardset .daeimal table tr{border-bottom: 1px solid #e9e9e9;}
	#contain .boardset .daeimal table th{background: #f4faff;}
	#contain .boardset .daeimal table th,
	#contain .boardset .daeimal table td{padding: 5px 15px;line-height: 160%;font-size: 11px;border-left:1px solid #e9e9e9;}
	#contain .boardset .daeimal table td:nth-child(1){border-left:0}
	#contain .boardset .daeimal { overflow-x: scroll; border: 1px solid #ddd;}
	.scroll_tb {
	visibility: visible;
	position: relative;
    text-align: center; 
    float: left;
    width: 100%;
    font-size: 0.8em; 
    padding: 5px 0 5px 0; 
    /* background-color: #efefef; */
}
}