/*!
 *   Page css
 */
body {
  font-family: "Noto Sans KR", "Source Sans Pro", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  word-break: keep-all;
}
a,
a:hover,
a:focus {
  color: #154587;
}
ol,
ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Navbar */
.navbar-light .navbar-nav .nav-link {
  color: #3b424a;
}
.navbar-light .navbar-nav .nav-link .fa-bars {
  padding-top: 0.125rem;
}
.main-header .select2-wrap {
  width: 13.5rem;
}
.main-header .select2 {
  width: 100%;
}
.main-header
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: -0.3125rem;
}
.main-header
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -0.375rem;
}
.main-header .navbar-nav.navbar-util .nav-item {
}
.welc-msg {
  color: #444;
  font-size: 0.8125rem;
  line-height: 1.2rem;
  height: 2.5rem;
  padding: 0.6rem 1rem;
}
.welc-msg .user-name {
  color: #154587;
}
.navbar-light .navbar-nav.navbar-util .nav-link {
  color: #848484;
  padding: 0.5rem 0.625rem;
}
.navbar-util .far,
.navbar-util .fas {
  font-size: 1.2rem;
}
.badge-warning,
.badge-danger {
  background-color: #f35000;
  color: #fff;
  font-family: "Roboto";
  font-size: 0.625rem;
  font-weight: 700;
}
.navbar-badge {
  left: 50%;
  right: auto;
  top: 0.4375rem;
}

/* Sidebar */
.sidebar-collapse .brand-link .brand-image {
  width: 3.5625rem;
  margin: -0.1875rem auto 0;
}
.main-sidebar[class*="sidebar-dark-"] {
  background-color: #323f50;
}
.brand-link .brand-image {
  float: none;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: #26313f;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f39800;
  color: #fff;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: #26313f;
}

/* Content Header (Page header) */
.breadcrumb-item.active {
  color: #777;
  font-size: 0.875rem;
}

/* Main content */
.content a {
  color: #444;
}
.content a:hover,
.content a:focus {
  color: #154587;
}
.card-title {
  font-weight: 700;
}
.card-title > .fas {
  margin-right: 0.4375rem;
}

/* 공지사항 */
.card-notice ul {
  width: 100%;
}
.card-notice li {
  border-bottom: 1px solid #efefef;
  font-size: 0;
  padding-left: 0.875rem;
  position: relative;
}
.card-notice li:last-child {
  border-bottom: 0 none;
}
.card-notice .list-type-dash li:before {
  content: "";
  background-color: #666;
  display: block;
  width: 0.25rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  margin-top: -1px;
}
.card-notice .subject {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 3rem;
  max-width: calc(100% - 5rem);
  vertical-align: top;
}
.card-notice .wdate {
  display: inline-block;
  float: right;
  font-size: 0.9375rem;
  line-height: 3rem;
  width: 5rem;
  vertical-align: top;
}

/* map */
.card-map {
  height: 18.3125rem;
}
.map-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map-wrap img {
}

/* table */
.table th {
  background-color: #f2f6f9;
  color: #111;
  font-size: 0.9375rem;
}
.table td {
  color: #444;
  font-size: 0.9375rem;
}

/* Footer */
.main-footer {
  color: #777;
  font-size: 0.75rem;
  letter-spacing: 0;
}

/* Select2 Customizing */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #555;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #000;
  line-height: 1;
  border: 0 none;
  margin-top: -0.25rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
}

/* carousel */
.card-map .carousel {
  height: 100%;
  overflow: hidden;
}
.card-map .carousel-indicators {
  bottom: 0.875rem;
}
.card-map .carousel-indicators li {
  background-color: #154587;
  border: 0;
  border-radius: 50%;
  margin: 0 0.46875rem;
  width: 0.9375rem;
  height: 0.9375rem;
}
.card-map .carousel-indicators li.active {
  width: 2.3125rem;
  border-radius: 0.9375rem;
}
.card-map .carousel-indicators li.carousel-pause {
  width: 0.625rem;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.card-map .carousel-indicators li.carousel-pause:before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #154587;
  position: absolute;
  left: 0;
  top: 0;
}
.card-map .carousel-indicators li.carousel-pause:after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #154587;
  position: absolute;
  right: 0;
  top: 0;
}
.card-map .carousel-indicators li.carousel-pause.paused:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1rem;
  background-color: transparent;
  text-indent: 0;
  color: #154587;
}
.card-map .carousel-indicators li.carousel-pause.paused:after {
  display: none;
}

/* Color */
.abnormal {
  color: #f39800;
}

/* Button */
.btn-dark {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  font-size: 0.9375rem;
  padding: 0.375rem 1.7364em;
}

/* modal */
.modal-title {
  color: #154587;
  letter-spacing: -0.04em;
}
.modal-body {
  padding: 1.25rem;
}

/* Form */
.form-section {
  border-bottom: 1px solid #e9ecef;
  padding: 0.625rem 0.875rem 1.875rem;
}
.form-section + .form-section {
  margin-top: 1.125rem;
}
.form-section:last-child {
  border-bottom: 0 none;
  padding-bottom: 0.625rem;
}
.form-section-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}
.form-section > .row {
  padding-left: 0.3125rem;
}
.title-bullet {
  float: left;
  color: #154587;
  margin-left: -0.8125rem;
}
.form-section .col-form-label {
  color: #555;
  font-size: 0.9375rem;
  font-weight: 500;
}
.form-section .form-control {
  color: #555;
  font-size: 0.9375rem;
}
.input-group-addon.addon-tild {
  padding: 0.4375rem 1rem 0;
}

@media only screen and (max-width: 720px) {
  .welc-msg {
    display: none;
  }

  .form-section {
    padding: 0.625rem 0 1.875rem;
  }
  .form-section > .row {
    padding-left: 0;
  }
  .sm-mb-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .select2-wrap {
    width: 50%;
    max-width: 6.875rem;
  }
}

/* debug */
/*
nav.main-header.navbar.navbar-expand.navbar-white.navbar-light:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #000;
    top: 50%;
}
*/

/*
  데이터 수정
*/
.add-formula {
  display: flex;
  align-items: center;
}
.formula-result {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.modalOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
