@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:20px}
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #e9e9e9}
.lt ul {margin:0 0 10px;padding:0;list-style:none}
.lt li {padding:3px 0}
.lt .lt_title {display:block;padding:10px 0 8px}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}



/*보드 그룹*/
.page-header {
	padding: 50px 0 !important;
	margin: 0 !important;
}
.page-header h1 span{
	display: none;
}
#board-group .board-group-wrp{
	min-height: 300px;
    border: 1px solid #eee;
	margin-top: -1px;
    margin-left: -1px;
}
#board-group .board-group-wrp .lt {
	border: 0px;
}
#board-group .board-group-wrp .lt > ul{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	min-height: 160px;
}
#board-group .board-group-wrp .lt > ul > li{
	padding: 3px 2px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
#board-group .board-group-wrp .lt > ul > li > a{
	text-decoration: none;
}
#board-group .board-group-wrp .lt > ul > li:last-child{
	border-bottom: 0px;
}
#board-group .board-group-wrp .lt > ul > .no-post{
	border-bottom: 1px solid #eee !important;
}
#board-group .board-group-wrp .lt > ul > li > a{
	color: #343434;
}
#board-group .board-group-wrp .lt > ul > li strong{
	font-weight: 400;
}
#board-group .board-group-wrp .lt_title {
	text-align: center;
	display: block;
	padding: 15px;
	margin: 20px 0 0 0;
    background-color: rgba(238,238,238,0.2);
    border: 1px solid rgba(238,238,238,0.5);
    border-radius: 5px;
}
#board-group .board-group-wrp .lt_title a{
	text-decoration: none;
	font-size: 2rem;
    font-weight: 400;
	color: #343434;
}
#board-group .board-group-wrp .lt_more {
	text-align: center;
	position: inherit;
}
#board-group .board-group-wrp .lt_more a{
	text-decoration: none;
	border: 1px solid #eee;
	padding: 6px 12px;
	border-radius: 4px;
	color: #666;
}
#board-group .board-group-wrp .lt_more span{
	display: inline-block;
	margin-right: 3px;
}
#board-group .board-group-wrp .lt .new {
    display: inline-block;
    background-color: #ff8522;
    border: 1px solid #f46e00;
    width: 16px;
    border-radius: 25%;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: text-bottom;
}
#board-group .board-group-wrp .lt .hot {
    display: inline-block;
    background-color: #b52400;
    border: 1px solid #b30000;
    width: 16px;
    border-radius: 25%;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: text-bottom;
}