@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*, footer{font-family: "Noto Sans KR", sans-serif;}

body{font-size: 13px;}

a{
  font-family: "Noto Sans KR", sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

a:hover{text-decoration: underline;}
