diff --git a/resource/Buttons.xaml b/resource/Buttons.xaml
new file mode 100644
index 0000000..f3c11be
--- /dev/null
+++ b/resource/Buttons.xaml
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resource/Colors/DefaultTheme.xaml b/resource/Colors/DefaultTheme.xaml
new file mode 100644
index 0000000..b3899a4
--- /dev/null
+++ b/resource/Colors/DefaultTheme.xaml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resource/Colors/LightTheme.xaml b/resource/Colors/LightTheme.xaml
new file mode 100644
index 0000000..446ec6c
--- /dev/null
+++ b/resource/Colors/LightTheme.xaml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resource/DrawingImages.xaml b/resource/DrawingImages.xaml
new file mode 100644
index 0000000..e2188a4
--- /dev/null
+++ b/resource/DrawingImages.xaml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resource/Images/bg_login.jpeg b/resource/Images/bg_login.jpeg
new file mode 100644
index 0000000..f59b076
Binary files /dev/null and b/resource/Images/bg_login.jpeg differ
diff --git a/resource/Images/btn_search_001.png b/resource/Images/btn_search_001.png
new file mode 100644
index 0000000..dfcd6cb
Binary files /dev/null and b/resource/Images/btn_search_001.png differ
diff --git a/resource/Images/ico_pw.png b/resource/Images/ico_pw.png
new file mode 100644
index 0000000..7cd31c8
Binary files /dev/null and b/resource/Images/ico_pw.png differ
diff --git a/resource/Images/ico_user.png b/resource/Images/ico_user.png
new file mode 100644
index 0000000..9d85395
Binary files /dev/null and b/resource/Images/ico_user.png differ
diff --git a/resource/appsettings.json b/resource/appsettings.json
new file mode 100644
index 0000000..f2fecbd
--- /dev/null
+++ b/resource/appsettings.json
@@ -0,0 +1,46 @@
+{
+ "Login": {
+ "User": "admin",
+ "Password": "0000"
+ },
+ "Language": "ko-KR",
+ "Theme": "DefaultTheme",
+ "DefaultMembers": [
+ {
+ "Name": "최준영",
+ "Call": "02-2141-7523",
+ "EMail": "b17314.tdc.hanmacgroup@gmail.com",
+ "No": "b17314"
+ },
+ {
+ "Name": "엄지숙",
+ "Call": "-",
+ "EMail": "b23072@hanmaceng.co.kr",
+ "No": "b23072"
+ },
+ {
+ "Name": "정나래",
+ "Call": "-",
+ "EMail": "b23009@hanmaceng.co.kr",
+ "No": "b23009"
+ },
+ {
+ "Name": "강근아",
+ "Call": "02-2141-7317",
+ "EMail": "m21318.tdc.hanmacgroup@gmail.com",
+ "No": "m21318"
+ },
+ {
+ "Name": "김근형",
+ "Call": "02-2141-7508",
+ "EMail": "b20311.tdc.hanmacgroup@gmail.com",
+ "No": "b20311"
+ },
+ {
+ "Name": "정호진",
+ "Call": "-",
+ "EMail": "b23022@hanmaceng.co.kr",
+ "No": "b23022"
+ }
+ ]
+}
\ No newline at end of file