@charset "utf-8";

/*로고영역가로사이즈*/
.wrap-header .header-logo {width: 438px;}

/*메뉴넘어감조절*/
@media all and (max-width:1280px) {
  .wrap-header .header-logo {width: 400px;}
}
@media (max-width: 1040px){
  .wrap-header .header-navi .li_1 {padding: 0 1%;}
}



/*하단 바로가기 6개 변경*/
.wrap-shortcut .box-shortcut {width: 16.6%;}
.wrap-shortcut .box-shortcut .sort dd {width: 100%;}

@media (max-width: 860px) {
.wrap-shortcut .box-shortcut { width: 50%;}
}
