﻿
body        {
font-family: 'Noto Sans KR', sans-serif;
/* font-family: 'NanumSquare', sans-serif; */
position : fixed ;
color : black ;
background-color	:	#f1f1f1; 
}

H1{
font-weight	:	100 ;
letter-spacing: 0.2em;
margin	:	0;
}
HR{ margin : 0;}

h5{
    font-size: 10pt; 
    padding: 0;
    margin: 0;
    margin-bottom: -12px;
    margin-left: 10px;
    font-weight: lighter;
}
H6{
font-size	:	8pt ;
}

address{
font-family:serif;
font-size	:	12pt ;
}

a{
color :black ;
font-weight : 100;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

ul
{
margin:0;
padding:10px;

  list-style-type: none;
}
li::before {
  content: ".";
  margin-right: 0.4em;
  position: relative;
  top: -0.25em;
}
