  /* 국제대학원 Staff */
.staff-box{display: flex;align-items:center;border: 1px solid #cdcdcd;padding: 20px 10px;border-radius: 10px;margin:0 0 20px 0;width: calc(50% - 20px);box-sizing:border-box;min-height:220px;}
.staff-box:nth-of-type(2n+1){margin-right:20px;}
/*.staff-wrap:after{content:'';display:block;clear:both;}*/
.staff-box:after{content:'';display:block;clear:both;}
.staff-box p{display: table-cell;width: 30%;vertical-align: top;text-align: center;}
.staff-box p img{width:100%}
.staff-box dl{display:table-cell;width: 70%;padding-left: 20px;}
.staff-box dl dt{font-size: 18px;font-weight: 500;margin: 0 0 13px 0;}
.staff-box dl dd span:first-of-type{font-weight: 500;display: inline-block;width: 19%;vertical-align:top;}
.staff-box dl dd span:last-of-type{display: inline-block;width: calc(80% - 15px);vertical-align:top;}
.staff-box dl dd{line-height: 20px;margin: 0 0 3px 0;word-break: break-word;}
.staff-box dl dd:last-of-type{margin:0;}


.staff-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;}

@media screen and (max-width: 1024px) {
	/* 국제대학원 Staff */
	.staff-box{width:100%;float:none;}
	.staff-box:last-of-type{margin:0;}
	.staff-box dl dd span:first-of-type{width:10%;}
	.staff-box dl dd span:last-of-type{width: calc(90% - 15px);}
	.staff-box:nth-of-type(2n+1){margin-right:0px;}
	.staff-box p{display: table-cell;width: 20%;vertical-align: top;text-align: center;}
	.staff-box dl{display:table-cell;width: 80%;padding-left: 20px;}
}

@media screen and (max-width: 768px) {
	/* 국제대학원 Staff */
	.staff-box dl dd span:first-of-type{width: 15%;}
	.staff-box dl dd span:last-of-type{width: calc(85% - 15px);}
}

@media screen and (max-width: 480px) {
	/* 국제대학원 Staff */
	.staff-box{display: block;}
	.staff-box p{display: block;margin: 0 auto 20px;width: 40%;}
	.staff-box dl{display: block;width:100%;padding-left:0;}
	.staff-box dl dd span:first-of-type{width: 25%;}
	.staff-box dl dd span:last-of-type{width: calc(75% - 15px);}
}

@media screen and (max-width: 360px) {
	/* 국제대학원 Staff */
	.staff-box p{width: 50%;}
	.staff-box dl dd span{font-size:14px;}
}