@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}
/* =========================
   Safety Info Box
========================= */

.bo_safety_top_con_wrap {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.bo_safety_info_tbl_wrap {
	width: 100%;
}

.tbl_bo_safety_info {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.tbl_bo_safety_info th,
.tbl_bo_safety_info td {
	padding: 14px 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.tbl_bo_safety_info th {
	width: 140px;
	background: #2b2b2b;
	color: #fff;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

.tbl_bo_safety_info td {
	color: #333;
	background: #fff;
}

.tbl_bo_safety_info tr:last-child th,
.tbl_bo_safety_info tr:last-child td {
	border-bottom: 0;
}

/* 모바일 대응 */
@media all and (max-width: 768px) {
	.bo_safety_top_con_wrap {
		flex-direction: column;
	}

	.tbl_bo_safety_info th {
		width: 100px;
		font-size: 13px;
	}

	.tbl_bo_safety_info td {
		font-size: 13px;
		word-break: break-all;
	}
}