@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans KR';
  line-height: 1.5;
  color: rgb(20, 10, 1);
}

a {
  text-decoration: none;
  color: rgb(20, 10, 1);
}

button{
  border: none;
}

li{list-style: none;}

.parent::after, .parent::before{
  content: " ";
  display: table;
}

.clearfix::after{
  content: " ";
  display: block;
  clear: both;
}

.ir_pm{
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}

.screenout{
  position: absolute;
  top: -9999em;
  left: -9999em;
}

