@charset "utf-8";



@font-face {
     font-family:'malgo';
     font-weight:normal;
     font-style:normal;
     src: url('/comoon/css/malgo.eot');
     src: local('?'), 
          url('/comoon/css/malgo.eot?iefix') format('embedded-opentype'),
          url('/common/css/malgo.woff2') format('woff2'),
          url('/common/css/malgo.woff') format('woff'),
          url('/comoon/css/malgo.TTF') format('truetype');     
}

@font-face {
     font-family:'malgob';
     font-weight:boldl;
     font-style:normal;
     src: url('/comoon/css/malgo.eot');
     src: local('?'), 
          url('/comoon/css/malgo.eot?iefix') format('embedded-opentype'),
          url('/common/css/malgo.woff2') format('woff2'),
          url('/common/css/malgo.woff') format('woff'),
          url('/comoon/css/malgo.TTF') format('truetype');     
}
@font-face {
    font-family: 'Spoqa_B';
    font-weight: 700;
    src: url('/common/css/SpoqaHanSans-Bold.eot');
    src: local('SpoqaHanSans-Bold'),
    url('/common/css/SpoqaHanSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/common/css/SpoqaHanSans-Bold.woff2') format('woff2'),
    url('/common/css/SpoqaHanSans-Bold.woff') format('woff'),
    url('/common/css/SpoqaHanSans-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Spoqa_R';
    font-weight: 400;
    src: url('/common/css/SpoqaHanSans-Regular.eot');
    src: local('SpoqaHanSans-Regular'),
    url('/common/css/SpoqaHanSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/common/css/SpoqaHanSans-Regular.woff2') format('woff2'),
    url('/common/css/SpoqaHanSans-Regular.woff') format('woff'),
    url('/common/css/SpoqaHanSans-Regular.ttf') format('truetype')
}

input{ime-mode:active}

img{border: none;}

body {
	background-repeat: Repeat-X;
	SCROLLBAR-FACE-COLOR: #dfeffc;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;	
}


		/***************************************************
		2020 07 12 불투명커텐 배경 및 모달창을 위한
		****************************************************/
		
		#div_mask {
		
		  position:absolute;
		
		  left:0;
		
		  top:0;
		
		  z-index:9000;
		
		  background-color:#000;
		
		  display:none;
		
		}

		#div_mask_data {
		
		  position:absolute;
		
		  left:0;
		
		  top:0;
		
		  z-index:9001;
		
		  background-color:#FFF;
		
		  display:none;
		
		}
		
		/***************************************************/





table{
	
	}
	
	
tbody {width:100%;}
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div,body { -webkit-print-color-adjust:exact; }

th {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: 000000;text-decoration: none;}
td {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: 000000;text-decoration: none;}
.td_14 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 14pt;color: 000000;text-decoration: none;}
.td_13 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 13pt;color: 000000;text-decoration: none;}
.td_12 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 12pt;color: 000000;text-decoration: none;}
.td_11 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11pt;color: 000000;text-decoration: none;}
.td_10 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 10pt;color: 000000;text-decoration: none;}
.td_9 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 9pt;color: 000000;text-decoration: none;}
.td_8 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 8pt; color: 000000;text-decoration: none;}
.td_7 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 7pt; color: 000000;text-decoration: none;}
.td_6 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 6pt;color: 000000;text-decoration: none;}


/********************* INPUT Start ***************************/

.new_Text {
	 font-family: Tahoma, Arial , Dotum , 돋움 ,DotumChe , 돋움체;
 background-color: #FFFFFF;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;  
 ime-mode:active;
}

.new_readonly_Text {
	 font-family: Tahoma, Arial , Dotum , 돋움 ,DotumChe , 돋움체;
 background-color:#E9EDFE;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;  
}

.num_Text {
	 font-family: Tahoma, Arial , Dotum , 돋움 ,DotumChe , 돋움체;
 background-color: #FFFFFF;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;
 text-align:right;
 ime-mode:active;
 
}

.num_readonly_Text {
	 font-family: Tahoma, Arial , Dotum , 돋움 ,DotumChe , 돋움체;
 background-color:#E9EDFE;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;  
  text-align:right;
}


.fw_input {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; background-color: #FFFFFF; border: 1px solid #7f9db9; font-size: 11px;
	 height:20px; color: #000000; vertical-align: absmiddle;
}
.fw_input_readonly {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; background-color: #CCE3FD; border: 1px solid #7f9db9; font-size: 11px;
	 height:20px; color: #000000; vertical-align: absmiddle; 
}
.fw_input_please {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; background-color: #FFF0F0; border: 2px solid #F60; font-size: 11px;
	 height:20px; color: #000000; vertical-align: absmiddle; 
}

.fw_input_view {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; background-color: #FFFFFF; border: 0px; font-size: 11px;
	 height:20px; color: #000000; vertical-align: absmiddle; 
}

.fw_input_control {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; background-color: #FFFFFF; border: 1px solid #7f9db9; font-size: 11px;
	 height:20px; line-height:20px color: #000000; vertical-align: absmiddle;
}

/********************* SPAM CSS Start ***************************/


.fw_span_title {padding-top:8px; padding-left:5px; color:#069; font-size:11px; font-weight:bold;}
.fw_span_f60 {color:#ff6600; font-size:11px;}
.fw_span_369 {color:#369; font-size:11px;}

/********************* TABLE CSS Start ***************************/


.fw_table_docu {border-color:#CCC}
.fw_table_docu td{padding:2 1 2 1; border-collapse:collapse; color:#369 }
.fw_table_docu td.left{color:#000; padding-left:5px;}
.fw_table_docu td.right{color:#000; padding-right:5px;}
.fw_table_docu td.cate{background-color:#369; color:#FFF}


.fw_table_box {border:1px solid #069;}
.fw_table_box td {padding:5 10 5 10;}

.fw_table_box_in {border:0px;}
.fw_table_box_in td{border-bottom:1px solid #8ECAFF; padding:3 5 3 8; border-collapse:collapse; color:#369 }
.fw_table_box_in td.null {border-bottom:1px solid #8ECAFF; padding:3 5 3 8; border-collapse:collapse; color:#000 }
.fw_table_box_in td.title{color:#000; border-bottom:1px solid #8ECAFF; padding-left:13px; background-image:url(/framework/Img/dot.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in td.title_must{color:#000; border-bottom:1px solid #8ECAFF; padding-left:13px; background-image:url(/framework/Img/dot_must.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in td.last{ border-bottom:0px;}
.fw_table_box_in td.cate{background-color:#369; color:#FFF}
.fw_table_box_in td.sub_title{border:0px; border-bottom:1px solid #036; background-color:#F2F8FD}

.fw_table_box_in_y {border:0px;}
.fw_table_box_in_y td{border-bottom:1px solid  #FC0; padding:3 5 3 8; border-collapse:collapse; color:#369 }
.fw_table_box_in_y td.title{color:#000; border-bottom:1px solid #FC0; padding-left:13px; background-image:url(/framework/Img/dot.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in_y td.title_must{color:#000; border-bottom:1px solid #FC0; padding-left:13px; background-image:url(/framework/Img/dot_must.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in_y td.last{ border-bottom:0px;}
.fw_table_box_in_y td.cate{background-color:#369; color:#FFF}

.fw_table_box_in_p {border:0px;}
.fw_table_box_in_p td{border-bottom:1px solid  #D1D1EF; padding:3 5 3 8; border-collapse:collapse; color:#369 }
.fw_table_box_in_p td.title{color:#000; border-bottom:1px solid #D1D1EF; padding-left:13px; background-image:url(/framework/Img/dot.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in_p td.title_must{color:#000; border-bottom:1px solid #D1D1EF; padding-left:13px; background-image:url(/framework/Img/dot_must.gif); background-position: left; background-repeat:no-repeat; }
.fw_table_box_in_p td.last{ border-bottom:0px;}
.fw_table_box_in_p td.cate{background-color:#369; color:#FFF}

.fw_list_yellow {border:0px}
.fw_list_yellow td {font-size: 11px; color: #000000; padding:3 5 3 5;background-color: #FFFFFF;border-bottom:1px solid #FFEEAC;}
.fw_list_yellow td.top{background-color:#FFEEAC; border-top:solid 1px #FF9900;  border-bottom:solid 1px #FF9900;}

.fw_list_blue_a {border:0px}
.fw_list_blue_a td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #FFFFFF;border-bottom:1px solid #E0F5F5;}
.fw_list_blue_a td.top{background-color:#E0F5F5; border-top:solid 1px #4197BD;  border-bottom:solid 1px #4197BD;}

.fw_list_blue {border:0px;}
.fw_list_blue td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #FFFFFF;border-bottom:1px solid #C7E0EB;}
.fw_list_blue td.top{background-color:#80D6FF; border-top:solid 1px #1B8294;  border-bottom:solid 1px #1B8294;}
.fw_list_blue td.cate{background-color:#369; color:#FFF}
.fw_list_blue td.line{border-bottom:1px solid #369; padding-top:18px;}
.fw_list_blue td.data{color:#369;}
.fw_list_blue tr.sel td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #FFC;border-bottom:1px solid #C7E0EB;}
.fw_list_blue tr.set td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #EFF8FE;border-bottom:1px solid #C7E0EB;}



.fw_list_gray {border:0px}
.fw_list_gray td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #FFFFFF;border-bottom:1px solid #D8D8D8;}
.fw_list_gray td.top{background-color:#D8D8D8; border-top:solid 1px #000000;  border-bottom:solid 1px #000000;}
.fw_list_gray td.cate{background-color:#D8D8D8; color:#000000}
.fw_list_gray td.line{border-bottom:1px solid #D8D8D8; padding-top:18px;}
.fw_list_gray td.data{color:#369;}

.fw_list_box {border:0px}
.fw_list_box td{font-size: 11px; color: #000000; padding:3 5 3 5; background-color: #FFFFFF;border:1px solid #E8E8E8;}
.fw_list_box td.top{background-color:#E8E8E8; border:solid 1px #000000;}


.fw_table_0 {border-top:1px solid #8ECAFF;border-left:1px solid #8ECAFF;margin-top:5px;margin-bottom:5px;}
.fw_table_0 td{border-bottom:1px solid #8ECAFF; border-right:1px solid #8ECAFF;padding:3 5 3 10; border-collapse:collapse; height:25px }
.fw_table_0 td.title{ background-color:#EEF7FF;}
.fw_table_0 td.cate{ background-color:#E1F1FF;}
.fw_table_0 td.exp{ background-color:#FFFFFF;border-right:0px}


.fw_table_a {border-top:1px solid #8ECAFF;margin-top:5px;margin-bottom:5px;}
.fw_table_a td{border-bottom:1px solid #8ECAFF; padding:3 5 3 10; border-collapse:collapse }
.fw_table_a td.title{ background-color:#EEF7FF;}
.fw_table_a td.cate{ background-color:#E1F1FF;}
.fw_table_a td.exp{ background-color:#FFFFFF;border-right:0px}

.fw_table_b {border-top:1px solid #E2B854;;margin-top:5px;margin-bottom:5px;}
.fw_table_b td{border-bottom:1px solid #E2B854;border-right:1px solid #E2B854; padding:3 5 3 5; border-collapse:collapse }
.fw_table_b td.title{ background-color:#FAF1DE;}

.fw_table_c {border:1px solid #069;margin-top:5px;margin-bottom:5px;}
.fw_table_c td{border-bottom:1px solid #8ECAFF; padding:3 5 3 10; border-collapse:collapse }
.fw_table_c td.title{ background-color:#EEF7FF; color:#000; border-bottom:1px solid #8ECAFF; padding-left:18px; font-weight:}
.fw_table_c td.last{ border-bottom:1px solid #069;}

.kocom_table_a {border-top:1px solid #59B0FF;margin-top:5px;margin-bottom:5px;}
.kocom_table_a td{border-bottom:1px solid #59B0FF; padding-left:3px; padding-right:3px;}
.kocom_table_a td.title{ background-color:#D9EDFF;}

.kocom_table_b {border-top:1px solid #E2B854;margin-top:5px;margin-bottom:5px;}
.kocom_table_b td{border-bottom:1px solid #E2B854; padding-left:3px; padding-right:3px;}
.kocom_table_b td.title{ background-color:#F3E1B8;}

.table_general_a {border-top:1px solid #B9DEFF;margin-top:5px;margin-bottom:5px;}
.table_general_a td{border-bottom:1px solid #B9DEFF; padding-left:3px; padding-right:3px;}
.table_general_a td.title{ background-color:#B9DEFF;}

.table_general_b {border-top:1px solid #F1DEB1;margin-top:5px;margin-bottom:5px;}
.table_general_b td{border-bottom:1px solid #F1DEB1; padding-left:3px; padding-right:3px;}
.table_general_b td.title{ background-color:#F3E1B8;}

/********************* TABLE CSS End ***************************/

.text_box {
	 font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
 background-color: #FFFFFF; border: 1px solid #7f9db9; font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;  
}

.text_box_read {
	 font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
 background-color:#EDF3FE;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle;
}

.text_etc {
	 font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
 background-color: #FFFFFF;
 border: 1px solid #7f9db9;
 font-size: 11px;
 color: #000000;
 vertical-align: absmiddle;  
}

.text_etc_read {
	 font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
 background-color:#EDF3FE;
 border: 1px solid #7f9db9;
 font-size: 11px;
 color: #000000;
 vertical-align: absmiddle;
}

.fix_td{overflow:hidden; text-overflow:ellipsis;white-space:nowrap ;word-break:break-all}

table.fix_table  { table-layout:fixed; border:0; border-collapse:collapse; padding:2px;}
table.fix_table td {font-size:11px ; overflow:hidden; text-overflow:ellipsis;white-space:nowrap ;border-bottom:1px solid #e1e1e1; border-collapse:collapse; height:25px; padding-left:5px; padding-right:5px;}
table.fix_table tr.main_head{ background-color : #B8D9F3;}
table.fix_table tr.main_head td{background-color : #B8D9F3; height:30px;  border-top:1px solid #68c1d6;border-bottom:1px solid #68c1d6;padding-left:5px; padding-right:5px;}






/* ?규 CSS FFB56A*/

.td_summary_title{
	border-collapse:collapse;
	word-wrap:break-word;
	border-bottom:1px black solid;
	height:25px;
	}

.table_summary_1{
	table-layout:fixed;	
	padding:2px;
	}

.table_summary_1 td{
	font-size: 11px;
	border-collapse:collapse;
	word-wrap:break-word;
	border-bottom:1px #51A4CC solid;
	line-height:12px;	
	}

.table_summary_1_title {
	
	border-bottom:1px #51A4CC solid;
	font-size: 11px;
	border-collapse:collapse;
	color: #000000;
	background-color: #D7EBFF;	
}


.table_summary_2{
	table-layout:fixed;	
	padding:2px;
	}

.table_summary_2 tr, .table_summary_2 td{
	font-size: 11px;
	border-collapse:collapse;
	word-wrap:break-word;
	border-bottom:1px #FFB56A solid;
	padding-left:3px;
	font-size: 11px;
	}

.table_summary_2_title {
	
	border-bottom:1px #51A4CC solid;
	font-size: 11px;
	border-collapse:collapse;
	color: #000000;
	background-color: #FFDFBF;	
}


.table_data_1{

	padding:2px;
	border:0px;
	}

.table_data_1 tr, .table_data_1 td{
	font-size: 11px;
	border-collapse:collapse;
	word-wrap:break-word;
	border-bottom:1px #51A4CC solid;
	padding-left:3px;
	font-size: 11px;
	}

.table_data_1_title {
	
	border-bottom:1px #1B8294 solid;
	border-top:1px #1B8294 solid;
	font-size: 11px;
	border-collapse:collapse;
	color: #000000;
	background-color: #80D6FF;	
	font-size: 11px;
}



.table_data_2{
	table-layout:fixed;	
	word-wrap:break-word;
	border-collapse:collapse;
	padding:3px;
	border-top:1px #FF9900 solid;
	border-bottom:1px #FF9900 solid;
	font-size: 11px;
	}

.table_data_2 tr, .table_data_2 td{
	border-bottom:1px #FFDCB9 solid;
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;
	}

.table_data_2_title {
	
	border-bottom:1px #FFDCB9 solid;
	background-color: #FFEEAC;	
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;		
	
}


.table_data{
	
	word-wrap:break-word;
	border-collapse:collapse;
	padding:3px;
	border-top:1px #E6E6E6 solid;
	border-bottom:1px #E6E6E6 solid;
	font-size: 11px;
	}

.table_data tr, .table_data td{
	border-bottom:1px #E6E6E6 solid;
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;
	}

.table_data_title {
	
	border-bottom:1px #E6E6E6 solid;
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;		
	
}


.table_data_0{
	table-layout:fixed;	
	word-wrap:break-word;
	border-collapse:collapse;
	padding:3px;
	border-top:1px #666666 solid;	
	font-size: 11px;
	}

.table_data_0 tr, .table_data_0 td{
	border-bottom:1px #E6E6E6 solid;
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;
	}

.table_data_title_0 {
	
	border-bottom:1px #E6E6E6 solid;
	line-height:12px;
	word-wrap:break-word;		
	padding:3px;
	height:auto;
	min-height:25px;	
	
	}

/* ??*/



.table_black{
	border-collapse:collapse;
	border:1px black solid;
	}

.table_black tr, .table_black td{
	border-collapse:collapse;
	border:1px black solid;
	padding:3px;
	}


.table_black_0{
	border-collapse:collapse;
	border:1px black solid;
	}

.table_black_0 tr, .table_black_0 td{
	border-collapse:collapse;
	border:1px black solid;
	padding:0px;
	}




.td_line {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	padding-left:5px;
	font-size: 8px;	
}


.td_line_left {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	padding-left:5px;
	font-size: 8px;	
}


.td_title {
	background-color: #FFC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;	
	border-left-color: #FFFFFF;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	font-size: 8px;	
}

.td_title_sub {
	background-color: #FFC;
	border-right-width: 1px;
	border-bottom-width: 1px;	
	border-bottom-color: #999999;
	border-right-color: #999999;	
	border-left-color: #FFFFFF;	
	border-right-style: solid;
	border-bottom-style: solid;
	font-size: 8px;	
}

.td_title_left {
	background-color: #FFC;
	border-width: 1px;
	border-style:solid;
	border-color:#999;
	font-size: 8px;	
}



.td_exp {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 8pt; line-height:10pt; color: 000000;text-decoration: none;}

.tit_01 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #4490C4;text-decoration: none;font-weight: bold;}

.tit_02 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #2A7CB4;text-decoration: none;font-weight: bold;}

.col_txt01{font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #4490C4;text-decoration: none;}

.col_txt02{font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #2A7CB4;text-decoration: none;}

.col_txt03{font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #F49835;text-decoration: none;}

.luxury1 {  font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; font-size: 11px; text-decoration: underline; color: 6B4C38}

.noborder_Text {
	 font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
 background-color: #FFFFFF;
 border: 1px solid #7f9db9;
 font-size: 11px;
 height:20px;
 color: #000000;
 vertical-align: absmiddle; 

}

.noborder_Etc {
	font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial","Tahoma";
 background-color: #FFFFFF;
 border: 1px solid #7f9db9;
 font-size: 11px;
 color: #000000;
 vertical-align: absmiddle; 

}

.small {
	font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial","Tahoma";
	font-size: 11px;
	color:#000000;
	border:1 solid #B7B7B7;	
	background-color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
	vertical-align:bottom;
	margin:0px 0px 0px 0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:opx;
			
}

	
.small2 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #555555;text-decoration: none;font-weight: bold;}

.box_txt {
	font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* 기본링크 */


.tab1:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab1:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab1:active {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab1:hover {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}


.tab2:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #5c869a;text-decoration: none; font-weight:bold}

.tab2:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #5c869a;text-decoration: none; font-weight:bold}

.tab2:active {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #5c869a;text-decoration: none; font-weight:bold}

.tab2:hover {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none; font-weight:bold}

.tab3:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab3:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab3:active {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #19475d;text-decoration: none; font-weight:bold}

.tab3:hover {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #ff3300;text-decoration: none; font-weight:bold}

.title:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none;}

.title:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none;}

.title:active {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none;}

.title:hover {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none;}


.title_big:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.title_big:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.title_big:active {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.title_big:hover {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none; font-weight:bold}



a:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none;}

a:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none;}

a:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 0033FF;text-decoration: none;}

a:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none;}



.small_b:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.small_b:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.small_b:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.small_b:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF33FF;text-decoration: none; font-weight:bold}


.btn_bg:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.btn_bg:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.btn_bg:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:bold}

.btn_bg:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #73bbe4;text-decoration: none; font-weight:bold}


.btn_bg_a:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.btn_bg_a:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.btn_bg_a:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.btn_bg_a:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none; font-weight:bold}


.menu_big_kor {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 15px; line-height: 16px;color: FFFFFF;text-decoration: none; font-weight:bold}

.menu_big_kor_b {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 12pt; color: 000000;text-decoration: none; font-weight:bold}

.small:link {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 555555;text-decoration: none;}

.small:visited {font-family:  "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 555555;text-decoration: none;}

.small:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 555555;text-decoration: none;}

.small:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 0852AD;text-decoration: none;}


.a_btn:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_btn:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_btn:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_btn:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:bold}


.a_s:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_s:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_s:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #0033FF;text-decoration: none; font-weight:bold}

.a_s:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:bold}



.a_bb:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:}

.a_bb:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:}

.a_bb:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; font-weight:}

.a_bb:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FFFFFF;text-decoration: none; font-weight:}


.a_ss:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1D63B8;text-decoration: none; font-weight:}

.a_ss:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1D63B8;text-decoration: none; font-weight:}

.a_ss:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1D63B8;text-decoration: none; font-weight:}

.a_ss:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:}



.a_b:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none; font-weight:bold}

.a_b:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FF6600;text-decoration: none; font-weight:bold}

.a_b:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:  #FF6600;text-decoration: none; font-weight:bold}

.a_b:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#0000FF;text-decoration: none; font-weight:bold}




.a_w:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; text-decoration: none;}

.a_w:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; text-decoration: none;}

.a_w:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:  #FFFFFF;text-decoration: none; text-decoration: none;}

.a_w:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#000000;text-decoration: none; text-decoration: none;}

.a_wy:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; text-decoration: none;}

.a_wy:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #FFFFFF;text-decoration: none; text-decoration: none;}

.a_wy:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:  #FFFFFF;text-decoration: none; text-decoration: none;}

.a_wy:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF9;text-decoration: none; text-decoration: none;}




.a_wb:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #333333;text-decoration: none; text-decoration: none;}

.a_wb:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #333333;text-decoration: none; text-decoration: none;}

.a_wb:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:  #333333;text-decoration: none; text-decoration: none;}

.a_wb:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#0000ff;text-decoration: none; text-decoration: none;}


.a_n:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #999999;text-decoration: none; font-weight:bold}

.a_n:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #999999;text-decoration: none; font-weight:bold}

.a_n:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #999999;text-decoration: none; font-weight:bold}

.a_n:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#999999;text-decoration: none; font-weight:bold}


.a_black:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none;}

.a_black:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none;}

.a_black:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none;}

.a_black:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:bold}


.a_blackb:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none; font-weight:bold}

.a_blackb:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none; font-weight:bold}

.a_blackb:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #000000;text-decoration: none; font-weight:bold}

.a_blackb:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:bold}


.a_blue:link {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1588c9;text-decoration: none; font-weight:bold}

.a_blue:visited {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1588c9;text-decoration: none; font-weight:bold}

.a_blue:active {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: #1588c9;text-decoration: none; font-weight:bold}

.a_blue:hover {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color:#FF6600;text-decoration: none; font-weight:bold}







.box-01 {border: 1px solid DFDFDF;padding: 10px;}

.box-02 {border: 2px solid D2E4F2;padding: 8px;}

.box-03 {border: 1px solid F6D0A7;padding: 8px;}

.box-04 {border: 1px solid C5DDEF;padding: 8px;}

.box-05 {border: 1px solid dddddd;padding: 3px;background-color: #f5f5f5;}

.padding-left {padding-left: 10px;}

.padding-left02{padding-left: 7px;}

.box-dot {padding: 10px;border: 1px dotted #D5D5D5;}

.font-bg {background-color: #F9E6CC;color: FA8218; padding:2 2 0}

.pad-10 {padding:10;}

.line_side {border-top: 0px solid #ffffff;border-right: 1px solid #d8d8d8;border-bottom: 0px solid #ffffff;border-left: 1px solid #d8d8d8;}

.line_E8{background-color: #E8E8E8;}

/******************************* Form Elements ***************************************/
input.radio {border: 0px solid  ffffff;}

.input-fa {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 555555;background-color: #FAFAFA; border: 1px solid #E7E7E7;}

.input-66{border: 1px solid #dddddd;font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 5555556;}

.textarea_FF{font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;color: 555555;padding: 6px;border: 1px solid ffffff; background-color: #FFFFFF;}

.input_DE{ font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial"; font-size: 11px; color: #555555; border: 1px solid #DEDEDE}

/******************************* Form Elements ***************************************/


.manual {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 18px;color: #000000;text-decoration: none;}

.manual_1 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 11px;line-height: 15px;color: #000000;text-decoration: none;}

.png24 { tmp:expression(setPng24(this)); }

.menu_big_kor_b1 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 18px; line-height: 20px;color: #FFFFFF;text-decoration: none; font-weight:bold}
.menu_big_kor_b1b {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 18px; line-height: 20px;color: #000000;text-decoration: none; font-weight:bold}
.menu_big_kor_b2 {font-family:"Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size:24px; line-height: 28px;color: FFFFFF;text-decoration: none; font-weight:900}

.menu_big_kor_b2b {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size:24px; line-height: 28px;color: #000000;text-decoration: none; font-weight:bold}

.menu_big_kor_b3 {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size:28px; line-height: 30px;color: #000000;text-decoration: none; font-weight:bold}
.menu_big_kor_ss {font-family: "Malgun Gothic", "malgo" ,"",  "Gulim", "Arial";font-size: 14px; line-height: 16px;color: #FFFFFF;text-decoration: none; font-weight:bold}

/********************** join *********************************/
.join_1 {
	background-color: #eef8fb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #97c5d4;
	border-bottom-color: #97c5d4;
	font-size: 11px;
	color: #2284a5;
	padding-left: 5px;
}

.join_2 {
	background-color: #deeff4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #97c5d4;
	border-bottom-color: #97c5d4;
	font-size: 11px;
	color: #105c81;
	padding-left: 5px;
}

.join_3 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	font-size: 11px;
	color: #545454;
	padding-left: 5px;
}


.join_31 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #97c5d4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	font-size: 11px;
	color: #545454;
	padding-left: 5px;
}


.join_4 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	font-size: 11px;
	color: #545454;
	padding-left: 5px;
}







.td_sub_xx {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
		line-height:14px;
}


.td_sub_tt {
	
	background-color: #FFFFFF;	
	border-bottom:1px solid #51A4CC;
	font-size: 11px;
	color:  #0000CA;	
	padding-left: 2px;
	height:23px;
	line-height:14px;
	
}

.td_sub_ttt {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#51A4CC;
	font-size: 11px;
	color:   #000000;
	border-collapse:collapse;
	padding-left: 5px;
		height:23px;
	line-height:14px;
	word-wrap:break-word;
}

.td_sub_t {
	
	background-color: #FFFFFF;	
	border-bottom: 1px solid #51A4CC;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
	line-height:14px;
	background-color: #D7EBFF;
	
}

.td_sub_pp {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFB56A;
	font-size: 11px;
	color: #FF3300;	
	padding-left: 5px;
	height:23px;
		line-height:14px;
		word-wrap:break-word;
}
.td_sub_p {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFB56A;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
		line-height:14px;
		background-color: #FFDFBF;
}
.td_sub_y {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFDAB5;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
		line-height:14px;
}


.td_sub_b {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#EFEFEF;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
		line-height:14px;
}

.td_sub_x {
	
	background-color::#FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4197BD;
	font-size: 11px;
	color: #000000;	
	padding-left: 2px;
	height:23px;
		line-height:14px;
}

.td_nor {
	
	background-color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7E0EB;
	font-size: 11px;
	color: #000000;	
	height:23px;
	text-overflow:ellipsis; 
	overflow:hidden;
		line-height:14px;
}
