/* 250806 애경 기명컬럼 */
.registered-name-wrap {
    overflow: hidden;
    border-top: 1px solid #ACACAC;
}

.registered-name-wrap .registd-name {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
}

.registered-name-wrap .registd-title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
}

.registered-name-wrap .registd-title span {
    color: #DD121A;
}

.registered-name-wrap .registd-list {
    display: flex;
    gap: 17px;
}

.registered-name-wrap .registd-name ul li {
    display: flex;
    align-items: flex-start;
    border: 1px solid #C9C9C9;
    width: 29.4%;
    padding: 16px 10px;
    gap: 33px;
}

.registered-name-wrap ul li .card-img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
overflow: hidden;
    display: flex;
    align-items: center;
}

.registered-name-wrap ul li .card-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
}

.registered-name-wrap .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.registered-name-wrap .writer {
    margin-bottom: 11px !important;
}

.registered-name-wrap .writer a {
    font-size: 16px;
    color: #088098;
    font-weight: 500;
}

.registered-name-wrap .headline {
    font-size: 19px;
    color: #000;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 34px;
    border-bottom: 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.registered-name-wrap .jop-psn {
    font-size: 15px;
    letter-spacing: -2px;
    color: #878787;
}