* {
  padding: 0;
  margin: 0;
}
#main {
  background-color: #fff;
  min-height: 100vh;
  word-break: break-word;
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.text_center {
  text-align: center;
}
.table,
th,
td {
  color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  font-size: 14px;
  word-break: break-word;
}
.table th,
.table td {
  width: 33.3%;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.6);
}
.info {
  padding: 0 16px;
}
.info:last-child {
  padding: 0 16px 16px 16px;
}
.info .title {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  font-style: normal;
  padding-top: 12px;
}
.info .text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  font-style: normal;
  margin-top: 12px;
  word-break: break-word;
}
.info .intr {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  font-style: normal;
  margin-top: 20px;
}
.info .small_title {
  font-weight: 500;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  font-style: normal;
  margin-top: 20px;
}
.info .underline-title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  font-style: normal;
  text-decoration-line: underline;
  margin-top: 12px;
}
.kr_info {
  margin-bottom: 24px;
}
.kr_info:last-child {
  margin-bottom: 0;
}
.kr_info .text,
.kr_info .small_title {
  font-size: 13px;
  line-height: 20px;
}
.kr_info .text {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.kr_info .small_title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.kr_info .point,
.info .point {
  padding-left: 8px;
  position: relative;
}
.kr_info .point::before,
.info .point::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.kr_info .link,
a {
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  color: #2d5693;
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
