diff --git a/images/Img_home_01.png b/images/Img_home_01.png deleted file mode 100644 index 249652e3..00000000 Binary files a/images/Img_home_01.png and /dev/null differ diff --git a/images/Img_home_02.png b/images/Img_home_02.png deleted file mode 100644 index 84d8629f..00000000 Binary files a/images/Img_home_02.png and /dev/null differ diff --git a/images/Img_home_03.png b/images/Img_home_03.png deleted file mode 100644 index eb0d6cd2..00000000 Binary files a/images/Img_home_03.png and /dev/null differ diff --git a/images/Img_home_bottom.png b/images/Img_home_bottom.png deleted file mode 100644 index 58b29043..00000000 Binary files a/images/Img_home_bottom.png and /dev/null differ diff --git a/images/Img_home_top.png b/images/Img_home_top.png deleted file mode 100644 index 7ce56caa..00000000 Binary files a/images/Img_home_top.png and /dev/null differ diff --git a/images/Property 1=sm.png b/images/Property 1=sm.png deleted file mode 100644 index 9d5f8ef3..00000000 Binary files a/images/Property 1=sm.png and /dev/null differ diff --git a/images/Property 1=sm@3x.png b/images/Property 1=sm@3x.png deleted file mode 100644 index cbffb370..00000000 Binary files a/images/Property 1=sm@3x.png and /dev/null differ diff --git a/images/btn_visibility_off.png b/images/btn_visibility_off.png new file mode 100644 index 00000000..818a5097 Binary files /dev/null and b/images/btn_visibility_off.png differ diff --git a/images/btn_visibility_on.png b/images/btn_visibility_on.png new file mode 100644 index 00000000..7efc7e9d Binary files /dev/null and b/images/btn_visibility_on.png differ diff --git a/images/ic_facebook.png b/images/ic_facebook.png index a3e343c7..f32e7ef8 100644 Binary files a/images/ic_facebook.png and b/images/ic_facebook.png differ diff --git a/images/ic_google.png b/images/ic_google.png new file mode 100644 index 00000000..5a81f397 Binary files /dev/null and b/images/ic_google.png differ diff --git a/images/ic_instagram.png b/images/ic_instagram.png index c47e044d..8c1837df 100644 Binary files a/images/ic_instagram.png and b/images/ic_instagram.png differ diff --git a/images/ic_kakao.png b/images/ic_kakao.png new file mode 100644 index 00000000..5b63a8df Binary files /dev/null and b/images/ic_kakao.png differ diff --git a/images/ic_twitter.png b/images/ic_twitter.png index 3f74b730..216c58d2 100644 Binary files a/images/ic_twitter.png and b/images/ic_twitter.png differ diff --git a/images/ic_youtube.png b/images/ic_youtube.png index 874150b0..27d12233 100644 Binary files a/images/ic_youtube.png and b/images/ic_youtube.png differ diff --git a/images/img_home_01.png b/images/img_home_01.png new file mode 100644 index 00000000..2060928a Binary files /dev/null and b/images/img_home_01.png differ diff --git a/images/img_home_02.png b/images/img_home_02.png new file mode 100644 index 00000000..e8abd3e8 Binary files /dev/null and b/images/img_home_02.png differ diff --git a/images/img_home_03.png b/images/img_home_03.png new file mode 100644 index 00000000..57b7ada1 Binary files /dev/null and b/images/img_home_03.png differ diff --git a/images/img_home_bottom.png b/images/img_home_bottom.png new file mode 100644 index 00000000..1cbf3038 Binary files /dev/null and b/images/img_home_bottom.png differ diff --git a/images/img_home_top.png b/images/img_home_top.png new file mode 100644 index 00000000..ed36e4a4 Binary files /dev/null and b/images/img_home_top.png differ diff --git a/images/logo_lg.png b/images/logo_lg.png new file mode 100644 index 00000000..bc206ad5 Binary files /dev/null and b/images/logo_lg.png differ diff --git a/images/Property 1=sm@2x.png b/images/logo_sm.png similarity index 100% rename from images/Property 1=sm@2x.png rename to images/logo_sm.png diff --git a/style.css b/index.css similarity index 67% rename from style.css rename to index.css index 71cd29c0..258a4b2b 100644 --- a/style.css +++ b/index.css @@ -1,17 +1,5 @@ -* { - box-sizing: border-box; - font-family: Pretendard, sans-serif; - color: #374151; - font-size: 16px; -} - -a { - text-decoration: none; - cursor: pointer; -} - -p { - margin: 0; +html { + color: var(--gray700); } body { @@ -20,26 +8,36 @@ body { } header { + position: sticky; + top: 0; + left: 0; + right: 0; background-color: #FFFFFF; border-bottom: 1px solid #DDE0E3 } footer { - background-color: #111827; + background-color: var(--gray900); height: 10rem; } .gnb { - padding: 9px 400px; display: flex; justify-content: space-between; align-items: center; + padding: 9px 400px; } .gnb img { max-width: 10rem; } +.btn-login { + width: 8rem; + height: 3rem; + text-align: center; +} + .wrap { max-width: 1920px; width: 100%; @@ -143,35 +141,12 @@ footer { gap: 0.75rem; } -.btn-large, .btn-login { - background-color: #3692FF; -} - -.btn-large:hover, .btn-login:hover { - background-color: #1967D6; -} - -.btn-large:active, .btn-login:active { - background-color: #1251AA; -} - -.btn-login { - color: #F3F4F6; - width: 8rem; - height: 3rem; - padding: 0.75rem 1.5rem; - border-radius: 8px; - text-align: center; -} - -.btn-large { - color: #F9FAFB; - padding: 1rem 7.75rem; - border-radius: 40px; +.sns img{ + max-width: 1.25rem; } .keyword { - color: #3692FF; + color: var(--blue); margin-bottom: 0.75rem; } @@ -181,45 +156,11 @@ footer { } .copyright { - color: #9CA3AF; + color: var(--gray400); } .faq a { - color: #E5E7EB; -} - -.bold { - font-weight: 700; -} - -.semibold { - font-weight: 600; -} - -.medium { - font-weight: 500; -} - -.text-4xl { - font-size: 2.5rem; - line-height: 3.5rem; - letter-spacing: -0.125rem; -} - -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; - letter-spacing: -0.0625rem; -} - -.text-xl { - font-size: 1.25rem; - line-height: 2rem; -} - -.text-2lg { - font-size: 1.125rem; - line-height: 1.625rem; + color: var(--gray200); } @media (max-width:1920px) { @@ -229,7 +170,7 @@ footer { } @media (max-width:1280px) { - * { + html { font-size: 12px; } } \ No newline at end of file diff --git a/index.html b/index.html index 68e5e452..1d73e512 100644 --- a/index.html +++ b/index.html @@ -4,15 +4,17 @@
+
Hot item @@ -64,12 +66,12 @@ 쉽게 찾아보세요
+
+
Register @@ -91,11 +93,11 @@
- 믿을 수 있는
+ 믿을 수 있는
판다마켓 중고 거래
+
+
+
+
+