
.eifu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 30px;
}

.eifu .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
}

.eifu .main_title {
    display: flex;
    margin-top: 44px;
}

.eifu h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}

@media (max-width: 500px) {
    .eifu .main_title {
        flex-direction: column;
    }
}

.eifu .filter .pc {
    display: flex;
    height: 38px;
    margin-top: 30px;
}

.eifu .filter .mobile {
    display: none;
}

.eifu .filter .pc .search {
    display: flex;
    width: fit-content;
    height: 100%;
}

.eifu .filter .search .type_box {
    position: relative;
    align-items: center;
    width: 200px;
    height: 100%;
    border: 1px solid #999;
}

.eifu .filter .search .select {
    width: 95%;
    height: 100%;
    background: transparent;
    border: 0 none;
    outline: 0 none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 9px;
    z-index: 3;
}

.eifu .filter .search .arrow_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: inherit;
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 0;
}

.eifu .filter .search .arrow_box .arrow {
    height: 20px;
}

.eifu .filter .search .input_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 380px;
    height: 100%;
    border: 1px solid #999;
    margin-left: 6px;
}

.eifu .filter .search .input_text .basic_udi_di {
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 12px;
}

.eifu .filter .search .input_text .udi_di {
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 12px;
}

.eifu .filter .search .input_text input {
    flex-grow: 1;
    height: 100%;
    padding: 5px 10px 5px 10px;
    z-index: 1;
    font-size: 14px;
    color: black;
}

.eifu .filter .search .input_text .cancel {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.eifu .filter .search .input_text .cancel .icon {
    width: 19px;
    height: 19px;
    background: url(../images/publications/icon_search_word_cancel.png) no-repeat center / cover;
}

.eifu .filter .search .language_box {
    position: relative;
    align-items: center;
    width: 120px;
    height: 100%;
    border: 1px solid #999;
    margin-left: 6px;
    margin-right: 12px;
}

.eifu .filter .search .mobile_search_input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}

.eifu .filter .search .search_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 100%;
    background-color: #0047ba;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .eifu .filter .pc {
        display: none;
    }

    .eifu .filter .mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .eifu .filter .mobile .search {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .eifu .filter .mobile .row {
        display: flex;
        width: 100%;
        height: 48px;
    }

    .eifu .filter .search .type_box {
        flex-basis: 50%;
        margin-right: 6px;
    }

    .eifu .filter .search .language_box {
        flex-basis: 50%;
        margin-left: 6px;
        margin-right: 0;
    }

    .eifu .filter .search .input_text {
        flex-grow: 1;
        margin: 0;
    }

    .eifu .filter .search .input_text input {
        width: 100%;
    }

    .eifu .filter .search .search_button {
        width: 100px;
    }
}


@media (max-width: 500px) {
    .eifu .filter .search .input_text {
        width: 100%;
        height: 48px;
    }

    .eifu .filter .search .mobile_search_input {
        flex-direction: column;
        width: 100%;
        height: fit-content;
    }

    .eifu .filter .search .search_button {
        width: 100%;
        height: 48px;
        margin-top: 12px;
    }
}

.eifu .results {
    width: 100%;
    height: fit-content;
    margin-top: 60px;
    margin-bottom: 100px;
}

.eifu .results .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin-bottom: 50px;
}

.eifu .results .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    border-radius: 5px;
    border: 1px solid #CCC;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.eifu .results .list .item .contents {
    display: flex;
    height: fit-content;
}

.eifu .results .list .item .left_content {
    width: 100%;
    display: flex;
    align-items: center;
}

.eifu .results .list .item .name {
    flex-grow: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-right: 10px;
}

.eifu .results .list .item .center {
    display: flex;
    height: fit-content;
}

.eifu .results .list .item .version {
    width: 170px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.eifu .results .list .item .date {
    width: 70px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.eifu .results .list .item .request_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #0047BA;
    color: #0047BA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 50px;
    cursor: pointer;
}

.eifu .results .list .item .request_btn .text {
    margin-bottom: 3px;
}

@media (max-width: 1000px) {
    .eifu .results .list .item {
        height: 80px;
    }

    .eifu .results .list .item .center {
        flex-direction: column;
    }

    .eifu .results .list .item .request_btn {
        width: 100px;
        height: 48px;
        border-radius: 25px;
        margin-left: 0px;
    }
}

@media (max-width: 500px) {
    .eifu .results .list .item {
        height: 138px;
    }

    .eifu .results .list .item .left_content {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 10px;
    }
}

.eifu .results .information {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    background: #F5F5F5;
    padding: 40px 30px 44px 30px;
}

.eifu .results .information .title {
    display: flex;
    height: 22px;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #505050;
}

.eifu .results .information .title .point {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    background: #505050;
}

.eifu .results .information .contents {
    display: flex;
    flex-direction: column;
    color: #505050;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    margin-left: 15px;
}

.eifu .results .information .contents .line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eifu .results .information .blank {
    height: 26px;
}