.direct-box ul{display: flex;}
.direct-box ul li{width: 82px;text-align: center;}
.direct-box ul li:nth-of-type(1) a{background: #0b419b;display:table;}
.direct-box ul li:nth-of-type(1) a > span{display:table-cell;vertical-align:middle;color:#fff;font-weight:500;font-size:18px;}
.direct-box ul li:nth-of-type(2) a{background: #333333 url(/_res/ajou/gs/img/main/ico-login.png) no-repeat center;}
.direct-box ul li:nth-of-type(3) a{background: #fff url(/_res/ajou/_share/img/etc/img-logo-login.gif) no-repeat 50% 50%/50%;}
.direct-box ul li a{display:block;width:100%;height:82px;}

@media screen and (max-width:1024px) {
	
	.direct-box{display:none;}
	
}