html, body {
  font-family: 'Noto Sans KR', sans-serif !important;
}

.gradient-custom {
  /* fallback for old browsers */
  background: #6a11cb;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

.xi {
  padding: 3px;
  border: 1px solid #CCC;
  border-radius: 6px;
}

.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.menu > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.table {
  min-width: 600px;
}

.pay_list {
  overflow: auto;
}

h4 {
  text-align: center;
}
