		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    font-family: SF pro Rounded,pretendard,sans-serif;
    font-size: 12pt;
    line-height: 1.6;
    word-break: keep-all;
    padding: 30px;
    padding-left: 5%;
    padding-right: 10%;
    overflow: hidden;
}

    .container {
      display: flex;
      height: 100vh;
    }

    .info {
      width: 20%;
      position: relative;
		    font-family: SF pro Rounded, sans-serif;
		    font-size: 25pt;
		    line-height: 135%;
		    word-break: keep-all;
    }

    .info p {
      position: absolute;
    }

    .About{
      width: 70%;
      overflow-y: auto;
      padding-top: 10px;
      padding-right: 10%;
    }

    .career {
      width: 30%;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 10px;
      overflow-y: auto;
    }

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border-bottom: 0px solid #000000;
  text-align: left;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 20px;
}

p {
	padding-bottom: 30px;
}

a {
	color: #b8b8b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
  color: black;
}

.humanity:hover{
  color: #4aed26;
}

.rotate:hover {
  text-decoration: underline;
  display: inline-block;
  transform: rotate(-10deg);
  transition: transform 0.2s ease;
}

.humanity:hover{
  display: inline-block;
  transform: rotate(9deg);
  transition: transform 0.2s ease;
}


footer {
  position: fixed;
  bottom: 15px;
  width: 100%;
  font-size: 12pt;
  z-index: 1;
}


@media only screen and (max-width: 600px) {

  .container {
    flex-direction: column;
    height: auto;
  }

  .info, .About, .career {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .info p {
    position: static;
  }

  .About {
    overflow-y: visible;
  }

  .credit {
    display: none;
  }

  body {
    overflow-y: auto;
    font-size: 11pt;
    }

  footer {
    font-size: 10pt;
  }

}
