*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro";
  line-height: normal;
  overflow-x: hidden;
  background-color: black;
}

.nav .nav_container {
  display: flex;
  justify-content: space-between;
  margin: 12px;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 6px;
  padding-inline: 16px;
}
.nav a {
  text-decoration: none;
  color: whitesmoke;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 18px;
  font-weight: 500;
}
.nav .link {
  text-decoration: none;
  color: whitesmoke;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  vertical-align: center;
}
.nav .link p {
  font-size: 18px;
  margin: 0%;
  flex-wrap: wrap;
}
.nav .link a {
  padding-top: 4px;
  padding-inline: 4px;
}

.home::before {
  content: "Hyang";
  text-decoration: none;
  color: whitesmoke;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home:hover::before {
  content: "Hyang";
  text-decoration: none;
  color: #646464;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.work::before {
  content: "Work";
  text-decoration: none;
  color: whitesmoke;
}

.work:hover::before {
  content: "Work";
  text-decoration: none;
  color: #646464;
}

.work:hover::after {
  text-decoration: none;
  color: whitesmoke;
}

.info::before {
  content: "About";
  text-decoration: none;
  color: whitesmoke;
}

.info:hover::before {
  content: "About";
  text-decoration: none;
  color: #646464;
}

.background {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.background img {
  width: 400px;
  height: 400px;
  width: 100%;
}

.main {
  display: flex;
  justify-content: center;
  margin: 16px;
  margin-bottom: 42px;
}
.main .profile {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.main .left {
  color: whitesmoke;
  display: flex;
  flex-direction: column;
}
.main .left h1 {
  font-size: 36px;
}
.main .left .profile_img {
  margin: 0;
  padding: 0;
  width: 240px;
  height: auto;
}
.main .left .profile_img img {
  width: 100%;
  height: 100%;
}
.main .right {
  color: whitesmoke;
  display: flex;
  flex-direction: column;
}
.main .right p {
  font-weight: 600;
  margin-block: 32px;
  margin-right: 4px;
}
.main .right .about_box {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.main .right .about_box .about {
  display: flex;
  flex-direction: column;
}
.main .right .title {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: whitesmoke;
}
.main .right .text {
  margin: 0;
  padding: 0;
}
.main .right .text .span_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.main .right .text .span_box .p_box {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
.main .right .text span {
  font-size: 18px;
  padding-right: 16px;
  margin-block: 4px;
}
.main .right .text .tool {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row;
  flex-basis: 3;
}
.main .right .text p {
  font-size: 18px;
  font-weight: 400;
  margin-block: 4px;
}

.footer {
  color: whitesmoke;
}
.footer .footer_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 16px;
  font-size: 14px;
  font-weight: 500;
  padding-block: 0;
  padding-inline: 16px;
}
.footer .footer_container p {
  padding-inline: 8px;
}

.capcha_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.capcha_box .text_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.capcha_box img {
  max-width: 240px;
  max-height: auto;
}

@media (max-width: 480px) {
  body .main {
    display: flex;
    max-width: 375px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    gap: 0;
  }
  body .main .profile {
    display: flex;
    max-width: 375px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 16px;
  }
  body .main .left {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  body .main .left h1 {
    text-align: center;
    font-size: 36px;
  }
  body .main .left .profile_img {
    margin: 0;
    padding: 0;
    width: 240px;
    height: auto;
  }
  body .main .left .profile_img img {
    width: 100%;
    height: 100%;
  }
  body .main .right {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .main .right p {
    font-weight: 600;
    margin-block: 32px;
  }
  body .main .right .about_box {
    display: flex;
    flex-direction: column;
  }
  body .main .right .about_box .about {
    display: flex;
    flex-direction: column;
  }
  body .main .right .about_box .about_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body .main .right .title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: whitesmoke;
  }
  body .main .right .text {
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    text-align: left;
  }
  body .main .right .text span {
    font-size: 18px;
    padding-right: 16px;
    margin-bottom: 18px;
  }
  body .main .right .text .tool {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
  }
  body .main .right .text p {
    font-size: 18px;
    font-weight: 400;
    margin-block: 4px;
    margin-right: 2px;
  }
  body .main .right .text .p_box {
    display: flex;
    flex-direction: row;
  }
}