.roman {
    font-family: serif;
}
.subpage_container.researcher .researcher-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 80px 0 60px;
}

.subpage_container.researcher .researcher-card {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subpage_container.researcher .researcher-info-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
}

.subpage_container.researcher .researcher-photo {
    position: relative;
}

.subpage_container.researcher .researcher-photo img {
    width: 100%;
}

.subpage_container.researcher .researcher-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    background: #009FE1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 16px;
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
}

.subpage_container.researcher .researcher-name {
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0 2px 0;
    text-align: center;
}

.subpage_container.researcher .researcher-field {
    font-size: 24px;
    color: #888888;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.subpage_container.researcher .researcher-papers {
    width: 100%;
    margin-bottom: 40px;
}

.subpage_container.researcher .researcher-papers > b {
    font-size: 28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.subpage_container.researcher .researcher-papers > b::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #003C7D;
    margin-right: 10px;
}

.subpage_container.researcher .researcher-papers li {
  font-size: 24px;
  color: #888;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em; 
}
.subpage_container.researcher .researcher-papers li::before {
  content: '';
  width: 4px;
  height: 4px;
  margin-right: 12px;
  margin-bottom: 6px; 
  background: #888;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.subpage_container.researcher .researcher-contact {
    width: 100%;
    color: #333;
    margin-top: auto;
}

.subpage_container.researcher .researcher-contact b {
    font-weight: 700;
    color: #222;
    font-size: 28px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.subpage_container.researcher .researcher-contact b::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #003C7D;
    margin-right: 10px;
}

.subpage_container.researcher .researcher-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    color: #888888;
}

.subpage_container.researcher .researcher-contact img {
    width: 22px;
    height: 20px;
}

.researcher-container[data-current-category="LAMP전임교원"] .researcher-badge {
    background-color: #009FE1;
}

.researcher-container[data-current-category="중견교원"] .researcher-badge {
    background-color: #003C7D;
}

.researcher-container[data-current-category="LAMP포닥"] .researcher-badge {
    background-color: #009883;
}

.researcher-container[data-current-category="일반포닥"] .researcher-badge {
    background-color: #888888;
}

.btn_bo_user{gap: 0 6px;}
.btn_bo_user a.btn_admin { display: none; } 
.btn_bo_user { display: flex; justify-content: flex-end; margin-bottom: 30px !important;} 
.btn_bo_user li {width: unset !important;margin: 0;} 
.btn_bo_user li a.btn_b01 { width: 100px; background: #003C7D; color: white; text-align: center; font-size: 18px; font-weight: 700; height: 40px; line-height: 40px; margin-top: 30px;} 
.btn_bo_user li a.btn_b01 i.fa { display: none; } 
.btn_bo_user li button.btn_b01{width: 100px; background: #009883; color: white; text-align: center; font-size: 18px; font-weight: 700; height: 40px; line-height: 40px; margin-top: 30px;}
.btn_bo_user li:nth-of-type(2) button.btn_b01{width: 100px; background: #888}

@media screen and (max-width: 1024px) {
    .subpage_container.researcher .researcher-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
        margin: 0;
    }

    .subpage_container.researcher .researcher-info-top{
        margin-bottom: 30px;
    }

    .subpage_container.researcher .researcher-card {    
        padding: 24px;
    }

    .subpage_container.researcher .researcher-name {
        font-size: 26px;
    }

    .subpage_container.researcher .researcher-field {
        font-size: 16px;
    }

    .subpage_container.researcher .researcher-papers{
        margin-bottom: 20px;
    }

    .subpage_container.researcher .researcher-papers b, .subpage_container.researcher .researcher-contact b {
        font-size: 18px;
    }

    .subpage_container.researcher .researcher-papers li::before{
        margin-top: 10px;
    }


    .subpage_container.researcher .researcher-papers li, .subpage_container.researcher .researcher-contact li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .subpage_container.researcher .researcher-contact img {
    width: 15px;
    height: 14px;
    }

    .subpage_container.researcher .researcher-photo img{
        height: auto;
    }

}
