/* 
*******************************************
RESET
******************************************* 
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  overflow-y: scroll;
}

body ul {
  list-style: square inside;
}

/* body ol {
  list-style: decimal inside;
} */

body a {
  outline: none;
  text-decoration: none;
}

body a img {
  border: none;
}

body img {
  vertical-align: middle;
}

body table {
  border-collapse: collapse;
}