body {width:1000px; position:relative; margin:0 auto; font-family:Arial, "돋움", Dotum, "굴림", Gulim , verdana, "Myriad Pro"; color: #4f6b72; font-size:11px; line-height:130%;}
img,fieldset{border:0 none;}
dl,ul,ol,li, dt, dd{margin:0px; padding:0px; list-style:none;}
table{border-collapse: collapse;}
h1, h2, h3, h4, h5, h6, p{margin:0px; padding:0px;}
/* link*/
a {color:#1082ec; text-decoration:none;}
a:hover{color:#1082ec; text-decoration:underline;}

.select{width:1000px;}
.select table{width:1000px;}

#select_Table {float:left; width:1000px;
	padding: 0;
	margin: 0;
	background: #fff; border: 1px solid #e2e2e2; 
}

td,th {font-weight:normal; padding:3px 0; border: 1px solid #e2e2e2; }
th{color:#1082ec; text-align:center;}
th a, th a:hover{color:#1082ec;}
th p{color:#828282;}
td{color:#4b4b4b; text-align:center;}
td p{/*background:#fcf1e0;*/ border-top:1px solid #eee; margin-top:10px; padding-top:5px; color:#4b4b4b;}
#select_Table thead.Fixed{width:1000px; background:#fff; position: absolute; left:0; z-index:100;}
td.betterhover, #select_Table tbody tr:hover{background: #f0f3fb;}
.Font_Bd{font-weight:bold;}
.Bg_sky{background: #e7ffeb; color:#828282;}
.Bg_iv{background: #fffee7;}
.Font_Blue{color:#1082ec;}
.Line{border-bottom:1px solid #aeaeae;}

/*Tap*/
.Tab{position:relative; float:left; clear:both; width:100%; margin:20px 0;}
.Tab ul{float:left;}
.Tab ul li{float:left; margin:0 30px;}
.Tab ul li a{display:block; width:425px; color:#f1f1ee; font-size:20px; background:url(images/tab_off.gif); 
cursor:pointer; text-align:center; padding:15px 0; font-weight:bold;}
.Tab ul li a:hover{background:url(images/tab_on.gif); ; text-decoration:none;}
.Tab ul li .on{background:url(images/tab_on.gif); ;}

/* Tooltip */
.tip, .tipClick{ /* This is any element that has a tooltip attached too it */
	position:relative !important;
	display:inline-block;
}

.tip > .tooltipT,
.tipClick > .tooltipT{ /* Used to hide the tooltip */
	display:none;
}

/** IMPORTANT!  Use the tipClick class for clickable tooltips (mobile doesn't allow hovering) and the .tip class for hoverable tooltips **/


.tip:hover > .tooltipT, /* This shows the tooltip when an elements with the .tip class is hovered over */
.tipClick > a:focus + .tooltipT{ /* This shows the tooltip once an element with the .tipClick class is clicked */
	display:block; text-align:left; line-height:130%;
}

.tooltipT{
	border:2px solid #acacac;
	position:absolute; z-index:100;
	width:305px; height:102px;
	padding:15px 10px;
	font-size:12px;
	background:#fff;}

.tooltipT:before{
	border-style: solid;
	height:0px;
	width:0px;
	position:absolute;	
	display:block;
}
.tooltip-image{float:left; width:142px; height:97px; border:1px solid #ebebeb; margin-right:10px;}

/******* Top Tooltip **********/

.tooltipT{ /* The styling on the tooltip */
	bottom:26px;
	left: -186px;
	}
	
.tooltipT:before{  /* Creates the arrow for the tooltip */
	right:5px;
	bottom:-20px;
}
.tooltip-box {position:absolute; width:305px; height:102px; padding:15px 10px; text-align: left; 
font-size:12px;
background:#fff; border:2px solid #acacac;
}

.tooltip-box img.tooltip-image{float:left; width:142px; height:97px; border:1px solid #ebebeb; margin-right:10px;}
.tooltip-box dl{width:146px; float:left; text-align: left; color: #4b4b4b;}
.tooltip-box dt{margin-bottom:4px;}
.tooltip-box dd{padding-bottom:2px;}

#footer{float:left; width:100%; padding-top:10px;}
#footer p.copyRight {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 10px 0px 0px 0px;
font-size: 11px;
color: #AAA;
}
.align_c {text-align: center;color: #333; font-family: Arial,"돋움",Helvetica,sans-serif; font-size: 12px; line-height: 160%;}
