코나아이 PC
코나아이
diff --git a/src/scss/index.scss b/src/scss/index.scss
index d2c2b85..80e1e8d 100644
--- a/src/scss/index.scss
+++ b/src/scss/index.scss
@@ -15,7 +15,7 @@
.sectionTitle {
font-family: $기본글꼴;
- font-size: clamp(28px, 3vw, 40px);
+ font-size: clamp(28px, 3vw, 48px);
font-weight: 600;
letter-spacing: 0.02em;
color: $color-white;
diff --git a/src/scss/page/_contact.scss b/src/scss/page/_contact.scss
index fa085a4..fe03b21 100644
--- a/src/scss/page/_contact.scss
+++ b/src/scss/page/_contact.scss
@@ -19,7 +19,7 @@
.contact__heading {
font-family: $기본글꼴;
- font-size: clamp(28px, 3vw, 40px);
+ font-size: clamp(28px, 3vw, 48px);
font-weight: 600;
letter-spacing: 0.02em;
color: $color-dark;
@@ -35,11 +35,9 @@
}
.contact__label {
- font-size: 12px;
- font-weight: 600;
- letter-spacing: 0.1em;
- text-transform: uppercase;
- color: rgba($color-dark, 0.5);
+ font-size: clamp(22px, 2vw, 32px);
+ font-weight: 400;
+ color: $color-dark;
margin-bottom: 20px;
}
@@ -56,9 +54,8 @@
}
.contact__infoLabel {
- font-size: 12px;
- font-weight: 600;
- letter-spacing: 0.08em;
+ font-size: clamp(15px, 1.2vw, 18px);
+ font-weight: 700;
color: $color-blue;
}
@@ -97,7 +94,7 @@
border: none;
cursor: pointer;
color: $color-dark;
- font-size: clamp(16px, 1.4vw, 20px);
+ font-size: clamp(24px, 2vw, 32px);
font-weight: 400;
font-family: $기본글꼴;
text-align: left;
diff --git a/src/scss/page/_project.scss b/src/scss/page/_project.scss
index 3a40a7e..86585e8 100644
--- a/src/scss/page/_project.scss
+++ b/src/scss/page/_project.scss
@@ -45,11 +45,6 @@
transition: transform 0.5s ease;
}
-.project__thumbEmpty {
- aspect-ratio: 16 / 10;
- background: #1a1a1a;
-}
-
.project__info {
display: flex;
flex-direction: column;
diff --git a/src/scss/page/_vision.scss b/src/scss/page/_vision.scss
index 2a4d167..3a58999 100644
--- a/src/scss/page/_vision.scss
+++ b/src/scss/page/_vision.scss
@@ -3,11 +3,23 @@
// Vision
.vision {
+ position: relative;
background: $color-bg;
padding: clamp(80px, 6.25vw, 120px) clamp(24px, 6.25vw, 120px);
+ overflow: hidden;
+}
+
+.vision__bg {
+ position: absolute;
+ inset: 0;
+ background: url("../../images/unsplash_Cq5NaI0yKBE.png") center / cover no-repeat;
+ opacity: 0.5;
+ pointer-events: none;
}
.vision__inner {
+ position: relative;
+ z-index: 1;
display: flex;
flex-direction: column;
gap: clamp(60px, 8vw, 140px);