@CHARSET "EUC-KR";


/* LastUpdate : 2008-05-29 */
/* 
	Element, Link Style
*/
*{
	margin: 0;
	padding: 0;
}


body, p, div, th, td, select {
	color: #696969;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "±¼¸²","Gulim","AppleGothic","Arial";

}


ol, ul, li, dl, dt, dd {
	list-style:none; 
}

hr {
	display: none;
}

img {
	border: 0 none;
}

img.pointerCursor{
	cursor: pointer;
}

a:link, a:visited {
	color: #434343;
	text-decoration: none;
	text-align: left;
}

a:active, a:hover {
	text-decoration: underline;
}

span.button, img.button, a.button {
	cursor: pointer;
	vertical-align: middle;
}



/* 
	Table Style
*/

td{font-family: ±¼¸², Verdana, Helvetica, sans-serif;font-size:9pt;line-height:14pt;color: #696969;}

a:link,a:visited,a:active {font-size:9pt;color:#696969;text-decoration:none}
a:hover {color:#1477B6;text-decoration:underline}

.m_l{border-right:1px solid #EAEAEA;}
.m_b{border-top:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;}
.p_l{border:1px solid #F1F1F1;background-color:fafafa;padding:3px;}
.s_l{border:1px solid #E7E7E7;background-color:fafafa;padding:5px;}
.p_t{border:1px solid #E9E9E9;padding:5px;background-color:#fafafa;}
.m_t{padding-left:7px;}
.m_p{padding-left:13px;}
.t_f{font-family:±¼¸²;color:#003E56;font-weight:bold;text-align:center;}
.f_t{font-family:"µ¸¿ò";font-size:8pt;color:#5F5F5F;padding-top:3px;}
.subject_t{font-family:"µ¸¿ò";font-size:14pt;color:#0271B6;padding-top:3px;font-weight:bold;}
.title_t{color:#5F5F5F;padding-top:3px;font-weight:bold;}
.t1_part{color:#262626;padding-top:3px;padding-bottom:3px;padding-left:5px;font-weight:bold;}
.t1_t{padding-top:5px;padding-bottom:5px;}
.t2_t{color:#ffffff;padding-top:3px;padding-bottom:3px;padding-left:5px;font-weight:bold;}
.t3_t{color:#262626;font-family:"°ß¸íÁ¶","¸íÁ¶","¹ÙÅÁÃ¼","±Ã¼­";letter-spacing:-0.02em;}
.r1_t{padding-left:3px;padding-right:5px; border-bottom-width:1px; border-left-width:1px; border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-bottom-style:solid; border-left-style:solid;}
.r2_t{padding-left:3px;padding-right:5px; border-bottom-width:1px; border-left-width:1px; border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-bottom-style:solid; border-left-style:none;}
.r3_t{padding:2px; border-right-width:1px; border-bottom-width:1px; border-left-width:1; border-right-color:rgb(190,204,216); border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}
.r4_t{padding:2px; border-bottom-width:1px; border-bottom-color:rgb(190,204,216); border-bottom-style:solid;}
.r5_t{border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-top-color:rgb(190,204,216); border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-top-style:solid; border-bottom-style:solid; border-left-style:solid;}
.r6_t{border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-top-color:rgb(190,204,216); border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-top-style:solid; border-bottom-style:solid; border-left-style:none;}
.r7_t{border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-color:rgb(190,204,216); border-bottom-color:rgb(190,204,216); border-left-color:rgb(190,204,216); border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}
.r8_t{border-bottom-width:1px; border-bottom-color:rgb(190,204,216); border-bottom-style:solid}
.m1_t{background-color:F5F5F5;border-width:1; border-color:rgb(204,204,204); border-style:solid;font-weight:bold;}
.m1_p{padding-left:10px;border-width:1; border-color:rgb(204,204,204); border-style:solid;}
.j1_t{background-color:F5F5F5;border-width:1; border-color:rgb(204,204,204); border-style:solid;}
.j1_p{padding-left:10px;border-width:1; border-color:rgb(204,204,204); border-style:solid;}
.m2_p{padding:3px; border-width:1; border-color:rgb(204,204,204); border-style:solid;}


/* 
	Form Element
*/
form {
	margin: 0;
	padding: 0;
}

input.typeImage {
	border: 0 none;
}

input.typeText {
	border: 1px solid #BCBCBC;
	height: 20px;
	padding: 3px 2px 0 2px ;
	background-color: #FAFAFA;
}



textarea {
	font-family: "±¼¸²","Gulim","AppleGothic","sans-serif";
	font-size: 1em;
	border: 1px solid #BCBCBC;
	height: 84px;
	padding: 3px 2px 0 2px ;
	background-color: #FAFAFA;
}

input, textarea {
	font-family: "±¼¸²","Gulim","AppleGothic","sans-serif";
	font-size: 1em;
	color: #2D2D2D;
}


select{
	border: 1px solid #BCBCBC;
	font-size: 1em;
	padding: 1px 0 0 0;
	color: #2D2D2D;
	background-color: #FAFAFA;
}


.radio {
	margin:0 0 -.15em 0;
}

.check {
	margin:0em 0em 0em 0em;
}


/*
	Vertical Space	
*/
p.vsLine1{
	line-height:0px;
	height:1px;
}
p.vsLine2{
	line-height:0px;
	height:2px;
}

p.vsLine3{
	line-height:0px;
	height:3px;
}

p.vsLine4{
	line-height:0px;
	height:4px;
}
p.vsLine5{
	line-height:0px;
	height:5px;
}

p.vsLine10{
	line-height:0px;
	height:10px;
}

p.vsLine15{
	line-height:0px;
	height:15px;
}

p.vsLine20{
	line-height:0px;
	height:20px;
}

p.vsLine25{
	line-height:0px;
	height:25px;
}

p.vsLine30{
	line-height:0px;
	height:30px;
}

p.vsLine35{
	line-height:0px;
	height:35px;
}

p.vsLine36{
	line-height:15px;
	height:0px;
}


p.margin5{
	margin:0 0 0 5px; 	
}
p.margin10{
	margin:0 0 0 10px; 	
}
p.margin15{
	margin:0 0 0 15px; 	
}
p.margin20{
	margin:0 0 0 20px; 	
}
p.margin25{
	margin:0 0 0 25px; 	
}
p.margin30{
	margin:0 0 0 30px; 	
}

p.margin35{
	margin:10px 0 0 30px; 	
}







/* Float Cleat */
div.floatLeft{ float: left;}
div.floatRight{ float: right; }
p.clear, span.clear{
	clear:both; float:none;
}





/* align */
.textCenterAlign{
	text-align: center;
}

.textRightAlign{
	text-align: right;
}

.textLeftAlign{
	text-align: left;
}




/* Form Comment Msg Font */
.GrayComment{
	color: Gray;
}

.OrangeRedComment{
	color: #FF3300;
}

.fontWBold{
	font-weight: bold;
}




/* ÀÌ¹ÌÁö */
/* input ¹Ú½º¿¡ Á¶À¯À» À§ÇØ */
.btnImg{
	margin: 1px 0 0 0;
}



/* ±âÅ¸ */
.underline{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}


/* Å×ÀÌºíÆû*/
td.t01{
padding-top:7px; padding-bottom:2px; border-left-width:1px; border-left-color:rgb(200,211,229); border-left-style:solid;background:none;
}
td.t02{
padding-top:7px; padding-bottom:4px; border-bottom-width:1px; border-left-width:1px; border-bottom-color:rgb(200,211,229); border-left-color:rgb(200,211,229); border-bottom-style:solid; border-left-style:solid;
}
td.t03{
padding-top:7px; padding-bottom:4px; border-bottom-width:1px; border-bottom-color:rgb(200,211,229); border-bottom-style:solid;
}
td.t04{
padding-top:7px; padding-bottom:4px; border-bottom-width:1px; border-left-width:1px; border-color:rgb(200,211,229); border-bottom-style:solid; border-left-style:solid;
}
td.t05{
padding-top:7px; padding-bottom:4px; border-bottom-width:1px; border-color:rgb(200,211,229); border-bottom-style:solid;
}
td.t06{
padding-top:4px; border-width:1px; border-color:rgb(156,176,210); border-style:solid;
}
td.t07{
BORDER-RIGHT: rgb(156,176,210) 1px solid; BORDER-TOP: rgb(156,176,210) 1px solid; BORDER-LEFT: rgb(156,176,210) 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: rgb(156,176,210) 1px solid;
}


/* 
	¸®½ºÆ® °øÅë
	[ÂüÁ¶] ÆûÀÇ Å©±â´Â FormTableÀ» °¨½Î´Â div, table·Î Å©±â¸¦ ¼³Á¤ÇÏµµ·Ï ÇÑ´Ù.
*/
#ListTable{
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

	#ListTable th{
		border-top: 2px solid #C5C4BF;
		border-bottom: 1px solid #C5C4BF;
		padding: 6px 0 3px 0 ;
		color: #6C6865;
		text-align: center;
		background-color: #E8E4E1;
		font-weight:normal;
	}
		th .sortT{
			color: #6C6865;
			text-decoration:underline;
		}
		
		#ListTable .th1{
			background: #E8E4E1 url(/Images/SysManager/Common/br_table_space.gif) no-repeat right top;
		}

		#ListTable .th2{
			background: #E8E4E1 right top; 
		}

		#ListTable td{
			height: 28px;
			border-bottom: 1px solid #E5E6E1;
		}

			.rLine{
			/*	background: url(/Images/NTax/Customer/dotv.gif) repeat-y right top; */
				border-right:1px dotted #E6E6E6;
			}

			.tdPad4px{
				padding:4px 0 4px 0;
				line-height:14pt;
			}
			.tdPadL6px{
				padding-left: 6px;
				line-height:14pt;
			}
			.tdPadR6px{
				padding-right: 6px;
				line-height:14pt;
			}



.k16b {
	FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: ±¼¸²; word-spacing: 0; letter-spacing: 0; font-weight:bold; 
}
