@charset "utf-8";


#examine_tit tbody tr td{padding:7px 5px;}


#examine_indicate{  margin:20px auto 0;}
#examine_indicate tr td{padding:10px 0;}
#examine_indicate #ei_date_start{margin-left: 10px;}
#examine_indicate #ei_date_start,#examine_indicate #ei_date_end{border:1px solid #000;height: 20px; padding:0 10px; line-height: 20px;}

#ei_select{width: 100px; height: 27px; line-height: 25px; margin-right: 10px; padding:0; border-radius:0px; border:1px solid #000;}
#ei_select option{width: 100px; }

.ei_searchbox{margin-right: 20px;}
.ei_searchbox input{border:1px solid #000;  height: 25px; padding:0 10px;width: 200px;}


/*input checkbox 커스텀*/
.ei_tit input[type="checkbox"] {
    display: none;
}

.ei_tit input[type="checkbox"] + span,
.ei_tit input[type="button"] {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
}

.ei_state_btn{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    background-color: #113a6b;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
    color: #ffffff;
}


.ei_tit button{ display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    max-width: 50px;
}



.scType .tal:last-child{border-right:1px solid #d1d1d1;}

/*2줄*/
.ei_txtt_p {
width: 100%;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 500px;
  height: 100%;
  /* Fallback for non-webkit */
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jb-text {
    padding: 15px 20px;
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    position: absolute;
    display: none;
    width: 400px;
   cursor: pointer;
  }
.ei_txtt_p:hover + .jb-text {
    display: block;
}



#preview{
    z-index: 9999;
    position:absolute;
    border:0px solid #ccc;
    background:#333;
    padding:1px;
    display:none;
    color:#fff;
}


.date_btns{margin-left: 20px; }