@charset "utf-8";

html {
	overflow-y:scroll;
	scroll-behavior: smooth;
}
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 {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, fieldset {
	border:0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
body, table, th, td, input,
textarea, button, select {
	font-family:Noto Sans KR, 'Noto Sans KR', sans-serif, "돋움", Dotum, Arial;
	font-size:10px;
	color:#191919;
	line-height:1.4;
	letter-spacing: -0.01rem;
}
a {
	color:#191919;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:none;
}
a:focus, button:focus{
	outline:none;
}

::-moz-selection {
  color: #fff;
  background: #00C868;
}
::selection {
  color: #fff;
  background: #00C868;
}