* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "NanumSquareNeo", sans-serif;
  background: #fff;
  overflow: hidden;
  letter-spacing: -0.8px;
  color: #333333;
}
a {
  font-style: none;
  text-decoration: none;
  color: inherit;
  outline: none; /* 포커스 시 나타나는 외곽선 제거 */

}
ul li {
  list-style: none;
}

/* 마우스 오버 시 */
a:hover {
  color: inherit; /* 색상 유지 또는 원하는 색상으로 변경 가능 */
}

/* 클릭 시 */
a:active {
  color: inherit; /* 클릭한 후 색상 변경 (선택 사항) */
  text-decoration: none; /* 클릭 후 밑줄 제거 */
}

/* 포커스 시 */
a:focus {
  outline: none; /* 포커스 상태에서 외곽선 제거 */
}

td {
    font-size: 16px;
	}

table {
  margin-left: auto;
  margin-right: auto;
}

