@charset "utf-8";
.text-success {
  color: #29cc97;
}
.text-danger {
  color: #f12b2c;
}

.table_list tr.bg-grey td {
  background-color: #eee;
}

.table_list tr.checked td {
  background-color: cornsilk;
}

.table_list td .status.success {
  border: 2px solid #29cc97;
  color: #29cc97;
  font-weight: bold;
}
.table_list td .status.warning {
  border: 2px solid #fec400;
  color: #fec400;
  font-weight: bold;
}
.table_list td .status.danger {
  border: 2px solid #f12b2c;
  color: #f12b2c;
  font-weight: bold;
}
.table_list td .status.secondary {
  border: 2px solid #6c757d;
  color: #6c757d;
  font-weight: bold;
}
.table_list td .status.info {
  border: 2px solid #0dcaf0;
  color: #0dcaf0;
  font-weight: bold;
}

.table_list td,
.table_list th {
  overflow-wrap: anywhere;
  padding-left: 8px;
}

.table_list.space tbody tr td:first-child {
  text-align: center;
}

.text-center {
  text-align: center;
}

.checkbox input[type="checkbox"] {
  width: 22px;
}
.checkbox-label {
  pointer-events: all !important;
}

div.nice-select .list {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 100%;
}

.cont_body .nice-select .list {
  overflow-y: auto;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.btn-primary {
  background: #1b8dff !important;
  border: 1px solid #1b8dff !important;
  color: #fff;
}

/* BUTTON */
.btn_danger {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: red;
  border: 1px solid red;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
}
.btn_danger.disable {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: firebrick;
  border: 1px solid firebrick;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #bdbec4;
  border-radius: 100px;
  cursor: default;
}

.pop-conts .nice-select.open .list {
  overflow: auto;
}

.nice-select.select.dropdown {
  padding: 0;
}

.nice-select.dropdown.open {
  background-color: #fff;
  color: #000;
}

.nice-select.dropdown.open:after {
  border-color: #363740;
}

.nice-select.select.dropdown > .current {
  width: calc(100% - 20px);
  height: calc(100% - 2px);
  border: none;
  outline: none;
  margin: 1px;
  display: block;
  padding-left: 15px;
}

.nice-select .option.focus {
  background-color: #eee;
}

.policy_conts > ul > li {
  margin-bottom: 10px;
}

.policy_conts h2 {
  margin-bottom: 10px;
}

.policy_conts p {
  margin: 10px 0;
}

/* .input_wrap .form_list {
    display: none;
} */

.date_wrap {
  height: 28px;
}

.date_wrap > span {
  height: 1rem;
  display: inline-block;
}

.date_wrap > * {
  line-height: 28px;
  font-size: 14px;
  vertical-align: middle;
}

.date_wrap input {
  width: 100px;
  text-align: center;
}

.date_wrap input:focus {
  outline: 0;
}

.custom-a {
  cursor: pointer;
  color: #3557d2;
}

.flex {
  display: flex;
}

.flex-row {
  flex-flow: row;
}

.flex-row > * {
  margin-right: 5px;
}

.select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bdbec4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 36px;
  line-height: 38px;
  outline: none;
  text-align: left !important;
  min-width: 110px;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.text-right {
  text-align: right;
}

.toast-top-center {
  top: 5px !important;
}

.top_header .logo {
  position: relative;
}

.top_header .logo p {
  font-size: 10px;
  color: #fff;
  zoom: 0.65;
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

@media screen and (max-width: 1800px) {
  .device.table_list > table {
    width: 1800px;
  }
}

.table_list {
  overflow: auto;
}

.table_list table {
  min-width: 1400px;
}

.table-sm {
  min-width: unset !important;
}

/* .table_list table td,  */
/* .table_list table th{
    text-align: center;
} */

.center {
  text-align: center;
}

/* .table_list td:first-child {
    text-align: center;
} */

.inputt_wrap.noline {
  border: none !important;
}

input::placeholder {
  color: #333;
}

.loading-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loading-wrap > div {
  width: 100vw;
  height: 100vh;
  background-color: #666;
  opacity: 0.3;
  pointer-events: none;
}

.loading-wrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.loading-wrap .loading-close-btn::after {
  content: "x";
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.nice-select .current {
  pointer-events: none;
}

.text-sm {
  font-size: 0.8rem;
}

.more {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.modal-table tbody > tr > td {
  padding: 1rem;
}

.p-0 {
  padding: 0 !important;
}

.py-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.fs-sm {
  font-size: 0.8rem !important;
}

.fs-7 {
  font-size: 0.8rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.controller-info-sn {
  background-color: #eee;
  border-radius: 5rem;
  padding: 0.3rem 2rem;
  box-sizing: border-box;
  line-height: 3rem;
  color: #666;
}

.controller-info-mac > * {
  border: 1px solid #666;
  border-radius: 5rem;
  box-sizing: border-box;
  line-height: 3rem;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin: 5px;
}

.controller-info-mac.focus > * {
  background-color: #ccc;
}

.controller-info-table-body {
  height: 320px;
  overflow: auto;
}

.controller-info-table-body td {
  border-bottom: 1px solid #999;
  padding: 0.5rem !important;
}

.controller-info-options {
  position: absolute;
  top: 10px;
  right: 30px;
  display: flex;
}

.controller-info-options > * {
  border-radius: 50%;
  background-color: #eee;
  padding: 0.4rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin-right: 10px;
  line-height: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.no-border {
  border: none !important;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group > .btn {
  border: 1px solid;
  position: unset;
  padding: 2px 4px;
}

.btn-group > .btn-check:checked + .btn {
  background-color: #0d6efd;
  color: #fff;
}

.btn-group > .btn {
  border: 1px solid;
  border-radius: 0.2rem;
  position: unset;
  padding: 4px 6px;

  cursor: pointer;
  pointer-events: all !important;
}

.btn-group > .btn.week {
  width: 2.5rem;
  text-align: center;
}

.btn {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #bdbec4;
  border-radius: 0.3rem;
  font-size: 0.9rem;
}

.d-flex {
  display: flex;
  flex-flow: row;
  flex-basis: 1rem;
}

.flex-row {
  flex-flow: row;
}

.flex-column {
  flex-flow: column;
}

.w-auto {
  width: auto;
}

.me-3 {
  margin-right: 1rem;
}

.ms-3 {
  margin-left: 1rem;
}

.mt-1 {
  margin-top: 0.3rem;
}

.mt-3 {
  margin-top: 1rem;
}

.input_base {
  position: relative;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #bdbec4;
  background: #fff url("../images/ic_search.png") no-repeat 14px center;
  height: 36px;
  padding-left: 40px;
  padding-right: 1px;
}

.input_base > input {
  width: 100%;
  height: 100%;
  border: none;
}

/* .color-table tbody tr:nth-child(odd) {
  background-color: #4c8bf5;
  color: #fff;
} */

.color-table tbody tr:nth-child(odd) td {
  background-color: rgb(232, 242, 245);
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#editor {
  height: calc(100vh - 550px);
  min-height: 500px;
  visibility: hidden;
}

.ck-editor__editable[role="textbox"] {
  height: calc(100vh - 550px);
  min-height: 500px;
}

#notice_title {
  width: 100%;
  border: 1px solid #ccced1;
  padding: 0.5rem;
}

#notice_title::placeholder {
  color: #999;
}

#notice_title:hover {
  border: 1px solid #0d65ff;
  outline: none;
}

#notice_title:focus {
  border: 1px solid #0d65ff;
  outline: none;
}

.invisible {
  display: none;
}

.noti li,
.noti ol,
.noti ul {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.select2 {
  width: 48px;
  height: 29px;
  border: 1px solid #999;
  border-radius: 5px;
}

.visible-box-visibled .visible-box-content {
  display: flex !important;
}

.visible-box-visibled .visible-box-content-invisible {
  display: none !important;
}

.visible-box-invisibled .visible-box-content {
  display: none !important;
}

.visible-box-invisibled .visible-box-content-invisible {
  display: flex !important;
}

.last-column-underline > tr > td:last-child {
  text-decoration: underline;
  color: #0d65ff;
  font-weight: bold;
  cursor: pointer;
}

.notification-region-list {
  flex-wrap: wrap;
}

.notification-region-list > div {
  border: 1px solid #dee2e6 !important;
  padding: 12px 8px 8px 8px;
  border-radius: 5px;
  background-color: #0d65ff;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}

.matching-table tbody tr td:nth-last-child(-n + 4) {
  white-space: pre;
  overflow: hidden; /* 넘치는 텍스트를 숨김 */
  text-overflow: ellipsis; /* 줄임표 적용 */
  line-height: 1.1rem;
}

.pre {
  white-space: pre;
}

.pre-line {
  white-space: pre-line;
}
