/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*ÆùÆ®*/
@font-face {
  font-family: 'NanumSquareR';
  font-style: normal;
  font-weight: 400;
  src: url(../../font/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(../../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(../../font/NanumSquareR.woff2) format('woff2'),
       url(../../font/NanumSquareR.woff) format('woff'),
       url(../../font/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareL';
    font-style: bold;
    font-weight: 700;
    src: url(../../font/NanumSquareL.eot);
    src: local('Nanum Square Light'), 
	local('NanumSquareL'), 
	url(../../font/NanumSquareL.eot?#iefix) format('embedded-opentype'), 
	url(../../font/NanumSquareL.woff2) format('woff2'), 
	url(../../font/NanumSquareL.woff) format('woff'), 
	url(../../font/NanumSquareL.ttf) format('truetype');
}

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, 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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	font-family:"NanumSquareR", 'Nanum Gothic', '³ª´®°íµñ', '¸¼Àº °íµñ', 'Malgun Gothic', 'µ¸¿ò', 'Dotum';
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

input{font-family:"NanumSquareR,Nanum Gothic", "³ª´®°íµñ", "sans-serif";}
input[type="password"]{font-family:"µ¸¿ò","dotum", "sans-serif";}
select{font-family:"NanumSquareR,Noto Sans KR","arial", "sans-serif";}
option{font-family:"NanumSquareR,Noto Sans KR","arial", "sans-serif";}
textarea{font-family:"NanumSquareR,Noto Sans KR","arial", "sans-serif";}