/* 아이웹플 고용24 채용정보 */
.iwwk { font-family: 'Pretendard', -apple-system, sans-serif; color: #222; }

.iwwk-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.iwwk-tab {
	display: inline-block;
	padding: 9px 20px;
	border: 1px solid #d5dae1;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all .15s;
}
.iwwk-tab:hover { border-color: #023f9c; color: #023f9c; }
.iwwk-tab.active {
	background: #023f9c;
	border-color: #023f9c;
	color: #fff;
	font-weight: 600;
}

.iwwk-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	padding: 16px;
	background: #f5f7fa;
	border-radius: 10px;
}
.iwwk-filter select,
.iwwk-filter input[type="text"] {
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d5dae1;
	border-radius: 8px;
	font-size: 15px;
	background: #fff;
}
.iwwk-filter input[type="text"] { flex: 1; min-width: 180px; }
.iwwk-filter button {
	height: 44px;
	padding: 0 24px;
	background: #023f9c;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.iwwk-filter button:hover { background: #012d70; }

.iwwk-total { font-size: 14px; color: #666; margin: 0 0 16px; }
.iwwk-total strong { color: #023f9c; }

.iwwk-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 16px;
}
.iwwk-card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid #e5e8ec;
	border-radius: 12px;
	background: #fff;
	transition: box-shadow .2s, transform .2s;
}
.iwwk-card:hover {
	box-shadow: 0 8px 24px rgba(2,63,156,.10);
	transform: translateY(-2px);
}
.iwwk-company { font-size: 14px; color: #023f9c; font-weight: 600; margin-bottom: 6px; }
.iwwk-title {
	font-size: 17px;
	font-weight: 700;
	color: #222;
	line-height: 1.4;
	text-decoration: none;
	margin-bottom: 14px;
	display: block;
}
.iwwk-title:hover { text-decoration: underline; }

.iwwk-meta { list-style: none; margin: 0 0 16px; padding: 0; flex: 1; }
.iwwk-meta li {
	display: flex;
	font-size: 14px;
	color: #444;
	padding: 3px 0;
}
.iwwk-meta li span {
	display: inline-block;
	width: 52px;
	color: #999;
	flex-shrink: 0;
}

.iwwk-btn {
	display: block;
	text-align: center;
	padding: 10px;
	background: #f0f3f8;
	color: #023f9c;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
}
.iwwk-btn:hover { background: #023f9c; color: #fff; }

.iwwk-pager {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 32px;
}
.iwwk-pager a, .iwwk-pager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #d5dae1;
	border-radius: 8px;
	text-decoration: none;
	color: #444;
	font-size: 14px;
}
.iwwk-pager a:hover { border-color: #023f9c; color: #023f9c; }
.iwwk-pager .cur { background: #023f9c; color: #fff; border-color: #023f9c; }

.iwwk-more { text-align: center; margin-top: 28px; }
.iwwk-more a {
	display: inline-block;
	padding: 12px 36px;
	border: 1px solid #023f9c;
	border-radius: 999px;
	color: #023f9c;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s, color .2s;
}
.iwwk-more a:hover { background: #023f9c; color: #fff; }

.iwwk-error, .iwwk-empty { padding: 40px; text-align: center; color: #888; }
.iwwk-source {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #aaa;
	text-align: center;
}

@media (max-width: 600px) {
	.iwwk-grid { grid-template-columns: 1fr; }
	.iwwk-filter input[type="text"] { min-width: 100%; }
}
