/*table.table tbody tr:nth-child(2n + 1) {  background-color: rgba(230, 235, 237, 0.25); }
table.table tbody tr:hover td { background: #F4FAFF; }*/


/*
table :after,table :before{content:initial;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0px;
	width:100%;
}

td,th { 
	vertical-align:middle;
	font-weight:normal;
}

.basictable{
	width:auto;
	margin:0px;
	padding:0px;
	background:none;
}



.table {
	margin: 0px;
	width: 100%;
	background:#fff;
	border-radius:0px;
}


table.table{border:1px solid #ddd;border-top:2px solid #777;padding:0px;}
table .left{text-align:left !important;}

table.table th,
table.table td {
    border: 1px solid #ddd;
    padding: 0.38em 0.25em;
    vertical-align:middle;
}

table.table th {
    background: #F6F8FA;
    text-align:center;
    vertical-align:middle;
    font-weight:400;
}

table.table td {
    background: #fff;
    text-align:center;
    vertical-align:middle;
}

table.skyblue{margin-top:0px !important;border-top:2px solid #555 !important;}
table.skyblue th {
	background:#d8e3f2 !important;
    text-align:center;
    vertical-align:middle;	
}
table.skyblue th,
table.skyblue td {
    border: 1px solid #ccc;
    padding: 0.38em 0.25em;
    vertical-align:middle;
    text-align:center !important;
}

*/

/*
*   
*/
table.bluetable{margin-top:0px !important;border-top:2px solid #113F67 !important;}
table.bluetable th {
	background:#EEF4FC !important;
    text-align:center;
    vertical-align:middle;	
    
}
table.bluetable th,
table.bluetable td {
    border: 1px solid #dddddd;
    padding: 0.38em 0.25em;
    vertical-align:middle;
    text-align:center !important;
    
    font-weight:400;
}


table.tdleft td {
    text-align:left !important;
}

table.tdcenter td {
    text-align:center !important;
}


/*
*	자료 없음 출력
*/
.td_notdata{
    height:70px;
    line-height:70px;
	vertical-align:middle;
    padding: 0px !important;
    text-align:center !important;
    margin:0 auto !important;
    width:100% !important;    
}

.td_notdata > div{ text-align:center;}
    
.td_notdata:before {
    content: none !important;
    position: static !important;
}


/*
*
*	tbody 스크롤
*
*/
.tableWrapper th,
.tableWrapper td {
    border: 1px solid #ddd !important;
    vertical-align:middle;
    
}

.tableWrapper {
    width: 100%;
    height: 300px;
    background-color: #fff;
    overflow: auto;
}

.tableBodyScroll {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.tableBodyScroll th {
    position: sticky;
    top: -1px;
    background-color: #9AB2D2 !important;
    padding:7px 0;
}

.tableBodyScroll td{ text-align:center;padding:5px 0;}

.tableBodyScroll tbody tr:nth-child(2n+1){
    background-color: #FCFCFC;
}	



.responsive-table{}
.nottable-table{} /* 모바일 테이블 파괴*/
.nottable-table-td{}
.ticketsClass{}
.ticketsClass div.divtitlehide{ display:none;}	
@media( max-width: 640px ) { 
	.basictable thead,.basictable colgroup{ display: none; }
	.basictable tr,.basictable td{ padding:5px 0;display: block; }
	.basictable td:nth-child(1){ text-align:center;padding:10px 0;width:100% !important;}
	.basictable td:nth-last-child(1),.basictable td:nth-last-child(2){display:inline-block;}


    table.responsive-table {
        box-shadow: none;
    }
    table.responsive-table thead,table.responsive-table colgroup {
        display: none !important;
    }
    
    table.responsive-table tr,
    table.responsive-table td {
        display: block;
        
    }
    
    table.responsive-table tr {
        /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);*/
        margin-bottom: 1em;
        position: relative;
    }
    
    table.responsive-table td {
        border-top: none;
        width:auto;
        text-align:left !important;
    }
    
    table.responsive-table td.organisationnumber {
        background: #f2f2f2;
        border-top: 1px solid #ddd;
    }
    
    table.responsive-table td.actions {
        background:none;
        border: none;
        position: absolute;
        right: 1px;
        top: 1px;
    }
    
    


    /*
    *
    *	테이블 없애기
    *
    */
    .nottable-table-td td:nth-child(1){
    	width:100% !important;
    	display: block !important; 
    }
    
    .nottable-table-td td:nth-child(2) {
        border: none !important;
        display: none !important; 
    }	
    
	.nottable-table,
	.nottable-table > thead,
	.nottable-table > tbody,
	.nottable-table > tfoot,
	.nottable-table > tr,
	.nottable-table > th,
	.nottable-table > td {
		display: block  !important;
	}
	
	.nottable-table > thead,
	.nottable-table > thead > colgroup {
		display:none !important;
	}

	.nottable-table > tr {
		border-bottom: 1px solid #ddd;
	}

	.nottable-table > th,
	.nottable-table > td {
		border-top: none  !important;
		border-bottom: none  !important;
		width:100%  !important;
	}
	
	.nottable-table > td {
		text-align:left !important;
		padding:5px !important;
		/*margin:0px !important;*/
		padding-left:10px !important;
		
	}
   
}






/* common */
.res_tbl_wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    /*max-width: 1360px;*/
    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;
}
.res_tbl_wrap table thead tr th,
.res_tbl_wrap table tbody tr td {
    text-align: left;
    /*padding: 0.8125vw 1.25vw;*/
    padding:5px;
    font-size: 15px;
    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: 1200px) {
    .res_tbl_wrap table thead tr th,
    .res_tbl_wrap table tbody tr td {
        /*padding: 12px 20px;*/
        padding:5px;
        font-size: 16px;
        line-height: 22px;
    }
}

/* mobile only */
@media screen and (max-width: 990px) {
    .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: 14px;
        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: 15px;
    }
    .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);
    }
    
    
    
    .res_tbl_wrap table tfoot tr {
        border-bottom: 1px solid #efefef;
    }
    .res_tbl_wrap table tfoot tr td {
        width: 100%;
        display: flex;
        margin-bottom: 2px;
        padding: 5px;
        border-bottom: none;
        font-size: 14px;
        line-height: 18px;
    }
    .res_tbl_wrap table tfoot tr td:first-child, 
    .res_tbl_wrap table tfoot tr th:first-child {
        padding-top: 16px;
    }
    .res_tbl_wrap table tfoot tr td:last-child, 
    .res_tbl_wrap table tfoot tr th:last-child {
        padding-bottom: 15px;
    }
    .res_tbl_wrap table tfoot tr td:before {
        display: inline-block;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        font-weight: 500;
        content: attr(data-label);
    }    
}

/*
<div class="res_tbl_wrap">
    <table>
      <colgroup>
        <col style="width:10%" >
        <col style="width:20%" >
        <col style="width:40%" >
        <col style="width:15%" >
        <col style="width:15%" >
      </colgroup>
      <thead>
        <tr>
          <th>분류</th>
          <th>제품명</th>
          <th>사이즈</th>
          <th>다운로드</th>
          <th>다운로드</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td scope="row" data-label="분류">분류 A</td>
          <td data-label="제품명">제품 AA</td>
          <td data-label="규격">A 100</td>
          <td data-label="다운로드 1"><a href="#">다운로드 1</a></td>
          <td data-label="다운로드 2"><a href="#">다운로드 2</a></td>
        </tr>
        <tr>
          <td scope="row" data-label="분류">분류 B</td>
          <td data-label="제품명">제품 BB</td>
          <td data-label="규격">B 200</td>
          <td data-label="다운로드 1"><a href="#">다운로드 1</a></td>
          <td data-label="다운로드 2"><a href="#">다운로드 2</a></td>
        </tr>
      </tbody>
    </table>
</div>
*/