* {
    box-sizing: border-box;
}


@font-face {
    font-family: 'DGM';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EliceDigitalBaeum-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimChilpanjiugaeTTF-B';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimChilpanjiugaeTTF-B.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    background-color: rgb(29,84,63);
    width: 90vw;
    height: 90vh;
}

table{ border-collapse : collapse; }  /*이중선 제거*/

th,td{
    font-family: HakgyoansimChilpanjiugaeTTF-B;
    font-size: 30px;
    color: white;
    font-weight: 600;
    width: 9vw;
    height: 8.2vh;
    text-align: center;
    border: 3px solid #fff;
    word-break: break-all;

    vertical-align: top;	/* 위 */
    vertical-align: bottom;   /* 아래 */
    vertical-align: middle;   /* 가운데 */
   }

.ma {
    background-color: rgb(56, 137, 106);;
}

.department{
    width: 45.2vw;
}

.main {
    font-size: 2.5em;   
}
  
  .digital-clock {
    font-family: EliceDigitalBaeum-Bd;
    position: absolute;
    left: 58vw;
    top: 1.5vh;
    text-align: center;
    font-size: 100px;
    color: rgb(255, 185, 99);
    font-weight: 600;
  }

  .grade {
    position: absolute;
    right: 3vw;
    top: 16vh;
    width: 521px;
    height: 400px;
    border: 3px solid white;
  }

  .grade span {
    padding: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: HakgyoansimChilpanjiugaeTTF-B;
    font-size: 4em;
    margin: auto;
    color: white;
  }

  .notice {
    position: absolute;
    top: 21vh;
    right: 30.5vw;
    color: white;
    font-family: HakgyoansimChilpanjiugaeTTF-B;
    font-size: 2.4em;
  }

  .gradetable {
    position: absolute;
    top: 52.9vh;
    right: 3vw;
  }

  .reason{
    width: 18vw;
    height: px;
  }