diff --git a/css/common.css b/css/common.css
deleted file mode 100644
index 0344ea4f..00000000
--- a/css/common.css
+++ /dev/null
@@ -1,25 +0,0 @@
-@font-face {
- font-family: "Pretendard-Regular";
- src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
- format("woff");
- font-weight: 400;
- font-style: normal;
-}
-
-:root {
- --blue: #3692ff;
- --gray900: #111827;
- --gray800: #1f2937;
- --gray700: #374151;
- --gray600: #4b5563;
- --gray500: #6b7280;
- --gray400: #9ca3af;
- --gray200: #e5e7eb;
- --gray100: #f3f4f6;
- --gray50: #f9fafb;
-}
-
-body {
- font-family: "Pretendard-Regular", sans-serif;
- color: #374151;
-}
diff --git a/css/login.css b/css/login.css
deleted file mode 100644
index bc238c92..00000000
--- a/css/login.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.eye {
- position: absolute;
- cursor: pointer;
- width: 24px;
- height: 24px;
- right: 24px;
- top: 60%;
-}
-
-#toggle-password {
- width: 100%;
- height: 100%;
- object-fit: contain;
-}
diff --git a/css/signup.css b/css/signup.css
deleted file mode 100644
index f6121402..00000000
--- a/css/signup.css
+++ /dev/null
@@ -1,97 +0,0 @@
-* {
- box-sizing: border-box;
- font-family: "Pretendard-Regular", sans-serif;
- color: var(--gray800);
-}
-
-a {
- color: inherit;
-}
-
-label {
- font-size: 18px;
- font-weight: 700;
- display: block;
-}
-
-input {
- display: block;
- width: 100%;
- height: 56px;
- border-radius: 12px;
- border: none;
- background-color: var(--gray100);
- margin: 16px 0 24px;
- padding: 16px 24px;
-}
-
-.login-button {
- display: block;
- margin-bottom: 24px;
-}
-
-.login-as {
- height: 74px;
- background-color: rgba(230, 242, 255, 1);
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 16px 23px;
- margin: 24px 0;
-}
-
-.join {
- display: table;
- margin: 24px auto;
-}
-
-.join-us {
- color: var(--blue);
-}
-
-.border {
- margin: 231px auto;
- width: 640px;
-}
-
-.main img {
- display: block;
- margin: 0 auto;
-}
-
-.container {
- margin-top: 40px;
-}
-
-.social {
- display: flex;
- gap: 16px;
-}
-
-.pass-wrapper {
- position: relative;
-}
-
-.eye1 {
- position: absolute;
- cursor: pointer;
- width: 24px;
- height: 24px;
- right: 24px;
- top: 25%;
-}
-
-.eye2 {
- position: absolute;
- cursor: pointer;
- width: 24px;
- height: 24px;
- right: 24px;
- top: 82%;
-}
-
-#toggle-password {
- width: 100%; /* 부모 요소 .eye의 너비에 맞춤 */
- height: 100%; /* 부모 요소 .eye의 높이에 맞춤 */
- object-fit: contain; /* 아이콘이 부모 안에 꽉 차도록 */
-}
diff --git a/css/style.css b/css/style.css
deleted file mode 100644
index 1e6f96d2..00000000
--- a/css/style.css
+++ /dev/null
@@ -1,131 +0,0 @@
-* {
- box-sizing: border-box;
-}
-
-header.container {
- background-color: white;
- height: 70px;
- display: flex;
- justify-content: center;
- align-items: center;
- position: sticky;
- top: 0;
- z-index: 1;
-}
-
-nav {
- width: 1120px;
- display: flex;
- justify-content: space-between;
-}
-
-.hero {
- background-color: rgba(207, 229, 255, 1);
- padding-top: 270px;
-}
-
-.hero .script h1,
-footer .script h1 {
- color: rgba(55, 65, 81, 1);
- font-size: 40px;
- font-weight: 700;
- line-height: 140%;
- margin: 0;
-}
-
-.hero .container {
- display: flex;
- justify-content: center;
-}
-
-.hero .container .script h1 {
- margin-bottom: 32px;
-}
-
-.features {
- max-width: 1920px;
- margin: 0 auto;
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-
-.feature-wrapper {
- background-color: rgba(252, 252, 252, 1);
- display: flex;
- align-items: center;
- justify-content: center;
- height: 444px;
- width: auto;
- gap: 65px;
-}
-
-.feature-content span {
- color: #3692ff;
- font-size: 18px;
- line-height: 25px;
- font-weight: 700;
- margin-bottom: 12px;
-}
-
-.feature-content p {
- font-size: 24px;
- font-weight: 500;
- line-height: 120%;
- letter-spacing: 0.08em;
- margin-top: 24px;
- white-space: nowrap;
-}
-
-.padding {
- padding: 138px 466px;
-}
-
-.feature-content {
- padding-right: 24px;
-}
-
-#feature-content {
- text-align: right;
- padding-left: 24px;
-}
-
-.footer-banner {
- background-color: rgba(207, 229, 255, 1);
- padding-top: 143px;
-}
-
-.footer-container {
- display: flex;
- justify-content: center;
-}
-
-footer .script-container {
- padding-top: 112.5px;
-}
-
-.footer-links {
- background-color: rgba(17, 24, 39, 1);
- color: rgba(156, 163, 175, 1);
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- padding-top: 32px;
- padding-bottom: 108px;
-}
-
-.footer-content {
- height: 20px;
- display: flex;
- justify-content: space-around;
-}
-
-.policy-faq a {
- text-decoration: none;
- color: inherit;
-}
-
-a:hover {
- cursor: pointer;
-}
diff --git a/faq.html b/faq.html
new file mode 100644
index 00000000..e69de29b
diff --git a/images/home/bottom-banner-image.png b/images/home/bottom-banner-image.png
new file mode 100644
index 00000000..4a5f85b2
Binary files /dev/null and b/images/home/bottom-banner-image.png differ
diff --git a/images/home/feature1-image.png b/images/home/feature1-image.png
new file mode 100644
index 00000000..4684b9a7
Binary files /dev/null and b/images/home/feature1-image.png differ
diff --git a/images/home/feature2-image.png b/images/home/feature2-image.png
new file mode 100644
index 00000000..31e20b97
Binary files /dev/null and b/images/home/feature2-image.png differ
diff --git a/images/home/feature3-image.png b/images/home/feature3-image.png
new file mode 100644
index 00000000..5b8084a7
Binary files /dev/null and b/images/home/feature3-image.png differ
diff --git a/images/home/hero-image.png b/images/home/hero-image.png
new file mode 100644
index 00000000..d28fb652
Binary files /dev/null and b/images/home/hero-image.png differ
diff --git a/images/icons/eye-invisible.svg b/images/icons/eye-invisible.svg
new file mode 100644
index 00000000..92252b05
--- /dev/null
+++ b/images/icons/eye-invisible.svg
@@ -0,0 +1,10 @@
+
diff --git a/images/icons/eye-visible.svg b/images/icons/eye-visible.svg
new file mode 100644
index 00000000..35a75305
--- /dev/null
+++ b/images/icons/eye-visible.svg
@@ -0,0 +1,3 @@
+
diff --git a/images/logo/favicon.ico b/images/logo/favicon.ico
new file mode 100644
index 00000000..9fecc692
Binary files /dev/null and b/images/logo/favicon.ico differ
diff --git a/images/logo/logo.svg b/images/logo/logo.svg
new file mode 100644
index 00000000..55a63efc
--- /dev/null
+++ b/images/logo/logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/images/logo/og-image.png b/images/logo/og-image.png
new file mode 100644
index 00000000..e7d7b5bf
Binary files /dev/null and b/images/logo/og-image.png differ
diff --git "a/images/logo/\355\214\220\353\213\244\353\247\210\354\274\223.svg" "b/images/logo/\355\214\220\353\213\244\353\247\210\354\274\223.svg"
new file mode 100644
index 00000000..9b20d2d7
--- /dev/null
+++ "b/images/logo/\355\214\220\353\213\244\353\247\210\354\274\223.svg"
@@ -0,0 +1,15 @@
+
diff --git a/images/social/facebook-logo.svg b/images/social/facebook-logo.svg
new file mode 100644
index 00000000..8491c2f8
--- /dev/null
+++ b/images/social/facebook-logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/images/social/google-logo.png b/images/social/google-logo.png
new file mode 100644
index 00000000..199f3d62
Binary files /dev/null and b/images/social/google-logo.png differ
diff --git a/images/social/instagram-logo.svg b/images/social/instagram-logo.svg
new file mode 100644
index 00000000..c83306f8
--- /dev/null
+++ b/images/social/instagram-logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/images/social/kakao-logo.png b/images/social/kakao-logo.png
new file mode 100644
index 00000000..bfadc1d3
Binary files /dev/null and b/images/social/kakao-logo.png differ
diff --git a/images/social/twitter-logo.svg b/images/social/twitter-logo.svg
new file mode 100644
index 00000000..14a6069a
--- /dev/null
+++ b/images/social/twitter-logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/images/social/youtube-logo.svg b/images/social/youtube-logo.svg
new file mode 100644
index 00000000..5fcc0ff3
--- /dev/null
+++ b/images/social/youtube-logo.svg
@@ -0,0 +1,10 @@
+
diff --git a/img/Hot item.png b/img/Hot item.png
deleted file mode 100644
index 51d9c5a3..00000000
Binary files a/img/Hot item.png and /dev/null differ
diff --git a/img/Img_home_01.jpg b/img/Img_home_01.jpg
deleted file mode 100644
index a72d9e8c..00000000
Binary files a/img/Img_home_01.jpg and /dev/null differ
diff --git a/img/Img_home_02.jpg b/img/Img_home_02.jpg
deleted file mode 100644
index 01661502..00000000
Binary files a/img/Img_home_02.jpg and /dev/null differ
diff --git a/img/Img_home_03.jpg b/img/Img_home_03.jpg
deleted file mode 100644
index cdb92625..00000000
Binary files a/img/Img_home_03.jpg and /dev/null differ
diff --git a/img/Img_home_bottom.png b/img/Img_home_bottom.png
deleted file mode 100644
index c3c26daa..00000000
Binary files a/img/Img_home_bottom.png and /dev/null differ
diff --git a/img/Img_home_top.png b/img/Img_home_top.png
deleted file mode 100644
index 3c97e8a9..00000000
Binary files a/img/Img_home_top.png and /dev/null differ
diff --git a/img/btn_goto.png b/img/btn_goto.png
deleted file mode 100644
index 683fc586..00000000
Binary files a/img/btn_goto.png and /dev/null differ
diff --git a/img/btn_large.png b/img/btn_large.png
deleted file mode 100644
index 01161f7d..00000000
Binary files a/img/btn_large.png and /dev/null differ
diff --git a/img/btn_large_join.jpg b/img/btn_large_join.jpg
deleted file mode 100644
index 74ba9beb..00000000
Binary files a/img/btn_large_join.jpg and /dev/null differ
diff --git a/img/closed.png b/img/closed.png
deleted file mode 100644
index 69a949ba..00000000
Binary files a/img/closed.png and /dev/null differ
diff --git a/img/favicon-16x16.png b/img/favicon-16x16.png
deleted file mode 100644
index 75d4aa8c..00000000
Binary files a/img/favicon-16x16.png and /dev/null differ
diff --git a/img/googlelogo.png b/img/googlelogo.png
deleted file mode 100644
index f75dc761..00000000
Binary files a/img/googlelogo.png and /dev/null differ
diff --git a/img/ic_facebook.png b/img/ic_facebook.png
deleted file mode 100644
index a3e343c7..00000000
Binary files a/img/ic_facebook.png and /dev/null differ
diff --git a/img/ic_instagram.png b/img/ic_instagram.png
deleted file mode 100644
index c47e044d..00000000
Binary files a/img/ic_instagram.png and /dev/null differ
diff --git a/img/ic_twitter.png b/img/ic_twitter.png
deleted file mode 100644
index 3f74b730..00000000
Binary files a/img/ic_twitter.png and /dev/null differ
diff --git a/img/ic_youtube.png b/img/ic_youtube.png
deleted file mode 100644
index 874150b0..00000000
Binary files a/img/ic_youtube.png and /dev/null differ
diff --git a/img/kakaologo.png b/img/kakaologo.png
deleted file mode 100644
index bd767800..00000000
Binary files a/img/kakaologo.png and /dev/null differ
diff --git a/img/login_button.png b/img/login_button.png
deleted file mode 100644
index a3a145eb..00000000
Binary files a/img/login_button.png and /dev/null differ
diff --git a/img/logo.png b/img/logo.png
deleted file mode 100644
index 9b5b0af2..00000000
Binary files a/img/logo.png and /dev/null differ
diff --git a/img/logobig.png b/img/logobig.png
deleted file mode 100644
index 8248f602..00000000
Binary files a/img/logobig.png and /dev/null differ
diff --git a/img/opened.png b/img/opened.png
deleted file mode 100644
index e8a0fba8..00000000
Binary files a/img/opened.png and /dev/null differ
diff --git a/index.html b/index.html
index c4eef6b5..6866d386 100644
--- a/index.html
+++ b/index.html
@@ -3,153 +3,171 @@
-
-
-
- 판다 마켓
+
+
+
+
+
+
+ 판다마켓
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+ 일상의 모든 물건을
+ 거래해 보세요
+
+
구경하러 가기
+
+
+
+
+
+

+
+
Hot item
- 일상의 모든 물건을
- 거래해 보세요
+ 인기 상품을
확인해
+ 보세요
-

+
+ 가장 HOT한 중고거래 물품을
판다마켓에서 확인해 보세요
+
-
-
-
-
-
-

-
-
Hot item
-
인기 상품을
확인해 보세요
-
- 가장 HOT한 중고거래 물품을
- 판다마켓에서 확인해 보세요
-
-
+
+

+
+
Search
+
+ 구매를 원하는
상품을
+ 검색하세요
+
+
+ 구매하고 싶은 물품은 검색해서
+
쉽게 찾아보세요
+
-
-
-
-
Search
-
구매를 원하는
상품을 검색하세요
-
- 구매하고 싶은 물품은 검색해서
- 쉽게 찾아보세요
-
-
-

+
+

+
+
Register
+
+ 판매를 원하는
상품을
+ 등록하세요
+
+
+ 어떤 물건이든 판매하고 싶은 상품을
+
쉽게 등록하세요
+
-
-
-

-
-
Register
-
- 판매를 원하는
- 상품을 등록하세요
-
-
- 어떤 물건이든 판매하고 싶은 상품을
- 쉽게 등록하세요
-
-
-
+
+
+
+
+
+ 믿을 수 있는
+
+ 판다마켓 중고거래
+
+