@charset utf-8;
html, body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, hr {
margin: 0;
padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
body{
    font-size:16px; 
    line-height:1em;
    color:#121212; 
    margin: 0;
    font-family:'notokr-regular';
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
/*폰트두께*/
.ff-r{
    font-family:'notokr-regular';
}
.ff-m{
    font-family:'notokr-medium';
}
.ff-b{
    font-family:'notokr-bold';
}
p{
    margin: 0; 
    line-height: 1em;
}
a{
    color:#121212;
    text-decoration:none; 
    letter-spacing: -0.6px;
    line-height: 1em;
}
ul{
    margin: 0; padding: 0;
}
li{
    list-style: none;
}
img{
    border:0;
}
input, button{
     font-family:'폰트지정자리';
}
/* ie placeholder */
input:-ms-input-placeholder{
    font-family:'Malgun Gothic','맑은 고딕','돋음','Dotum','Apple SD Gothic Neo',Arial,Helvetica,sans-serif;
}
input::-ms-value{
    font-family:'Malgun Gothic','맑은 고딕','돋음','Dotum','Apple SD Gothic Neo',Arial,Helvetica,sans-serif;
}
/* text blind */
.blind{
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
/* float */
.cf {}
.cf:after {
    content: '';display: block;clear:both;
}
.fl {float:left;}
.fr {float:right;}
.cb {clear:both;}
/**/
.w_100{width: 100%}
.w_90{width: 90%}
.w_80{width: 80%}
.w_70{width: 70%}
.w_60{width: 60%}
.w_50{width: 50%}
.w_40{width: 40%}
.w_30{width: 30%}
.w_20{width: 20%}
.w_10{width: 10%}

