@charset "utf-8";
/* 초기화 */
html {overflow-y:scroll}
body {margin: 0; padding: 0; font-size: 12px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin: 0; padding: 0; border: 0;}
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

#hd ul, nav ul, #ft ul, ul {margin: 0; padding: 0; list-style: none;}
li {list-style:none}
legend {position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden;}
label, input, button, select, img {vertical-align:middle;}
input, button {margin: 0; padding: 0; font-size: 1em;}
button {cursor: pointer}
ol, li { margin: 0; padding: 0; }

textarea, select { font-size: 1em; }
select {  height: 26px; border: 1px solid #e8e8e8; background: #fff; }
p {margin: 0; padding: 0; word-break:break-all;}
hr {display: none;}
pre {font-size: 1.1em; overflow-x: scroll;}
a:link, a:visited {color:#000 ;text-decoration:none;}
a:hover, a:focus, a:active {color: #000; text-decoration: none; }

/* 테이블 */
table {width: 100%; border-collapse: collapse; }
caption {height: 0; font-size: 0; line-height: 0; overflow: hidden; text-indent:-20000px;}
