@charset "euc-kr";

/* Ʈ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

a {
  text-decoration: none;
  color: #313131;
}
a:hover {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address {
  font-style: normal;
}

/*  font-family: 'Noto Sans KR', sans-serif;  */

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
}
