@charset "UTF-8";
/*#region # Import # */
/**
  -- 공통 전역 변수, 스타일 블록, 함수를 지정. --
     !! 주의 사항 !!
     1. 제어기 (@if, if, @for, @each) 사용은 최소화 할 것. 
     2. 반드시 전역 값을 설정시 주석 달 것!!. (필수)!!
     3. glbal 값은 g_를 붙일 것!
     4. @extend, @while는 사용하지 말 것.
     5. 전역 구분없이 함수 생성시, 주석 필!
**/
/*#region # Variable # */
/*#endregion */
/*#region # class # */
.g_fill-area-ns {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.g_popup-content-area {
  width: 100%;
  height: 100%; }

/*#region Kendo Global */
/*#endregion */
/*#endregion */
/*#region # mixins # */
/*#endregion */
/*#region # function # */
/*#endregion */
/*#endregion */
/*#region # style : index.htm(or indexPopup.htm)의 속한 값만 지정. # */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%; }

body {
  background-color: #fff;
  color: #555;
  font: 400 12px Arial, Helvetica, sans-serif;
  min-width: 1700px;
  min-height: 910px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

label {
  display: inline-block; }

.markerLabels {
  color: black;
  background-color: #f7584b;
  border: 1px;
  border-color: black;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  text-align: center;
  width: 21px;
  white-space: nowrap; }

.app-w-footer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 97%;
  margin-right: 2%;
  margin-top: 15px;
  padding: 5px 0 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

/*  #region  # kendo ui setting # */
.k-window-area {
  position: absolute;
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 0; }

.k-window-toolbar-area {
  width: 100%;
  height: 40px;
  font-size: 12px;
  display: inline-block;
  background-color: #ffffff !important;
  border-style: none !important; }

.k-window-toolbar-padding {
  padding: 5px; }

.k-window-content-area {
  position: absolute;
  top: 50px;
  /* menu 자리 확보 */
  left: 0;
  right: 0;
  bottom: 60px; }

.k-window-area-left {
  width: 30%;
  position: absolute;
  left: 15%;
  top: 20px;
  bottom: 0;
  font-size: 13px; }

.k-window-area-right {
  position: absolute;
  left: 45%;
  top: 15px;
  right: 10%;
  bottom: 0;
  font-size: 13px; }

.k-window-area-line {
  vertical-align: middle;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px; }

.k-lo-fill-ns {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.k-lo-fill-ns-padding {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden; }

.k-splitter .k-scrollable {
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.pane-content {
  padding: 10px; }

.k-label {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  margin-right: 10px; }

.k-textbox > input, .k-dropdown-wrap .k-input {
  height: 20px !important;
  line-height: 20px !important; }

.k-grid-content tr td {
  border-left-width: 0; }

.k-grid tr td, .k-pivot-layout .k-grid tr td {
  border-bottom-width: 1px;
  border-style: solid; }

.k-grid table {
  border-collapse: collapse !important; }

.k-grid-toolbar a {
  float: right; }

.k-tooltip {
  margin-top: -20px; }

.k-button-left {
  float: left;
  margin-left: 5px; }

/*  #endregion  # kendo ui setting # */
/*#endregion */
/*#region # Import # */
/*#region # directive # */
/*#endregion */
/*#region # service # */
/*#endregion */
/*#region # Login Page Image Style # */
.login-id-bg {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/login_input.png") no-repeat !important;
  background-size: contain !important; }

.login-pw-bg {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/pw_input.png") no-repeat !important;
  background-size: contain !important; }

.login-button {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/xro_login.png") no-repeat !important;
  background-size: contain !important; }

.login-button:hover {
  background: transparent url("../img/Login/xro_login_pressed.png") no-repeat !important;
  background-size: contain !important; }

.join-button {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/xro_join.png") no-repeat !important;
  background-size: contain !important; }

.join-button:hover {
  background: transparent url("../img/Login/xro_join_pressed.png") no-repeat !important;
  background-size: contain !important; }

.login-id-remember {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/remember_id_text.png") no-repeat !important;
  background-size: contain !important; }

.login-pw-remember {
  border: none !important;
  box-shadow: none !important;
  background: transparent url("../img/Login/remember_pw_text.png") no-repeat !important;
  background-size: contain !important; }

.login-question-img {
  background: transparent url("../img/question_line_icon.png") no-repeat !important;
  background-size: contain !important; }

.login-question-img:hover {
  background: transparent url("../img/question_line_icon_hover.png") no-repeat !important;
  background-size: contain !important; }

/*#endregion */
/*#endregion */
