
/* board006_1 */
.board006_1 {width:100%; height:100%; float:left; border-top:1px solid #f0f0f0; box-sizing:border-box; position:relative; }
.board006_1 .innerbox {width:100%; height:100%; padding:30px; float:left; box-sizing:border-box; position:relative; text-align:center; /*background:#f6f6f6;*/}

	/*board setting*/
	.board006_1 .innerbox h3.tit{font-size:20px; text-align:center; display:inline; padding-bottom:5px; border-bottom:3px solid #31669d;}
	.board006_1 .innerbox ul {width:100%; margin-top:30px; float:left; box-sizing:border-box;}
	.board006_1 .innerbox ul li {width:100%; font-size:13px; margin-top:16px; 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:30px; right:30px;}

	.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:#31669d; position:absolute; left:0; top:0; margin-left:-5px;}
	.board006_1 .innerbox .board_date {float:right;}
	
	
	/*layer height - different styling */
	.layout_height_H .board006_1 .innerbox ul li {margin-top:20px;}

	.layout_height_M .board006_1 .innerbox ul li:nth-child(5),
	.layout_height_M .board006_1 .innerbox ul li:nth-child(6),
	.layout_height_M .board006_1 .innerbox ul li:last-child {display:none;}

	.layout_height_L .board006_1 .innerbox {padding:15px 30px 20px;}
	.layout_height_L .board006_1 .innerbox h3.tit {font-size:20px; }
	.layout_height_L .board006_1 .innerbox ul {margin-top:30px;}
	.layout_height_L .board006_1 .innerbox ul li {margin:0 0 10px;}
	.layout_height_L .board006_1 .innerbox ul li:nth-child(4),
	.layout_height_L .board006_1 .innerbox ul li:nth-child(5),
	.layout_height_L .board006_1 .innerbox ul li:nth-child(6),
	.layout_height_L .board006_1 .innerbox ul li:last-child {display:none;}
	.layout_height_L .board006_1 .innerbox ul + a {top:25px;}

	.layout_01 .board006_1 .innerbox {padding:20px 30px 30px;}
	.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),.layout_01 .board006_1 .innerbox ul li:last-child {display:none;}
	.layout_04 .board006_1 .innerbox .board_date {width:34px; text-indent:-36px; overflow:hidden; color:#636363;}



	@media (min-width:800px) and (max-width:1049px){
		.layout_03 .board006_1 .innerbox .board_date {width:34px; text-indent:-31px; overflow:hidden; color:#636363;}
		.layout_04 .board006_1 .innerbox .board_date {width:34px; text-indent:-31px; overflow:hidden; color:#636363;}
	}

	@media (min-width:600px) and (max-width:799px){
		.board006_1 .innerbox {padding:20px 15px; overflow:hidden;}
		.board006_1 .innerbox h3.tit {font-size:19px;}
		.board006_1 .innerbox ul + a {top:31px; right:25px;}

			.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:20px 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: -29px !important;width:29px;overflow:hidden;}
	 .board006_1 .innerbox ul + a {top:33px; right:30px;}

	 	.layout_height_L .board006_1 .innerbox h3.tit {font-size:17px;}
	 
	}
