@charset "utf-8";
.header{

}
.naver{
    margin:1.875rem 0;
    display:flex;
    justify-content:space-between;
}
.naver h1{
    text-indent: -99rem;
    display: inline-block;
    width:11rem;
    height:2.5rem;
    background:url('../imgs/logo.png') no-repeat left center;
    background-size:11rem 2.5rem;
}
a:hover { text-decoration:none;cursor: pointer; }
.client-btns a{
    display:inline-block;
    width:5rem;
    height:1.875rem;
    line-height:1.875rem;
    text-align:center;
    border:1px solid #ccc;
    border-radius: 5px;
}