  .flow-ol{display:flex;margin:10px 0 20px 0;}
.flow-ol li{border-bottom: none;padding: 10px 25px;text-align: center;border-radius: 8px;color: #fff;vertical-align: middle;position: relative;margin: 0 45px 0 0;border: 1px solid #76a8b9;box-shadow: 2px 5px 9px 3px rgb(221 221 221);}
.flow-ol li:after{   content: '';display: block;clear: both;position: absolute;background: url(/_res/ajou/ece/img/content/bg-arr.gif) no-repeat;width: 11px;    height: 23px;right: -31px;top: 23px;}
.flow-ol li:last-child{margin:0}
.flow-ol li:last-child:after{display:none;}
.flow-ol.ty01 li{background-color:#7695c9;}
.flow-ol.ty02 li{background-color:#58719a;}
.flow-ol.ty03 li{background-color:#3a4861;}



@media all and (max-width:768px) {	
	.flow-ol{display:block;margin:10px 0 45px 0;}
	.flow-ol li{margin: 0 0 33px 0;text-align:left}
	.flow-ol li:after{   content: '';display: block;clear: both;position: absolute;background: url(/_res/ajou/ece/img/content/bg-arr01.gif) no-repeat;width: 23px;height: 11px;left: 50%;bottom: -22px;top: auto;right: auto;}
}