@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#content {
    min-height: 100vh;
    position: relative;
    width: 100%;
}

/* jsgrid pager 항상 보이기 설정 */
.jsgrid-pager-container {
	display: block !important;
}

tr.keep-highlight td.jsgrid-cell {
  background-color: #66ffff;
}

.tit_bullet_type{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px !important;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold !important;
    line-height: inherit !important;
    background: url("../images/bullet_title.png") no-repeat 0 6px;
    background-size: 16px 16px;
}
.btn_pmtype{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:30px;
    margin:10px 0 2px;
}
.tit_bullet_type .btn_box, 
.btn_pmtype .btn_box{
    display: inline-flex;
}

.request_area_off {display: none;}
.tab-wrap a{  padding:4px 10px; color:#444; border-radius: 5px;font-weight: 600; }
.tab-wrap a:first-child{ margin-right: 4px;}
.tab-wrap a.tab_menu_act {  color:#fff !important; background-color: #0386b8; }

.table01,
.table02{ position: relative;}
.table01::before, .table02::before{ content: ''; position: absolute; top: 0; display: inline-block; height: 1px; width: 100%;background-color:#888; z-index: 2;}
.table td .form-control{ padding: 4px ;}