@CHARSET "EUC-KR";


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


body, p, div, th, td, select {
	color: #434343;
	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;
}





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

input.typeImage {
	border: 0 none;
}

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



textarea {
	font-family: "±¼¸²","Gulim","AppleGothic","sans-serif";
	font-size: 1em;
	border: 1px solid #BCBCBC;
	height: 14px;
	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;
}





/* 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;
}


/* ÆäÀÌÂ¡°ü·Ã */
#PageSetDiv a {font-family:"arial"; color: #333; text-align: center; padding:0 6px 0 6px; text-decoration:none;}
#PageSetDiv a.select {font-weight:bold; padding:0 6px 0 6px; color: #ff6633;}

