.searchAllBlk ul li .summary {
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.4117rem;
    word-break: break-word;
}

.searchAllBlk ul li .title {
    padding: 0 0 0.25rem 0 !important;
}

.searchAllBlk ul li .link {
    padding: 0 0 1rem 0 !important;
}

.research {
    text-align: right !important;
}

.selectBlk {
    float: left;
    width: 30%;
    padding-right: 1.5rem;
    padding-left: 15px;
}
@media (max-width: 980px) {

    .selectBlk-title {
        background-color: #ef3125;
        margin-bottom: 0.5rem;
        padding: 0.5rem 1rem;
    }
    .selectBlk-title a {
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
        display: block;
    }
    .selectBlk-title a::after {
        content: '\f0d7';
        font-family: "FontAwesome";
        float: right;
        color: #fff;
        line-height: 26px;
    }

    .selectBlk {
        float: initial;
        width: 100%;
    }
    #select {
        overflow: hidden;
        height: 0;
    }
}

.selectBlk-title {
    display: none;
}
@media (max-width: 980px) {
    .selectBlk-title {
        display: block;
    }
}

.select-item .title {
    border-bottom: #ef3125 solid 1px;
    margin-bottom: 0.5rem;
}

.select-item .title a {
    width: 100%;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #ef3125;
    font-weight: bold;
}

.select-item .title a::after {
    content: '\f106';
    font-family: "FontAwesome";
    float: right;
    color: #ef3125;
    transition: all 0.3s;
}

.select-item .title a.collapsed::after {
    transform: rotate(180deg);
}

.select-item h5 {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: #333 1px solid;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.select-item ul {
    margin-bottom: 0.5rem;
}

.select-item ul li a {
    color: #333;
}

.select-item ul li label {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.select-item ul li input[type="checkbox"] {
    display: none;
}

.select-item ul li input[type="checkbox"]+label:before {
    content: "\f096";
    font-family: "FontAwesome";
    color: #333;
    font-size: 1.2rem;
    width: 26px;
    margin-top: 0px;
}

.select-item ul li input[type="checkbox"]:checked+label:before {
    content: "\f14a";
    color: #e6290f;
    font-size: 1.2rem;
    margin-top: 0px;
}


.research .searchBlk {
    width: 50%;
}
@media (max-width: 980px) {
    .research .searchBlk {
       padding: 0 15px;
    }
}
@media (max-width: 560px) {
    .research .searchBlk {
        width: 100%;
    }
}

.search {
    width: 70%;
    float: left;
    padding-right: 15px;
}
@media (max-width: 980px) {
    .search {
        width: 100%;
        float: initial;
        padding-right: 0;
    }
    .matchBlk.guide,.searchAllBlk {
        padding: 0 15px;
    }
}

