/**
	board skin css
*/

.board .table{border-top: 2px solid #000;border-bottom: 1px solid #ccc; margin-top:20px;}
.board .table dd {vertical-align:middle;}
.border_button{overflow:hidden;}
.board .comment-count a{color:#348fe2;padding-left:10px;}
.board .info{overflow:hidden;}
.board .info li{float:left; padding-right:20px;}
.board .contents-view{clear:both;}
.board .contents-view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
#post-content {word-wrap: break-word;}
#post-content img {max-width:100%;}

.board .fa-user{color:#626262;}
.board .fa-comments{color:#626262;}
.board .fa-eye{color:#626262;}
.board .fa-thumbs-up{color:#626262;}
.board .fa-thumbs-down{color:#626262;}
.board .fa-clock-o{color:#626262;}
.board .fa-reply{color:#626262;}
.board .gallery .thumbnail{margin-bottom:10px;}

.board .like {padding-top:20px;}
.board .like a{text-decoration:none;}
.board .time{font-size:12px; padding-left:10px;}
.board .tags a{font-size:12px; padding-left:5px;}
.board .reply{float:right; font-size:12px;}
.board .reply a{padding-left:5px;}
.board .ip{font-size:12px; padding-left:10px;}
.board .tags li{float:left; padding-right:10px;}
.board .sns_button div {float:left; padding-right:5px;}
.board .btn-point-info {padding-top:8px;color:#BBB;}

.board .view_full_image {cursor:pointer;}
.board .btn-admin-manage-layer { display:none;border:1px solid #ddd;position:absolute;background-color:#fff;z-index:99999; }
.board .btn-admin-manage-layer div.item { height:23px;border-bottom:1px solid #ddd; cursor:pointer;padding-left:2px;padding-right:10px; }
.board .btn-admin-manage-layer div.item { font:normal 11px 'dotum';line-height:23px; }
.board .btn-admin-manage-layer div.item i { width:20px;text-align:center; }

.board .autowrap { margin:0 auto 15px; }
.board .autosize { position:relative; height: 0; padding-bottom: 56.25%; overflow: hidden; margin:0; }
.board .autosize iframe, .autosize object, .autosize embed { position: absolute; top: 0; left: 0; width: 100%; height:100%; }

.board .passcord { text-align: center;margin:10px auto 0 auto;}
.board .passcord li{display:inline-block;margin-right:20px;vertical-align:middle;}

.board .copy_post_url {cursor:pointer;}

.lucky {font-size:11px;}
.lucky .luckypoint{color:#E71A41;}

.gallery-box {float:left;}
.chk_comment_all_wrapper {padding:10px;}
.comment_write_box_inner { padding:20px;}
.comment_write_button_area {margin-top:20px;overflow:hidden;}

.board .url-qrcode {position:relative;cursor:pointer;}
.board .url-qrcode i {margin:3px 0 0 5px;}
#qrcode-content {display:none;position:absolute;background-color:#FFF;border:2px solid #DDD;padding:10px;width:240px;}
#qrcode-content .qrcode_code {border:5px solid #479BE3;float:left;}
#qrcode-content .qrcode_code img {width:100px;height:100px;}
#qrcode-content .qrcode_info {float:left;margin:0 0 0 10px;width:90px;font-size:12px;line-height:18px;color:#555;}

/* ==========================================
   Activity Leaderboard - Two Column Final
========================================== */

.activity-leaderboard-wrap {
	margin: 18px 0 22px;
}

.activity-leaderboard-box {
	display: grid;
	grid-template-columns: 255px 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px;
	border: 2px solid #ececec;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.activity-left-panel {
	min-width: 0;
}

.activity-right-panel {
	min-width: 0;
}

.activity-leaderboard-head {
	margin-bottom: 12px;
}

.activity-leaderboard-head h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 4px;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
	letter-spacing: -0.03em;
}

.activity-leaderboard-head p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}

.activity-trophy {
	font-size: 20px;
	line-height: 1;
}

.activity-summary-card {
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	background: #fafafa;
}

.activity-meta-box {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e7e7e7;
}

.meta-row + .meta-row {
	margin-top: 10px;
}

.meta-label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #777;
}

.meta-row strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #222;
	line-height: 1.5;
}

.summary-block {
	margin-bottom: 13px;
}

.summary-label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #555;
}

.summary-rank-row strong {
	display: block;
	margin-bottom: 6px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #5b2be0;
}

.summary-rank-row em {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
}

.summary-note {
	padding-top: 11px;
	border-top: 1px solid #e8e8e8;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	word-break: keep-all;
}

.activity-table-card {
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.activity-table-scroll {
	max-height: 360px;
	overflow-y: auto;
}

.activity-table {
	width: 100%;
	border-collapse: collapse;
}

.activity-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 12px 14px;
	background: #fafafa;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
	font-weight: 700;
	color: #555;
	text-align: center;
}

.activity-table tbody td {
	padding: 11px 14px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}

.activity-table tbody tr:last-child td {
	border-bottom: 0;
}

.rank-cell {
	width: 70px;
}

.name-cell {
	text-align: left !important;
	font-weight: 700 !important;
}

.activity-score {
	width: 90px;
	font-weight: 800 !important;
	color: #4b21e6 !important;
}

.rank-medal {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}

.rank-num {
	font-size: 14px;
	font-weight: 700;
	color: #111;
}

.activity-empty {
	padding: 24px 12px !important;
	font-size: 13px !important;
	color: #888 !important;
	text-align: center !important;
}

.activity-table-scroll::-webkit-scrollbar {
	width: 8px;
}

.activity-table-scroll::-webkit-scrollbar-thumb {
	background: #d7d7d7;
	border-radius: 20px;
}

.activity-table-scroll::-webkit-scrollbar-track {
	background: #f5f5f5;
}

@media (max-width: 991px) {
	.activity-leaderboard-box {
		grid-template-columns: 1fr;
	}

	.activity-table-scroll {
		max-height: 320px;
	}
}

@media (max-width: 768px) {
	.activity-leaderboard-wrap {
		margin: 14px 0 18px;
	}

	.activity-leaderboard-box {
		padding: 14px;
		border-radius: 14px;
	}

	.activity-leaderboard-head h3 {
		font-size: 18px;
	}

	.activity-leaderboard-head p {
		font-size: 12px;
	}

	.activity-summary-card {
		padding: 14px;
	}

	.summary-rank-row strong {
		font-size: 28px;
	}

	.activity-table-scroll {
		max-height: 300px;
	}

	.activity-table thead th {
		padding: 10px 8px;
		font-size: 12px;
	}

	.activity-table tbody td {
		padding: 10px 8px;
		font-size: 13px;
	}

	.rank-medal {
		font-size: 16px;
	}
}