/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow-y: scroll;
		overflow-x: hidden;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */
.scroll_table_wrap352 {border-bottom:1px solid #ddd; height:351px;}/*10줄노출*/
.scroll_table_wrap320 {border-bottom:1px solid #ddd; height:319px;}/*9줄노출*/
.scroll_table_wrap288 {border-bottom:1px solid #ddd; height:287px;}/*8줄노출*/
.scroll_table_wrap256 {border-bottom:1px solid #ddd; height:255px;}/*7줄노출*/
.scroll_table_wrap224 {border-bottom:1px solid #ddd; height:223px;}/*6줄노출*/
.scroll_table_wrap192 {border-bottom:1px solid #ddd; height:191px;}/*5줄노출*/
.scroll_table_wrap160 {border-bottom:1px solid #ddd; height:159px;}/*4줄노출*/
.scroll_table_wrap128 {border-bottom:1px solid #ddd; height:127px;}/*3줄노출*/
.scroll_table_wrap96 {border-bottom:1px solid #ddd; height:95px;} /*2줄노출*/
