.address_book .src {
    min-height: 45px;
    padding: 10px 0 0 0;
    border: none;
    background-color: var(--color-bg-default);
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-style: normal; /* 'Regular' → CSS에서는 'normal' */
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.2px;
    /* leading-trim은 현재 CSS 표준 속성이 아니므로 제외 또는 주석 */
}

.table_type1 table td {
    min-height: 36px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-color: var(--color-border);
    border-width: 0 0 1px 0;

    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-style: normal; /* 'Regular' → CSS에서는 'normal' */
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.2px;
}


.table_type1 table th {
    min-height: 36px;
    padding: 10px 10px 10px 10px;
    background-color: var(--color-bg-default);
    text-align: left;
    border : none;
    /*border-style: solid;*/
    /*border-color: #cccccc;*/
    /*border-width: 0 0 1px 0;*/
}

.table_type1 table td {
    min-height: 36px;
    padding: 10px 10px 10px 10px;
    border : none;
}

.table_type1.th_type1 table th {
    border-width: 0 1px 1px 1px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-style: normal; /* 'Regular' → CSS에서는 'normal' */
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.2px;
}


.btn_area .btn {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    padding: 0 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    gap: 10px;
    opacity: 1;
}

#eapOfcDocOuterRecvInfoLayer_ofcDocOuterRecvSaveBtn {
    background-color: var(--color-button-bg-primary-fill);
    color: var(--color-text-inverse);
}

#eapOfcDocOuterRecvInfoLayer_ofcDocOuterRecvCloseBtn  {
    background-color: var(--color-button-bg-secondary-fill);
    border: 1px solid var(--color-button-border-secondary);
    color: var(--color-text);
}
.address_division_wrap{
    margin-top : 15px;
}
.ofcDoc_wrap{

    height : 375px;

}

.ofcDocArea{
    background-color: var(--color-bg-subtler);
    border-style: solid;
    border-color: var(--color-border);
    border-width: 1px;
}

.recv-item {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 아이콘을 오른쪽으로 밀고 싶으면 */
    gap: 4px; /* 간격 조절 */
    padding: 4px 0;
}

.recv-item a {
    flex: 1;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-remove-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(../../img/svg/ic_cmm_close_thin.svg) no-repeat center center;
    background-size: 12px 12px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 9px;
}

.zipCode_text{

    width : 35%;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color:var(--color-text-subtle);
}