
/* 게시판 테이블 */
.comment_list > li {
	clear: both;
	overflow: hidden;
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ebebeb;
}

	.comment_list > li .photo {
		float: left;
		margin-right: 20px;
	}
	.comment_list > li .detail {
		/*margin-left: 100px;*/
	}

	.comment_list > li .writer	.name {
			color: #000 !important;
		}
	.comment_list > li .writer	.date {
			color: #aaa !important;
			margin-left:10px;
		}
	.comment_list > li .comment_content {
		padding: 10px 0;
	}

.bbs_wrapper{
}

.bbs {
}

.bbs thead {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.board {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.bbs th, .board th, .bbs_head {
	background: #fff;
	text-align: center;
	font-weight: normal;
}

.bbs_title_in_view {
	color: #84286a !important;
	font-size: 20px;
	text-align: center;
}

.bbs_view_title {
	color: #777;
}

.bbs_view_detail {
	font-weight: bold;
	color: #666;
	margin-left: 5px;
	margin-right: 30px;
}


.div4board 	input {
		margin: 0;
		padding: 0 8px;
	}
.div4board 	select {
		margin:0;
		height: auto;
		font-size: 11px;
		padding: 2px;
	}

.bbs_date {
	background: url('/resources/images/sogong/bbs_icon/icon_date.gif') no-repeat 0 2px;
	padding-left:20px;
	color: #888;
	/*line-height: 30px;*/
	height: 30px;
	display: inline-block;
}

.box {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
	background: #fff;
	color: #505050;
	font-weight: bold;
	word-break: break-all;
	font-size: 1.2em;
	border-top: 1px solid #999;
}

.bbs_mb_info {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
    background: #fff;
    word-break: break-all;
}

ul.bbs_info {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 30px;
}

	ul.bbs_info > li {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */

		color: #8a8a8a;
		margin-right: 20px;
	}
	ul.bbs_info > li .info_title {

	}

	ul.bbs_info > li .info_desc {
		margin-left: 5px;
		font-weight: bold;
	}



.bbs_title_liner {
	margin-top: -3px;
	width: 100px;
	height: 3px;
	background: #eb34b8;
}


.bbs_content {
	padding: 20px 0 0 0;
	/*border-bottom: 1px solid #999;*/
}


.bbs_title {
	margin-top: -70px;
	margin-bottom: 30px;
}


/********************
 ** 서브 카테고리 탭 메뉴
 ********************/

 .snb_dul {
    display: block;
    z-index: 30;

    width: 100%;
}
.snb_dul > li {
   /*width: 33.3%;*/
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #115fad;
    border-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.snb_dul > li:first-child {
    border-left: 1px solid #ddd;
}
.snb_dul > .li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-weight: 600;
}
.snb_dul > li > a.on2 {
    color: #ffffff;
    font-weight: 600;
    background: #115fad;

}

.snb_dul > li.active {
    background: #115fad;
}

.snb_dul > li.active > a {
    color: #ffffff;
}

.search_box {
    border: 1px solid #115fad;
}