@charset "utf-8";

/* ============================================
   재능마켓 카드 그리드 스킨 (talent-market)
   ============================================ */

/* --- 전체 래퍼 --- */
.tm-wrap {
	font-size: 14px;
	background: #fff;
	border-radius: 0 0 16px 16px;
	padding: 0;
}

/* --- 배너 --- */
.tm-banner {
	padding: 0;
	background: transparent;
	border: none;
	margin-bottom: 8px;
	margin-top: -6px;
}
.tm-banner-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
	border-radius: 16px;
	padding: 28px 32px;
	overflow: hidden;
	min-height: 120px;
}
.tm-banner-inner::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	width: 200px;
	height: 200px;
	background: rgba(255,255,255,0.06);
	border-radius: 50%;
}
.tm-banner-inner::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 30%;
	width: 160px;
	height: 160px;
	background: rgba(255,255,255,0.04);
	border-radius: 50%;
}
.tm-banner-content {
	position: relative;
	z-index: 1;
}
.tm-banner-badge {
	display: inline-block;
	padding: 3px 10px;
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border-radius: 4px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	backdrop-filter: blur(4px);
}
.tm-banner-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px;
	line-height: 1.4;
}
.tm-banner-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.tm-banner-tag {
	display: inline-block;
	padding: 4px 12px;
	background: rgba(255,255,255,0.12);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
	backdrop-filter: blur(4px);
}
.tm-banner-tag--accent {
	background: rgba(255,255,255,0.25);
	border: 1px solid rgba(255,255,255,0.3);
}
.tm-banner-icon {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.1);
	border-radius: 16px;
	margin-left: 24px;
}
.tm-banner-icon i {
	font-size: 28px;
	color: rgba(255,255,255,0.8);
}

/* --- 분류탭 (Chip 스타일) --- */
.tm-wrap #bo_cate {
	margin: 0 !important;
	padding: 16px 20px 4px !important;
	border: none !important;
	background: transparent !important;
	overflow: visible !important;
}
.tm-wrap #bo_cate.sly-tab {
	border: none !important;
}
.tm-wrap #bo_cate .d-flex {
	border: none !important;
	border-left: none !important;
}
.tm-wrap #bo_cate hr {
	display: none !important;
}
.tm-wrap #bo_cate .px-3,
.tm-wrap #bo_cate .px-sm-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tm-wrap #bo_cate #bo_cate_ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
	align-items: center !important;
	border: none !important;
	border-left: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.tm-wrap #bo_cate #bo_cate_ul > li {
	list-style: none !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: none !important;
}
.tm-wrap #bo_cate #bo_cate_ul > li > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 34px !important;
	padding: 0 16px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	letter-spacing: -0.01em !important;
	color: #4e5968 !important;
	background: #f2f4f6 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	box-sizing: border-box !important;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
	cursor: pointer !important;
}
.tm-wrap #bo_cate #bo_cate_ul > li > a:hover {
	background: #e5e8eb !important;
	color: #191f28 !important;
	text-decoration: none !important;
}
.tm-wrap #bo_cate #bo_cate_ul > li.active > a {
	background: #191f28 !important;
	color: #fff !important;
	font-weight: 600 !important;
	box-shadow: 0 1px 3px rgba(25, 31, 40, 0.18) !important;
}
.tm-wrap #bo_cate .sly-btn {
	display: none !important;
}
.tm-wrap #bo_cate.sly-overflow .sly-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 34px !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #8b95a1 !important;
	font-size: 15px !important;
	cursor: pointer !important;
}
.tm-wrap #bo_cate.sly-overflow .sly-btn:hover {
	background: #f2f4f6 !important;
	color: #4e5968 !important;
}

/* --- 툴바 --- */
.tm-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 12px;
}
.tm-toolbar-left,
.tm-toolbar-right {
	display: flex;
	align-items: center;
	gap: 6px;
}
.tm-count {
	font-size: 13px;
	color: #8b95a1;
}
.tm-count b {
	font-weight: 600;
	color: #4e5968;
}
.tm-sort-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: transparent;
	border: none;
	padding: 4px 2px;
	font-size: 13px;
	font-weight: 600;
	color: #4e5968;
	cursor: pointer;
	transition: color 0.15s;
}
.tm-sort-btn:hover,
.tm-sort-btn:focus {
	color: #6366f1;
	outline: none;
}
.tm-sort-btn.dropdown-toggle::after {
	display: none;
}
.tm-sort-btn .fa-chevron-down {
	font-size: 9px;
	opacity: 0.5;
}
.tm-sort-dropdown {
	border: 1px solid #e5e8eb;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	padding: 4px 0;
	min-width: 120px;
}
.tm-sort-item {
	display: block;
	padding: 8px 16px;
	font-size: 13px;
	color: #4e5968;
	text-decoration: none;
	transition: background 0.1s;
	cursor: pointer;
	border: none;
	background: transparent;
	width: 100%;
	text-align: left;
}
.tm-sort-item:hover {
	background: #f0edff;
	color: #6366f1;
	text-decoration: none;
}
.tm-sort-dropdown .dropdown-item.tm-sort-item.active,
.tm-sort-dropdown .dropdown-item.tm-sort-item.active:hover,
.tm-sort-dropdown .dropdown-item.tm-sort-item:active {
	background-color: transparent !important;
	color: #6366f1 !important;
	font-weight: 600;
}
.tm-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #e5e8eb;
	background: #fff;
	color: #8b95a1;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.15s;
	text-decoration: none;
	padding: 0;
}
.tm-icon-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
	text-decoration: none;
}
.tm-icon-btn.dropdown-toggle-empty::after {
	display: none;
}
.tm-admin-dropdown {
	border: 1px solid #e5e8eb;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	padding: 4px 0;
	min-width: 140px;
}
.tm-admin-dropdown .dropdown-item {
	font-size: 13px;
	padding: 8px 16px;
	color: #4e5968;
}
.tm-admin-dropdown .dropdown-item:hover {
	background: #f0edff;
	color: #6366f1;
}
.tm-write-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #6366f1;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
	text-decoration: none;
	white-space: nowrap;
}
.tm-write-btn:hover {
	background: #4f46e5;
	color: #fff;
	text-decoration: none;
}

/* --- 카드 그리드 --- */
.tm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding: 16px;
}

/* --- 카드 --- */
.tm-card {
	position: relative;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
	display: flex;
	flex-direction: column;
}
.tm-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* 카드 이미지 (16:9) */
.tm-card-img {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #f3f4f6;
	overflow: hidden;
}
.tm-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.tm-card:hover .tm-card-img img {
	transform: scale(1.03);
}
.tm-card-noimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d1d5db;
	font-size: 32px;
	background: #f9fafb;
}

/* 북마크 */
.tm-bookmark {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.85);
	border: none;
	border-radius: 50%;
	color: #6b7280;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.15s;
	backdrop-filter: blur(4px);
}
.tm-bookmark:hover {
	background: #fff;
	color: #3b82f6;
}

/* 카드 관리 체크박스 */
.tm-card-chk {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

/* 카드 본문 */
.tm-card-body {
	padding: 12px 14px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.tm-card-title-row {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}
.tm-card-title-row .tm-card-badge {
	flex-shrink: 0;
	margin-top: 2px;
}
.tm-card-title {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	flex: 1;
	min-width: 0;
}
.tm-card-title a {
	color: inherit;
	text-decoration: none;
}
.tm-card-title a:hover {
	color: #3b82f6;
}
.tm-card-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
}
.tm-card-star {
	color: #f59e0b;
}
.tm-card-rating-num {
	font-weight: 600;
	color: #374151;
}
.tm-card-rating-cnt {
	color: #9ca3af;
}
.tm-card-price {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	margin-top: auto;
}

/* 카드 푸터 */
.tm-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
}
.tm-card-author {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	color: #6b7280;
}
.tm-card-author i {
	font-size: 11px;
	color: #9ca3af;
}
.tm-card-icons {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tm-card-icon {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 11px;
	color: #9ca3af;
}
.tm-card-icon i {
	font-size: 11px;
}
.tm-card-badge {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 7px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	background: #eef2ff;
	color: #6366f1;
}

/* ============================================
   반응형
   ============================================ */
@media (max-width: 991px) {
	.tm-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.tm-toolbar {
		padding: 8px 14px 10px;
	}
	.tm-write-btn {
		padding: 6px 12px;
		font-size: 12px;
	}
	.tm-wrap #bo_cate {
		padding: 12px 14px 2px !important;
	}
	.tm-wrap #bo_cate #bo_cate_ul {
		gap: 6px !important;
	}
	.tm-wrap #bo_cate #bo_cate_ul > li > a {
		height: 32px !important;
		line-height: 32px !important;
		padding: 0 13px !important;
		font-size: 12px !important;
		border-radius: 8px !important;
	}
	.tm-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 12px;
	}
	.tm-card-body {
		padding: 10px 12px;
	}
	.tm-card-footer {
		padding: 8px 12px;
	}
	.tm-banner-inner {
		padding: 20px 16px;
		min-height: auto;
	}
	.tm-banner-title {
		font-size: 15px;
	}
	.tm-banner-icon {
		width: 48px;
		height: 48px;
		margin-left: 12px;
	}
	.tm-banner-icon i {
		font-size: 22px;
	}
	.tm-banner-tags {
		gap: 6px;
	}
	.tm-banner-tag {
		font-size: 11px;
		padding: 3px 10px;
	}
}

/* ============================================
   다크모드
   ============================================ */
html.dark-mode .tm-sort-btn {
	color: #9ca3af;
}
html.dark-mode .tm-sort-btn:hover,
html.dark-mode .tm-sort-btn:focus {
	color: #818cf8;
}
html.dark-mode .tm-sort-dropdown {
	background: #1f2937;
	border-color: #374151;
}
html.dark-mode .tm-sort-item {
	color: #9ca3af;
}
html.dark-mode .tm-sort-item:hover {
	background: #374151;
	color: #818cf8;
}
html.dark-mode .tm-sort-dropdown .dropdown-item.tm-sort-item.active,
html.dark-mode .tm-sort-dropdown .dropdown-item.tm-sort-item.active:hover,
html.dark-mode .tm-sort-dropdown .dropdown-item.tm-sort-item:active {
	background-color: transparent !important;
	color: #818cf8 !important;
}
html.dark-mode .tm-count {
	color: #6b7280;
}
html.dark-mode .tm-count b {
	color: #9ca3af;
}
html.dark-mode .tm-icon-btn {
	background: #1f2937;
	border-color: #374151;
	color: #6b7280;
}
html.dark-mode .tm-icon-btn:hover {
	border-color: #818cf8;
	color: #818cf8;
}
html.dark-mode .tm-admin-dropdown {
	background: #1f2937;
	border-color: #374151;
}
html.dark-mode .tm-admin-dropdown .dropdown-item {
	color: #9ca3af;
}
html.dark-mode .tm-admin-dropdown .dropdown-item:hover {
	background: #374151;
	color: #818cf8;
}
html.dark-mode .tm-write-btn {
	background: #818cf8;
}
html.dark-mode .tm-write-btn:hover {
	background: #6366f1;
}
html.dark-mode .tm-banner-inner {
	background: linear-gradient(135deg, #4338ca 0%, #6d28d9 50%, #7c3aed 100%);
}
html.dark-mode .tm-wrap {
	background: #111827;
	color: #d1d5db;
}
html.dark-mode .tm-card {
	background: #1f2937;
	border-color: #374151;
}
html.dark-mode .tm-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
html.dark-mode .tm-card-noimg {
	background: #1f2937;
	color: #4b5563;
}
html.dark-mode .tm-card-img {
	background: #1f2937;
}
html.dark-mode .tm-card-title {
	color: #e5e7eb;
}
html.dark-mode .tm-card-title a:hover {
	color: #60a5fa;
}
html.dark-mode .tm-card-rating-num {
	color: #d1d5db;
}
html.dark-mode .tm-card-price {
	color: #e5e7eb;
}
html.dark-mode .tm-card-author {
	color: #9ca3af;
}
html.dark-mode .tm-card-badge {
	background: #312e81;
	color: #a5b4fc;
}
html.dark-mode .tm-card-icon {
	color: #6b7280;
}
html.dark-mode .tm-bookmark {
	background: rgba(31,41,55,0.85);
	color: #9ca3af;
}
html.dark-mode .tm-bookmark:hover {
	background: #374151;
	color: #3b82f6;
}
html.dark-mode .tm-wrap #bo_cate #bo_cate_ul > li > a {
	color: #9ca3af !important;
	background: #1f2937 !important;
}
html.dark-mode .tm-wrap #bo_cate #bo_cate_ul > li > a:hover {
	background: #374151 !important;
	color: #d1d5db !important;
}
html.dark-mode .tm-wrap #bo_cate #bo_cate_ul > li.active > a {
	background: #e5e7eb !important;
	color: #111827 !important;
}
html.dark-mode .tm-wrap #bo_cate.sly-overflow .sly-btn {
	color: #6b7280 !important;
}
html.dark-mode .tm-wrap #bo_cate.sly-overflow .sly-btn:hover {
	background: #1f2937 !important;
	color: #9ca3af !important;
}

/* ============================================
   기존 BS4 뷰/작성 스타일 유지
   ============================================ */
#bo_v {
	background-color: #fff !important;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}
#bo_v_con {
	color: #333;
	font-size: 1rem;
	padding: 1.5rem;
	margin: 1rem 0;
	min-height: 200px;
	word-break: break-word;
	overflow: hidden;
}
#bo_w .list-group-item {
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
}
#bo_w #wr_content {
	margin-bottom: 1rem !important;
}
#fboardlist {
	padding-bottom: 0;
}
.btn_comment {
	background: transparent !important;
	border: none !important;
}

/* ============================================
   상세 페이지 (view.skin.php)
   ============================================ */

/* --- 상세 article 래퍼 --- */
.tmv-article {
	background: #fff;
	border-radius: 0 0 16px 16px;
	padding: 0;
	box-shadow: none;
}

/* --- 상단바: 뒤로가기 + 관리 --- */
.tmv-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tmv-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #4e5968;
	text-decoration: none;
	padding: 6px 14px;
	border: 1px solid #e5e8eb;
	border-radius: 8px;
	transition: all 0.15s;
}
.tmv-back-btn:hover {
	color: #6366f1;
	border-color: #6366f1;
	text-decoration: none;
}
.tmv-topbar-right {
	display: flex;
	align-items: center;
	gap: 6px;
}
.tmv-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #e5e8eb;
	background: #fff;
	color: #8b95a1;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.15s;
	text-decoration: none;
	padding: 0;
}
.tmv-icon-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
	text-decoration: none;
}
.tmv-icon-btn.dropdown-toggle-empty::after { display: none; }

/* --- 2컬럼 레이아웃 --- */
.tmv-layout {
	display: flex;
	gap: 0;
	padding: 0;
}
.tmv-main {
	flex: 1;
	min-width: 0;
	border-right: 1px solid #f3f4f6;
}
.tmv-sidebar {
	width: 350px;
	flex-shrink: 0;
	padding: 24px 20px;
}

/* --- DetailHeader --- */
.tmv-header {
	padding: 16px 24px 16px;
}
.tmv-category-chip {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
	background: #eef2ff;
	color: #6366f1;
	font-size: 11px;
	font-weight: 600;
	border-radius: 4px;
	flex-shrink: 0;
	margin-top: 5px;
	height: 22px;
}
.tmv-title-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 10px;
}
.tmv-title {
	font-size: 22px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.4;
	margin: 0 0 8px;
	flex: 1;
	min-width: 0;
}
.tmv-title-bookmark {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e8eb;
	border-radius: 8px;
	background: #fff;
	color: #9ca3af;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.15s;
	margin-top: 2px;
}
.tmv-title-bookmark:hover {
	border-color: #6366f1;
	color: #6366f1;
}
.tmv-title-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}
.tmv-title-actions .tmv-icon-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e8eb;
	border-radius: 8px;
	background: #fff;
	color: #9ca3af;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.15s;
}
.tmv-title-actions .tmv-icon-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
}
.tmv-meta-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
.tmv-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	color: #f59e0b;
}
.tmv-rating b {
	color: #374151;
	font-weight: 700;
}
.tmv-rating-cnt {
	color: #9ca3af;
	font-size: 13px;
}
.tmv-meta-item {
	font-size: 13px;
	color: #9ca3af;
}
.tmv-meta-price {
	margin-left: auto;
	font-size: 18px;
	font-weight: 800;
	color: #1f2937;
}

/* --- Gallery --- */
.tmv-gallery {
	padding: 0 24px 20px;
}
.tmv-gallery-main {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background: #f3f4f6;
	position: relative;
	padding-top: 56.25%;
}
.tmv-gallery-main img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tmv-gallery-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d1d5db;
	font-size: 48px;
}
.tmv-gallery-empty i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tmv-gallery-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	overflow-x: auto;
}
.tmv-gallery-thumb {
	width: 64px;
	height: 48px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-color 0.15s;
}
.tmv-gallery-thumb.active,
.tmv-gallery-thumb:hover {
	border-color: #6366f1;
}
.tmv-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- NoticeBanner (은은하게) --- */
.tmv-notice-banner {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 24px 20px;
	padding: 12px 16px;
	background: #f9fafb;
	border: 1px solid #f3f4f6;
	border-radius: 8px;
	font-size: 12px;
	color: #9ca3af;
	line-height: 1.6;
}
.tmv-notice-banner i {
	color: #d1d5db;
	font-size: 13px;
	margin-top: 2px;
	flex-shrink: 0;
}

/* --- 섹션 공통 --- */
.tmv-section {
	padding: 24px;
}
.tmv-section-title {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.tmv-section-title i {
	color: #f59e0b;
	font-size: 15px;
}
.tmv-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.tmv-section-header .tmv-section-title {
	margin-bottom: 0;
}

/* --- 상세정보 본문 --- */
.tmv-content {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	word-break: break-word;
	overflow: hidden;
	min-height: 100px;
}
.tmv-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* --- 추천/공유 액션 --- */
.tmv-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 20px 24px;
}
.tmv-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 16px;
	border: 1px solid #e5e8eb;
	border-radius: 8px;
	background: #fff;
	color: #6b7280;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.15s;
}
.tmv-action-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
}

/* --- 태그 --- */
.tmv-tags {
	padding: 0 24px 16px;
}

/* --- 관련자료 --- */
.tmv-related {
	border-top: 1px solid #f3f4f6;
}
.tmv-related-row {
	display: flex;
	padding: 10px 24px;
	border-bottom: 1px solid #f3f4f6;
	font-size: 13px;
}
.tmv-related-label {
	width: 60px;
	flex-shrink: 0;
	color: #9ca3af;
	font-weight: 500;
}
.tmv-related-value {
	flex: 1;
	min-width: 0;
}
.tmv-related-value a {
	color: #4e5968;
	text-decoration: none;
	word-break: break-all;
}
.tmv-related-value a:hover {
	color: #6366f1;
}
.tmv-link-item {
	display: block;
	margin-bottom: 4px;
}

/* --- 하단 바 --- */
.tmv-bottom-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	border-top: 1px solid #f3f4f6;
}

/* ============================================
   판매자 카드 (Sticky Sidebar)
   ============================================ */
.tmv-seller-card {
	position: sticky;
	top: 70px;
	border: 1px solid #e5e8eb;
	border-radius: 16px;
	padding: 24px 20px;
	background: #fff;
}
.tmv-seller-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.tmv-seller-info {
	flex: 1;
	min-width: 0;
}
.tmv-seller-more {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
}
.tmv-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	transition: all 0.15s;
	padding: 0;
}
.tmv-more-btn:hover {
	background: #f3f4f6;
}
.tmv-dots {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}
.tmv-dots span {
	display: block;
	width: 3.5px;
	height: 3.5px;
	border-radius: 50%;
	background: #b0b7c3;
	transition: background 0.15s;
}
.tmv-more-btn:hover .tmv-dots span {
	background: #6b7280;
}
.tmv-seller-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.tmv-seller-avatar i {
	font-size: 28px;
	color: #d1d5db;
}
.tmv-seller-info {
	min-width: 0;
}
.tmv-seller-name {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tmv-seller-joined {
	font-size: 12px;
	color: #9ca3af;
	margin-top: 2px;
}
.tmv-seller-chips {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.tmv-chip {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	background: #f3f4f6;
	color: #6b7280;
}
.tmv-chip--grade {
	background: #fef3c7;
	color: #92400e;
}
.tmv-seller-section {
	margin-bottom: 14px;
}
.tmv-seller-section-label {
	font-size: 12px;
	font-weight: 600;
	color: #9ca3af;
	margin-bottom: 6px;
}
.tmv-seller-section-label i {
	width: 14px;
	text-align: center;
}
.tmv-seller-section-value {
	font-size: 13px;
	color: #374151;
}
.tmv-seller-tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.tmv-tag {
	display: inline-block;
	padding: 3px 10px;
	background: #f0edff;
	color: #6366f1;
	font-size: 11px;
	font-weight: 500;
	border-radius: 6px;
}
.tmv-seller-price {
	font-size: 20px;
	font-weight: 800;
	color: #111827;
	padding: 12px 0;
	border-top: 1px solid #f3f4f6;
	margin-top: 4px;
}
.tmv-seller-rating {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	color: #f59e0b;
	margin-bottom: 14px;
}
.tmv-seller-rating span {
	font-weight: 700;
	color: #374151;
	margin-left: 4px;
}
.tmv-cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 12px;
	background: #6366f1;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
	text-decoration: none;
	margin-bottom: 10px;
}
.tmv-cta-btn:hover {
	background: #4f46e5;
	color: #fff;
	text-decoration: none;
}
.tmv-cta-telegram {
	background: #2AABEE;
}
.tmv-cta-telegram:hover {
	background: #229ED9;
}
.tmv-cta-telegram .fa-telegram {
	font-size: 20px;
	color: #fff;
	background: none;
}
.tmv-seller-sub {
	display: flex;
	gap: 8px;
}
.tmv-sub-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px 12px;
	border: 1px solid #e5e8eb;
	border-radius: 8px;
	background: #fff;
	color: #6b7280;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.15s;
}
.tmv-sub-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
}

/* ============================================
   서비스 평가 / 리뷰 섹션
   ============================================ */
.tmv-review-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 10px;
	background: #ef4444;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.tmv-review-write-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 7px 16px;
	background: #6366f1;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
}
.tmv-review-write-btn:hover {
	background: #4f46e5;
}

/* 평균 별점 요약 */
.tmv-review-summary {
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 20px;
	background: #f9fafb;
	border-radius: 12px;
	margin-bottom: 20px;
}
.tmv-review-summary-left {
	text-align: center;
	min-width: 100px;
}
.tmv-avg-rating-big {
	font-size: 3rem;
	font-weight: 800;
	color: #6366f1;
	line-height: 1;
}
.tmv-stars-static {
	color: #f59e0b;
	font-size: 16px;
	margin: 6px 0 4px;
}
.tmv-review-total {
	font-size: 12px;
	color: #9ca3af;
}
.tmv-review-summary-right {
	flex: 1;
}
.tmv-rating-bar-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}
.tmv-rating-label {
	font-size: 12px;
	color: #6b7280;
	min-width: 28px;
	text-align: right;
}
.tmv-rating-bar {
	flex: 1;
	height: 8px;
	background: #e5e8eb;
	border-radius: 4px;
	overflow: hidden;
}
.tmv-rating-bar-fill {
	height: 100%;
	background: #f59e0b;
	border-radius: 4px;
	transition: width 0.3s;
}
.tmv-rating-count {
	font-size: 12px;
	color: #6b7280;
	min-width: 24px;
	text-align: right;
}

/* --- 리뷰 리스트 --- */
.tmv-reviews-wrap {
	padding: 0;
}
.tmv-reviews-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}
.tmv-reviews-count {
	font-size: 13px;
	color: #6b7280;
}
.tmv-reviews-count b {
	color: #ef4444;
	font-weight: 700;
}
.tmv-sort-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: transparent;
	border: none;
	font-size: 13px;
	font-weight: 600;
	color: #4e5968;
	cursor: pointer;
	padding: 4px 2px;
}
.tmv-sort-btn .fa-chevron-down {
	font-size: 9px;
	opacity: 0.5;
}
.tmv-sort-btn.dropdown-toggle::after { display: none; }

/* --- ReviewItem --- */
.tmv-review-card {
	border-top: 1px solid #f3f4f6;
	padding: 16px 0;
}
.tmv-review-body {
	padding: 0;
}
.tmv-review-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 8px;
}
.tmv-review-author-area {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.tmv-review-stars {
	color: #f59e0b;
	font-size: 13px;
}
.tmv-review-stars .fa-star-o {
	color: #d1d5db;
}
.tmv-review-author {
	font-size: 13px;
	color: #4e5968;
	font-weight: 500;
}
.tmv-review-date {
	font-size: 12px;
	color: #9ca3af;
	white-space: nowrap;
}
.tmv-review-content {
	font-size: 14px;
	color: #374151;
	line-height: 1.7;
	padding: 4px 0;
	word-break: break-word;
}
.tmv-review-lucky {
	font-size: 12px;
	color: #9ca3af;
	margin-top: 8px;
}
.tmv-review-lucky b {
	color: #ef4444;
}
.tmv-review-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
	font-size: 12px;
}
.tmv-review-actions a {
	color: #9ca3af;
	text-decoration: none;
}
.tmv-review-actions a:hover {
	color: #6366f1;
}
.tmv-review-likes {
	display: inline-flex;
	gap: 10px;
}
.tmv-review-empty {
	text-align: center;
	padding: 40px 0;
	color: #9ca3af;
}
.tmv-review-empty i {
	font-size: 32px;
	display: block;
	margin-bottom: 8px;
}
.tmv-review-empty p {
	margin: 0;
	font-size: 14px;
}

/* --- ReviewPagination --- */
.tmv-review-paging {
	padding: 16px 0;
	border-top: 1px solid #f3f4f6;
}
.tmv-review-paging-new {
	text-align: center;
	margin-top: 10px;
}

/* --- 리뷰 작성 폼 --- */
.tmv-review-form {
	padding: 0;
}
.tmv-review-form-inner {
	padding: 24px;
	background: #f9fafb;
	border: 1px solid #f3f4f6;
	border-radius: 12px;
	margin-top: 16px;
}
.tmv-review-form-title {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 16px;
}
.tmv-review-form-title i {
	color: #6366f1;
}
.tmv-rating-select {
	margin-bottom: 16px;
}
.tmv-rating-select-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 6px;
}
.tmv-star-input .tm-star-btn {
	font-size: 1.5rem;
	color: #ddd;
	cursor: pointer;
	transition: color 0.15s, transform 0.15s;
	padding: 0 2px;
}
.tmv-star-input .tm-star-btn:hover,
.tmv-star-input .tm-star-btn.hovered {
	color: #ffc107;
	transform: scale(1.15);
}
.tmv-star-input .tm-star-btn.selected {
	color: #ffc107;
}
.tmv-rating-text {
	font-size: 13px;
	color: #999;
	margin-left: 8px;
}
.tmv-review-submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 20px;
	background: #6366f1;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
}
.tmv-review-submit-btn:hover {
	background: #4f46e5;
}
/* --- 후기 작성 모달 --- */
.tmv-review-modal {
	border-radius: 16px;
	overflow: hidden;
}
.tmv-review-modal-header {
	border-bottom: 1px solid #f3f4f6;
	padding: 16px 20px;
}
.tmv-review-modal-header .modal-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2937;
}
.tmv-review-modal-header .modal-title i {
	color: #6366f1;
	margin-right: 4px;
}
.tmv-review-modal .modal-body {
	padding: 20px;
}
.tmv-review-modal .tmv-review-form,
.tmv-review-modal .tmv-review-form-inner {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.tmv-review-modal .tmv-review-form-title {
	display: none;
}
.tmv-photo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 6px;
	background: transparent;
	color: #9ca3af;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.15s;
	margin: 0;
	padding: 0;
}
.tmv-photo-btn:hover {
	background: #f3f4f6;
	color: #6366f1;
}
.tmv-photo-status {
	font-size: 12px;
	color: #9ca3af;
	margin-left: 6px;
}
.tmv-review-login {
	text-align: center;
	padding: 32px 24px;
	background: #f9fafb;
	border-radius: 12px;
	color: #6b7280;
	font-size: 14px;
	margin-top: 16px;
}
.tmv-review-login a {
	color: #6366f1;
}

/* ============================================
   상세 페이지 반응형
   ============================================ */
@media (max-width: 991px) {
	.tmv-layout {
		flex-direction: column;
	}
	.tmv-main {
		border-right: none;
	}
	.tmv-sidebar {
		width: 100%;
		padding: 0 24px 24px;
		border-top: 1px solid #f3f4f6;
	}
	.tmv-seller-card {
		position: static;
	}
}
@media (max-width: 575px) {
	.tmv-topbar {
		margin-bottom: 8px;
	}
	.tmv-header {
		padding: 12px 14px 12px;
	}
	.tmv-title {
		font-size: 18px;
	}
	.tmv-meta-price {
		font-size: 15px;
	}
	.tmv-gallery {
		padding: 0 14px 16px;
	}
	.tmv-notice-banner {
		margin: 0 14px 16px;
	}
	.tmv-section {
		padding: 16px 14px;
	}
	.tmv-actions {
		padding: 16px 14px;
		flex-wrap: wrap;
	}
	.tmv-related-row {
		padding: 8px 14px;
	}
	.tmv-bottom-bar {
		padding: 12px 14px;
		flex-wrap: wrap;
		gap: 8px;
	}
	.tmv-sidebar {
		padding: 0 14px 16px;
	}
	.tmv-review-summary {
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}
}

/* ============================================
   상세 페이지 다크모드
   ============================================ */
html.dark-mode .tmv-article {
	background: #111827;
}
html.dark-mode .tmv-topbar {
}
html.dark-mode .tmv-back-btn {
	color: #9ca3af;
	border-color: #374151;
}
html.dark-mode .tmv-back-btn:hover {
	color: #818cf8;
	border-color: #818cf8;
}
html.dark-mode .tmv-icon-btn {
	background: #1f2937;
	border-color: #374151;
	color: #6b7280;
}
html.dark-mode .tmv-icon-btn:hover {
	border-color: #818cf8;
	color: #818cf8;
}
html.dark-mode .tmv-main {
	border-right-color: #1f2937;
}
html.dark-mode .tmv-category-chip {
	background: #312e81;
	color: #a5b4fc;
}
html.dark-mode .tmv-title {
	color: #e5e7eb;
}
html.dark-mode .tmv-title-bookmark {
	background: #1f2937;
	border-color: #374151;
	color: #6b7280;
}
html.dark-mode .tmv-title-bookmark:hover {
	border-color: #818cf8;
	color: #818cf8;
}
html.dark-mode .tmv-meta-price {
	color: #e5e7eb;
}
html.dark-mode .tmv-title-actions .tmv-icon-btn {
	border-color: #374151;
	background: #1f2937;
	color: #9ca3af;
}
html.dark-mode .tmv-title-actions .tmv-icon-btn:hover {
	border-color: #6366f1;
	color: #818cf8;
}
html.dark-mode .tmv-subtitle {
	color: #6b7280;
}
html.dark-mode .tmv-rating b {
	color: #d1d5db;
}
html.dark-mode .tmv-price,
html.dark-mode .tmv-meta-price {
	color: #e5e7eb;
}
html.dark-mode .tmv-gallery-main {
	background: #1f2937;
}
html.dark-mode .tmv-gallery-empty {
	color: #4b5563;
}
html.dark-mode .tmv-gallery-thumb {
	border-color: transparent;
}
html.dark-mode .tmv-gallery-thumb.active,
html.dark-mode .tmv-gallery-thumb:hover {
	border-color: #818cf8;
}
html.dark-mode .tmv-notice-banner {
	background: #1f2937;
	border-color: #374151;
	color: #6b7280;
}
html.dark-mode .tmv-notice-banner i {
	color: #4b5563;
}
html.dark-mode .tmv-section {
}
html.dark-mode .tmv-section-title {
	color: #e5e7eb;
}
html.dark-mode .tmv-content {
	color: #d1d5db;
}
html.dark-mode .tmv-action-btn {
	border-color: #374151;
	color: #6b7280;
	background: #1f2937;
}
html.dark-mode .tmv-action-btn:hover {
	border-color: #818cf8;
	color: #818cf8;
}
html.dark-mode .tmv-related {
	border-top-color: #1f2937;
}
html.dark-mode .tmv-related-row {
	border-bottom-color: #1f2937;
}
html.dark-mode .tmv-related-label {
	color: #6b7280;
}
html.dark-mode .tmv-related-value a {
	color: #9ca3af;
}
html.dark-mode .tmv-related-value a:hover {
	color: #818cf8;
}
html.dark-mode .tmv-bottom-bar {
	border-top-color: #1f2937;
}
html.dark-mode .tmv-seller-card {
	background: #1f2937;
	border-color: #374151;
}
html.dark-mode .tmv-seller-avatar {
	background: #374151;
}
html.dark-mode .tmv-seller-avatar i {
	color: #6b7280;
}
html.dark-mode .tmv-seller-name {
	color: #e5e7eb;
}
html.dark-mode .tmv-dots span {
	background: #6b7280;
}
html.dark-mode .tmv-more-btn:hover {
	background: #374151;
}
html.dark-mode .tmv-more-btn:hover .tmv-dots span {
	background: #d1d5db;
}
html.dark-mode .tmv-chip {
	background: #374151;
	color: #9ca3af;
}
html.dark-mode .tmv-chip--grade {
	background: #451a03;
	color: #fbbf24;
}
html.dark-mode .tmv-tag {
	background: #312e81;
	color: #a5b4fc;
}
html.dark-mode .tmv-seller-section-value {
	color: #d1d5db;
}
html.dark-mode .tmv-seller-price {
	color: #e5e7eb;
	border-top-color: #374151;
}
html.dark-mode .tmv-seller-rating span {
	color: #d1d5db;
}
html.dark-mode .tmv-cta-btn {
	background: #818cf8;
}
html.dark-mode .tmv-cta-btn:hover {
	background: #6366f1;
}
html.dark-mode .tmv-cta-telegram {
	background: #2AABEE;
}
html.dark-mode .tmv-cta-telegram:hover {
	background: #229ED9;
}
html.dark-mode .tmv-sub-btn {
	background: #1f2937;
	border-color: #374151;
	color: #9ca3af;
}
html.dark-mode .tmv-sub-btn:hover {
	border-color: #818cf8;
	color: #818cf8;
}
html.dark-mode .tmv-review-summary {
	background: #1f2937;
}
html.dark-mode .tmv-avg-rating-big {
	color: #818cf8;
}
html.dark-mode .tmv-rating-bar {
	background: #374151;
}
html.dark-mode .tmv-review-card {
	border-top-color: #1f2937;
}
html.dark-mode .tmv-review-author {
	color: #9ca3af;
}
html.dark-mode .tmv-review-content {
	color: #d1d5db;
}
html.dark-mode .tmv-review-form-inner {
	background: #1f2937;
	border-color: #374151;
}
html.dark-mode .tmv-review-form-title {
	color: #e5e7eb;
}
html.dark-mode .tmv-review-login {
	background: #1f2937;
}
html.dark-mode .tmv-review-modal {
	background: #1f2937;
}
html.dark-mode .tmv-review-modal-header {
	border-bottom-color: #374151;
}
html.dark-mode .tmv-review-modal-header .modal-title {
	color: #e5e7eb;
}
html.dark-mode .tmv-review-modal-header .close {
	color: #9ca3af;
}
html.dark-mode .tmv-photo-btn:hover {
	background: #374151;
	color: #818cf8;
}
html.dark-mode .tmv-review-submit-btn {
	background: #818cf8;
}
html.dark-mode .tmv-review-submit-btn:hover {
	background: #6366f1;
}
html.dark-mode .tmv-star-input .tm-star-btn {
	color: #4b5563;
}
