@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

/* basic setting */
* {
  padding: 0;
  margin: 0;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333;
}

body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  color: #333;
}

html {
  overflow-y: scroll;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

img,
fieldset {
  border: 0;
}

ul,
ol,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

a {
  text-decoration: none;
}

header,
footer,
nav,
section,
article,
aside {
  display: block;
}

img {
  max-width: 100%;
}