@charset "utf-8";
@import "layout.css";
html, body {
font-family: "돋움";
font-size: 9pt;
color:#898989;
margin:0;
padding:0;
height: 100%;
line-height: 160%;
}
img { 
border : 0; 
} 

table { 
border-collapse: collapse;
}

td{
font-family: "돋움";
font-size: 12px;
line-height: 160%;
}

select, textarea, text, input{
font-family: "돋움";
font-size: 12px;
}

form, p, fieldset, label, h1, h2, h3, h4, h5, h6, ul, li, p, form, dl, dt, dd {	margin: 0px; padding: 0px; }

br {letter-spacing:0;}
li {list-style:none;}
li img {vertical-align:top}


A:link, A:visited {	text-decoration: none;	color:#898989;}
A:active,A:hover { text-decoration: none;	color:#555;}


/*rollover*/
A.rollover img { display:inline; border:0;}
A.rollover img.over { display:none; }
A.rollover:hover { border:0; }
A.rollover:hover img { display:none; }
A.rollover:hover img.over { display:inline;}


/*정렬*/
.left {float:left}
.right {float:right}
.reset {clear:both}
.mcenter {margin:0 auto}
.tcenter {text-align:center}
.tright {text-align:right}
.gapb30 {padding-bottom:30px}
.gapt25 {padding-top:25px}
.width50 {width:50%}
.underline {border-bottom:1px solid #e3e3e3;}
.underline2 {border-bottom:2px solid #ee1c24; padding:0 0 4px 0}

/*텍스트*/
.text8 {font-size:8pt;}
.textS {font-size:10px;}
.text9 {font-size:9pt;}
.text16 {font-size:16pt;}
.text22 {font-size:22pt;}
.textb {font-weight:bold}
.nanum {font-family:NanumGothic;}
.engNum {font-family:tahoma;}
.textn {font-weight:normal}
.arial {font-family:tahoma;}

/*컬러*/
.c1 {color:#727f8f}
.cO {color:#f86f00}
.cBlue {color:#0069ac}
.clg {color:#a5a5a5}
.cGreen {color:#1da916}
.cRed {color:#df2d2d}
.c222 {color:#222222}
.c444 {color:#444444}
.c666 {color:#666666}
.c888 {color:#888888}
.cfff {color:#ffffff}
.cBlue2 {color:#919ead}

/*양식*/
.WhiteForm {background:#ffffff;}
.loginForm {background:#f8f9f9; border:1px solid #e0e0e0}
.joinForm {background:#ffffff; border:1px solid #dadada; font-family:tahoma; color:#666}