﻿.search-detail {
    width: 100%;
    margin-top: 2px;
    box-shadow: 0 1px 3px #AAA;
    position: absolute;
    padding: 10px;
    display: none;
    background: #fff;
    right: 0;
    z-index: 9999999999;
    border-radius: 15px;
    line-height: normal;
}


.search-detail-mobile {
    width: 100%;
    margin-top: 2px;
    box-shadow: 0 1px 3px #AAA;
    position: absolute;
    padding: 10px;
    display: none;
    background: #fff;
    right: 0;
    z-index: 9999999999;
    border-radius: 15px;
    line-height: normal;
    height: 350px;
    overflow-y: auto;
}
 

.btn-wrap {
    display: inline-block;
    margin-bottom: 2rem;
}

.res-title {
    font-weight: bold;
    color: #04ac12;
    font-size: 15px;
    float: right;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

    .media-body a:hover {
        color: var(--main-color-one);
    }

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    transition: color .35s;
}
