#bskr-list.bskr-gallery-list{
	padding-top:10px;
}

#bskr-list .bskr-top-cate{
	margin:0 0 24px;
	padding:12px;
	border:1px solid #e5e7eb;
	border-radius:16px;
	background:#f8f9fb;
}

#bskr-list .bskr-cate-list{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}

#bskr-list .bskr-cate-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	min-height:48px;
	padding:0 20px;
	border:1px solid #d9dee5;
	border-radius:12px;
	background:#fff;
	color:#222;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	transition:all .2s ease;
}

#bskr-list .bskr-cate-link .cnt{
	color:#4b5563;
	font-weight:700;
}

#bskr-list .bskr-cate-link:hover{
	border-color:#0d6efd;
	color:#0d6efd;
	text-decoration:none;
	box-shadow:0 6px 16px rgba(13,110,253,0.10);
}

#bskr-list .bskr-cate-link.active{
	background:#0d6efd;
	border-color:#0d6efd;
	color:#fff;
	box-shadow:0 8px 18px rgba(13,110,253,0.18);
}

#bskr-list .bskr-cate-link.active .cnt{
	color:#eaf2ff;
}

/* toolbar */
#bskr-list .bskr-toolbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-bottom:20px;
	padding:12px 16px;
	border:1px solid #e5e7eb;
	border-radius:14px;
	background:#f8f9fb;
}

#bskr-list .bskr-toolbar .info{
	display:flex;
	align-items:center;
	gap:8px;
	flex:1 1 auto;
	min-width:0;
	font-size:14px;
	line-height:1.4;
	color:#333;
	text-align:left;
}

#bskr-list .bskr-toolbar-right{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:8px;
	margin-left:auto;
	flex:0 0 auto;
	white-space:nowrap;
}

#bskr-list .bskr-tool-icon,
#bskr-list .bskr-admin-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border:1px solid #d7dce2;
	border-radius:8px;
	background:#fff;
	color:#555;
	text-decoration:none;
	transition:all .2s ease;
	vertical-align:middle;
}

#bskr-list .bskr-tool-icon:hover,
#bskr-list .bskr-admin-link:hover{
	background:#0dcaf0;
	border-color:#0dcaf0;
	color:#fff;
	text-decoration:none;
}

#bskr-list .bskr-toolbar-right .btn{
	height:30px;
	line-height:28px;
	padding:0 12px;
}

/* cards */
#bskr-list .bskr-card-row{
	margin-left:-10px;
	margin-right:-10px;
}

#bskr-list .bskr-card-col{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

#bskr-list .bskr-card{
	border:1px solid #e8e8e8;
	border-radius:16px;
	background:#fff;
	overflow:hidden;
	box-shadow:0 6px 18px rgba(0,0,0,0.06);
	transition:transform .2s ease, box-shadow .2s ease;
}

#bskr-list .bskr-card:hover{
	transform:translateY(-4px);
	box-shadow:0 12px 28px rgba(0,0,0,0.10);
}

#bskr-list .bskr-card-link{
	display:block;
	color:#222;
	text-decoration:none;
}

#bskr-list .bskr-thumb{
	position:relative;
	overflow:hidden;
	background:#f5f7fa;
	height:220px;
}

#bskr-list .bskr-thumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

#bskr-list .thumb_no{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:20px;
	background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 100%);
	color:#4d6480;
	font-size:16px;
	font-weight:600;
	line-height:1.6;
}

#bskr-list .bskr-card-body{
	padding:18px 18px 8px 18px;
}

#bskr-list .bskr-card-title{
	font-size:18px;
	font-weight:700;
	line-height:1.4;
	margin-bottom:12px;
	min-height:50px;
}

#bskr-list .bskr-meta{
	list-style:none;
	padding:0;
	margin:0;
}

#bskr-list .bskr-meta li{
	display:flex;
	gap:8px;
	font-size:14px;
	line-height:1.6;
	color:#555;
}

#bskr-list .bskr-meta .label{
	min-width:64px;
	font-weight:700;
	color:#222;
}

#bskr-list .bskr-card-footer{
	padding:0 18px 18px 18px;
}

#bskr-list .bskr-btn-group{
	display:flex;
	flex-wrap:nowrap;
	gap:8px;
	justify-content:center;
	align-items:center;
}

#bskr-list .bskr-btn-group .btn{
	white-space:nowrap;
}

#bskr-list .buttons{
	margin-top:15px;
}

#bskr-list .pagebox01{
	margin-top:15px;
	text-align:center;
}

/* list bottom area */
#bskr-list .bskr-bottom-area{
	margin-top:24px;
	padding:20px;
	border:1px solid #e5e7eb;
	border-radius:16px;
	background:#f8f9fb;
}

#bskr-list .bskr-bottom-top{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-bottom:18px;
}

#bskr-list .bskr-pagination{
	text-align:center;
	margin-bottom:18px;
}

#bskr-list .bskr-searchbox{
	max-width:100%;
}

#bskr-list .bskr-searchform{
	margin:0;
}

#bskr-list .bskr-search-row{
	display:flex;
	align-items:center;
	gap:10px;
}

#bskr-list .bskr-search-select{
	width:150px;
	flex:0 0 150px;
}

#bskr-list .bskr-search-input{
	flex:1 1 auto;
	min-width:0;
}

#bskr-list .bskr-search-btn{
	flex:0 0 auto;
	padding:0 16px;
	height:34px;
	line-height:32px;
}

/* view */
#bskr-view.bskr-program-view{
	margin-top:10px;
}

#bskr-view .bskr-view-card{
	border:1px solid #e5e7eb;
	border-radius:18px;
	background:#fff;
	box-shadow:0 8px 24px rgba(0,0,0,0.05);
	overflow:hidden;
}

#bskr-view .bskr-view-head{
	padding:28px 30px 20px;
	background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
	border-bottom:1px solid #e8edf4;
}

#bskr-view .bskr-view-cate{
	display:inline-block;
	padding:6px 12px;
	border-radius:999px;
	background:#0d6efd;
	color:#fff;
	font-size:13px;
	font-weight:700;
	margin-bottom:12px;
}

#bskr-view .bskr-view-title{
	margin:0;
	font-size:28px;
	font-weight:800;
	line-height:1.35;
	color:#1f2937;
}

#bskr-view .bskr-view-body{
	padding:28px 30px 30px;
}

#bskr-view .bskr-info-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
	margin-bottom:24px;
}

#bskr-view .bskr-info-item{
	padding:18px 20px;
	border:1px solid #e5e7eb;
	border-radius:14px;
	background:#fafbfd;
}

#bskr-view .bskr-info-item-full{
	grid-column:1 / -1;
}

#bskr-view .bskr-info-label{
	font-size:13px;
	font-weight:700;
	color:#6b7280;
	margin-bottom:8px;
}

#bskr-view .bskr-info-value{
	font-size:16px;
	font-weight:600;
	line-height:1.7;
	color:#1f2937;
}

#bskr-view .bskr-content-box{
	margin-bottom:24px;
	padding:24px;
	border:1px solid #e5e7eb;
	border-radius:16px;
	background:#fff;
}

#bskr-view .bskr-section-title{
	font-size:20px;
	font-weight:800;
	color:#111827;
	margin-bottom:16px;
}

#bskr-view .bskr-section-title.sm{
	font-size:16px;
	margin-bottom:10px;
}

#bskr-view .bskr-content-body{
	font-size:16px;
	line-height:1.8;
	color:#374151;
}

#bskr-view .bskr-content-body img{
	max-width:100%;
	height:auto;
}

#bskr-view .bskr-attach-box{
	margin-top:24px;
	padding-top:18px;
	border-top:1px solid #e5e7eb;
}

#bskr-view .bskr-attach-list{
	list-style:none;
	padding:0;
	margin:0;
}

#bskr-view .bskr-attach-list li{
	padding:10px 0;
	border-bottom:1px dashed #e5e7eb;
	font-size:14px;
}

#bskr-view .bskr-attach-list li:last-child{
	border-bottom:0;
}

#bskr-view .bskr-attach-list a{
	font-weight:700;
	color:#0d6efd;
	text-decoration:none;
}

#bskr-view .bskr-attach-list .size,
#bskr-view .bskr-attach-list .down{
	margin-left:8px;
	color:#6b7280;
}

#bskr-view .bskr-apply-box{
	text-align:center;
	padding-top:8px;
}

#bskr-view .bskr-apply-box .btn{
	min-width:220px;
	height:52px;
	line-height:38px;
	border-radius:14px;
	font-size:18px;
	font-weight:700;
}

#bskr-view .bskr-view-bottom{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #e5e7eb;
}

#bskr-view .bskr-bottom-left,
#bskr-view .bskr-bottom-right{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

#bskr-view .bskr-view-bottom .btn{
	padding:6px 14px;
	font-size:14px;
	border-radius:8px;
}

/* write */
#bskr-write.bskr-program-write,
#bbswrite.bskr-program-write{
	margin-top:10px;
}

#bskr-write .bskr-write-card,
#bbswrite .bskr-write-card{
	border:1px solid #e5e7eb;
	border-radius:18px;
	background:#fff;
	box-shadow:0 8px 24px rgba(0,0,0,0.05);
	padding:24px;
}

#bskr-write .bskr-write-table,
#bbswrite .bskr-write-table{
	margin-bottom:20px;
	border-top:2px solid #0d6efd;
}

#bskr-write .bskr-write-table th,
#bbswrite .bskr-write-table th{
	width:180px;
	background:#f8fafc;
	vertical-align:middle;
	font-weight:700;
	color:#1f2937;
}

#bskr-write .bskr-write-table td,
#bbswrite .bskr-write-table td{
	vertical-align:middle;
	background:#fff;
}

#bskr-write .bskr-inline-row,
#bbswrite .bskr-inline-row{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
}

#bskr-write .bskr-select,
#bbswrite .bskr-select{
	min-width:260px;
	max-width:420px;
}

#bskr-write .bskr-date-group,
#bbswrite .bskr-date-group{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
}

#bskr-write .bskr-date-group .form-control,
#bbswrite .bskr-date-group .form-control{
	width:180px;
	max-width:100%;
}

#bskr-write .bskr-date-group .sep,
#bbswrite .bskr-date-group .sep{
	font-weight:700;
	color:#6b7280;
}

#bskr-write .bskr-datetime-row,
#bbswrite .bskr-datetime-row{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:nowrap;
}

#bskr-write .bskr-datetime,
#bbswrite .bskr-datetime{
	width:220px;
	max-width:100%;
}

#bskr-write .bskr-datetime-sep,
#bbswrite .bskr-datetime-sep{
	font-weight:600;
	color:#666;
	flex:0 0 auto;
}

#bskr-write .bskr-flex,
#bbswrite .bskr-flex{
	display:flex;
	gap:12px;
	flex-wrap:wrap;
}

#bskr-write .bskr-flex .form-control,
#bbswrite .bskr-flex .form-control{
	flex:1 1 240px;
}

#bskr-write .bskr-flex .bskr-num-input,
#bbswrite .bskr-flex .bskr-num-input{
	max-width:180px;
}

#bskr-write .bskr-textarea,
#bbswrite .bskr-textarea{
	min-height:110px;
	resize:vertical;
}

#bskr-write .bskr-check-row,
#bbswrite .bskr-check-row{
	display:flex;
	align-items:center;
	gap:18px;
	flex-wrap:wrap;
}

#bskr-write .bskr-help-row,
#bbswrite .bskr-help-row{
	display:flex;
	align-items:center;
	gap:8px;
}

#bskr-write .bskr-help-row .form-control,
#bbswrite .bskr-help-row .form-control{
	flex:1 1 auto;
}

#bskr-write .bskr-radio-row,
#bbswrite .bskr-radio-row{
	display:flex;
	gap:18px;
	flex-wrap:wrap;
	line-height:1.8;
}

#bskr-write .bskr-title-row,
#bbswrite .bskr-title-row{
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;
}

#bskr-write .bskr-title-row .form-control,
#bbswrite .bskr-title-row .form-control{
	flex:1 1 auto;
	min-width:260px;
}

#bskr-write .bskr-editbox,
#bbswrite .bskr-editbox{
	margin-bottom:20px;
	border:1px solid #e5e7eb;
	border-radius:16px;
	background:#fff;
	overflow:hidden;
}

#bskr-write .bskr-editor-toolbar,
#bbswrite .bskr-editor-toolbar{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	padding:12px 14px;
	background:#f8fafc;
	border-bottom:1px solid #e5e7eb;
}

#bskr-write .bskr-editor-toolbar a,
#bbswrite .bskr-editor-toolbar a{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:6px 10px;
	border:1px solid #dbe2ea;
	border-radius:8px;
	background:#fff;
	color:#374151;
	text-decoration:none;
	font-size:13px;
}

#bskr-write .bskr-editor-toolbar a:hover,
#bbswrite .bskr-editor-toolbar a:hover{
	border-color:#0d6efd;
	color:#0d6efd;
	text-decoration:none;
}

#bskr-write .bskr-editor-frame,
#bbswrite .bskr-editor-frame,
#bskr-write .bskr-upfiles-frame,
#bbswrite .bskr-upfiles-frame{
	background:#fff;
}

#bskr-write .bskr-editor-disabled,
#bbswrite .bskr-editor-disabled{
	margin:10px 0;
	padding:20px;
	border:1px solid #e5e7eb;
	border-radius:12px;
	background:#f8fafc;
	color:#6b7280;
}

#bskr-write .bskr-write-bottom,
#bbswrite .bskr-write-bottom{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
	margin-top:14px;
	padding-top:16px;
	border-top:1px solid #e5e7eb;
}

#bskr-write .bskr-write-bottom-left,
#bbswrite .bskr-write-bottom-left{
	display:flex;
	align-items:center;
}

#bskr-write .bskr-write-bottom-right,
#bbswrite .bskr-write-bottom-right{
	display:flex;
	align-items:center;
	gap:8px;
	margin-left:auto;
}

#bskr-write .bskr-write-bottom .btn,
#bbswrite .bskr-write-bottom .btn{
	min-width:96px;
	height:38px;
	line-height:24px;
	border-radius:10px;
	font-weight:600;
}

@media (max-width:767px){
	#bskr-list .bskr-top-cate{
		padding:10px;
		border-radius:14px;
	}

	#bskr-list .bskr-cate-list{
		gap:8px;
	}

	#bskr-list .bskr-cate-link{
		flex:1 1 calc(50% - 4px);
		min-height:44px;
		padding:0 14px;
		font-size:15px;
	}

	#bskr-list .bskr-toolbar{
		flex-wrap:wrap;
		align-items:flex-start;
	}

	#bskr-list .bskr-toolbar .info{
		width:100%;
		line-height:1.6;
		margin-bottom:10px;
	}

	#bskr-list .bskr-toolbar-right{
		width:100%;
		justify-content:flex-end;
		line-height:normal;
	}

	#bskr-list .bskr-thumb{
		height:200px;
	}

	#bskr-list .bskr-card-title{
		font-size:16px;
		min-height:auto;
	}

	#bskr-list .bskr-btn-group{
		overflow-x:auto;
	}

	#bskr-list .bskr-btn-group .btn{
		width:auto;
		flex:0 0 auto;
	}

	#bskr-list .bskr-bottom-area{
		padding:16px;
	}

	#bskr-list .bskr-bottom-top{
		justify-content:flex-start;
	}

	#bskr-list .bskr-search-row{
		flex-direction:column;
		align-items:stretch;
	}

	#bskr-list .bskr-search-select{
		width:100%;
		flex:none;
	}

	#bskr-list .bskr-search-input{
		width:100%;
	}

	#bskr-list .bskr-search-btn{
		width:100%;
	}

	#bskr-view .bskr-view-head{
		padding:22px 18px 18px;
	}

	#bskr-view .bskr-view-title{
		font-size:22px;
	}

	#bskr-view .bskr-view-body{
		padding:20px 18px 22px;
	}

	#bskr-view .bskr-info-grid{
		grid-template-columns:1fr;
		gap:12px;
	}

	#bskr-view .bskr-content-box{
		padding:18px;
	}

	#bskr-view .bskr-section-title{
		font-size:18px;
	}

	#bskr-view .bskr-content-body{
		font-size:15px;
	}

	#bskr-view .bskr-apply-box .btn{
		width:100%;
		min-width:0;
		font-size:17px;
	}

	#bskr-view .bskr-view-bottom{
		flex-direction:column;
		align-items:stretch;
		gap:12px;
	}

	#bskr-view .bskr-bottom-left,
	#bskr-view .bskr-bottom-right{
		width:100%;
	}

	#bskr-view .bskr-bottom-left .btn,
	#bskr-view .bskr-bottom-right .btn{
		flex:1 1 auto;
		text-align:center;
	}

	#bskr-view .bskr-bottom-right{
		flex-wrap:wrap;
		justify-content:center;
	}

	#bskr-write .bskr-write-card,
	#bbswrite .bskr-write-card{
		padding:16px;
		border-radius:14px;
	}

	#bskr-write .bskr-write-table th,
	#bbswrite .bskr-write-table th{
		width:110px;
		font-size:13px;
	}

	#bskr-write .bskr-date-group .form-control,
	#bbswrite .bskr-date-group .form-control{
		width:100%;
	}

	#bskr-write .bskr-datetime-row,
	#bbswrite .bskr-datetime-row{
		flex-wrap:wrap;
	}

	#bskr-write .bskr-datetime,
	#bbswrite .bskr-datetime{
		width:100%;
	}

	#bskr-write .bskr-flex,
	#bbswrite .bskr-flex{
		flex-direction:column;
	}

	#bskr-write .bskr-flex .bskr-num-input,
	#bbswrite .bskr-flex .bskr-num-input{
		max-width:none;
	}

	#bskr-write .bskr-help-row,
	#bbswrite .bskr-help-row{
		align-items:stretch;
	}

	#bskr-write .bskr-write-bottom,
	#bbswrite .bskr-write-bottom{
		flex-direction:column;
		align-items:stretch;
	}

	#bskr-write .bskr-write-bottom-left,
	#bbswrite .bskr-write-bottom-left,
	#bskr-write .bskr-write-bottom-right,
	#bbswrite .bskr-write-bottom-right{
		width:100%;
	}

	#bskr-write .bskr-write-bottom-right,
	#bbswrite .bskr-write-bottom-right{
		margin-left:0;
		flex-direction:column;
	}

	#bskr-write .bskr-write-bottom-left .btn,
	#bbswrite .bskr-write-bottom-left .btn,
	#bskr-write .bskr-write-bottom-right .btn,
	#bbswrite .bskr-write-bottom-right .btn{
		width:100%;
	}
}