@charset "UTF-8";

/* ============================================================
   SOVAC Original List Pages
   (Impact Daily, SOVAC Monthly, IR Room)
   ============================================================ */

/* ── Page Container ── */
.original-list-page {
	display: flex;
	justify-content: center;
	padding: 56px 0;
	background-color: #fff;
}

.original-list-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1280px;
}

/* ── Left Sidebar Menu ── */
.original-side-menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 200px;
	flex-shrink: 0;
}

.original-side-menu-item {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #d3d4d8;
	text-decoration: none;
	transition: color 0.2s;
}

.original-side-menu-item:hover {
	color: #707178;
}

.original-side-menu-item.active {
	font-size: 26px;
	color: #18191d;
}

/* ── Right Content Area ── */
.original-list-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	width: 1000px;
}

/* ── Header ── */
.original-list-header {
	width: 100%;
	padding: 0 20px;
}

.original-list-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.original-list-title {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	color: #000;
	margin: 0;
}

.original-list-subtitle {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #3d3e44;
	margin: 12px 0 0 0;
}

.original-list-chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border: 1px solid #460082;
	border-radius: 2px;
	background: #fff;
	text-decoration: none;
	flex-shrink: 0;
	transition: background-color 0.2s;
}

.original-list-chip:hover {
	background-color: #f3e9fb;
}

.original-list-chip span {
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 19px;
	color: #460082;
}

.original-list-chip svg {
	flex-shrink: 0;
}

.original-list-divider {
	height: 1px;
	background-color: #e4e5e8;
	margin-top: 24px;
}

/* ── List Items ── */
.original-list-items {
	width: 100%;
}

.original-list-item {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	padding: 20px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.15s;
}

.original-list-item:hover {
	background-color: #fafafa;
}

.original-list-item-thumb {
	width: 360px;
	height: 200px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
	background-color: #f5f5f5;
}

.original-list-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.original-list-item-thumb-default {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f3e9fb 0%, #e8d5f5 100%);
}

.original-list-item-thumb-default span {
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #460082;
	opacity: 0.6;
}

.original-list-item-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.original-list-item-title {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #18191d;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.original-list-item-desc {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #3d3e44;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.original-list-item-date {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #a0a1a7;
}

/* ── Category Chips ── */
.original-list-item-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.original-list-item-category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #f3e9fb;
	border-radius: 2px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 19px;
	color: #460082;
	align-self: flex-start;
}

/* ── Monthly Title (28px) ── */
.original-list-title.monthly-title {
	font-size: 28px;
}

.original-list-item-divider {
	width: 860px;
	height: 1px;
	background-color: #e4e5e8;
	margin: 0 auto;
}

.original-list-item-divider.wide {
	width: 960px;
}

/* ── Item Meta (IR Room) ── */
.original-list-item-meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.original-list-item-status {
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #460082;
	padding: 2px 8px;
	background-color: #f3e9fb;
	border-radius: 2px;
}

.original-list-item-status.ing {
	color: #fff;
	background-color: #460082;
}

/* ── Search ── */
.original-list-search {
	display: flex;
	align-items: center;
	border: 1px solid #e4e5e8;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	margin: 0 20px;
	max-width: 960px;
}

.original-list-search-input {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 16px;
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #18191d;
	background: transparent;
}

.original-list-search-input::placeholder {
	color: #a0a1a7;
}

.original-list-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
}

/* ── Filter (IR Room) ── */
.original-list-filter {
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.original-list-filter-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.original-filter-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border: 1px solid #e4e5e8;
	border-radius: 20px;
	background: #fff;
	font-family: 'Pretendard', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #707178;
	cursor: pointer;
	transition: all 0.2s;
}

.original-filter-tag:hover {
	border-color: #460082;
	color: #460082;
}

.original-filter-tag.active {
	border-color: #460082;
	background-color: #460082;
	color: #fff;
	font-weight: 600;
}

.original-list-filter-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.original-list-select-wrap {
	flex-shrink: 0;
}

.original-list-select {
	padding: 10px 32px 10px 12px;
	border: 1px solid #e4e5e8;
	border-radius: 4px;
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #3d3e44;
	background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23707178' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}

.original-list-filter-row .original-list-search {
	margin: 0;
	flex: 1;
}

/* ── Empty State ── */
.original-list-empty {
	padding: 80px 20px;
	text-align: center;
}

.original-list-empty p {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #a0a1a7;
}

/* ── Pagination ── */
.original-list-paging {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 20px;
	width: 100%;
}

.original-list-paging a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #d3d4d8;
	text-decoration: none;
	transition: color 0.15s, background-color 0.15s;
}

.original-list-paging a:hover {
	color: #707178;
	background-color: #f5f5f5;
}

.original-list-paging a.on {
	font-weight: 500;
	color: #460082;
	background-color: #f3e9fb;
}

.original-list-paging a.on:hover {
	background-color: #f3e9fb;
}

.original-list-paging a.prev,
.original-list-paging a.next {
	font-size: 0;
	width: 16px;
	height: 16px;
	border-radius: 0;
	position: relative;
}

.original-list-paging a.prev::before,
.original-list-paging a.next::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #3d3e44;
	border-bottom: 1.5px solid #3d3e44;
}

.original-list-paging a.prev::before {
	transform: rotate(135deg);
	margin-left: 2px;
}

.original-list-paging a.next::before {
	transform: rotate(-45deg);
	margin-right: 2px;
}

.original-list-paging a.prev:hover::before,
.original-list-paging a.next:hover::before {
	border-color: #460082;
}

/* ============================================================
   Contents List Page (Side Menu Extension)
   ============================================================ */

/* ── Contents Side Menu (scrollable, many items) ── */
.contents-side-menu {
	width: 200px;
	position: sticky;
	top: 100px;
}

.contents-list-desc {
	font-size: 26px;
	line-height: 1.5;
}

/* ── Contents Filter (Sort + Type) ── */
.contents-list-filter {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 0 20px;
}

.contents-filter-sort {
	display: inline-block;
	width: 60px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #a0a1a7;
	text-decoration: none;
	text-align: center;
	transition: color 0.15s;
}

.contents-filter-sort:hover {
	color: #3d3e44;
}

.contents-filter-sort.active {
	font-weight: 600;
	color: #18191d;
}

.contents-list-filter .original-list-select {
	width: 120px;
}

/* ── Contents Hashtags ── */
.contents-list-hashtags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contents-list-hashtags span {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #460082;
}
