@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;900&display=swap');
/*
font-family: 'Noto Sans KR', sans-serif; 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
  vertical-align: top;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #f5f6fb;
  font: 12px/1em 'NanumSquareRoundR',"Noto Sans KR", sans-serif;
  color: #333;
}
th,
td,
input,
select,
textarea,
button {
  font: 12px/1em 'NanumSquareRoundR',"Noto Sans KR", sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
button:active,
button:focus {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  text-indent: -9999px;
  height: 0px;
  width: 0px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
