html {
  font-size: 14px; }

p {
  margin: 0;
  font-size: 1.2rem; }

mark {
  background-color: black;
  color: white; }

mark::after,
mark::before {
  content: mark::after, mark::before nbsp; }

a {
  color: #2ac1bc;
  font-size: 1.1rem; }

body {
  margin: 0;
  padding: 0; }

header {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
  margin: 0 auto;
  max-width: 1360px; }
  header img {
    max-width: 219px;
    margin-bottom: 10px; }
  header p {
    font-size: 3vw;
    display: flex;
    align-items: flex-end; }

h4 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.4em;
  font-family: 'Noto Sans KR', sans-serif; }

.label {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #2ac1bc; }

h1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3em;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 0px; }

article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 100vh; }
  article .project {
    position: relative;
    margin-bottom: 50px;
    border-top: 3px solid black;
    height: 700px;
    overflow: hidden;
    transition: height 2s; }
    article .project img {
      margin: 10px 0;
      width: 100%; }
    article .project .github_button {
      position: absolute;
      bottom: 50px;
      background-color: #eee;
      width: 50px;
      height: 50px;
      box-shadow: 0px 2px 3px #d2cfcf;
      border-radius: 15px; }
      article .project .github_button img {
        width: 50px;
        height: 50px; }
    article .project .skills_box img {
      width: 2.3rem; }
    article .project .desc {
      min-height: 200px;
      line-height: 21px; }

.side_box {
  position: fixed;
  right: 2rem;
  bottom: 1.6rem;
  z-index: 3; }
  .side_box .button_1, .side_box .button_2, .side_box .button_3 {
    background-color: white;
    display: flex;
    font-family: 'Noto Sans KR', sans-serif;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-weight: 200;
    font-size: 1.2rem;
    border-radius: 100%;
    box-shadow: 0px 2px 3px #d2cfcf; }
  .side_box .button_3 {
    font-size: 1.5rem; }
  .side_box .button_1:hover, .side_box .button_2:hover, .side_box .button_3:hover {
    background-color: #eee; }
  .side_box .fcontent {
    display: none;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    bottom: 5.8rem;
    right: 7rem;
    width: 56vw;
    max-width: 350px;
    padding: 23px;
    line-height: 20px;
    max-height: 83px;
    border-radius: 15px;
    box-shadow: 0px 2px 10px #d2cfcf; }
    .side_box .fcontent .bold {
      font-weight: 900; }

footer {
  background-color: black;
  min-height: 40px; }
  footer .footer_child {
    display: block;
    max-width: 1350px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    color: #eee; }

@media (max-width: 900px) {
  footer {
    background-color: black;
    height: 100%; }
    footer .footer_child {
      padding: 10px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      max-width: 1360px;
      color: #eee; } }
@media (max-width: 725px) {
  header p {
    font-size: 3.4vw; }

  article {
    padding: 20px; }
    article .project {
      width: 92vw;
      min-height: 50vh; }
      article .project .skills_box img {
        width: 2.9rem; } }
@media (max-width: 1065px) and (min-width: 726px) {
  header p {
    font-size: 2vw; }

  article {
    padding: 10px; }
    article .project {
      width: 48vw;
      min-height: 50vh; } }
@media (min-width: 1066px) and (max-width: 1455px) {
  header {
    display: flex;
    flex-direction: row;
    padding: 30px 10px;
    margin: 0 auto;
    max-width: 1360px; }
    header img {
      max-width: 219px; }
    header p {
      font-size: 1.5vw;
      display: flex;
      align-items: flex-end; }

  article {
    max-width: 1360px;
    padding: 10px; }
    article .project {
      width: 31vw; } }
@media (min-width: 1456px) {
  header {
    display: flex;
    flex-direction: row;
    padding: 30px 10px;
    margin: 0 auto;
    max-width: 1360px; }
    header img {
      max-width: 219px; }
    header p {
      font-size: 1.2vw;
      display: flex;
      align-items: flex-end; }

  article {
    max-width: 1360px;
    padding: 10px; }
    article .project {
      width: 32vw;
      max-width: 444px;
      min-width: 444px;
      min-height: 500px; } }

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