.adr__list-wrap.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.adr__list-content {
    height: 100%;
    overflow-y: auto;
}

.adr__edit-write-block {
    height: 100%;
    overflow: auto;
}

.adr__edit-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.adr__view-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 15px;
}

.contents_wrap.adr__list-wrap .type_head {
    position: relative;
    top: 0;
    flex-shrink: 0;
}

.contents_wrap.adr__list-wrap .page_option.type2, .contents_wrap.adr__list-wrap .page_head.type2 {
    position: relative;
    top: 0;
}

.adr__list-wrap .search_wrap.fixed_type_2, .type_head.fixed_type_2 {
    top: 0 !important;
}