@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  font-family: "DM Sans","Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-weight: 400;
  background: #ffffff;
  color: #212936;
}
body.mining {
  background: #141414;
}
.content {
  padding: 24px 20px;
  align-self: stretch;
}
h3{font-weight:700;font-size: 20;padding-bottom: 24px;}
p{padding-bottom: 16px;}
.title {
  font-weight: 600;font-size:16px;padding-bottom: 16px;
}
.subTitle {
  font-size: 14px;
  font-weight: 500;
}
.text {
  font-size: 14px;
  line-height: 170%;
  font-weight: 300;padding-bottom: 30px;
}
.small {
    font-size: 12px;
    display: block;
    line-height: 170%;
    padding: 5px 14px;
}

.dotMessage {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.dot {
  padding-right: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.dotText {
  flex: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.gray {
  color: gray;
}
.red {
  color: red;
}
a{color: #AC7B0D;text-decoration: underline;}
.table_box{overflow-x: auto;overflow-y: hidden;}
table.table {
  border-spacing: 0;
  *border-collapse: collapse;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  border: 1px solid #787878;
  margin-bottom: 30px;
}

th {
  border: 1px solid #787878;
  align-self: stretch;
  padding: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;font-weight: 400;
}
.thText {
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-family: "NotoKR-Bold";
  /* line-height: 16; */
}
td {
  border: 1px solid #787878;
  align-self: stretch;
  padding: 5px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 13px;font-weight: 300;line-height: 120%;
}

.center {
  text-align: center;
}

