diff --git a/src/app/university/search/SearchBar.tsx b/src/app/university/search/SearchBar.tsx
index daeeacd8..d51459bc 100644
--- a/src/app/university/search/SearchBar.tsx
+++ b/src/app/university/search/SearchBar.tsx
@@ -59,7 +59,7 @@ const SearchBar = ({ initText }: SearchBarProps) => {
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 49dcff3b..e1448a9f 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -70,3 +70,7 @@
.animate-slide-in {
animation: slide-in 0.3s ease-out;
}
+
+:root {
+ --radius: 8px;
+}
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 2aab1a25..502b5451 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -149,6 +149,8 @@ const config: Config = {
},
"gray-c": {
"100": "#ececec",
+ "200": "#e5e7eb",
+ "300": "#f9fafb",
},
// 하드코딩된 회색 계열 색상
gray: {