@import url('../style_about/style_mentor.css');

.teacherListBorder {
    /* height: auto; */
}

.tL_right {
    width: 100%;
    /* padding-right: clamp(0.625rem, 1.0417vw, 1.25rem); */
    padding: 0;
}

.tLR_tit {
    display: flex;
    gap: .625rem;
    color: var(--third_color);
}

.tLR_tit .tLR_tit_left {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
}

.tLR_tit .tLR_term{
    font-size: 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    padding-bottom: 0.6250rem;
    /* margin-bottom: 10px; */
}

.tLR_tit .tLR_tit_right>a{
    color: #526b7e;
    font-size: 1rem;
}