@charset "utf-8";

/*로고영역가로사이즈*/
.wrap-header .header-logo {width: 418px;}

/*메뉴조정*/
@media all and (max-width:1280px) {
  .wrap-header .header-logo {width: 380px;}
}


/*하단 바로가기 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%;}
}
