@charset "UTF-8";

.no_result {
    color: #888;
}
.no_result .top_area,
.no_result .bottom_area {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.no_result .top_area {
    padding: 185px 0 110px;
}
.no_result .no_result_img {
    width: 100px;
    height: 100px;
    margin-bottom: 37px;
    background: url('/imgs/icons/outline/100_alert-circle.svg') no-repeat center;
}
.no_result .top_area > h5 {
    font-size: 3.0rem;
    color: #888;
}
.no_result .top_area .keyword {
    color: #dedede;
}
.no_result .bottom_area {
    padding-top: 50px;
}
.no_result .bottom_area > h5 {
    font-size: 3.0rem;
    color: #dedede;
}
.no_result .popuplar_keyword {
    margin-top: 21px;
    font-size: 2.4rem;
    color: #888;
    text-align: center;
}
.popuplar_keyword > li + li {
    margin-top: 16px;
}