<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* board126 */
.board126 {width:100%; height:100%; float:left;padding:15px;box-sizing:border-box;text-align:left;background:#fff;}
.board126 &gt; a {width:100%; float:left;}
.board126 h3 {font-size:18px;/* margin:20px 0; */white-space:nowrap;/* padding:0 15px; */box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:30px;}
.board126 .bar {width:30px;height:3px;/* float:left; */display: inline-block;border:2px solid #f08300;border-width:2px 0 1px;box-sizing:border-box;margin:7px 0 30px;overflow:hidden;}

.board126 ul li a {width:100%; height:100%; float:left;}
.board126 a:focus {outline:thin dotted;}
.board126 ul li h4.tit {font-size:15px;
						  color:#666666;
						  font-weight:400;
						  letter-spacing:-0.5px;
						  word-break:keep-all;
						  width:90%;
						  clear:both;
						  line-height:160%;
						  height:48px;
						  /* white-space:nowrap; */
						  overflow:hidden;
						  text-overflow:ellipsis;
						  box-sizing:border-box;
						  -webkit-line-clamp:2;
						  -webkit-box-orient:vertical;
						  display:-webkit-inline-box;
						  white-space:normal;
						  }
.board126 ul li h4.tit:hover {text-decoration:underline;}
.board126 ul li span.date {font-size:13px;color:#777777;line-height:20px;padding:45px 0 0;float:left;width:100%;height: 100%;}





/*layer height - different styling */
.layout_height_L .board126 .bar {margin:7px 0 15px;}
.layout_height_L .board126 ul li h4.tit {white-space:nowrap; display:block; height:24px;}
.layout_height_L .board126 ul li span.date {padding:20px 0 0;}


/* no_data */
.board126 ul li.no_data {clear:both; width:100%;}
.board126 ul li.no_data p.tit {font-size:14px; font-weight:400;}




	@media (min-width:600px) and (max-width:799px){}

	@media (max-width:599px){
		.board126 {padding:20px 15px;}
		.board126 ul li span.date {padding-top:20px;}
	}</pre></body></html>