/* outgoing-programs > 글로벌인턴십 > 선발 및 진행 */
.process-wrap > ol:after{content:'';display:block;clear:both;}
.process-wrap > ol > li {margin-bottom:25px;border-bottom: 1px solid #eeeeee;padding-bottom:45px;display:flex;align-items: center;}
.process-wrap > ol > li:last-child {margin-bottom:0;border-bottom: none;padding-bottom:0;}
.process-wrap > ol > li > div {position: relative;padding:20px 0 20px 10px;background: #eff5f8;border-radius: 8px;box-sizing: border-box;text-align: center;border: 1px solid #1969b2;width: 35%;margin-right:20px}
.process-wrap > ol > li > div:after{content:'';display:block;position:absolute;bottom:-50px;left:50%;width:32px;height:33px;background:url(/_res/ajou/ajoulaw/img/content/dw-arr.png) no-repeat 50% 50%;transform:translate(-50%);}
.process-wrap > ol > li:last-child > div:after{display:none;}
.process-wrap > ol > li > ul:nth-child(2) {width:25%;padding:10px 15px 10px 0;}
.process-wrap > ol > li > ul:nth-child(3) {width:40%;padding:0px;}

.process-wrap > ol > li:last-child > ul:nth-child(2){width:65%;}

@media screen and (max-width: 768px) {
	/* outgoing-programs > 글로벌인턴십 > 선발 및 진행 */
	.process-wrap > ol{padding:15px 0 0;}	
	.process-wrap > ol > li:nth-of-type(6n){margin-right:20px;}
	.process-wrap > ol > li:last-of-type:after{display:none;}
	.process-wrap > ol > li > p{padding:2px 10px;width:auto;font-size:14px;line-height:22px;}
	.process-wrap > ol > li {margin-bottom: 25px;padding-bottom: 20px;display:block;}
	.process-wrap > ol > li > div:after {display:none;}
	.process-wrap > ol > li > div {margin-bottom:15px;width: 100%;}
	.process-wrap > ol > li > ul,
	.process-wrap > ol > li > ul:nth-child(1) {padding: 0px 0 10px;}
	
}