* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "General Sans", "Segoe UI", system-ui, sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #000;
}
body {
  overflow-x: hidden;
}

.about-page {
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 72px;
}

.about-page .nav {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2vw 2.6vw;
  color: #fff;
  font-size: 14px;
}
.about-page .nav .left a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.about-page .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3vw;
}
.about-page .right a {
  text-decoration: none;
  color: #fff;
  font-size: 1.05vw;
  font-weight: 600;
}
.about-page .middle h4 {
  font-size: 2vw;
  cursor: pointer;
}
.about-page .come2 {
  display: flex;
  gap: 45px;
}
.about-page .come2 a {
  font-size: 16px;
  font-weight: 600;
}

.about-hero {
  padding: 8vw 5vw 6vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6vw;
}
.about-hero h1 {
  font-size: clamp(56px, 16vw, 160px);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.92;
  letter-spacing: -0.06em;
}
.about-page .bounding {
  width: fit-content;
  overflow: hidden;
}
.about-page .bounding .boundingelem {
  transform: translateY(100%);
  opacity: 0;
}
.about-hero p {
  max-width: 22em;
  margin-top: 2vw;
  opacity: 0.55;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.55;
}
.about-hero .hero-aside {
  flex-shrink: 0;
  min-width: 16em;
  max-width: 22em;
  padding-bottom: 0.6em;
}
.aside-kicker {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  opacity: 0.45;
  margin-bottom: 1.2vw;
}
.hero-index {
  list-style: none;
}
.hero-index a {
  display: flex;
  align-items: baseline;
  gap: 1.1em;
  padding: 0.9vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.hero-index li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-index .idx {
  opacity: 0.35;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.hero-index a:hover .idx {
  opacity: 0.7;
}

.about-intro {
  padding: 2vw 5vw 8vw;
}
.about-copy {
  max-width: 46rem;
}
.about-copy h5 {
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 14px;
  letter-spacing: 0.8px;
  font-size: 13px;
}
.about-copy p {
  line-height: 1.75;
  margin-bottom: 22px;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
}
.about-copy .talk {
  display: inline-block;
  padding: 7px 22px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.6s;
}
.about-copy .talk:hover {
  color: #000;
  background-color: #fff;
}
.about-copy .talk:hover::after {
  width: 0;
}

.about-body {
  padding: 2vw 5vw 6vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
  scroll-margin-top: 90px;
}
.cat-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1.4vw;
  margin-bottom: 1.6vw;
}
.cat-title h2 {
  font-size: clamp(16px, 1.7vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.cat-title .count {
  margin-left: auto;
  opacity: 0.35;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 600;
}
.cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tech {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 60px;
  user-select: none;
}
.tech span {
  font-size: clamp(14px, 1.05vw, 19px);
  font-weight: 600;
  white-space: nowrap;
}

.band {
  padding: 7vw 5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  scroll-margin-top: 90px;
}
.band-head h5 {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 12px;
}
.band-head h2 {
  font-size: clamp(28px, 5.2vw, 64px);
  font-weight: 800;
  letter-spacing: -0.045em;
  max-width: 14em;
  line-height: 1.05;
  margin-bottom: 1.8vw;
}
.band-copy {
  max-width: 38rem;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.75;
  opacity: 0.72;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4vw;
  margin-top: 2.4vw;
}
.steps li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1.4vw;
}
.step-n {
  display: block;
  opacity: 0.35;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.steps h3 {
  font-size: clamp(18px, 1.5vw, 26px);
  margin-bottom: 10px;
}
.steps p,
.take-grid p {
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
  opacity: 0.7;
}
.take-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4vw;
  margin-top: 2vw;
}
.take-grid article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1.4vw;
}
.take-grid h3 {
  font-size: clamp(18px, 1.4vw, 24px);
  margin-bottom: 10px;
}
.about-me {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  padding: 10vw 10vw;
  padding-left: 35vw;
}
.about-me img {
  width: 225px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.about-me .textabout {
  width: 30rem;
}
.about-me .textabout h5 {
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
  font-size: 14px;
}
.about-me .textabout p {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 550;
}
.about-me .talk {
  display: inline-block;
  padding: 7px 22px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.6s;
}
.about-me .talk:hover {
  color: #000;
  background-color: #fff;
}
.about-me .talk:hover::after {
  width: 0;
}

.about-page .footer {
  margin-top: auto;
  background-color: black;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 5vw 35px;
}
.about-page .footerleft {
  display: flex;
  gap: 20px;
}
.about-page .footerleft h5 {
  font-size: 16px;
  letter-spacing: 0.7px;
  opacity: 0.6;
  font-weight: 500;
}
.about-page .footerright {
  display: flex;
  align-items: center;
  gap: 3.6vw;
}
.about-page .footerright a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media (max-width: 1024px) {
  .about-page .nav {
    padding: 3.5vw 3vw;
  }
  .about-page .right a {
    font-size: 1.6vw;
  }
  .about-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 5vw;
  }
  .about-intro {
    padding: 6vw 5vw;
  }
}
@media (max-width: 640px) {
  .about-page .nav {
    padding: 8vw 5vw;
  }
  .about-page .nav .left a {
    font-size: 4vw;
  }
  .about-page .middle h4 {
    font-size: 4vw;
  }
  .about-hero {
    padding: 10vw 6vw 8vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw;
  }
  .about-hero .hero-aside {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .hero-index a {
    padding: 3.6vw 0;
    font-size: 4.6vw;
  }
  .about-intro {
    padding: 8vw 6vw 10vw;
  }
  .about-copy {
    padding: 0;
    max-width: none;
  }
  .about-copy p {
    font-size: 4.5vw;
    line-height: 1.8;
  }
  .about-body {
    padding: 6vw 6vw 10vw;
    gap: 10vw;
  }
  .band {
    padding: 14vw 6vw;
  }
  .steps,
  .take-grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .about-me {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 5vw 0;
    padding-left: 0;
  }
  .about-me img {
    width: 60vw;
    align-self: stretch;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }
  .about-me .textabout {
    padding: 3vw 5vw;
    width: 100%;
  }
  .about-me .textabout h5 {
    font-size: 3.2vw;
    font-weight: normal;
  }
  .about-me .textabout p {
    font-size: 4.2vw;
    line-height: 1.7;
    margin-bottom: 50px;
  }
  .about-me .talk {
    padding: 10px 25px;
    font-size: 3.6vw;
  }
  .about-page .footer {
    flex-direction: column-reverse;
    padding: 3vw 6vw 25px;
  }
  .about-page .footerleft {
    width: 100%;
    justify-content: space-between;
  }
  .about-page .footerleft h5 {
    font-size: 3.8vw;
    padding-top: 20px;
  }
  .about-page .footerright {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
  }
  .about-page .footerright a {
    font-size: 3.8vw;
  }
}

.full {
  height: 100svh;
  width: 100svw;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  .come {
    display: none !important;
  }
  .full {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .come2 {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 640px) {
  .full {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    background-color: #a3a3a3;
    padding: 0 1vw;
  }
  .naver {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #cec6c6;
    margin: 6.5vw 4vw;
    padding-bottom: 5.8vw;
  }
  .naver h4,
  .naver .cross {
    font-size: 4.5vw;
    font-weight: bold;
    cursor: pointer;
  }
  .content {
    text-transform: uppercase;
    font-size: 5.2vw;
    margin-left: 5vw;
  }
  .content h1 {
    padding-bottom: 4vw;
    font-weight: bold;
  }
  .content-div {
    margin-left: 3vw;
  }
  .content-div a {
    text-decoration: none;
    color: #000;
  }
  .daba {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 5.1vw 7vw;
  }
  .acc {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid #cec6c6;
    gap: 14px;
  }
  .acc a {
    color: #000;
    text-decoration: none;
  }
  .acc h3 {
    font-size: 3.8vw !important;
    color: #000;
    font-weight: bold;
  }
  .lower {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px !important;
  }
  .lower h3 {
    font-weight: bold;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .full {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    background-color: #a3a3a3;
  }
  .naver {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #cec6c6;
    margin: 3.75vw 2.4vw;
    padding-bottom: 3.8vw;
  }
  .naver h4,
  .naver .cross {
    font-size: 2.2vw;
    font-weight: bold;
    cursor: pointer;
  }
  .content {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin-left: 3vw;
  }
  .content h1 {
    padding-bottom: 2vw;
    font-weight: bold;
  }
  .content-div {
    margin-left: 3vw;
  }
  .content-div a {
    text-decoration: none;
    color: #000;
  }
  .daba {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 3.1vw 3vw;
  }
  .acc {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid #cec6c6;
    gap: 14px;
  }
  .acc a {
    color: #000;
    text-decoration: none;
  }
  .acc h3 {
    font-size: 2.2vw;
    font-weight: bold;
    color: #000;
  }
  .lower {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
  }
  .lower h3 {
    font-weight: bold;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .bounding .boundingelem {
    transform: none;
    opacity: 1;
  }
}
