@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, p, a, abbr, acronym, address, big, img, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	border: 0;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: none;
    line-height: 1;
    letter-spacing: inherit;
}
caption{
    display: none;
}
body {
    -webkit-text-size-adjust: 100%; /* 2 */
    letter-spacing: -1px;
}
.en {
    letter-spacing: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
}
img,td,th,button,a{
    vertical-align: middle;
}

button,select {
    font: inherit;
}

button:focus, a:focus {
    outline: none;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size : 32px;
}
h3 {
    font-size :24px;
}
h4 {
    font-size:20px;
}
h6 {
    font-size:14px;
}
br { font-family:dotum;}