@charset "utf-8";

/* Shopping Mall Style Board */

/* Top Search */
.list-tsearch {
	border:1px solid #e5e5e5;
	background:#fff;
	padding:22px 20px;
	margin-bottom:24px;
	border-radius:14px;
	box-shadow:0 4px 18px rgba(0,0,0,.04);
}

/* Category */
.list-category .tabs,
.list-category .dropdown {
	margin-bottom:22px;
}

.list-category .active a,
.list-category .selected a {
	color:#111;
	font-weight:700 !important;
	border-bottom:2px solid #111;
}

/* List */
.list-wrap {
	width:100%;
	background:#fff;
	border-top:2px solid #111;
}

.list-wrap table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
}

.list-wrap th {
	padding:15px 10px;
	color:#111;
	font-size:14px;
	font-weight:700;
	background:#fafafa;
	border-bottom:1px solid #ddd;
	text-align:center;
}

.list-wrap td {
	padding:16px 10px;
	border-bottom:1px solid #eee;
	color:#333;
	font-size:14px;
	vertical-align:middle;
}

.list-wrap tr:hover td {
	background:#fafafa;
}

.list-wrap a {
	color:#111;
	text-decoration:none;
	font-weight:600;
}

.list-wrap a:hover {
	color:#c0392b;
}

/* Notice label */
.list-wrap .label,
.list-wrap .notice,
.list-wrap .bo_notice,
.list-wrap .bg-red,
.list-wrap .btn-red {
	display:inline-block;
	padding:4px 8px;
	border-radius:999px;
	background:#111 !important;
	color:#fff !important;
	font-size:11px;
	font-weight:700;
	line-height:1.2;
}

/* Important notice area */
.list-wrap tr.bo_notice td,
.list-wrap tr.notice td {
	background:#fff8f5;
}

.list-wrap tr.bo_notice:hover td,
.list-wrap tr.notice:hover td {
	background:#fff2ec;
}

/* Admin */
.list-admin {
	text-align:center;
	margin:18px 0;
}

/* Button / Sort */
.list-btn .sort-drop {
	min-width:120px !important;
	left:auto !important;
	right:0 !important;
	border-radius:10px;
	box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.list-btn .sort-drop .sort a {
	color:#111 !important;
	font-weight:700 !important;
}

.is-pc .ko .list-btn .sort-drop {
	font-size:12px;
}

/* Pagination */
.list-wrap .pagination,
.view-wrap .pagination {
	margin-top:28px;
	text-align:center;
}

.list-wrap .pagination a,
.view-wrap .pagination a {
	color:#555 !important;
	border-radius:50% !important;
	margin:0 3px;
	border:1px solid #ddd !important;
	background:#fff !important;
}

.list-wrap .pagination .active a,
.view-wrap .pagination .active a {
	color:#fff !important;
	background:#111 !important;
	border-color:#111 !important;
}

/* View */
.view-wrap {
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:2px solid #111;
}

.view-wrap.view-modal {
	padding:5px;
	margin:0;
}

.view-btn {
	margin:0 0 30px;
}

.view-btn i {
	margin-right:2px;
}

/* Write */
.write-wrap {
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:2px solid #111;
}

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

	.list-wrap th,
	.list-wrap td {
		padding:12px 6px;
		font-size:13px;
	}

	.list-tsearch {
		padding:16px 14px;
		border-radius:10px;
	}
/* ===== Shop-style board override ===== */

#bo_list,
.list-wrap {
	background:#fff;
	border-top:2px solid #111 !important;
	font-family:inherit;
}

#bo_list table,
.list-wrap table {
	border-collapse:collapse !important;
	width:100% !important;
}

#bo_list thead th,
.list-wrap thead th,
.tbl_head01 thead th {
	padding:16px 8px !important;
	background:#fafafa !important;
	border-bottom:1px solid #e5e5e5 !important;
	color:#111 !important;
	font-size:13px !important;
	font-weight:700 !important;
}

#bo_list tbody td,
.list-wrap tbody td,
.tbl_head01 tbody td {
	padding:17px 8px !important;
	border-bottom:1px solid #eee !important;
	background:#fff !important;
	color:#333 !important;
	font-size:14px !important;
}

#bo_list tbody tr:hover td,
.list-wrap tbody tr:hover td,
.tbl_head01 tbody tr:hover td {
	background:#fafafa !important;
}

#bo_list .td_subject,
.list-wrap .td_subject {
	text-align:left !important;
}

#bo_list .td_subject a,
.list-wrap .td_subject a,
.tbl_head01 .td_subject a {
	color:#111 !important;
	font-size:15px !important;
	font-weight:700 !important;
	letter-spacing:-0.3px;
	text-decoration:none !important;
}

#bo_list .td_subject a:hover,
.list-wrap .td_subject a:hover {
	color:#b0885a !important;
}

/* 공지/알림 라벨 */
#bo_list .bo_notice,
#bo_list .notice,
.list-wrap .bo_notice,
.list-wrap .notice {
	background:#fffaf4 !important;
}

#bo_list .cnt_cmt,
#bo_list .bo_cate_link,
#bo_list .bo_current,
#bo_list .sv_member,
#bo_list .profile_img {
	border-radius:999px;
}

/* 빨간 알림 박스류 강제 변경 */
#bo_list .label,
#bo_list .btn_b01,
#bo_list .btn_b02,
#bo_list .btn_admin,
.list-wrap .label,
.list-wrap .bg-red,
.list-wrap .btn-red {
	background:#111 !important;
	border-color:#111 !important;
	color:#fff !important;
	border-radius:999px !important;
	padding:4px 9px !important;
	font-size:11px !important;
	font-weight:700 !important;
}

/* 상단 고정공지 영역 */
#bo_list tbody tr.bo_notice td,
#bo_list tbody tr.notice td,
.list-wrap tbody tr.bo_notice td,
.list-wrap tbody tr.notice td {
	background:#fff7ef !important;
}

/* 체크박스/번호 칸 */
#bo_list .td_chk,
#bo_list .td_num,
.list-wrap .td_chk,
.list-wrap .td_num {
	color:#999 !important;
	font-size:13px !important;
}

/* 페이지네이션 */
.pg_wrap,
.list-wrap .pagination {
	margin-top:30px !important;
	text-align:center !important;
}

.pg_page,
.pg_current,
.pagination a {
	border-radius:50px !important;
	border:1px solid #ddd !important;
	background:#fff !important;
	color:#555 !important;
	padding:7px 11px !important;
	margin:0 2px !important;
}

.pg_current,
.pagination .active a {
	background:#111 !important;
	border-color:#111 !important;
	color:#fff !important;
}

/* 버튼 */
.bo_fx a,
.bo_fx button,
.btn_bo_user a,
.btn_bo_user button,
.list-admin a,
.list-admin button {
	border-radius:999px !important;
	background:#111 !important;
	border:1px solid #111 !important;
	color:#fff !important;
	padding:8px 14px !important;
	font-weight:700 !important;
}

/* 모바일 */
@media all and (max-width:768px) {
	#bo_list thead {
		display:none;
	}

	#bo_list tbody td,
	.list-wrap tbody td {
		padding:14px 6px !important;
		font-size:13px !important;
	}

	#bo_list .td_subject a,
	.list-wrap .td_subject a {
		font-size:14px !important;
	}
}