/*bn-list-prog-faculty*/
.bn-list-faculty > ul {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}
.bn-list-faculty > ul > li {position: relative;display: flex;border-radius: 10px;overflow: hidden;min-height: 304px;padding: 30px;border: 1px solid #DDDDDD;gap: 20px 30px;box-sizing: border-box;flex-wrap: wrap;}
.bn-list-faculty > ul > li .b-img-box {width: 163px;height: 176px;}
.bn-list-faculty > ul > li .b-img-box img {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;border-radius: 8px;}
.bn-list-faculty > ul > li .b-con-box {flex: 1;box-sizing: border-box;}
.bn-list-faculty > ul > li .b-title-box {display: flex;gap: 5px;justify-content: space-between;margin-bottom: 12px;}
.bn-list-faculty > ul > li .b-title-box .b-label {font-weight: 600;font-size: 14px;line-height: 1;letter-spacing: -0.02em;padding: 5px 12px;display: flex;align-items: center;justify-content: center;background: #E6EEFB;border-radius: 30px;min-width: 48px;min-height: 27px;box-sizing: border-box;}
.bn-list-faculty > ul > li .b-title-box .b-label.color01 {color: #004EDB;background: #E6EEFB;}
.bn-list-faculty > ul > li .b-title-box .b-label.color02 {color: #2AA4A6;background: rgba(67, 193, 195, 0.15);}
.bn-list-faculty > ul > li .b-title-box .b-label.color03 {color: #001B54;background: rgba(0, 27, 84, 0.1);}
.bn-list-faculty > ul > li .b-title-box .b-home {position: relative;padding-right: 46px;display: flex;align-items: center;font-weight: 700;font-size: 15px;line-height: 125%;text-decoration: underline;text-underline-offset: 3px;}
.bn-list-faculty > ul > li .b-title-box .b-home:before {content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 36px;height: 36px;border-radius: 50%;background: #001B54 url(../img/temp/icon-arrow-link.png) no-repeat center;}
.bn-list-faculty > ul > li .b-name {display: flex;flex-direction: column;gap: 8px;margin: 0 0 24px 0;}
.bn-list-faculty > ul > li .b-name .txt-ko {display: inline-block;font-weight: 700;font-size: 26px;line-height: 100%;letter-spacing: -0.02em;color: #001A54;}
.bn-list-faculty > ul > li .b-name .txt-en {font-family: Prompt;font-weight: 500;font-size: 15px;line-height: 100%;letter-spacing: -0.02em;/*text-transform: uppercase;*/color: #001A54;}
.bn-list-faculty > ul > li .b-info-box {display: flex;gap: 12px;flex-direction: column;}
.bn-list-faculty > ul > li .b-info-box li {font-weight: 500;font-size: 15px;line-height: 150%;letter-spacing: -0.02em;color: #666666;position: relative;display: flex;gap: 8px;align-items: flex-start;}
.bn-list-faculty > ul > li .b-info-box li * {flex: 1;}
.bn-list-faculty > ul > li .b-info-box li span:nth-child(1) {color: #333333;width: 52px;flex: none;display: flex;align-items: center;gap: 8px;font-weight: 700;font-size: 15px;line-height: 150%;}
.bn-list-faculty > ul > li .b-info-box li span:nth-child(1):before {content: '';width: 18px;height: 18px;display: inline-flex;}
.bn-list-faculty > ul > li .b-info-box li.ico-user span:nth-child(1):before {background: url(../img/temp/ico-user.png) no-repeat top left;width: 18px;height: 21px;}
.bn-list-faculty > ul > li .b-info-box li.ico-mail span:nth-child(1):before {background: url(../img/temp/ico-mail.png) no-repeat top left;height: 15px;}
.bn-list-faculty .b-btn-link {width: 100%;}
.bn-list-faculty .b-btn-link ul {display: flex;flex-wrap:wrap;gap: 6px;}
.bn-list-faculty .b-btn-link ul li {flex: 1;width: 100%;}
.bn-list-faculty .b-btn-link ul li a {position: relative;display: inline-flex;gap: 8px;font-weight: 700;font-size: 15px;line-height: 100%;letter-spacing: -0.02em;padding: 15px;background: #004BAE;border-radius: 5px;color: #fff;width: 100%;box-sizing: border-box;justify-content: center;border: 1.2px solid #004BAE;align-items: center;}
.bn-list-faculty .b-btn-link ul li a.btn-white {background: #fff;color: #004BAE;}
.bn-list-faculty .b-btn-link ul li a:after {content: "";background: url(../img/temp/ico-link.png) no-repeat center;filter: brightness(0) invert(1);width: 10px;height: 10px;display:inline-block;}
.bn-list-faculty .b-btn-link ul li a.btn-white:after {filter: unset;}

@media (max-width: 1300px) {
	.bn-list-faculty > ul > li {padding:20px;}
	.bn-list-faculty > ul > li {gap: 10px 20px;}
}

@media (max-width: 1024px) {
	.bn-list-faculty > ul > li {min-height: 100%;flex-direction: column;}
	.bn-list-faculty > ul > li .b-img-box {margin: 0 auto;height: 309px;width: 100%;max-width: 300px;}
	.bn-list-faculty > ul > li .b-name .txt-ko {font-size:20px;}
	.bn-list-faculty .b-btn-link ul li a {padding: 10px 15px;font-size: 14px;}
}

@media (max-width: 768px) {
	.bn-list-faculty > ul {grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 450px) {
	.bn-list-faculty > ul > li {padding: 10px;}
	.bn-list-faculty > ul > li .b-con-box {}
	.bn-list-faculty > ul > li .b-img-box {width: 100%;max-height: 309px;}
}

/*bn-view-faculty*/
.bn-view-faculty {}
.bn-view-faculty .ul-type-dot > li {line-height: 24px;padding-left: 0;}
.bn-view-faculty .ul-type-dot > li:before {display: none;}
.bn-view-faculty .b-top-box {display:flex;gap:30px;padding: 30px;border-top:2px solid #000E2D;justify-content:space-between;}
.bn-view-faculty .b-top-box .b-img-box {width: 163px;height: 176px;}
.bn-view-faculty .b-top-box .b-img-box img {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;border-radius: 8px;}

.bn-view-faculty .b-top-box .b-info-box {width: calc(100% - 193px);display: flex;flex-direction: column;justify-content: center;}
.bn-view-faculty .b-top-box .b-info-box .b-title {display: flex;justify-content: flex-start;align-items: flex-end;flex-wrap: wrap;gap: 10px;margin: 0 0 20px 0;}
.bn-view-faculty .b-top-box .b-info-box .b-title > p {display:flex;flex-direction:column;gap:8px;}
.bn-view-faculty .b-top-box .b-info-box .b-title > p .txt-en {font-family: Prompt;font-weight: 500;font-size: 14px;line-height: 100%;letter-spacing: -0.02em;text-transform: uppercase;color:#001A54;}
.bn-view-faculty .b-top-box .b-info-box .b-title > p .txt-ko {font-weight: 700;font-size: 40px;line-height: 100%;letter-spacing: -0.02em;color:#222;}
.bn-view-faculty .b-top-box .b-info-box .b-title ul {display: flex;gap: 4px;flex-wrap: wrap;}
.bn-view-faculty .b-top-box .b-info-box .b-title ul li a{display: inline-flex;justify-content: center;align-items: center;gap: 6px;border: 1px solid #004BAE;background: #004BAE;border-radius: 99px;box-sizing:border-box;padding: 10px 16px;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: -0.02em;color: #FFFFFF;white-space: normal;word-break: break-all;}
.bn-view-faculty .b-top-box .b-info-box .b-title ul li a.btn-home:before{content:'';width: 16px;height: 16px;background: url(../img/temp/btn-home.png) no-repeat center;display: inline-block;flex-shrink: 0;}
.bn-view-faculty .b-top-box .b-info-box .b-title ul li a.btn-back-home{background: #fff;color: #004BAE;}
.bn-view-faculty .b-top-box .b-info-box .b-title ul li a.btn-back-home:before{content:'';width: 16px;height: 16px;background: url(../img/temp/btn-back-home.png) no-repeat center;display: inline-block;flex-shrink: 0;}


.bn-view-faculty .b-info-list {display: flex;gap: 10px 20px;margin: 0 0 12px 0;flex-wrap: wrap;}
.bn-view-faculty .b-info-list li {font-weight: 500;font-size: 15px;line-height: 150%;letter-spacing: -0.02em;color: #666666;position: relative;display: flex;gap: 8px;align-items: flex-start;}
.bn-view-faculty .b-info-list li * {flex: 1;}
.bn-view-faculty .b-info-list li span:nth-child(1) {color: #333333;width: 52px;flex: none;display: flex;align-items: center;gap: 8px;font-weight: 700;font-size: 15px;line-height: 150%;}
.bn-view-faculty .b-info-list li span:nth-child(1):before {content: '';width: 18px;height: 18px;display: inline-flex;}
.bn-view-faculty .b-info-list li.ico-user span:nth-child(1):before {background: url(../img/temp/ico-user.png) no-repeat top left;width: 18px;height: 21px;}
.bn-view-faculty .b-info-list li.ico-mail span:nth-child(1):before {background: url(../img/temp/ico-mail.png) no-repeat top left;height: 15px;}
.bn-view-faculty .b-info-list li.ico-phone span:nth-child(1):before {background: url(../img/temp/ico-phone.png) no-repeat top left;}
.bn-view-faculty .hastag-list ul {display:flex;flex-wrap:wrap;gap:10px 20px;}
.bn-view-faculty .hastag-list ul li {position:relative;display:inline-block;font-weight: 600;font-size: 14px;line-height: 100%;letter-spacing: -0.02em;color:#999;}
.bn-view-faculty .hastag-list ul li:before {content:"#"}

.bn-view-faculty .b-research-box {padding: 34px 120px 43px 30px;background:rgba(238, 243, 252, 0.5);border-top:1px solid #eee;margin: 0 0 51px 0;border-bottom:1px solid #eee;position: relative;}
.bn-view-faculty .b-research-box:before {content: "";width: 90px;height: 90px;border-radius: 100%;background: #fff url(/_res/unist/_share/img/temp/ico-faclty.png)no-repeat center;position: absolute;top: 32px;right: 30px;}
.bn-view-faculty .b-research-box .txt-topic {font-weight: 700;font-size: 14px;line-height: 100%;letter-spacing: -0.02em;color:#004EDB;padding: 5px 6px;border: 1px solid #004EDB;background:#fff;border-radius:2px;display:inline-block;margin: 0 0 16px 0;}
.bn-view-faculty .b-research-box .txt-title {font-weight: 700;font-size: 20px;line-height: 100%;letter-spacing: -0.02em;color:#222222;margin: 0 0 16px 0;}
.bn-view-faculty .b-research-box ul {display:flex;gap: 5px 20px;flex-wrap: wrap;}
.bn-view-faculty .b-research-box ul li{display: inline-flex;}
.bn-view-faculty .b-research-box ul li span {position:relative;display:inline-block;font-weight: 600;font-size: 14px;line-height: 120%;letter-spacing: -0.02em;color:#666;white-space: nowrap;}
.bn-view-faculty .b-research-box ul li span + span {white-space: normal;}
.bn-view-faculty .b-research-box ul li span:first-child{padding-right:13px;display: inline-flex;align-items: center;gap: 4px;}
.bn-view-faculty .b-research-box ul li span:first-child:after{content:'';width: 1px;height: 10px;background: #BBBBBB;position: absolute;right: 6px;top: 50%;transform: translateY(-50%);}
.bn-view-faculty .b-research-box ul li.ico-lab span:first-child:before{content:'';width: 15px;height: 17px;background: url(../img/temp/ico-lab.png) no-repeat center;display: inline-block;}
.bn-view-faculty .b-research-box ul li.ico-research span:first-child:before{content:'';width: 20px;height: 17px;background: url(../img/temp/ico-research.png) no-repeat center;display: inline-block;}

.bn-view-faculty .b-content-box .b-block {margin: 0 0 50px 0;}
.bn-view-faculty .b-content-box h4{font-weight: 700;font-size: 28px;line-height: 100%;letter-spacing: -0.02em;color:#333;padding: 0 0 30px 0;}
/*.bn-view-faculty .b-content-box .ul-type-dot > li {color: #444;letter-spacing:-0.02em;padding: 0 0 16px 11px;}
.bn-view-faculty .b-content-box .ul-type-dot > li:before {background: #000E2D;}*/

.bn-view-faculty .btn-inventory {text-align:center;padding-top:30px;border-top:1px solid #000E2D;}
.bn-view-faculty .btn-inventory a {display:inline-block;font-weight: 700;font-size: 16px;line-height: 100%;letter-spacing: -0.02em;padding:20px;box-sizing:border-box;min-width:208px;border-radius:5px;background:#656B78;color:#fff;}

@media (max-width: 1024px) {
	.bn-view-faculty .b-top-box .b-info-box .b-title{flex-direction: column;align-items: flex-start;}
	.bn-view-faculty .b-top-box .b-info-box .b-title > p .txt-ko {font-size: 30px;}
	.bn-view-faculty .b-research-box {padding: 20px 120px 20px 20px;margin: 0 0 30px 0;}
	.bn-view-faculty .b-research-box .txt-title {font-size: 18px;line-height: 140%;}
}
@media (max-width: 768px) {
	.bn-view-faculty .b-top-box {padding: 15px;gap: 20px;}
	.bn-view-faculty .b-research-box {margin: 0 0 20px 0;padding: 15px;}
	.bn-view-faculty .b-content-box .b-block {margin: 0 0 20px 0;}
	.bn-view-faculty .b-top-box .b-info-box .b-title > p .txt-ko {font-size: 24px;}
	.bn-view-faculty .b-research-box .txt-title {font-size: 16px;}
	.bn-view-faculty .b-info-list {flex-direction:column;}
	
	.bn-view-faculty .b-research-box:before {position: relative;top: 0;right: 0;display: block;margin: 0 auto 20px;}
}
@media (max-width: 580px) {
	.bn-view-faculty .b-top-box {flex-direction:column;padding: 15px 0;}
	.bn-view-faculty .b-top-box .b-img-box {width:100%;height:309px;max-width: 300px; margin: 0 auto;}
	.bn-view-faculty .b-top-box .b-info-box {width: 100%;}
	.bn-list-faculty .b-btn-link ul {flex-direction:column;}
}