@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
}
a {
color: #000;
text-decoration: none;
}
body {
font-family: '맑은 고딕';
font-size: 16px;
color: #000;
line-height: 1.5;
}
#container {
width: 1200px;
}