@charset "utf-8";
 
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR";
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
*::before,
*::after {
  display: inline-block;
  position: absolute;
}
body {
  background: #f5f5f5 !important;
  line-height:1.5;
}
ul,
ol,
li,
dl,
dd,
dt {
  display: inline-block;
  list-style: none;
}
a {
  text-decoration: none;
/*   color: #6c757d; */
}
a:active {
  color: #000;
}
strong {
  font-weight: 700;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.link_disable {opacity: 0.5;}
