@charset "UTF-8";
* {
  font-family: 'Kopub Dotum';
}

html, body {
  min-width: 64rem;
  min-height: 48rem;
  height: 100%;
}

body {
  background-image: url(/image/background/bg0.png);
  background-color: #262626;
}

#dropdown-wrap > div, #menu .k-link {
  font-size: 0.875rem;
}

.footer {
  z-index: 11;
  width: 100%;
  height: 3.125rem;
  background-color: rgba(58, 58, 58, 0.51);
  text-align: center;
  font-size: 0.875rem;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #181818;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #b2b2b2;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #909090;
}

#subTitle {
  left: 5rem;
  top: 0.1875rem;
  position: absolute;
  font-weight: bold;
  font-size: 1.3125rem;
  color: white;
}

#page-wrap {
  min-height: 100%;
  margin-bottom: -3.1875rem;
}

#page-wrap:after {
  content: "";
  display: block;
  height: 3.125rem;
}

#header {
  z-index: 1;
  position: relative;
  height: 2.875rem;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  #header {
    border-bottom: 0.0625rem solid #898989;
  }
}

#contents {
  position: absolute;
  height: calc(100% - 6.125rem);
  min-height: 40.5rem;
  width: 100%;
  padding-left: 4.0625rem;
  padding-top: 2.1875rem;
  padding-right: 0.3125rem;
}

#parent {
  min-width: 49.625rem;
  margin: 0;
  padding: 0;
  border-width: 0;
  height: 100%;
  /* DO NOT USE !important for setting the Grid height! */
  overflow-y: auto;
  overflow-x: hidden;
}

.k-filter-row th, .k-grid-header th.k-header {
  vertical-align: middle;
  text-align: center;
}

/* 켄도 페이저 - 페이지사이즈 드롭다운리스트 너비 */
.k-pager-wrap .k-dropdown {
  width: 6.25rem;
}

.k-grid td, .k-header {
  border-color: #484848;
}

.no-scrollbar .k-grid-header {
  padding: 0 !important;
}

.no-scrollbar .k-grid-content {
  overflow-y: visible;
}

.k-dialog-titlebar {
  display: none;
}

.k-tabstrip .k-tabstrip-items {
  padding-left: 0.3125rem;
}

@media screen and (max-width: 93.75rem) {
  #mainTitle, #logo, #leftLine, #rightLine {
    display: none !important;
  }
}

.bizSctDropDown, .bldSrvDropDown {
  min-width: 12.5rem;
  width: auto !important;
}

/* 고장플래그 */
.stat-critical {
  font-weight: bold;
  color: #c7191a !important;
}

.stat-normal {
  font-weight: bold;
  color: #65ff21 !important;
}

.text-oragne {
  color: #ff9b00;
}

input[type=password] {
  font-family: sans-serif;
}

div[data-role="spreadsheet"], .k-spreadsheet-active-cell.k-single {
  background-color: white !important;
}

#contents {
  padding: 8.75rem 4.375rem 4.375rem 4.375rem;
}

#parent {
  text-align: center;
  min-width: 55.25rem;
  padding: 0.25rem;
}

form {
  display: inline-block;
  vertical-align: middle;
  border: 0.09375rem solid #808080;
  border-radius: 0.9375rem;
  width: 34.1875rem;
  height: 27rem;
}

input[type=text], input[type=password] {
  width: 75%;
  padding: 0.75rem 1.25rem;
  margin: 0.625rem 0;
  display: inline-block;
  border: 0.0625rem solid #ccc;
  box-sizing: border-box;
  background-color: #565757;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  color: #e0e0e0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

input[type=text]:focus, input[type=password]:focus {
  width: 100%;
  border: 1px solid #4db7be;
}

#loginBtn {
  width: 75%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

input::placeholder {
  color: white;
}

label {
  text-align: center;
}

label.title {
  color: white;
  font-size: 4.375rem;
  letter-spacing: 0.625rem;
}

label.title_desc {
  font-size: 1.0625rem;
  color: #868787;
}

button {
  background-color: #4DB7BE;
  font-size: 1rem;
  padding: 0.875rem 1.25rem;
  /*margin: 2.3rem 0;*/
  margin: 1.3rem 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 0.3125rem;
  opacity: 0.8;
}

button > span {
  color: white;
}

button:hover {
  opacity: 1;
  color: white;
}

.imgcontainer {
  text-align: center;
  margin: 1.5rem 0 0.75rem 0;
}

span.psw {
  float: right;
  padding-top: 1rem;
}

a {
  text-decoration: none;
  font-size: 0.9375rem;
  color: #e0e0e0;
}

.errorTxt {
  color: red;
  position: absolute;
  margin-left: -1.5%;
}

.row {
  margin: 0;
}

#password {
  font-family: sans-serif;
}

.k-i-undo {
  display: none;
}

#login-form {
  padding: 4.25rem 4.6875rem;
  /*padding: 6.25rem 4.6875rem;*/
  margin: 0 auto;
  background-color: rgba(58, 58, 58, 0.7);
}
