@charset "utf-8";
/* 
bg : #131b6f 
color: #0f1010;
sub li > color: #707070;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap');

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

a {
   color: inherit;
   text-decoration: none;
}

li {
   list-style: none;
}

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

body {
   color: #0f1010;
   font-family: 'Noto Sans KR', sans-serif;
   font-weight: 400;
}
.body-wrap{
   min-width: 320px;
}
table{
   border-collapse: collapse;
}
table,th,td{
   border: 0;
}