@charset "utf-8";

html,body{width:100%;height:100%;margin:0;padding:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
div, p, ul, ol, li, img, a, table, td, th, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe, dl, dt, dd, caption  {margin:0;padding:0;border:none;}
table{border-collapse:collapse; vertical-align:middle;font-size:100%;}
img{border: 0 none;}
a, button, submit{transition: .2s ease-out}

a{text-decoration:none;color:#444;border:none;margin:0;padding:0;}
a:visited{text-decoration:none;border:none;}
a:active{text-decoration:none;border:none;}
a:hover{text-decoration:none;border:none;}
	
fieldset{border:none;margin:0; padding:0;}
img, input.image {border:0 none;}
form, input{margin:0;padding:0;}
legend{display:none; margin:0; padding:0;}
caption{overflow:hidden;width:0;height:0;line-height:0;text-indent:-9999px}
ul,ol,li {list-style:none;}
select{font-size:1em;}
textarea{font-size:1em;margin:0;padding:0;}
button{border:0;cursor:pointer}

hr{visibility:hidden;overflow:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}
td *, div *, span *, p * {  vertical-align: top;}
h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

pre{font-family: "SCDream", "NotoSans", Dotum, "돋움"; font-weight: 300;}
/*게시판 에디터 작성시에 테이블에 영향을 줄수 있는 속성은 작성 하지 말것
(에디터에서 작성된 테이블이 작성 완료 후에도 그대로 적용되기 위함)
필요한 속성은 따로 class 를 두어 common 또는 content css 에서 작성*/                                   