/**/
#sub-visual {
	display:none;
}

/* list */
.container-bbs {}
.container-bbs .head {
	color: #000;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 800;
	display:flex;
	padding-bottom:3.6rem;
}
.container-bbs .head .bbs-name {
	margin-right:0.8rem;
}
.container-bbs .head .post-count {
	color:#3287D7;
}
.container-bbs .body {}
.container-bbs .body .sort-type {}
.container-bbs .body ul.pagination {
	margin-top:8rem;
}

.bbs-list {
	border-bottom:1px solid #CCCCCC;
}
.bbs-list .empty {}
.bbs-list .empty p {
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.2rem;
	margin-bottom:4rem;
}
.bbs-list .post {
	padding-bottom:4rem;
	border-bottom:1px solid #ccc;
	margin-bottom:4rem;
}
.bbs-list .post:last-child {
	margin-bottom:0;
	border-bottom:0;
}
.bbs-list .post a.subject {
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.2rem;
	margin-bottom:1.6rem;
}
.bbs-list .post .data-post {
	display:flex;
}
.bbs-list .post .data-post > div {
	color: #777;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	padding:0 1.2rem;
	position:relative;
}
.bbs-list .post .data-post > div:after {
	content:'';
	position:absolute;
	height:1.2rem;
	width:1px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background:#D9D9D9;
}
.bbs-list .post .data-post > div:first-child {
	padding-left:0;
}
.bbs-list .post .data-post > div:last-child {
	padding-right:0;
}
.bbs-list .post .data-post > div:last-child:after {
	display:none;
}
.bbs-list .post .data-post .date {}
.bbs-list .post .data-post .name {}
.bbs-list .post .data-post .hit {}

/* view */
.bbs-view {
	padding:12rem 0;
}
.bbs-view-head {}
.bbs-view-head .subject {
	color: #000;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
	margin-bottom:2.4rem;
}
.bbs-view-body {}
.bbs-view-foot {
	margin-top:8rem;
}
.bbs-view .upload-file {display:none;}
.bbs-view .btns {
	display:flex;
	align-items: center;
	justify-content: center;
	gap:1.2rem;
}


