

.main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 30px;
}
.main-title .h3 {
    font-size: 18px;
}
.main-title .main-cont__notice-more {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    align-self: end;
}
/* .main-title .main-cont__notice-more:after {
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #4476ff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .2s all;
} */
@media (min-width:1060px) {
    .dllb_eform__ {
        margin-top: 30px;
    }
    .dllb_eform__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #192547;
        border-bottom: 1px solid #d9dbe1;
        margin-top: 20px;
    }
    .dllb_eform__item_:first-child {
        border-top: none;
    }
    .dllb_eform__item_ {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 46%;
        min-height: 50px;
        padding: 10px 0;
        border-top: 1px solid #d9dbe1;
    }
}
@media (max-width:1060px) {
    .dllb_eform__list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #192547;
        border-bottom: 1px solid #d9dbe1;
        margin-top: 20px;
    }
    .dllb_eform__item_:first-child {
        border-top: none;
    }
    .dllb_eform__item_ {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
        padding: 10px 0;
        border-top: 1px solid #d9dbe1;
    }
}

.dllb_eform__item_ .dllb_eform__title {
    width: 50%;
    font-size: 13px;
    color: #555;
    padding-right: 2rem;
    margin: 0;
}
.dllb_eform__item_  .dllb_eform__link {
    text-align: right;
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.dllb_eform__item_ .dllb_eform__link_ {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-color: #767676;
    color: #555;
    /* min-width: 75px; */
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 30px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    appearance: none;
    border: 1px solid #192547;
    border-radius: 10px;
    background-color: #fff;
    margin: 0;
}
.dllb_eform__item_ .dllb_eform__link_:before {
    content: "";
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 4px;
}
.dllb_eform__item_ .dllb_eform__link_.-doc:before {
    content: "";
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url(/pages/header/images/option--edoc.svg) no-repeat;
    background-size: 15px;
    vertical-align: -2px;
}
.dllb_eform__item_ .dllb_eform__link_.-pdf:before {
    content: "";
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url(/pages/header/images/option--pdf.svg) no-repeat;
    background-size: 15px;
    vertical-align: -2px;
}

