@charset "utf-8";

@font-face {
  font-family: 'SBAggroB';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SBaggroM;
  src: url(../font/SBaggroM.ttf);
}

@font-face {
  font-family: SBaggrol;
  src: url(../font/SBaggroL.ttf);
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");



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

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR";
}

body,
#root {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

ul,
ol,
li {
  list-style: none;
}

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

button {
  border: none;
}

img {
  display: block;
}

table {
  width: 100%;
  /* height: 100%; */
  border-collapse: collapse;
  font-size: 1.4rem;
}

table th{
  background-color: #74c0fc;
  color: #fff;
  padding: 5px;
  font-size: 1.2rem;
}

table td{
  text-align: center;
}

table th.min-title{
  background-color: #339af0;
}

table th.avg-title{
  background-color: #94d82d;
}

table th.max-title{
  background-color: #f59f00;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

select{
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-left: 5px;
}

input[type="button"]{
  border: none;
  background-color: transparent;
  display: block;
}

