/* 브라우저 버전별 핵
.more { 태그 앞에 _가 붙으면 ie 6.0 핵; _width:500px; }
.more { 태그 앞에 #가 붙으면 ie 7.0 핵; #width:500px; }
:root .more { 클래스 앞에 :root가 붙으면 파이어폭스 핵(파이어폭스에서만 적용되고, id버전에서는 적용안됨 }
*/

body { margin:0; padding:0; font-family:dotum; font-size:12px; color:#6b6d70;  }

.clear { margin:0; padding:0; font-size:0; line-height:0; clear:both; }

img { border:0; }

div, ul, li, dl, dt, dd, input, span, h1, h2, p, td, th { margin:0; padding:0; }

ul { list-style:none; margin:0; padding:0; }

select { font-family:돋움; font-size:12px; height:22px;  }

table { border:0; padding:0; margin:0; }

input { vertical-align:middle; }

textarea { font-size:12px; color:#6b6d70; padding:10px; }

/* ie 점선 없애기 */
a,img,input { selctor-dummy:expression(this.hideFocus=true); }

/* 파이어폭스 점선 없애기 */
a,img,input { outline:none; selector-dummy:expression(this.hideFocus=true); }

/* input */
.id-input      { border:1px solid #c3c3ca; height:15px; font-size:12px; padding:3px 0 0 5px; }
:root.id-input { border:1px solid #c3c3ca; height:18px; padding-left:5px; } /* 파이어폭스 핵 */

.input      { border:1px solid #eaebeb; height:15px; font-size:12px; padding:3px 0 0 5px; }
:root.input { border:1px solid #eaebeb; height:18px; padding-left:5px; } /* 파이어폭스 핵 */

.input-login { border:1px solid #c3c3ca; height:15px; font-size:12px; padding:3px 0 0 5px; }

.color_888 { color:888; }
.f_11 { font-size:11px; }


/* link */
a:link,
a:visited,
a:active { text-decoration:none; color:6b6d70; }
a:hover  { text-decoration:none; color:6b6d70; }

.more:link,
.more:visited,
.more:active { font-size:11px; color:#949bab; text-decoration:none; }
.more:hover  { font-size:11px; color:#949bab; text-decoration:none; }

.more-span { font-size:11px; color:#ef0a0d; font-weight:bold; padding-right:2px; }

.login:link ,
.login:visited ,
.login:active { text-decoration:none; color:#858891; }
.login:hover  { /*text-decoration:none; */ }

.list:link ,
.list:visited ,
.list:active { text-decoration:none; color:#858891; }
.list:hover  { text-decoration:none; }

a:link ,
a:visited ,
a:active { text-decoration:none;  }
a:hover  { text-decoration:none; }

.list1:link ,
.list1:visited ,
.list1:active { text-decoration:none; color:#858891; }
.list1:hover  { text-decoration:none; }

.rss:link ,
.rss:visited ,
.rss:active { text-decoration:none; color:#dba525; }
.rss:hover  { text-decoration:none; }

#contents .center .c-center .more:link ,
#contents .center .c-center .more:visited ,
#contents .center .c-center .more:active { text-decoration:none; font-size:11px; color:#a2a2a2; letter-spacing:-1px; }
#contents .center .c-center .more:hover  { text-decoration:none; color:#333; }

#contents .center .c-center .list:link ,
#contents .center .c-center .list:visited ,
#contents .center .c-center .list:active { font-size:12px; text-decoration:none; color:#333; }
#contents .center .c-center .list:hover  { text-decoration:none; color:#a2a2a2; }




















