@charset "utf-8";
/*2013.10.11*/

@font-face{
	font-family:"NanumGothic";
	src: url(../font/NanumGothic.eot);
	src: local(※) url(../font/NanumGothic.ttf) format('truetype'), url(../font/NanumGothic.woff) format('woff');
}

*{margin:0; padding:0;}
body{font-family:"NanumGothic","나눔고딕",sans-serif;font-size:12px;}
td, input, button, textarea, select, .c1 { font-family:"NanumGothic","나눔고딕", sans-serif; font-size:9pt; color:#222222; }

ol li,ul li{list-style:none;}
a{text-decoration:none;}
img{border:0 none; vertical-align:top;}

/* a:link, a:visited, a:active { text-decoration:none; color:#466C8A; } */
a:hover { text-decoration:underline; }

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }

.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

.ct { font-family:"NanumGothic", sans-serif; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family:"NanumGothic","나눔고딕", sans-serif; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */

input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }

.hide{
	position:absolute;
	left:-9999px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}