@charset "utf-8";

* {margin:0;padding:0;}
html {width:100%;height:100%;}
body {width:100%;height:100%;font:12px/1.3em Tahoma, "돋움",Dotum, "굴림",Gulim,Helvetica,AppleGothic,sans-serif;color:#666;}
div, form, p {}
h1, h2, h3, h4, h5, h6, h7 {font-size:100%;font-weight:normal;}
ul, ol, li { list-style:none;}
dl, dt, dd {}

a:link {color:#838282;text-decoration:none;}
a:visited {color:#838282;text-decoration:none;}
a:hover {color:#666;text-decoration:none;}
a:active {color:#838282;text-decoration:none; }
a:focus{text-decoration:none;}/*text-decoration:underline;*/

table {width:100%;}
table, tbody, tfoot, thead, tr, th, td {border-collapse:separate;border-spacing:0;table-layout:fixed;}/*border:none; separate*/
/* 6 */* html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}
/* 7 */* + html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}

caption {display:none;}
fieldset {border:none;}
legend {display:none;}

input {}
textarea {resize: none;} /* 크롬,사파리 */
button{cursor:pointer;}
select {vertical-align:middle;font:12px "돋음",Dotum;color:#666;padding:1px;}
input, button, select, textarea {color:#919191; vertical-align:middle;}

address{font-style:normal;}
em {font-style:normal;}
hr {display:none;}
img {border:none;vertical-align:middle;}


/* html5 block*/
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block;}
/* base 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
img { vertical-align:top; }
ul, ol { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:0; }
caption, legend {display:none; }
textarea {resize: none;}  
html, body { width:100%; height:100%; background-color:#e6e6e6; display:none; }
*/