@media print {
  button#prn_btn.btn.btn-info {
    display: none;
  }
}



@media all and (max-width:992px) {
  .list_auto_scroll_sub {
    overflow-x: scroll;
    width: auto;
  }

  tr#list_head {
    position: static;
  }

  .layout-footer-fixed .wrapper .main-footer {
    position: static !important
  }

  /** 검색목록 상단 stick 설정 */
  .search_sticky {
    position: relative !important;
    top: 0;
    background-color: white;
    padding: 10px 0 20px 0;
    z-index: 999;
  }

}



body {
  font-family: 'Nanumgothic' !important;
  font-size: 12px !important;
}

.content-wrapper {
  font-size: 12px !important;
}


/** head notics */
[data-tooltip-text]:hover {
  position: relative;
}

[data-tooltip-text]:hover:after {

  background-color: rgba(0, 0, 0, 0.8);

  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  color: #FFFFFF;
  font-size: 12px !important;
  content: attr(data-tooltip-text);

  /* margin-bottom: 10px;
  top: 130%;
  left: 0;
  padding: 7px 12px;
  position: absolute;
  width: 200px;
  min-width: 200px;
  max-width: 500px;
  word-wrap: break-word; */

  margin-bottom: 10px;
  padding: 7px 12px;
  /* position: fixed; */
  top: 130%;
  left: 0;
  padding: 7px 12px;
  position: absolute;
  display: inline-block;
  width: max-content;
  /* white-space: break-spaces; */
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
  z-index: 9999;
}

.table-bordered {
  border: 1px solid #525050;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th {
  border: 1px solid #525050;
}

.form-control {
  font-size: 13px !important;
}


/*금액 항목 우측 정렬*/
.form-control.number,
td.number {
  text-align: right;
}

/*금액 항목 우측 정렬*/
td.text {
  text-align: left !important;
}

/* 출발지 / 도착지 입력 자동완성 */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* 상단 section 폼 */
.section_search {
  min-height: auto;
  padding-bottom: 0;
  padding-top: 10px !important;
  padding-left: 10px !important;
  z-index: 999
}

/* 상단 검색 폼 */
.search_form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 목록 타이틀 및 버튼 정렬*/
.list_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_form>.list_form_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input_flex_bottom {
  display: flex;
  align-items: flex-end;
}

.list_auto_scroll {
  overflow-x: scroll;
  width: auto;
}

.flex_center {
  display: flex;
  align-items: center;
}

/* 목록 테이블 간격 */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  font-size: 12px !important;
  word-break: break-all;
}

/* 등록 및 수정 폼 구성 */

.box-body>.edit_form_900 {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}

.box-body>.edit_form_1200 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

.box-body>.edit_form_1400 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
}

.margin_5 {
  margin: 5px !important;
}

.margin_b_0 {
  margin-bottom: 0px;
}

.padding_t_0 {
  padding-top: 0px;
}

.padding_b_5 {
  padding-bottom: 5px;
}

.padding_b_15 {
  padding-bottom: 15px;
}

.padding_b_20 {
  padding-bottom: 20px;
}

/* padding*/
.padding_0 {
  padding: 0px;
}

.padding_5 {
  padding: 5px;
}

.padding_7 {
  padding: 7px;
}

.padding_10 {
  padding: 10px;
}

.input_date {
  padding: 5px;
  width: 120px;
}

.padding_0_5 {
  padding: 0px 5px 0px 5px;
}

.item_fg_1 {
  flex-grow: 1;
}

.item_fg_2 {
  flex-grow: 2;
}

.item_fg_3 {
  flex-grow: 3;
}

.item_fg_4 {
  flex-grow: 4;
}

.item_fg_5 {
  flex-grow: 5;
}

.line-h-5 {
  line-height: 5px;
}

.bold {
  font-weight: bold;
}


.scroll_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 0;
  text-align: center;
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
}

.scroll_top div.top_img {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

/** page navi css */
.pagination {
  /* display: flex; */
  justify-content: center !important;
}

/** 화면 타이클 과 검색 사이 구분 */
.title_block {
  border-right: 5px solid #7289db;
  padding: 0 10px 0 0px;
  color: white;
  height: 65px;
  margin-right: 10px;
}

/** 검색목록 상단 stick 설정 */
.search_sticky {
  position: sticky;
  top: 0;
  background-color: white;
  padding: 10px 0 20px 0;
  z-index: 999;

}

.sublavel {
  font-weight: bold;
  padding-top: 10px;
}

.sublavel_chk {
  font-weight: bold;
  padding-top: 10px;
  color: #DF9A1A;
}

div.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  z-index: 9999;
  opacity: .5;
  transition: 0.5s ease;
}

div.wrapper {
  position: relative;
  /* height: 100%; */
  /* background: #157ed1; */
  /* text-align: center; */
}

img.loadingImg {
  position: relative;
  display: block;
  top: 50vh;
  transform: translateY(-50%);
}