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

body {
    letter-spacing: +0.02em;
    font-family: Pretendard, sans-serif;
    font-size: 19pt;
    line-height: 130%;
    /*word-break: keep-all;*/
    padding: 30px;
    overflow: hidden;
}

@font-face {
  font-family: 'PS Interplanetary';
  src: url('../fonts/PS-Interplanetary.ttf/digit') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p, .name {
  font-family: 'PS Interplanetary', sans-serif;
}

p {
  position: relative;
  font-size: 25pt;
  line-height: 135%;
  word-break: keep-all;
  font-weight: normal;
  padding-bottom: 10px;
  z-index: 10;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16pt;
}

th {
  border-bottom: 1px solid #000000;
  text-align: left;
  font-weight: normal;

}

.kr {
  text-align: right;
}

.ig {
  text-align: center;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /*font-weight: bold;*/
}


thead {
  position: relative;
}

.hover-img {
  display: none;
  position: fixed;
  bottom:10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70vw;
  min-height: 30vh;
  max-height: 40vh;
  object-fit: contain;
  border: 1px;
  z-index: -1;
}

thead:hover .hover-img {
  display: block;
}

footer {
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  width:100%;
}


.a1 {
  color: #9e6b59;
}

.b2 {
  color: #74bce1;
}

.c3 {
  color: #e98a3c;
}

.d4 {
  color: #446ba9;
}

.e5 {
  color: #dd473c;
}

.f6 {
  color: #92939b;
}

.g7 {
  color: #d887ae;
}

.h8 {
  color: #79bc8e;
}

.i9 {
  color: #595757;
}

.j10 {
  color: #FFC49B;  
}


@media only screen and (max-width: 800px) {
  
  body {
    font-size: 15px;
    padding: 10px;
    }

/*  p {
    padding: 10px;
  }*/

  table {
    font-size: 12pt;
  }

.kr {
  display: none;
}

.ig {
  text-align: right;
}

   footer {
    font-size: 10px;
   }
}
