@charset "utf-8";
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:top;
}
/* 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;
	color: #606060;
}

div:focus{outline:none;}
a {text-decoration:none;}
* {margin:0; padding:0;}
ul,ol {list-style:none;}
img {border:none; vertical-align:top;}
body,button,input {font:12px 'Noto Sans KR' '나눔고딕', 'Nanum Gothic', '맑은고딕','Malgun Gothic','돋움', dotum, sans-serif; color: #606060;}


/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


/*
@font-face{
	font-family:"Nanum Gothic";
	font-weight: normal;
	src:url('../fonts/NanumGothic.eot');
	src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('../fonst/NanumGothic.woff') format('woff'),
	url('../fonts/NanumGothic.ttf') format('truetype');
	url('../fonts/NanumGothic.svg#NanumGothic') format('svg')
	src:local(※), url('../fonts/NanumGothic.woff') format('woff');

@font-face{
	font-family:"Nanum Gothic";
	font-weight: 400;
	src:url('../fonts/NanumGothicBold.eot');
	src:url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
	url('../fonst/NanumGothicBold.woff') format('woff'),
	url('../fonts/NanumGothicBold.ttf') format('truetype');
	url('../fonts/NanumGothicBold.svg#NanumGothicBold') format('svg')
	src:local(※), url('../fonts/NanumGothicBold.woff') format('woff');

@font-face{
	font-family:"Nanum Gothic";
	font-weight: 600;
	src:url('../fonts/NanumGothicExtraBold.eot');
	src:url('../fonts/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonst/NanumGothicExtraBold.woff') format('woff'),
	url('../fonts/NanumGothicExtraBold.ttf') format('truetype');
	url('../fonts/NanumGothicExtraBold.svg#NanumGothic') format('svg')
	src:local(※), url('../fonts/NanumGothicExtraBold.woff') format('woff');
	*/