@charset "UTF-8";

@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=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  font-family: "Lato", "Noto Sans KR", sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -0.02rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* 400,500,700,900 */
}
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
a,
option,
blockquote,
th,
td,
input,
select,
textarea,
button,
figure,
section,
article,
main,
aside,
nav,
header,
footer,
figcaption {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
}
fieldset,
hr,
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: top;
  font-size: 1rem;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*input:checked[type='checkbox'] {background-color:#666; -moz-appearance:checkbox; -webkit-appearance:checkbox;}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset'] {-moz-appearance:none; -webkit-appearance:none; border-radius:0;}
input[type='search']::-webkit-search-cancel-button {-moz-appearance:none; -webkit-appearance:none;} */ /* 모바일 인풋초기화 */
a {
  text-decoration: none; /* -webkit-tap-highlight-color:transparent;*/
  color: inherit;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
caption {
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: -99999999px;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
::placeholder {
  color: #aaa;
  font-size: 0.938rem;
  font-weight: 300;
}
