diff --git a/src/app/community/oneononeinquiry/page.jsx b/src/app/community/oneononeinquiry/page.jsx
index 16c16e9..730a164 100644
--- a/src/app/community/oneononeinquiry/page.jsx
+++ b/src/app/community/oneononeinquiry/page.jsx
@@ -43,7 +43,7 @@ export default function OneOnOneInquiryPage(){
{/* 1:1문의 등록 */}
-
+ {/* */}
{/* */}
)
diff --git a/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx b/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx
index 133f6f9..459b73b 100644
--- a/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx
+++ b/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx
@@ -40,7 +40,7 @@ export default function OneOnOneInquiryTable(){
| 99 |
- 未回答 |
+ 未回答 |
[문의구분]
@@ -53,7 +53,7 @@ export default function OneOnOneInquiryTable(){
|
| 98 |
- 未回答 |
+ 未回答 |
[문의구분]
@@ -65,7 +65,7 @@ export default function OneOnOneInquiryTable(){
|
| 97 |
- 未回答 |
+ 未回答 |
[문의구분]
diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss
index ecb7f2c..c0c4a2c 100644
--- a/src/styles/_reset.scss
+++ b/src/styles/_reset.scss
@@ -151,6 +151,7 @@ button{
.al-r{text-align: right !important;}
.al-c{text-align: center !important;}
+.org{color: #f86a56 !important;}
// button
.btn-frame{
|