body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}
body > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  max-width: 70rem;
  width: 100%;
  margin: 2rem auto 1.5rem auto;
}
body > .row > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row > .img-container {
  width: 20rem;
  height: 20rem;
}
body > .row > .img-container > .image {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-position: center;
  object-fit: cover;
}
body > .row > .text-container {
  width: 17rem;
  height: 100%;
}
body > .row > .text-container > h2 {
  font-size: 2rem;
  margin: 0.5rem 0;
}
body > .row > .content-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  width: 100%;
  padding-left: 2rem;
}
body > .row > .content-container > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row > .content-container > .text-name {
  padding-bottom: 1rem;
}
body > .row > .content-container > .text-name > h1 {
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
}
body > .row > .content-container > .text-name > h3 {
  color: #a9a9a9;
}
body > .row > .content-container > .text-contact {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
body > .row > .content-container > .text-contact > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row > .content-container > .text-contact > .contact {
  padding-bottom: 1.5rem;
}
body > .row > .content-container > .text-contact > .contact > .icon {
  width: 1rem;
  font-size: 1.3rem;
  margin-right: 1.3rem;
}
body > .row > .content-container > .text-contact > .contact > .contact-link {
  color: #222;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
}
body > .row > .content-container > .text-contact > .contact > .contact-link:hover {
  text-decoration: underline;
}
body > .row > .content-container > .text-introduce > p {
  font-size: 1rem;
  font-family: Pretendard, sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  word-break: keep-all;
  line-height: 1.8;
  margin-top: 0.5rem;
}
body > .row > .content-container > .text-introduce > .text-right {
  text-align: right;
  padding-right: 1rem;
}
body > .row > .content-container > .row-skill {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
}
body > .row > .content-container > .row-skill > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row > .content-container > .row-skill > .skill-text {
  width: 12rem;
}
body > .row > .content-container > .row-skill > .skill-text > h4 {
  color: #999999;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
body > .row > .content-container > .row-skill > .skill-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
body > .row > .content-container > .row-skill > .skill-item > ul {
  line-height: 2;
  margin: 0.5rem 0 0 1rem;
}
body > .row > .content-container > .row-skill > .skill-item > ul > li {
  font-weight: 300;
}
body > .row > .content-container > .grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-top: 0.5rem;
}
body > .row > .content-container > .grid-container > .project-box {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem 0 rgba(68, 68, 68, 0.4);
  padding: 1.5rem;
}
body > .row > .content-container > .grid-container > .project-box > .project-name {
  background-color: #222;
  border-radius: 0.8rem;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}
body > .row > .content-container > .grid-container > .project-box > .project-period {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  color: #6c757d;
}
body > .row > .content-container > .grid-container > .project-box > .project-summary > h5 {
  font-size: 1rem;
  margin: 0;
}
body > .row > .content-container > .grid-container > .project-box > .project-summary > .project-detail {
  line-height: 1.5rem;
  padding-left: 1rem;
}
body > .row > .content-container > .grid-container > .project-box > .project-url {
  padding-left: 0.75rem;
  border-left: 4px solid #222;
}
body > .row > .content-container > .grid-container > .project-box > .project-url > a {
  color: cadetblue;
  font-size: 1rem;
  text-decoration: none;
}
body > .row > .content-container > .grid-container > .project-box > .project-url > a:hover {
  text-decoration: underline;
}
body > .row > .content-container > .grid-container > .project-box > .project-tech-stacks {
  background-color: #cccccc;
  border-radius: 0.8rem;
  padding: 0.3rem 0.5rem;
  margin-top: 0.7rem;
  text-align: left;
}
body > .row > .content-container > .grid-container > .project-box > .project-tech-stacks > .tech-stack {
  background-color: #ffffff;
  border-radius: 0.3rem;
  color: #222;
  display: inline-block;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
  margin: 0.2rem;
}
body > .row > .content-container > .row-education {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
}
body > .row > .content-container > .row-education > .-spring {
  flex-grow: 1;
  flex-shrink: 1;
}
body > .row > .content-container > .row-education > .education-text {
  width: 20rem;
}
body > .row > .content-container > .row-education > .education-text > h4 {
  color: #999999;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
body > .row > .content-container > .row-education > .education-item > h4 {
  color: #222;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
body > .row > .content-container > .row-education > .education-item > i {
  color: #999999;
}

/*# sourceMappingURL=index.css.map */
