@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Noto Sans KR', sans-serif;
    font-size:12px;
    line-height:18px;
    color: #222;
}
a{
    color: #222;
    text-decoration: none;
}
img{
    border: none;
    vertical-align: top;
}
input, select, button{
    vertical-align: top;
}
button{
    cursor: pointer;
}
ul,ol{
    list-style: none;
}
.cf{

}
.cf:after{
    content: "";
    display: block;
    clear: both;
}
address{
    font-style: normal;
}
.inner{
    width:1200px;
    margin:0 auto;
}


::-moz-selection {
   background: #e4f4fe;
   color: #024068;
}
::selection {
   background: #e4f4fe;
   color: #024068;
}
