.prof-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 30px; padding-top: 5px; }
.prof-item { display: flex; align-items: flex-start; gap: 15px; }
.prof-img { flex: 0 0 130px; height: 145px; overflow: hidden; }
.prof-img img { width: 100%; height: 100%; object-fit: cover; }
.prof-info { flex: 1; }
.prof-info .name { font-size: 20px; font-weight: 700; margin-bottom: 6px; color: #111; text-decoration: underline; }
.prof-info .title { font-size: 15px; color: #444; margin-bottom: 3px; font-weight: 500; }
.prof-info .area { font-size: 15px; line-height: 1.4; font-weight: 500; }
@media screen and (max-width: 1024px) {
  .prof-wrap { grid-template-columns: 1fr; gap: 30px 0; }
}
@media screen and (max-width: 768px) {
  .prof-img { flex: 0 0 110px; height: 125px; }
  .prof-info .name { font-size: 18px; }
}
/* faculty - type02 */
.bn-list-faculty.type02 > ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 26px 19px;}
.bn-list-faculty.type02 > ul > li{box-sizing: border-box;position: relative;display: flex;flex-wrap: wrap;gap: 20px 30px;min-height: 197px;padding: 23px 22px 22px;border-radius: 8px;border: 1px solid #DDDDDD;overflow: hidden;}
.bn-list-faculty.type02 > ul > li .b-img-box{width: 140px;height: 150px;aspect-ratio: 140/150;border-radius: 3px;overflow: hidden;}
.bn-list-faculty.type02 > ul > li .b-img-box img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bn-list-faculty.type02 > ul > li .b-con-box{position: relative;flex: 1;}
.bn-list-faculty.type02 > ul > li .b-title{display: flex;flex-wrap: wrap;gap: 5px;max-width: calc(100% - 41px);margin-bottom: 10px;}
.bn-list-faculty.type02 > ul > li .b-title span{padding: 5px 12px;border-radius: 99px;font-weight: 600;font-size: 14px;line-height: 17px;letter-spacing: -0.02em;color: #001b54;}
.bn-list-faculty.type02 > ul > li .b-title span.color01{background-color: rgba(0, 27, 84, 0.1);color: #001B54;}
.bn-list-faculty.type02 > ul > li .b-title span.color02{background-color: rgba(67, 193, 195, 0.15);color: #2AA4A6;}
.bn-list-faculty.type02 > ul > li .b-title span.color03{background-color: #E6EEFB;color: #004EDB;}
.bn-list-faculty.type02 > ul > li .b-title span.color04{background-color: #FFF2F2;color: #E22D00;}
.bn-list-faculty.type02 > ul > li .b-title span.color05{background-color: #F3EDFA;color: #6A00DB;}
.bn-list-faculty.type02 > ul > li .b-name{display: flex;flex-direction: column;gap: 6px;}
.bn-list-faculty.type02 > ul > li .b-name span{line-height: 1;letter-spacing: -0.02em;color: #001a54;}
.bn-list-faculty.type02 > ul > li .b-name span.txt-ko{font-weight: 700;font-size: 23px;max-width: calc(100% - 41px);}
.bn-list-faculty.type02 > ul > li .b-name span.txt-en{font-family: 'Prompt';font-weight: 500;font-size: 15px;}
.bn-list-faculty.type02 > ul > li .b-info{margin-top: 15px;font-weight: 500;font-size: 14px;line-height: 18px;letter-spacing: -0.01em;color: #666;}
.bn-list-faculty.type02 > ul > li .b-link{position: absolute;top: 0;right: 0;width: 36px;aspect-ratio: 1/1;background: #001B54 url(../img/content/research-ico-link.png) no-repeat center;border-radius: 50%;}
@media(max-width:1500px){
	.bn-list-faculty.type02 > ul{grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:768px){
	.bn-list-faculty.type02 > ul{grid-template-columns: repeat(1, 1fr);}
}
@media(max-width:480px){
	.bn-list-faculty.type02 > ul > li .b-img-box{width: 300px;height: auto;margin: 0 auto;}
	.bn-list-faculty.type02 > ul > li .b-con-box{flex: unset;width: 100%;}
}