html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
 vertical-align: baseline;
 font-family: 'Nanum Gothic', '나눔 고딕' inherit/* ,'맑은 고딕',inherit */;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0; 
 }

heade,section, article, footer, aside, main, menu, nav, address{display:block;margin: 0; padding:0;}

html, body {
	 line-height: 1;       /*- 한글 기준은 1.2 -*/
	 color: #333;
	 font-size:14px;
	 }
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:1rem;
}
ol, ul {
	 list-style: none;
	 }
	/* tables still need cellspacing="0" in the markup */
table {
	 border-collapse: separate;
	 border-spacing: 0;
	 }
caption, th, td {
	 font-weight: normal;
	 text-align: left;
	 }
	/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	 content: "";
	 }
blockquote, q {
	 quotes: "" "";
	 }
input{}

/*디테일초기화*/
    a{
	color: inherit;
	text-decoration:none;
    width: 100%;
    height: 100%;
    display: block;
}

img{
	border: 0;
}
input, button, textarea, selext, option{
	box-sizing: border-box; border: 1px solid #999;
}

*.fl{float:left;}
*.fr{float: right;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
