.intable .lec-table {
    /*box-shadow: 0 0 0 transparent !important;*/
    border-top: 2px solid var(--point-color);
}

.lec-table {
    width: 100%;
    border: 0px;
    padding: 10px;
    background: #ffffff;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    color: #222222;
    table-layout: fixed;
}

.th-default {
    background: #F6F6FA;
    min-width: 120px;
    width: 12% ;
    padding-left: 16px;
}

.lec-table > tbody >tr > td {
    border: 0px;
    border-top: 1px solid #e0e0ea;
    border-bottom: 1px solid #e0e0ea;
    min-width: 100px;
   padding: 10px; 
}

.lec-table > tbody >tr> td:nth-child(2n) {
    /*padding: 10px;*/
    min-width: 200px;
    box-sizing: border-box;
}

.file-box{
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.table-box-inside{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
    position: relative;
}

/*그리드*/
.selGrid .ui-wizgrid-hbox thead { /*헤드*/
    /* background: #399fdb;
    color: #ffffff; */
}
.ui-wizgrid.ui-widget.ui-widget-content-grid.ui-corner-all-grid{
    position: relative;
}
.selGrid .ui-wizgrid-view { /*테이블 전체*/
    /* border: 1px solid #e0e0ea; */
    /* border-radius: 6px; */
    /* position: relative; */
}

.selGrid table tr td {
    /* border-top: 1px solid #e0e0ea;
    border-right: 1px solid #e0e0ea; */
}



/*layoutGrid 디자인*/
                              /*헤더*/
.lec-table.layoutTable > tbody >tr td {  /*라벨 가운데*/
    border-top: 0px;
    text-align: center;
}

tr.LayRow { /*헤더 색상*/
    background-color: #15badc;
    color: #ffffff;
    white-space: nowrap;
}


/*border*/
.layBorT {
    border-top: 1px solid #e0e0ea;
}

.layBorB {
    border-bottom: 1px solid #e0e0ea;
}

/*grid hover*/
.gridHover .ui-widget-content-grid.wizgrow.ui-row-ltr:hover > td {
    background: #eaeaea;
    cursor: pointer;
    transition: all .35s;
}

.gridHover .active {
    background: #eaeaea;
}