@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

/* CSS 초기화 */
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* 추가 *//* Firefox, WebKit, Opera 및 IE8+ 에서 지원됨 */
}
body {
	font-family:'Noto Sans KR',NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',Sans-serif;/* 추가 */
	/* 'Do Hyeon',  */
	line-height: 160%;;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a, a:hover, a:visited {  /* 추가 */
	font-family:'Noto Sans KR',NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',Sans-serif;
	text-decoration:none;
	/* vertical-align:baseline; */
	color:#222;
}

img { /* 추가 */
border:0;
vertical-align:top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input{ /* 추가 */
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing: border-box; /* Firefox, WebKit, Opera 및 IE8+ 에서 지원됨 */
	vertical-align:top;
	border-radius:0; 
}
