@charset "utf-8";

/*사이트 생성 후 로고 이미지 가로 사이즈 입력*/
/*로고영역가로사이즈
.wrap-header .header-logo {width: 355px;}
*/




/*하단 바로가기 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%;}
}




.wrap-header .header-navi .a_1[target=_blank] span:before {
    content: '';
    position: absolute;
    left: 105%;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(/images/knou/common/ico-a3-blank.png) no-repeat center center;
}
