.top{width:66.66%; height:90px; background:#fff; z-index:99; position:absolute; top:0px; left:16.67%; box-shadow:0 0 10px 4px #F4F4F4; display:flex; flex-direction:row; justify-content:space-between; align-items:center;}

.top .logo{ width:178px; height:80px; margin-left:5%;}
.top .logo img{ width:120px; height:80px;}

.top .navs{ width:65%; min-height:90px;  display:flex; flex-direction:row; justify-content:flex-end; align-items:center;}
.top .navs .naver{ width:16%; height:90px; line-height:90px; color:#444; text-align:center; font-size:15px; cursor:pointer; position:relative;}
.top .navs .naver:hover{ color:#f33; font-size:15px;}

.top .navs .login{ width:16%; height:90px; line-height:90px; color:#444; text-align:center; font-size:15px; cursor:pointer; position:relative;}
.top .navs .login a{ color:#444}
.top .navs .login a:hover{ color:#f33}

.top .navs .naver .snav{ width:96%; min-height:60px; background:#fff; position:absolute; top:94px; left:2%;  box-shadow:0 0 10px 4px #F4F4F4; padding-top:5px; padding-bottom:5px; display:none}
.top .navs .naver .snav a{ width:100%; height:40px; line-height:40px; display:block; text-align:center; color:#555}
.top .navs .naver .snav a:hover{ color:#f33}














