/* outgoing-programs > 글로벌인턴십 > 선발 및 진행 */
.process-box02.type02 > ol {display: flex;}
.process-box02.type02 > ol:after{content:'';display:block;clear:both;}
.process-box02.type02 > ol > li { width: calc(16.6666666667% - 30px) !important; margin-right: 40px;}
.process-box02.type02 > ol > li{position: relative;padding:20px 0;background: #eff5f8;border-radius: 8px;box-sizing: border-box;text-align: center;border: 1px solid #1969b2;}
.process-box02.type02 > ol > li:after{ content: '';display: block;position: absolute;right: -33px;width: 20px;height: 21px;background: url(/_res/ajou/apcc1721/img/content/arr-right.png) no-repeat 50% 50%/100%;transform: translateY(-50%);top: 50%;transition-timing-function: revert-layer;
   }
.process-box02.type02 > ol > li:last-of-type{margin-right:0;}
.process-box02.type02 > ol > li:nth-of-type(6n){margin-right:0;}
.process-box02.type02 > ol > li:nth-of-type(6n):after{display:none;}
.process-box02.type02 > ol > li:last-of-type:after{display:none;}

@media screen and (max-width: 996px) {
	.process-box02.type02 > ol {flex-wrap:wrap}
	.process-box02.type02 > ol > li { width: calc(31.3333% - 30px) !important; margin-right: 30px;margin-bottom:50px}
	.process-box02.type02 > ol > li:after { right: -26px;}
}

@media screen and (max-width: 768px) {
	/* outgoing-programs > 글로벌인턴십 > 선발 및 진행 */
	.process-box02.type02 > ol{padding:15px 0 0;display:block;}	
	.process-box02.type02 > ol > li { width: calc(100%) !important; margin-right:0;margin-bottom:35px}
	.process-box02.type02 > ol > li:nth-of-type(6n){margin-right:20px;}
	.process-box02.type02 > ol > li:last-of-type:after{display:none;}
	.process-box02.type02 > ol > li > p{padding:2px 10px;width:auto;font-size:14px;line-height:22px;}
	.process-box02.type02 > ol > li > div p:nth-of-type(1){margin:0 0 5px;padding:0 0 5px;font-size:15px;line-height:23px;}
	.process-box02.type02 > ol > li > div p:nth-of-type(2){font-size:14px;line-height:22px;padding: 8px 0 0 0;}
	.process-box02.type02 > ol > li {padding: 15px 10px 4px 10px;;}
	
	.process-box02.type02 > ol > li:after{ content: '';right: auto;left:50%;background: url(/_res/ajou/apcc1721/img/content/dw-arr.png) no-repeat 50% 50%/100%;transform: translateX(-50%);top: auto;bottom :-28px;
    
}
	
	
}