@CHARSET "UTF-8";

/* common.css */

@font-face {
     font-family : 'namumgothic';
     src :url(fonts/NanumGothic.eot);
     src :url(fonts/NanumGothic.eot?#iefix) format('embeded-opentype'),
           url(fonts/NanumGothic.woff) format('woff');
}
@font-face {
     font-family : 'namumgothicBold';
     src :url(fonts/NanumGothicExtraBold.eot);
     src :url(fonts/NanumGothicExtraBold.eot?#iefix) format('embeded-opentype'),
           url(fonts/NanumGothicExtraBold.woff) format('woff');
}
@font-face {
     font-family : 'namumsquare';
     src :url(fonts/NanumSquareR.eot);
     src :url(fonts/NanumSquareR.eot?#iefix) format('embeded-opentype'),
           url(fonts/NanumSquareR.woff) format('woff');
}
@font-face {
     font-family : 'namumsquareBold';
     src :url(fonts/NanumSquareB.eot);
     src :url(fonts/NanumSquareB.eot?#iefix) format('embeded-opentype'),
           url(fonts/NanumSquareB.woff) format('woff');
}


/* default */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, thead, tbody, tfoot,  tr, th, td
{margin:0; padding:0; border:0; font-size:100%; font-style:normal; font-weight:normal; text-decoration:none; text-align:left; background:transparent;}

html {height:100%; }
body { font:normal 12px/18px namumgothic, "돋움", "Dotum",Verdana, sans-serif; color:#333; height:100%; }
table { border-collapse: collapse; border-spacing: 1px; font-size:1em; }
a, a:link, a:visited { text-decoration: none; color:inherit; font-weight:inherit; }
a:hover, a:active { text-decoration: underline; color:inherit; font-weight:inherit; }