<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* board125 */
.board125 {width:100%;height:100%;padding:15px;float:left;position:relative;background: #c2d0d0;box-sizing:border-box;overflow:hidden;position:relative;}

.board125 .txtbox {/* float:left; */width: 48%;position:relative; box-sizing: border-box; padding:0 35px;}
.board125 .txtbox h3 {width:100%; display:inline-block; position:relative; box-sizing:border-box; 
						color:#333; font-size:23px; line-height:35px; letter-spacing:-1px;
						overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:keep-all;}
.board125 .txtbox .bar {width:50px;height:2px;border-bottom:2px solid #7e8585; display:inline-block;box-sizing: border-box;margin: 8px 0 15px;}
.board125 .txtbox .bSubTitle {color:#656b6b; font-size:15px; letter-spacing:-0.5px; line-height:22px; 
							  display:block; clear:both; width:100%; margin-bottom:23px; box-sizing:border-box; 
							  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; word-break:keep-all;}
.board125 .txtbox .imgbox {display: block;width:100%;}
.board125 .txtbox .imgbox img {-webkit-transition:transform 1s; transition:transform 1s;}

.board125 .boardbox {width:50%; height:100%; float:right; background:#fff; position:relative;}
.board125 .boardbox ul {width: 100%;box-sizing: border-box;padding: 0 15px;/* padding-top: 15px; *//* border-top: 1px solid rgba(255,255,255,0.9); */}
.board125 .boardbox ul li {}
.board125 .boardbox ul li .tit {font-size: 14px;line-height: 30px;font-weight:400;color:#363636; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width: 95%;float: left;}
.board125 .boardbox ul li .tit .bullet {vertical-align:middle; margin:0 5px 0 3px;}
.board125 .boardbox ul li:hover .tit {text-decoration:underline;}


/* no-data */
.board125 .no_data {width:100% !important; padding-right:0 !important; display:none;}
.board125 .no_data &gt; div.text_box {padding:0; text-align:center; width:100% !important;}
.board125 .no_data .tit {letter-spacing:0; color:#636363; font-weight:400; width:100%;}


	.layout_padding .board125 .boardbox {/* width:49%; */}

	.layout_01 .board125 .boardbox ul li:nth-child(6) ~ li,
	.layout_height_M .board125 .boardbox ul li:nth-child(6) ~ li {display:none;}
	.layout_height_L .board125 .boardbox ul li:nth-child(3) ~ li {display:none;}

	.layout_height_L .board125 .txtbox .imgbox img {max-height:35px;}
	.layout_height_L .board125 .txtbox .bar {margin:0px 0 7px;}
	.layout_height_L .board125 .txtbox h3 {font-size:18px;}
	.layout_height_L .board125 .txtbox .bSubTitle {margin-bottom:10px; font-size:14px;}


	.div_wrap.border-radius .board125 .boardbox {border-radius:8px; overflow:hidden;}


	@media (min-width:600px){
		.board125 .txtbox {position:absolute; top:50%; transform:translateY(-50%); }
		.board125 .boardbox ul {display: inline-block;vertical-align: middle;position: absolute;top: 50%;transform: translateY(-50%);}
	}

	@media (min-width:800px){
		.layout_01 .board125 {height:250px;}
		.layout_01 .board125 .txtbox {padding-left:0;}
		.layout_01 .board125 .txtbox h3 {font-size:26px; font-weight:400;}

		.layout_height_H .board125 .txtbox .imgbox img {max-height:100px;}
		.layout_height_M .board125 .txtbox .imgbox img {max-height:75px;}

		.layout_height_H .board125 .txtbox h3 {padding:15px 0 10px;}
		.layout_height_H .board125 .boardbox ul {/* padding-top:25px; */}
		.layout_height_H .board125 .boardbox ul li .tit {line-height:35px;}

		.layout_height_M .board125 .txtbox h3 {}

		.layout_height_L .board125 .txtbox {padding-bottom:12px;}
		.layout_height_L .board125 .txtbox h3 {font-size: 18px;}
		.layout_height_L .board125 .boardbox ul {/* padding-top:7px; */}
		.layout_height_L .board125 .boardbox ul li .tit {line-height:27px; font-size:14px;}
	}

	@media (max-width:991px){
		.board125 .txtbox {padding:0;}
	}


	@media (max-width:799px){
		.layout_01 .board125 .txtbox h3 {font-size:23px; line-height:33px; font-weight:400;}

		.layout_height_L .board125 .txtbox h3 {font-size:18px;}

		.layout_height_H .board125 .txtbox .imgbox img {max-height:70px;}
		.layout_height_M .board125 .txtbox .imgbox img {max-height:60px;}
	}

	@media (min-width:600px) and (max-width:799px){
		.layout_01 .board125 {height:250px;}
		.layout_height_H .board125 {height:300px;}
		.layout_height_M .board125 {height:250px;}
		.layout_height_L .board125 {height:150px;}

		.layout_block4 .layout_height_H .board125 .txtbox .imgbox img {max-height:100px;}
		.layout_block4 .layout_height_M .board125 .txtbox .imgbox img {max-height:90px;}
	}

	@media (max-width:599px){
		.board125 {padding:30px 15px;}
		.board125 .txtbox {width:100%; padding:0 5px;}
		.board125 .txtbox h3 {font-size:20px;}

		.board125 .boardbox {width:100%; margin-top:30px; padding:20px 0;}
		.layout_01 .board125 .txtbox {padding:0;}
		.layout_01 .board125 .txtbox h3 {font-size:20px; line-height:25px; font-weight:400;}
		.layout_height_L .board125 .boardbox {margin-top:20px; padding:15px 0;}
	}






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