.checkbox1,.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 10px; margin-top:-2px!important;
}
input[type="radio"]{ margin-top:-2px!important; margin-left: 5px;}
.checkbox2{ margin-top:8px!important;}
.input-group {display:flex;}
.input-group .form-control {width:auto;}
.input-group-text {padding:.375rem .75rem;}


.ui-widget {
    font-size: 12px;
}

.jsgrid tr:first-child th {
    padding: 0;
    border: none;
}

.jsgrid th {
    padding: .5em 0;
    text-align:center;
}


.jsgrid tr th {
    border: 1px solid #e9e9e9;
}

.jsgrid-header-sort:before {
    display: none;
}


.wrap-loading{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
 }

.wrap-loading-box{
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}

.wrap-loading-box div{
    position: relative;
    text-align: center;
}

.wrap-loading div{
     position: fixed;
     top:50%;
     left:50%;
     margin-left: -21px;
     margin-top: -21px;
 }

 .display-none{
     display:none;
 }
 
 .download-button{border:1px solid #000; border-radius:5px; padding:0px 10px 0px 10px; text-align:center; white-space:normal; display:inline-block; line-height: 40px; 
  margin-bottom: 5px;}
  .download-button:hover{ border:1px solid #005aab; color: #005aab!important;}
 
  @media (max-width: 640px) {

    .download-button{ 
      width: 100%!important;
    }

}
 .table_style_a{}
 .table_style_a thead{background:#f5f7f9;}
 .table_style_a thead td{text-align:center;  font-size:14px; padding:3px; border:1px solid #cfd8e2;}
 .table_style_a tbody td{font-size:14px; padding:3px; border:1px solid #cfd8e2; }



 /* common */
.res_tbl_wrap {
    position: relative; 
    margin: 20px auto; 
    width: 100%; 
    max-width: 100%; 
    border-top: 2px solid #121212;
}
.res_tbl_wrap table {
    display: table; 
    width: 100%; 
    border-collapse: collapse; 
    border-spacing: 0;
}
.res_tbl_wrap table thead tr th {
    border-bottom: 1px solid #121212; text-align:center;
}
.res_tbl_wrap table thead tr th,
.res_tbl_wrap table tbody tr td {
    text-align: left;
    padding: 0.8125vw 1.25vw;
    font-size: 12px;
    font-size: 1.3vw;
    line-height: 1.375vw;
}
.res_tbl_wrap table tbody tr td {
    border-bottom: 1px solid #efefef;
}

/* desktop only */
@media screen and (min-width: 991px) {
    .res_tbl_wrap table thead tr th,
    .res_tbl_wrap table tbody tr td {
        padding: 12px 20px;
        font-size: 12px;
        line-height: 22px;
    }
}

/* mobile only */
@media screen and (max-width: 680px) {
    .res_tbl_wrap table col {
        width: 100% !important;
    }
    .res_tbl_wrap table thead {
        display: none;
    }
    .res_tbl_wrap table tbody tr {
        border-bottom: 1px solid #efefef;
    }
    .res_tbl_wrap table tbody tr td {
        width: 100%;
        display: flex;
        margin-bottom: 2px;
        padding: 5px;
        border-bottom: none;
        font-size: 12px;
        line-height: 18px;
    }
    .res_tbl_wrap table tbody tr td:first-child, 
    .res_tbl_wrap table tbody tr th:first-child {
        padding-top: 16px;
    }
    .res_tbl_wrap table tbody tr td:last-child, 
    .res_tbl_wrap table tbody tr th:last-child {
        padding-bottom: 12px;
    }
    .res_tbl_wrap table tbody tr td:before {
        display: inline-block;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        font-weight: 700;
        content: attr(data-label);
    }
}




/* table Header ���� tbody scroll ====================================== */	
    .fixed-table-container { /*���̺� ���� container width�� height�� �������� ����ϱ� ���� html�ܿ��� ���� */ 
        /*width: 800px;height: 200px;*/
        position: relative;
        padding-top: 36px; /* header-bg height�� */
        border:1px solid #ddd;
    }
    .fixed-table-header-bg { /*���(Ÿ��Ʋ ����)*/
    		border-bottom:1px solid #ddd;    				
    		background:#E6EDF5;     		
	        height: 36px; /* header-bg height�� */
	        position: absolute;
	        top: 0;
	        right: 0;
	        left: 0;
    }
    .fixed-table-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }
    table.fixed-table {
        width: 100%;
        border-collapse: collapse;
    }
    table.fixed-table td {
        border-bottom: 1px solid #DDD;
		height:36px; padding:3px 10px 2px;
        color:#1A1A1A;
    }
    table.fixed-table td + td {
        border-left: 1px solid #DDD;
    }
    table.fixed-table th {
        padding: 0px; /* reset */
        
        text-align:center;    
        
    }
    table.fixed-table .th-text {
        position: absolute;
        top: 0;
        width: inherit;
        line-height: 36px; /* header-bg height�� */
        border-left:1px solid #ddd; border-color:#ddd; font-weight:bold!important;
    }
    table.fixed-table th:first-child .th-text {
        border-left: none;
    }
    table.fixed-table tbody tr:last-child td{border-bottom:1px solid #ddd;} 
    table.fixed-table tbody tr:nth-child(even) {background: #F5F7F9;}




.table1-wrapper  {overflow-x: auto;}
.table1 {
  width: 100%; /* responsive */
  border-collapse: collapse;
}
.table1>thead>tr>th {
  padding: 10px;
  border: 1px solid #ddd;
}
.table1 th, .table1 td {
  padding: 6px;
  border: 1px solid #ddd;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table1 tbody>tr:hover{
  background-color:rgba(230, 244, 241,1.0);
  cursor:pointer;
}

.table3 tbody>tr:hover{
    background-color:rgba(230, 244, 241,1.0);
    cursor:pointer;
}

.grid-cell-click{
    background-color: #e1effd !important;
}

.table1 tr:nth-child(even){
 background:#f5f7f9;
}

.table1 thead {background:#E6EDF5!important;}
.table1 thead>tr>th{text-align:center; vertical-align: middle; background:#E6EDF5; font-weight:bold;}

.txt-center{text-align:center;}

.table2-wrapper {
  overflow-x: auto; /* responsive */
}
.table2 {
  width: 100%; /* responsive */
  border-collapse: collapse;
}
.table2 th, .table2 td {
  padding: 6px;
  border: 1px solid #ddd;
}
.table2 tr:nth-child(even){
 background:#f5f7f9;
}
.table2 thead{background:#E6EDF5}



.table3-wrapper{overflow: auto; width:100%; height: 100%; position: relative; border-top:1px solid #ddd; border-right:1px solid #ddd;  border-bottom:1px solid #ddd;}
.table3 {
  width: 100%; /* responsive */
  white-space: nowrap;
  border-spacing: 0; border-collapse: separate;
}
.table3 th, .table3 td {
  padding: 6px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table3 tr:nth-child(even){
 background:#f5f7f9;
}
.table3 thead {background:#E6EDF5!important; position: sticky; top: -1px;}
.table3 thead>tr>th{text-align:center; vertical-align: middle; background:#E6EDF5; font-weight:bold;}
.table3 > #day-grid > tr:first-child {position: sticky; top: 54px;}
.table3 tfoot {
    position: sticky;
    bottom: -1px;
    background-color: #FFE7E2; 
}

.table4-wrapper{width:50%; float:left;}
.table4-wrapper75{width:75%;}
.table4 {
  width: 98%; /* responsive */
  border-collapse: collapse;
}
.table4 th, .table4 td {
  padding: 6px;
  border: 1px solid #ddd;
}
.table4 tr>th{text-align:center; vertical-align: middle; background:#E6EDF5; font-weight:bold; overflow:hidden;}


.table5-wrapper{width:50%; float:left; overflow:hidden;}
.table5 {
  width:98%; /* responsive */ float: right;
  border-collapse: collapse; 
}
.table5 th, .table5 td {
  padding: 10px;
  border: 1px solid #ddd;
}
.table5 tr:nth-child(even){
 background:#f5f7f9;
}
.table5 thead {background:#E6EDF5!important;}
.table5 thead>tr>th{text-align:center; vertical-align: middle; background:#E6EDF5; font-weight:bold;}

.t_left{ text-align: left!important;}
.t_right{ text-align: right!important;}
.box-wrapper2{overflow: hidden; width: 100%;}

@media (max-width: 992px)
{
  .table4-wrapper{width:100%; float:none;}
  .table5-wrapper{margin-top:20px; width:100%; float:none;}
  .table4 {width:100%;}
  .table5 {width:100%;}
}
.form-input-lable{display: inline !important; margin-right: 8px; white-space:nowrap;line-height: 30px!important;}
.form-input-lable>input{ }
.searchProduct-input{ border: 1px solid #d4d4d4; border-radius: 3px; padding: 0 8px;}
.select2 { appearance: none !important; 
  background:#fff url('../img/select_dn.jpg')no-repeat center right;
  -webkit-appearance:none;/*select 내부 스타일 제거 (화살표 제거)*/ 
  -moz-appearance:none; 
  -o-appearance:none;}

.pagebox{text-align:center;margin-top:15px;}
.pagination_a {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 10px; 				  
}
.pagination_a li {
  display: inline;
  text-align: center;
}
.pagination_a a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-right:-1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination_a a.active {
  cursor: default;
}
.pagination_a a:active {
  outline: none;
}

.pagination_b {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 10px;
}
.pagination_b li {
    display: inline;
    text-align: center;
}
.pagination_b a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-right:-1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination_b a.active {
    cursor: default;
}
.pagination_b a:active {
    outline: none;
}

.modal-1 li:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
.modal-1 li:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}
.modal-1 li:last-child a { margin-right:0px!important;}
.modal-1 a {
  border-color: #ddd;
  color: #005AAB;
  background: #fff;
}
.modal-1 a:hover {
  background: #eee;
}
.modal-1 a.active, .modal-1 a:active {
  border-color: #005AAB;
  background: #005AAB;
  color: #fff;
}


#hide{ display: block;}
#show, #descButton{ display: block; border:1px solid #ddd; text-align: center; font-size: 14px; border-radius: 3px; height: 38px; line-height: 38px; font-weight: bold; background: #fbfbfb; color: #005aab;}
#show:hover, #descButton:hover{border:1px solid #005aab;}
label{padding-bottom:10px; display: block; width: 100%;}


@media (max-width: 991px)
{
  .line_none{ display: none;}
}
.form_pad>input{ padding-top: 10px;}
.form_pad>input>input[type="radio"], input[type="checkbox"]{ margin-top: -1px !important;}
.txt_line_1{ line-height: 38px;}
.tr-sum {
  background: #ffffe7 !important;
  cursor: default !important
}

.tr-total-sum {
  background: #ffba74 !important;
  cursor: default !important
}

.tr-group-sum {
  background: #fce0a8 !important;
  cursor: default !important
}

.grid-cell-red {
  background: #f8d2cb;
}

.grid-cell-blue {
  background: #dcf0f8;
}

.btn-group-sm > .btn.btn-icon-only, .btn.btn-sm.btn-icon-only {
  width: 3rem;
  height: 3rem;
  padding: 0.3rem;
}

.btn-group-sm > .btn.btn-icon-only, .btn.btn-sm.btn-icon-only i {
  font-size: 18px;
}

.btn.btn-rounded {
  border-radius: 1.875rem;
}

.small, small {
  font-size: .875em;
}

.font-weight-bold
.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.border-radius-lg {
  border-radius: 0.75rem;
  background: #f8f9fa;
}

.modal-lg {
  max-width: 50%;
}

.sub-wrap-loading {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.sub-wrap-loading > div {
  display: flex;
  margin: auto;
  height: 100%;
  width: 100%;
}

.sub-wrap-loading > div > img {
  align-content: center;
  margin: auto;
  vertical-align: middle;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}