
/* board006_1 */
.board006_1 {width:100%; height:100%; float:left;  background:#fff; box-sizing:border-box; position:relative; }
.board006_1 .innerbox {width:100%;height:100%;padding: 15px;float:left;box-sizing:border-box;position:relative;text-align:center;/*background:#f6f6f6;*/}

	/*board setting*/
	.board006_1 .innerbox h3.tit{font-size: 18px;line-height: 25px;display: inline-block;padding-bottom:5px;border-bottom: 3px solid #e91818;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 90%;text-align: center;}
	.board006_1 .innerbox ul {width:100%;margin-top: 20px;float:left;box-sizing:border-box;}
	.board006_1 .innerbox ul li {width:100%;font-size:13px;margin-top: 18px;float:left;width:100%;position:relative;}
	.board006_1 .innerbox ul li a {width:100%; float:left; color:#333; text-align:left;}
	.board006_1 .innerbox ul + a {position:absolute;top: 22px;right: 15px;}

	.board006_1 .innerbox .board_co {width:70%; float:left; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; 
									box-sizing:border-box; padding-left:7px; position:relative; line-height:14px;}
	.board006_1 .innerbox .board_co:before {content:"\2022"; color:#333; position:absolute; left:0; top:0; margin-left:-5px;}
	.board006_1 .innerbox .board_date {float:right;font-size: 12px;}
	
	.board006_1 .innerbox ul li:hover .board_co {text-decoration:underline;}


	/*layer height - different styling */
	.layout_height_H .board006_1 .innerbox ul li {margin-top: 23px;}

	.layout_height_M .board006_1 .innerbox ul li:nth-child(5) ~ li {display:none;}

	.layout_height_L .board006_1 .innerbox {padding: 15px;}
	.layout_height_L .board006_1 .innerbox ul {margin-top: 20px;}
	.layout_height_L .board006_1 .innerbox ul li {margin:0 0 10px;}
	.layout_height_L .board006_1 .innerbox ul li:nth-child(3)~li {display:none;}

	.layout_01 .board006_1 .innerbox {padding:15px;}
	.layout_01 .board006_1 .innerbox ul li {margin-top:10px;}
	.layout_01 .board006_1 .innerbox ul li:hover {font-weight:600;}
	.layout_01 .board006_1 .innerbox ul li:nth-child(6) ~ li{display:none;}
	.layout_04 .board006_1 .innerbox .board_date {width:34px; text-indent:-32px; overflow:hidden; color:#636363;}



	@media (min-width:800px) and (max-width:1049px){
		.layout_03 .board006_1 .innerbox .board_date {width:34px; text-indent:-32px; overflow:hidden; color:#636363;}
		.layout_04 .board006_1 .innerbox .board_date {width:34px; text-indent:-32px; overflow:hidden; color:#636363;}
	}

	@media (min-width:600px) and (max-width:799px){
		.board006_1 .innerbox {padding:15px; overflow:hidden;}
		.board006_1 .innerbox h3.tit {font-size:19px;}

			.layout_04.layout_height_H .board006_1 .innerbox ul {margin-top:35px;}
			.layout_04.layout_height_H .board006_1 .innerbox ul li {margin:0 0 10px;}

			.layout_04.layout_height_M .board006_1 .innerbox ul li {margin:0 0 10px;}

			.layout_04.layout_height_L .board006_1 .innerbox {padding:20px 15px;}
			.layout_04.layout_height_L .board006_1 .innerbox ul li {}
			.layout_height_L .board006_1 .innerbox h3.tit {font-size:19px;}
	}


	@media (max-width:599px){
	 .board006_1 .innerbox {padding: 15px !important;height:auto;border-bottom:none;}
	
	 .board006_1 .innerbox h3.tit {font-size:17px;text-align:center;}
	 .board006_1 .innerbox .board_date {font-size:12px;text-indent: -33px !important;width:33px;overflow:hidden;}
	 .board006_1 .innerbox ul + a {top: 20px;right: 15px;}

	 	.layout_height_L .board006_1 .innerbox h3.tit {font-size:17px;}
	 
	}
