/**
	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;
	}
}

@media (min-width:769px){
.fsr_board_intro{margin:0 0 18px;padding:18px 18px 16px;border:1px solid #e5e5e5;border-radius:12px;background:linear-gradient(180deg,#fffaf6 0%,#fff 70%)}
.fsr_board_intro .m_seo_head{display:flex;align-items:center;gap:8px;margin:0 0 12px}.fsr_board_intro h2{flex:1 1 auto;font-size:18px;line-height:19.8px;font-weight:500;letter-spacing:-1px;margin:0;padding:0;color:#222}.m_seo_caret{display:none}
.fsr_board_intro_steps{list-style:none;margin:0;padding:0;display:flex;gap:8px}.fsr_board_intro_steps li{flex:1;min-width:140px;background:#fff;border:1px solid #edd9c8;border-radius:10px;padding:12px 12px 12px 40px;position:relative;font-size:14px;line-height:1.55;color:#444}.fsr_board_intro_steps li:before{content:attr(data-step);position:absolute;left:10px;top:12px;width:22px;height:22px;border-radius:50%;background:#ff7916;color:#fff;font-size:12px;font-weight:700;line-height:22px;text-align:center}.fsr_board_intro_note{margin:12px 0 0;padding:0;background:transparent;font-size:13px;color:#777;line-height:1.55}
.board_form_box{height:38px;margin:0 0 10px;display:flex;justify-content:space-between}.array_area select{width:120px;height:38px;padding:0 10px;border:1px solid #ddd;background:#fff}.search_area{width:220px;height:38px}.board_form_box .searchbox{box-sizing:border-box;width:220px;height:38px;background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden}.searchbox form{height:36px;display:flex;width:100%;border:0}.board_form_box .searchbox span input[type=text]{box-sizing:border-box;width:170px;height:36px;padding:0 16px;border:0;border-radius:0;background:none;font-size:13px;font-weight:300;outline:none}.board_form_box .searchbox span button{box-sizing:border-box;width:40px;height:36px;padding:0 20px;border:0;border-radius:0;background:none;color:#888;font-size:15px;font-weight:300;line-height:1.42857143}
.normal_board{width:100%;border-collapse:collapse;border-top:2px solid #000;border-bottom:1px solid #ccc;margin:20px 0}.normal_board th{height:36.5625px;padding:8px;text-align:center;vertical-align:middle}.normal_board tbody tr{height:49.8571429px;border-top:1px solid #ddd}.normal_board tbody td{height:49.8571429px;padding:10px 8px;text-align:center;vertical-align:middle}.normal_board tbody td.center{text-align:left}.normal_board .new_icon,.normal_board .comment_icon{color:#ff7217;font-weight:700;margin-left:6px}.user_levelname{display:flex;align-items:center}.lv_icon_box{width:28px;flex:0 0 28px}.user_name{display:block}
.border_button{height:30px}.border_button .btn{display:inline-block;height:30px;padding:5px 10px;border:1px solid #ccc;border-radius:3px}.board nav{height:68.5625px}.pagination{display:flex;justify-content:center;margin:20px 0;padding:0;list-style:none}.pagination li a{display:block;width:44px;height:44px;line-height:44px;text-align:center;background:#fff;color:#555}.pagination li.active a{background:#ff7916;color:#fff}
.board_seo_footer{margin:28px 0 10px;padding:22px 20px 18px;border-radius:14px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.02)}.board_seo_footer .bsf_head{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.board_seo_footer .bsf_head h2{margin:0 0 6px;padding:0;font-size:20px;line-height:22px;font-weight:500;letter-spacing:-1px;color:#222}.board_seo_footer .bsf_head p{margin:0;padding:0;color:#666;font-size:14px;line-height:1.6}.board_seo_footer .bsf_grid{display:flex;gap:12px;margin:0 0 22px}.board_seo_footer .bsf_card{flex:1;background:#fafafa;border:1px solid #eee;border-radius:12px;padding:14px 16px}.board_seo_footer .bsf_card h3{margin:0 0 8px;padding:0;font-size:15px;line-height:16.5px;font-weight:500;color:#333}.board_seo_footer .bsf_card p{margin:0;padding:0;font-size:14px;color:#555;line-height:1.6}.board_seo_footer .bsf_faq{margin:0 0 20px}.board_seo_footer .bsf_faq>h2{margin:0 0 12px;padding:0;font-size:18px;line-height:19.8px;font-weight:500;letter-spacing:-1px}.board_seo_footer .bsf_faq_item{border-top:1px solid #f0f0f0;padding:12px 2px}.board_seo_footer .bsf_faq_item:last-child{border-bottom:1px solid #f0f0f0}.board_seo_footer .bsf_faq_item h3{margin:0 0 6px;padding:0;font-size:15px;line-height:16.5px;font-weight:500;color:#333}.board_seo_footer .bsf_faq_item p{margin:0;padding:0;font-size:14px;color:#555;line-height:1.6}.board_seo_footer .bsf_links{display:flex;gap:8px;margin:0;padding:0;list-style:none}.board_seo_footer .bsf_links a{display:inline-block;padding:8px 12px;border-radius:8px;background:#fff7f0;border:1px solid #f0d8c4;color:#c45a10;font-size:13px}
#container:after{height:0!important}
@media(min-width:769px){.normal_board.freeboard{table-layout:fixed}.normal_board.freeboard col:nth-child(1){width:53.0625px}.normal_board.freeboard col:nth-child(2){width:582.28125px}.normal_board.freeboard col:nth-child(3){width:131.40625px}.normal_board.freeboard col:nth-child(4){width:51.859375px}.normal_board.freeboard col:nth-child(5){width:58.890625px}}@media(max-width:768px){.normal_board{table-layout:fixed}.normal_board col:nth-child(1){width:53.0625px}.normal_board col:nth-child(2){width:582.28125px}.normal_board col:nth-child(3){width:131.40625px}.normal_board col:nth-child(4){width:51.859375px}.normal_board col:nth-child(5){width:58.890625px}}
@media(max-width:768px){.normal_board tbody tr{height:49.6571429px}.normal_board tbody td{height:49.6571429px;padding:0 8px;border-top:1px solid #ddd}}
@media(min-width:769px){.normal_board.freeboard{background:#fff}.normal_board.freeboard tbody tr,.normal_board.freeboard tbody td{height:auto}.normal_board.freeboard tbody td{padding:10px 8px;border-top:1px solid #efefef}.normal_board.freeboard thead th{vertical-align:bottom}.fsr_board_intro .m_seo_head{text-align:left}}
.normal_board.freeboard .new_icon{display:inline;color:#fff;background:#f3b917;border-radius:2px;padding:1px 5px;margin-left:4px;font-size:9px;font-weight:400;line-height:12.8571px}.normal_board.freeboard .comment_icon{color:#999;font-size:11px;font-weight:300;line-height:15.7143px;margin:0}.normal_board.freeboard .user_levelname{display:block}.normal_board.freeboard .lv_icon_box{float:left;width:40px;min-width:40px}.normal_board.freeboard .lv_icon_box .lv_icon{margin-left:3.5px;margin-right:3.5px}.normal_board.freeboard .user_name{float:left;margin:0 0 0 2px;line-height:18.5714px}@media(min-width:769px){.board_seo_footer .bsf_card h3{letter-spacing:-.5px}}
.normal_board thead th{border-bottom:1px solid #ddd}.board nav{overflow:hidden}
.lv_icon_box{width:35px;flex-basis:35px}.border_button .btn{width:44.09375px!important;height:30px!important;padding:5px 10px!important;font-size:12px!important;font-weight:400!important;line-height:18px!important;color:#333!important;background:#fff!important}.pagination li a{border:1px solid #ddd}
.board .border_button .pull-right{float:right}.board .border_button .btn-success{box-sizing:border-box!important;width:auto!important;min-width:55.125px!important;border-color:#082a47!important;border-radius:1px!important;background:#082a47!important;color:#fff!important;white-space:nowrap!important}.board nav{height:68.5625px;overflow:hidden;text-align:center}.board .pagination{display:inline-block!important;width:auto!important;height:44px!important;margin:20px 0 0!important;vertical-align:top}.board .pagination>li{display:block!important;float:left!important;width:44px!important;height:44px!important}.board .pagination>li>a{box-sizing:border-box!important;width:44px!important;height:44px!important;padding:0!important;line-height:42px!important}.board .pagination>li.active>a{border-color:#ff7916!important;background:#ff7916!important;color:#fff!important}
.normal_board.freeboard .imgs{display:inline;margin-left:10px}.normal_board.freeboard .imgs img{width:50px;height:30px;vertical-align:middle}
}
