@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

/* 사이트 정보 테이블 */
.site-info-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0 10px;
	font-size: 15px;
	color: #333;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	border-radius: 8px;
	overflow: hidden;
}

	.site-info-table thead th {
		background-color: #f1f5f9;
		color: #111827;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 12px;
		border-bottom: 1px solid #e5e7eb;
	}

	.site-info-table tbody td {
		padding: 12px 15px;
		border-bottom: 1px solid #e5e7eb;
		vertical-align: middle;
	}

		.site-info-table tbody td:first-child {
			background-color: #f9fafb;
			font-weight: 600;
			color: #1f2937;
			width: 130px;
			text-align: left;
		}

		.site-info-table tbody td a {
			color: #0ea5e9;
			text-decoration: none;
		}

			.site-info-table tbody td a:hover {
				text-decoration: underline;
			}

/* 꽁머니 미지급 안내문 */
.bonus-warning {
	margin: 8px 0 25px;
	padding: 8px 12px;
	background-color: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}


.vote-box {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	font-size: 14px;
}

	.vote-box .btn-good {
		background-color: #dc3545;
		color: #fff;
		padding: 8px 16px;
		display: flex;
		align-items: center;
		gap: 6px;
		font-weight: bold;
		border: none;
		border-right: 1px solid #fff;
	}

	.vote-box .btn-bad {
		background-color: #fff;
		color: #555;
		padding: 8px 16px;
		display: flex;
		align-items: center;
		gap: 6px;
		font-weight: bold;
		border: none;
	}

	.vote-box i {
		font-size: 16px;
	}


/* 게시판 리스트 테이블 꾸미기 */
.table-list td {
	vertical-align: middle;
	font-size: 0.95rem;
}

.td_site {
	font-weight: 600;
	color: #333;
}

.td_money {
	color: #d10000;
	font-weight: bold;
}

.td_subject a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.td_subject .cnt_hit {
	color: #f66;
	margin-left: 5px;
	font-size: 0.85rem;
}

.td_subject .cnt_cmt {
	color: #007bff;
	font-size: 0.85rem;
	margin-left: 3px;
}

@media (max-width: 767.98px) {
	#bo_list .na-table a.d-md-table-row {
		display: block !important;
		border: 1px solid #eee;
		border-radius: 6px;
		margin: 10px 10px;
		padding: 12px;
		background: #fff;
	}

	#bo_list .d-md-table-cell {
		display: block !important;
		padding: 4px 0 !important;
		font-size: 14px;
		line-height: 1.4;
	}

		#bo_list .d-md-table-cell:nth-child(1) {
			display: none !important;
		}
		/* 번호 숨김 */
		#bo_list .d-md-table-cell:nth-child(2) {
			font-weight: bold;
			color: #333;
			font-size: 16px;
		}

		#bo_list .d-md-table-cell:nth-child(3) {
			color: #0087ff;
			font-size: 14px;
			font-weight: 600;
		}

		#bo_list .d-md-table-cell:nth-child(4) {
			font-size: 15px;
			color: #000;
			margin-top: 4px;
		}

		#bo_list .d-md-table-cell:nth-child(5),
		#bo_list .d-md-table-cell:nth-child(6) {
			display: inline-block !important;
			font-size: 12px;
			color: #888;
			margin-right: 8px;
		}

	.count-plus {
		font-size: 12px;
		color: orangered;
		font-weight: bold;
	}
}
