/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-weight: normal;
    color:inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, div, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    box-sizing:border-box;
}
i{box-sizing: border-box;}
input, textarea {
    margin:auto;
    box-sizing:border-box;    
}
body {
	line-height: 1;/*기본 행간 높이 전문가들은 1.15로 한다네?*/
}
ol, ul {list-style: none; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a tag의 reset code*/
li, a {color:#fff; text-decoration: none; outline: none}
a:link{color:white; }
a:hover, a:active {text-decoration: none; color:#fff;}

.fz06rem{font-size: 0.6rem;}
.fz07rem{font-size: 0.7rem;}
.fz08rem{font-size: 0.8rem;}
.fz09rem{font-size: 0.9rem;}
.fz10rem{font-size: 1.0rem;}
.fz11rem{font-size: 1.1rem;}
.fz12rem{font-size: 1.2rem;}
.fz13rem{font-size: 1.3rem;}
.fz14rem{font-size: 1.4rem;}
.fz15rem{font-size: 1.5rem;}
.fz16rem{font-size: 1.6rem;}
.fz17rem{font-size: 1.7rem;}
.fz18rem{font-size: 1.8rem;}
.fz19rem{font-size: 1.9rem;}
.fz20rem{font-size: 2.0rem;}
.fz21rem{font-size: 2.1rem;}
.fz22rem{font-size: 2.2rem;}
.fz23rem{font-size: 2.3rem;}
.fz24rem{font-size: 2.4rem;}
.fz25rem{font-size: 2.5rem;}
.fz26rem{font-size: 2.6rem;}