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

body {
    padding: 30px;
    font-family: Pretendard, sans-serif;
    font-size: 24pt;
    line-height: 140%;
    text-align: center;
    overflow: hidden;
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

footer {
  font-size: 14px;
}

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

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

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

}

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

a:hover {
  text-decoration: underline;
}


thead {
  position: relative;
}


.motion:hover{
  animation: fadeIn 2s infinite;
}
      @Keyframes fadeIn {
        10% { opacity: 0;}
        100% { opacity: 1;}
}

.ig {
  text-align: right;
}


.SFABF {
  height: 110px;
}

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

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: #e677ad;
}

.h8 {
  color: #79bc8e;
}

.i9 {
  color: #595757;
}

.j10 {
  color: #FFC49B;  
}


.a1:hover{
  color: white;
  background: #9e6b59;
}

.b2:hover {
  color: white;
  background: #74bce1;
}

.c3:hover {
 color: white;
  background: #e98a3c;
}

.d4:hover {
  color: white;
  background: #446ba9;
}

.e5:hover {
  color: white;
  background: #dd473c;
}

.f6:hover {
  color: white;
  background: #92939b;
}

.g7:hover {
  color: white;
  background: #e677ad;
}

.h8:hover {
  color: white;
  background: #79bc8e;
}

.i9:hover {
  color: white;
  background: #595757;
}

.j10:hover {
  color: white;
  background: #FFC49B;  
}



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

  table {
    font-size: 14pt;
    line-height: 160%;
  }

  .SFABF {
    height: 70px;
  }

   footer {
    font-size: 11px;
   }
}

@media only screen and (max-height: : 600px) {
  
  body {
    font-size: 15px;
    padding: 10px;
    overflow: auto;
    }


  .SFABF {
    height: 40px;
  }

}
