@charset "utf-8";

html{
  font-size: 10px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Noto Serif", "Noto Serif KR", "Pretendard", serif;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #3e3e3e;
}

table{
  border-collapse: collapse;
  width: 100%;
}

ol, ul{
  list-style: none;
}

a{
  text-decoration: none;
  color: #3e3e3e;
}

address, em{
  font-style: normal;
}

caption, legend{
  display: none;
}

select, input, fieldset{
  vertical-align: top;
  border: 0;
}

input{
  outline: none;
}

img{
  vertical-align: top;
  border: 0;
}