* { word-break: break-word; word-wrap: break-word; }

.container .box_list { display: flex; flex-wrap: wrap; }
.container .box_list dl { display: flex; flex-direction: column; width: calc(33.333% - 30px); flex: 1 1 calc(33.333% - 30px); margin: 0 15px; }
.container .box_list dl dt { display: flex; align-items: center; justify-content: center; height: 80px; font-size: 1.125em; text-align: center; border-radius: 8px; background-color: #0094fb; font-weight: bold; color: #fff; padding: 12px 8px; }
.container .box_list dl dd { border: 1px solid #e6e6e6; border-radius: 8px; margin-top: 12px; padding: 20px; height: 100%; }

.box-item i.ico { width: 70px; height: 70px; line-height: 70px; }
.ico-faculty { background-image: url(/_res/yuhs/_share/img/yonsei/ico_faculty.png); }
.ico-members { background-image: url(/_res/yuhs/_share/img/yonsei/ico_members.png); }
.ico-fund { background-image: url(/_res/yuhs/_share/img/yonsei/ico_fund.png); }
@media (max-width: 1024.98px) {
	.container .box_list dl dt { height: 100px; }
}
@media (max-width: 767.98px) {
	.container .box_list dl { width: calc(100% - 15px); flex: 1 1 calc(100% - 15px); margin: 7.5px; }
	.container .box_list dl dt { height: auto; }
}