/*----------------------
  Recent Game Section
------------------------*/

.bbs-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}


.bbs-section .news-caution{
	box-sizing:border-box;
	border-radius:5px;
	padding:25px 35px;
	text-align:center;
	font-size:1.1rem;
	line-height:1.5;
	color:#ffedd6;
	background:#882424;
}

.page-section .news-caution{
	box-sizing:border-box;
	border-radius:5px;
	padding:25px 35px;
	text-align:center;
	font-size:1.1rem;
	line-height:1.5;
	color:#ffedd6;
	background:#882424;
}


.bbs-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.bbs-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
}

.bbs-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.bbs-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.bbs-item .atc-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
	margin-bottom:50px;
}

.bbs-item .atc-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.bbs-item .atc-content .comment {
	font-size: 12px;
	color: #737373;
}


.bbs-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.bbs-item .rgi-extra .rgi-star,
.bbs-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.bbs-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.bbs-item .rgi-extra .rgi-heart {
	background: #ff205f;
}



/*자유게시판타이틀*/

.freelist .fb-title-item {
	background-color:#fff;
	border-top: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 10px;
	overflow: hidden;
	padding:12px 0 12px 0;

}

.freelist .fb-title-item .fb-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.freelist .fb-title-item .fb-content p {
	font-size: 1rem;
}

.freelist .fb-title-item .fb-content .fb-title-no {
	text-align:center;
	margin: 5px 20px 5px 20px;
}

.freelist .fb-title-item .fb-content .fb-title-title {
	text-align:center;
	margin: 5px 20px 5px 20px;
}

.freelist .fb-title-item .fb-content .fb-title-date {
	color: #686868;
	text-align:center;
	margin: 5px 20px 5px 20px;
}

/*자유게시판라스트*/

.freelist .fb-item {
	background-color:#fff;
	border-bottom: 1px solid #d6dee7;
	margin-bottom: 10px;
	overflow: hidden;
	padding:0px 0 5px 0;

}

.freelist .fb-item .fb-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.freelist .fb-item .fb-content p {
	font-size: 1rem;
}

.freelist .fb-item .fb-content .fb-no {
	text-align:center;
	margin: 5px 20px 5px 20px;
}

.freelist .fb-item .fb-content .fb-title {
	text-align:left;
	margin: 5px 20px 5px 20px;
}

.freelist .fb-item .fb-content .fb-date {
	color: #686868;
	text-align:center;
	margin: 5px 20px 5px 20px;
}

.freelist{
	margin:0 20px 50px 20px;
}

.freelist .fb-item .fb-content .fb-det-no{
	width:5%;
	text-align:center;
}

.freelist .fb-item .fb-content .fb-det-title{
	width:53%;
}

.freelist .fb-item .fb-content .fb-det-cnt{
	width:7%;
	text-align:center;
}

.freelist .fb-item .fb-content .fb-det-wrt{
	width:10%;
	text-align:center;
}

.freelist .fb-item .fb-content .fb-det-date{
	width:15%;
	text-align:center;
}


@media only screen and (max-width: 991px) {

	.bbs-section .container .news-caution{
		font-size:3.5vw;
	}

	.page-section .container .news-caution{
		font-size:3.5vw;
	}
	
	.bbs-section .container2 .news-caution{
		font-size:3.5vw;
	}

	.page-section .container2 .news-caution{
		font-size:3.5vw;
	}

	.freelist {
		margin-top: 10px;
	}

	.freelist .fb-title-item {
		display:none;
	}

	.freelist .fb-item .fb-content {
		font-size:3.5vw;
		margin: 5px 0 5px 0;

	}

	.freelist .fb-item .fb-content .fb-det-no{
		width:5%;
		text-align:center;
		display:none;
	}

	.freelist .fb-item .fb-content .fb-det-title{
		width:100%;
		background-color:#f2f2f2;
		padding:10px;
	}

	.freelist .fb-item .fb-content .fb-det-cnt{
		width:7%;
		text-align:center;
		display:none;
	}

	.freelist .fb-item .fb-content .fb-det-wrt{
		width:100%;
		text-align:center;
		padding:10px 5px 0 5px;
		color:#646464;
	}

	.freelist .fb-item .fb-content .fb-det-date{
		width:100%;
		text-align:center;
		color:#646464;
	}


}