a {
  text-decoration: none;
  cursor: pointer;
  color: #222;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.background {
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-color: #a4a9ad;
}

.btn-info {
  background-color: #00788c !important;
  border-color: #00788c !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #2d316c !important;
  border-color: #2d316c !important;
  color: #fff !important;
}
.btn-danger {
  background-color: #ff0303 !important;
  border-color: #f90505 !important;
  color: #fff !important;
}

.init-min-width {
  min-width: initial !important;
}

.mw-7 {
  min-width: 7rem;
}
.p-tree-container {
  padding-left: 0px !important;
  margin: 0px !important;
}

.input-group-nowidth {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /*width: initial !important;*/
}

input[type='text'],
input[type='password'],
input[type='number'] {
  height: 38px;
  padding: 0 7px;
  line-height: 34px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
}

textarea {
  height: 100px;
  padding: 0 7px;
  line-height: 34px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
}

select {
  height: 38px;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  vertical-align: middle;
}

table caption {
  display: none;
}

.h-40 {
  height: 40px !important;
}

/*Table*/
.tablewrap {
  margin: 10px 0;
  /*overflow-X: auto;*/
}

.tabledata {
  position: relative;
  /*min-width: 1280px;*/
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #333333;
  table-layout: fixed;
}

.tabledata tr {
  height: 40px;
}

.tabledata::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tabledata thead th {
  background: #f4f7f9;
  color: #000000;
  padding: 5px 0;
  border: 1px solid #dddddd;
  border-left: 0;
  border-right: 1px solid #d5d5d5;
  text-align: center;
  font-size: 1.05rem;
}

.tabledata th {
  background: #f4f7f9;
  padding: 5px 5px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #d5d5d5;
  color: #000000;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
}

.tabledata td {
  padding: 5px 5px;
  border: 1px solid #dddddd;
  border-left: 1px solid #d5d5d5;
  border-right: 0;
  border-top: 0;
  text-align: center;
  font-size: 1rem;
  color: #585858;
}

.tabledata td:first-child {
  border-left: 0;
  border-right: 1px solid #d5d5d5 !important;
}

.tabledata td:first-child {
  border-right: 0 !important;
}

.tabledata th:last-child {
  border-right: 0 !important;
}

.tabledata th.linergt {
  border-right: 1px solid #d5d5d5 !important;
}

.tabledata tr td.text {
  text-align: left;
}

.tabledata td a {
  color: #2470a7;
}

.tabledata td a.btnsm {
  color: #000;
}

.tabledata td.num_right {
  text-align: right;
}

.tabledata tr.trcolor {
  background-color: #fdfbe9;
}

.tabledata td.nodata {
  text-align: center;
  padding: 20px 0;
  font-size: 1rem;
}

.tabledata tr.unread {
  background-color: #e7f4f9;
}

.tabledata tr.unread td,
.tabledata tr.unread td a {
  color: #000;
  font-weight: 500;
}

.tabledata th.sum,
.tabledata tr.sum,
.tabledata td.sum {
  background: #fff9e9;
}

.tabledata input[type='text'],
.tabledata input[type='password'],
.tabledata select,
.tabledata textarea {
  width: 98%;
}

.tabledata input.input_sch {
  width: calc(95% - 40px);
  display: inline-block;
}

.tablewrap.scroll {
  overflow-x: auto;
}

.tabledata.tblscroll {
  min-width: 1400px;
}

.tabledata input.postcode,
.tabledata select.postcode {
  width: 120px;
  display: inline-block;
}

.tabledata input[type='text'].wid50,
.tabledata select.wid50 {
  width: 48%;
  display: inline-block;
}

.tabledata input[type='text'].wid40 {
  width: 40%;
  display: inline-block;
}

.tableview {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #1a1a1a;
  table-layout: fixed;
}

.tableview::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tableview th {
  background: #f4f7f9;
  color: #000000;
  padding: 8px 0;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.tableview td {
  background: #fff;
  padding: 8px 8px;
  border: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 0;
  border-top: 0;
  text-align: left;
}

.tableview colgroup > col.label {
  width: 10%;
}

.pointer_cursor {
  cursor: pointer;
}

.context_textarea {
  height: 200px;
}

.paging_mobile {
  display: none !important;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #d1d4db;
  background-color: #fff;
  border-radius: 5px;
}
.pagination li a {
  color: #444;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

/* 필수 추가 */
td.reqstar:after,
th.reqstar:after {
  content: ' *';
  color: red;
  font-weight: bold;
}

.ql-toolbar {
  text-align: left;
}

.quill-editor {
  min-height: 200px;
}

/* 툴바 아이템들을 왼쪽 정렬 */
:deep(.ql-toolbar) {
  text-align: left;
}
