#koreacare-care-institutions-page {
	background: #f6f7f9;
	color: #171b25;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	min-height: 70vh;
	word-break: keep-all;
}

#koreacare-care-institutions-page * {
	box-sizing: border-box;
}

#koreacare-care-institutions-page .kci-page-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}

#koreacare-care-institutions-page .kci-page-hero {
	background: #171b2f;
	color: #fff;
	padding: 76px 0 46px;
}

#koreacare-care-institutions-page .kci-page-hero .kci-page-container {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

#koreacare-care-institutions-page .kci-page-kicker {
	color: #31d8ad;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 14px;
	text-transform: uppercase;
}

#koreacare-care-institutions-page h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 14px;
}

#koreacare-care-institutions-page .kci-page-hero p {
	color: rgba(255, 255, 255, .76);
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 680px;
}

#koreacare-care-institutions-page .kci-page-hero__metrics {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#koreacare-care-institutions-page .kci-page-hero__metrics div {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	padding: 20px;
}

#koreacare-care-institutions-page .kci-page-hero__metrics strong {
	color: #fff;
	display: block;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

#koreacare-care-institutions-page .kci-page-hero__metrics span {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	font-weight: 700;
}

#koreacare-care-institutions-page .kci-page-hero__metrics .is-daynight strong {
	color: #31d8ad;
}

#koreacare-care-institutions-page .kci-page-content {
	padding: 34px 0 90px;
}

#koreacare-care-institutions-page .kci-page-search {
	align-items: end;
	background: #fff;
	border: 1px solid #e4e8ef;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 1.2fr) minmax(140px, .7fr) minmax(180px, .8fr) auto auto;
	margin-bottom: 24px;
	padding: 18px;
}

#koreacare-care-institutions-page .kci-page-field {
	display: grid;
	gap: 7px;
	margin: 0;
}

#koreacare-care-institutions-page .kci-page-field span {
	color: #657086;
	font-size: 12px;
	font-weight: 800;
}

#koreacare-care-institutions-page input[type='search'],
#koreacare-care-institutions-page select {
	appearance: none;
	background: #f7f9fb;
	border: 1px solid #dfe5ee;
	border-radius: 4px;
	color: #171b25;
	font: inherit;
	height: 46px;
	padding: 0 12px;
	width: 100%;
}

#koreacare-care-institutions-page input[type='search']:focus,
#koreacare-care-institutions-page select:focus {
	border-color: #16bd96;
	box-shadow: 0 0 0 3px rgba(22, 189, 150, .16);
	outline: 0;
}

#koreacare-care-institutions-page .kci-page-toggle {
	align-items: center;
	background: #e9fbf6;
	border: 1px solid #afe9dc;
	color: #087a65;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	height: 46px;
	justify-content: center;
	margin: 0;
	padding: 0 13px;
	white-space: nowrap;
}

#koreacare-care-institutions-page .kci-page-toggle input {
	accent-color: #16bd96;
}

#koreacare-care-institutions-page .kci-page-search button {
	background: #171b25;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	height: 46px;
	padding: 0 24px;
	white-space: nowrap;
}

#koreacare-care-institutions-page .kci-page-search button:hover,
#koreacare-care-institutions-page .kci-page-search button:focus {
	background: #087a65;
}

#koreacare-care-institutions-page .kci-page-results-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 12px;
}

#koreacare-care-institutions-page .kci-page-results-head h2 {
	color: #171b25;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}

#koreacare-care-institutions-page .kci-page-results-head h2 span {
	color: #16a085;
}

#koreacare-care-institutions-page .kci-page-results-head a {
	color: #3157d5;
	font-weight: 800;
	text-decoration: none;
}

#koreacare-care-institutions-page .kci-page-table-wrap {
	background: #fff;
	border: 1px solid #e4e8ef;
	overflow-x: auto;
}

#koreacare-care-institutions-page .kci-page-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 960px;
	width: 100%;
}

#koreacare-care-institutions-page .kci-page-table th,
#koreacare-care-institutions-page .kci-page-table td {
	border-bottom: 1px solid #e9edf3;
	padding: 16px 14px;
	text-align: left;
	vertical-align: top;
}

#koreacare-care-institutions-page .kci-page-table th {
	background: #eef1f5;
	color: #242b3a;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

#koreacare-care-institutions-page .kci-page-table td {
	color: #1f2531;
	font-size: 14px;
	line-height: 1.5;
}

#koreacare-care-institutions-page .kci-page-table tr.is-daynight td {
	background: #ecfbf7;
	border-bottom-color: #bceee0;
}

#koreacare-care-institutions-page .kci-page-name {
	display: grid;
	gap: 5px;
}

#koreacare-care-institutions-page .kci-page-name strong {
	font-size: 15px;
	font-weight: 900;
}

#koreacare-care-institutions-page .kci-page-name span:last-child {
	color: #697386;
	font-size: 13px;
}

#koreacare-care-institutions-page .kci-page-badge {
	background: #16bd96;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 900;
	line-height: 1;
	padding: 6px 8px;
	width: fit-content;
}

#koreacare-care-institutions-page .kci-page-table a {
	color: #3157d5;
	font-weight: 800;
	text-decoration: none;
}

#koreacare-care-institutions-page .kci-page-empty {
	background: #fff;
	border: 1px solid #e4e8ef;
	padding: 42px 24px;
	text-align: center;
}

#koreacare-care-institutions-page .kci-page-empty strong {
	display: block;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 8px;
}

#koreacare-care-institutions-page .kci-page-empty p {
	color: #697386;
	margin: 0;
}

#koreacare-care-institutions-page .kci-page-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 22px;
}

#koreacare-care-institutions-page .kci-page-pagination a,
#koreacare-care-institutions-page .kci-page-ellipsis {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe5ee;
	color: #171b25;
	display: inline-flex;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 11px;
	text-decoration: none;
}

#koreacare-care-institutions-page .kci-page-pagination a.is-current {
	background: #171b25;
	border-color: #171b25;
	color: #fff;
}

@media (max-width: 980px) {
	#koreacare-care-institutions-page .kci-page-hero .kci-page-container {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	#koreacare-care-institutions-page .kci-page-hero__metrics {
		max-width: 420px;
	}

	#koreacare-care-institutions-page .kci-page-search {
		grid-template-columns: 1fr 1fr;
	}

	#koreacare-care-institutions-page .kci-page-field--keyword {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	#koreacare-care-institutions-page .kci-page-container {
		padding: 0 16px;
	}

	#koreacare-care-institutions-page .kci-page-hero {
		padding: 54px 0 34px;
	}

	#koreacare-care-institutions-page h1 {
		font-size: 34px;
	}

	#koreacare-care-institutions-page .kci-page-hero p {
		font-size: 16px;
	}

	#koreacare-care-institutions-page .kci-page-content {
		padding: 20px 0 56px;
	}

	#koreacare-care-institutions-page .kci-page-hero__metrics,
	#koreacare-care-institutions-page .kci-page-search {
		grid-template-columns: 1fr;
	}

	#koreacare-care-institutions-page .kci-page-hero__metrics div {
		padding: 16px;
	}

	#koreacare-care-institutions-page .kci-page-hero__metrics strong {
		font-size: 28px;
	}

	#koreacare-care-institutions-page .kci-page-search {
		gap: 10px;
		margin-bottom: 18px;
		padding: 14px;
	}

	#koreacare-care-institutions-page input[type='search'],
	#koreacare-care-institutions-page select,
	#koreacare-care-institutions-page .kci-page-toggle,
	#koreacare-care-institutions-page .kci-page-search button {
		height: 48px;
	}

	#koreacare-care-institutions-page .kci-page-toggle,
	#koreacare-care-institutions-page .kci-page-search button {
		width: 100%;
	}

	#koreacare-care-institutions-page .kci-page-results-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	#koreacare-care-institutions-page .kci-page-results-head h2 {
		font-size: 20px;
	}

	#koreacare-care-institutions-page .kci-page-table-wrap {
		background: transparent;
		border: 0;
		overflow: visible;
	}

	#koreacare-care-institutions-page .kci-page-table,
	#koreacare-care-institutions-page .kci-page-table tbody,
	#koreacare-care-institutions-page .kci-page-table tr,
	#koreacare-care-institutions-page .kci-page-table td {
		display: block;
		min-width: 0;
		width: 100%;
	}

	#koreacare-care-institutions-page .kci-page-table thead {
		display: none;
	}

	#koreacare-care-institutions-page .kci-page-table tr {
		background: #fff;
		border: 1px solid #e4e8ef;
		margin-bottom: 12px;
		padding: 14px;
	}

	#koreacare-care-institutions-page .kci-page-table tr.is-daynight {
		background: #ecfbf7;
		border-color: #bceee0;
	}

	#koreacare-care-institutions-page .kci-page-table tr.is-daynight td {
		background: transparent;
		border-bottom-color: rgba(22, 189, 150, .22);
	}

	#koreacare-care-institutions-page .kci-page-table td {
		align-items: flex-start;
		border-bottom: 1px solid #edf1f5;
		display: flex;
		font-size: 14px;
		gap: 14px;
		justify-content: space-between;
		padding: 10px 0;
		text-align: right;
	}

	#koreacare-care-institutions-page .kci-page-table td::before {
		color: #697386;
		content: attr(data-label);
		flex: 0 0 82px;
		font-size: 12px;
		font-weight: 900;
		text-align: left;
	}

	#koreacare-care-institutions-page .kci-page-table td:first-child {
		display: block;
		padding-top: 0;
		text-align: left;
	}

	#koreacare-care-institutions-page .kci-page-table td:first-child::before {
		display: none;
	}

	#koreacare-care-institutions-page .kci-page-table td:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	#koreacare-care-institutions-page .kci-page-name strong {
		font-size: 16px;
	}

	#koreacare-care-institutions-page .kci-page-empty {
		padding: 28px 18px;
	}

	#koreacare-care-institutions-page .kci-page-empty strong {
		font-size: 18px;
	}

	#koreacare-care-institutions-page .kci-page-pagination {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}
}
