@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400&display=swap');

* {
  font-family: 'Noto Sans KR', sans-serif;
}

html,
body {
  height: 100%;
  padding: 0 !important;
  padding-right: 0px !important;
  overflow: auto !important;
}

#app {
  height: 100%;
}

.main-content {
  /* max-width: 1028px; */
  /* margin-top: 50px !important; */
  margin-top: 124px !important;
  /* margin: auto; */
}

.highcharts-button,
.highcharts-data-label,
.highcharts-label {
  display: block !important;
}

.tonkg_toggle {
  margin-left: 15px;
  max-width: 100px;
}

tspan {
  font-size: 9px !important;
}

h3.card-title {
  font-size: 18px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.card-header h2 {
  margin: 0;
}

.output_table {
  max-width: 700px;
  margin: auto;
}
thead tr th {
  vertical-align: middle !important;
  background-color: #d9ecc2;
  border: 1px solid rgb(255, 255, 255) !important;
}

tbody.first_bg tr td:first-child {
  background-color: #d9ecc2 !important;
  border: 1px solid rgb(255, 255, 255) !important;
}

tbody.first_bg_2 tr td:first-child {
  background-color: #d9ecc2 !important;
  border: 1px solid rgb(255, 255, 255) !important;
}

tbody.first_bg_2 tr td:nth-child(2) {
  background-color: #d9ecc2 !important;
  border: 1px solid rgb(255, 255, 255) !important;
}
.radiobtns {
  margin-top: 10px;
}

/* .btn-primary,
.btn-primary:hover {
  background: #f9b653 !important;
  color: black !important;
  font-weight: bold;
  border-radius: 45px;
  border: none;
  padding: 4px 16px;
}

.btn-info,
.btn-info:hover {
  background: #582706 !important;
  color: #f9b653 !important;
  font-weight: bold;
  border-radius: 45px;
  border: none;
} */

sub {
  bottom: -0.05em;
  font-size: 88%;
}