@charset "UTF-8";
.bbs-type-11A													{box-sizing:border-box; position: relative; overflow: hidden; min-height: 430px; padding: 30px; border-bottom: 1px solid #e9e9e9;}
.bbs-type-11A > ul												{position: relative; display: table; width: 100%; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; padding-right: 35px; box-sizing: border-box;}
.bbs-type-11A > ul > li											{float: left;}
.bbs-type-11A > ul > li .recentBbsTab						{position: relative; color: #666; font-size: 1.34em; font-weight: bold; border-bottom: 3px solid #FFF; padding: 10px 15px; width: 100%; background-color: #FFF;}
.bbs-type-11A > ul > li.active .recentBbsTab				{color: #7baa16; border-bottom: 3px solid #7baa16;}

.bbs-type-11A > ul > li > ul									{display: none; width: 100%; position: absolute; top: 35px; left: 0;}
.bbs-type-11A > ul > li.active > ul							{display: table; vertical-align: top;}
.bbs-type-11A > ul > li > ul > li								{position: relative; margin: 10px 0;}
.bbs-type-11A > ul > li > ul > li a							{color: #666; display: block;}
.bbs-type-11A > ul > li > ul > li a:hover strong			{text-decoration: underline;}
.bbs-type-11A > ul > li > ul > li a strong					{font-size: 1.34em; display: block; text-overflow: ellipsis; overflow: hidden; color: #333; height:25px;}
.bbs-type-11A > ul > li > ul > li a strong .newArtcl		{display: none;}
.bbs-type-11A > ul > li > ul > li a .recentBbsContent		{height: 50px; overflow: hidden; font-size: 1.14em; word-break: keep-all;}
.bbs-type-11A > ul > li > ul > li a span.data				{font-size: 1.14em; display: block;}
.bbs-type-11A > ul > li > ul > li.recentBbsNoData		{color: #444; background: none; text-align: center; padding: 20px 0; width: 100%;}
.bbs-type-11A .recentBbsMore								{display: none; position: absolute; top: 5px; right: 0; background: url(./../images/m_bbs_more.png) left top no-repeat; width: 32px; height: 32px; z-index: 9; text-indent: -5000px;}
.bbs-type-11A > ul > li.active .recentBbsMore				{display: block;}



@media screen and (max-width:860px) {
	
}
@media screen and (max-width:460px) {
	.bbs-type-11A					{border-right: 0; padding: 20px;}
}