<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* board115 */
.board115 {width:100%; float:left; height:100%; background:#fff;}
.board115 .innerbox {width:100%;float:left;position:relative;padding: 15px;box-sizing: border-box;}
.board115 .innerbox h4 {float:left; width:80%; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.board115 .innerbox h4:hover + .readmore {color:#0074f9; text-decoration:none; animation:move 2s 1s infinite alternate;}
.board115 .innerbox .readmore {width:20%; float: left; line-height: 25px; text-align:right; color: #636363; font-size: 13px;
								 -webkit-transition:color 1s; transition:color 1s; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.board115 .innerbox .readmore:hover {color:#0074f9; }
@keyframes move {
      0%  {color:initial;}
      50% {color:#0074f9;}
      100% {color:initial;}
    }
.board115 .innerbox ul {float:left; clear:both; width:100%; box-sizing:border-box;}
.board115 .innerbox ul li {display:block; width:100%; float:left; line-height:25px;}
.board115 .innerbox ul li span.title {font-size: 17px; color:#333333; text-align:left; width:85%; float:left; clear:both; 
									  margin-top:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.board115 .innerbox ul li span.title:hover {font-weight:600;}
.board115 .innerbox ul li span.date {color:#999999;font-size: 12px;font-weight:400; width:100%; display:block; float:left;
									 text-align:left;line-height: 18px;padding-bottom:15px; padding-top:3px;}

.board115 .innerbox ul li span.co {color:#9f9f9f; font-size:13px; line-height:20px; letter-spacing:-1px; text-align:left; float:left; width:95%; 
								   white-space:nowrap; text-overflow:ellipsis; overflow:hidden; word-break:keep-all; clear:both;}


/* no_data */
.board115 .innerbox ul li.no_data {border:none !important; width:100% !important;}
.board115 .innerbox ul li.no_data h3 {font-weight:400; font-size:13px;}


	.layout_height_L .board115 .innerbox ul li:nth-child(2) {display:none;}
	.layout_01 .board115 .innerbox ul li span.co {height:40px; -webkit-line-clamp:2; -webkit-box-orient:vertical;
												  display:-webkit-box; white-space:normal; word-break:keep-all;}

	.layout_height_H .board115 .innerbox ul li:first-child, 
	.layout_height_M .board115 .innerbox ul li:first-child {border-bottom:1px dashed rgba(0,0,0,0.2);}											  

	@media (min-width:800px){
		.board115 .innerbox h4 {line-height:25px; font-size:18px;}
		.board115 .innerbox ul {padding:30px 0 0;}
		.board115 .innerbox ul li {margin-bottom:15px; padding-bottom:15px;}

		.layout_height_H .board115 .innerbox {height:350px;}
		.layout_height_M .board115 .innerbox {height:250px;}
		.layout_height_L .board115 .innerbox {height:150px;}

			.layout_height_H .board115 .innerbox ul li {margin-bottom:27px; padding-bottom:29px;}
			.layout_height_H .board115 .innerbox ul li span.co {height:40px; -webkit-line-clamp:2; -webkit-box-orient:vertical;
																 display:-webkit-box; white-space:normal;}
			.layout_height_H .board115 .innerbox ul li:last-child {margin-bottom:0;}

			.layout_height_M .board115 .innerbox ul li {line-height:20px;}
			.layout_height_M .board115 .innerbox ul li:last-child {margin-bottom:0;}
			.layout_height_M .board115 .innerbox ul li span.title {font-size:16px;}
			.layout_height_M .board115 .innerbox ul li span.date {padding-bottom:5px;}
			.layout_height_M .board115 .innerbox ul li span.co {height:20px;}

			.layout_height_L .board115 .innerbox ul {padding:15px 0 0;}
			.layout_height_L .board115 .innerbox ul li {margin-bottom:0;}
			.layout_height_L .board115 .innerbox ul li span.title {font-size:16px;}
			.layout_height_L .board115 .innerbox ul li span.date {padding-bottom:10px;}


			.layout_01 .board115 .innerbox {padding:25px 15px 20px;}
			.layout_01 .board115 .innerbox h4 {font-size: 23px;}
			.layout_01 .board115 .innerbox ul {padding: 25px 0 20px;}
			.layout_01 .board115 .innerbox ul li {width:50%; padding:10px 0; float:left; margin-bottom:0; box-sizing:border-box;}
			.layout_01 .board115 .innerbox ul li:first-child {padding-right:30px; border-right:1px dashed rgba(0,0,0,0.2);}
			.layout_01 .board115 .innerbox ul li:nth-child(2) {padding-left:30px; padding-right:0; border-right:none;}

	}

	@media (max-width:799px){
		.board115 .innerbox {padding-bottom:25px;}
		.board115 .innerbox ul li:first-child {border-bottom:1px dashed rgba(0,0,0,0.2); margin-bottom:20px; padding-bottom:20px;}
		.board115 .innerbox ul li span.co {height:40px; -webkit-line-clamp:2; -webkit-box-orient:vertical;
																 display:-webkit-box; white-space:normal;}

		.layout_height_L .board115 .innerbox ul li:first-child {border-bottom:none; padding-bottom:0; margin-bottom:10px;}
	}


	@media (min-width:600px) and (max-width:799px){
		.board115 .innerbox h4 {font-size:18px;}
		.board115 .innerbox ul {padding:30px 0 0;}

		.layout_01 .board115 .innerbox h4 {font-size:19px;}

		.layout_block4 .layout_height_M .board115 .innerbox ul {padding:20px 0 0;}
		.layout_block4 .layout_height_M .board115 .innerbox ul li span.title {font-size:16px;}
		.layout_block4 .layout_height_M .board115 .innerbox ul li span.date {padding-bottom:6px;}
		.layout_block4 .layout_height_M .board115 .innerbox ul li:first-child {margin-bottom:13px; padding-bottom:13px;}
		.layout_block4 .layout_height_M .board115 .innerbox ul li span.co {height:20px; white-space:nowrap !important; display:block;}

		.layout_block4 .layout_height_L .board115 .innerbox ul {padding:15px 0 0;}
		.layout_block4 .layout_height_L .board115 .innerbox ul li span.date {padding-bottom:5px;}
		.layout_block4 .layout_height_L .board115 .innerbox ul li span.co {height:20px; white-space:nowrap !important; display:block;}
	}



	@media (max-width:599px){
		.board115 .innerbox h4 {font-size:17px;}
		.board115 .innerbox ul {padding:20px 0 0;}
		.board115 .innerbox ul li span.title {font-size:14px; font-weight:600;}
		.board115 .innerbox .readmore {font-size:12px;}

	}





</pre></body></html>