.main--content {
    max-width: 480px;
    width: 480px;
    background-color: #fff;
    padding: 10px;
    padding-top: 0;
    position: relative;
}

.main--right {
    width: 695px;
    max-width: 695px;
    margin-left: 20px;
}

.search-area {
    width: 98%;
    height: 60px;
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 2;
    background: #fff;
}

.back-to-main {
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    width: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHlSURBVGhD7dlLS1VhHIXxU1KEIFEUgYgDEYogCIRwVFTkDVFJ+wB+gKCwCI1KQiRC+gRBM8HIiQPBgQMHDsQbhiGIg0BBEISIMitBn5fYsNmswbvBwdpxHviBiIP/wss5x1Mqdzydwpl/Hxa3HnzHbzwMnyhiD3CAw5QnKFThO/EX6RGFG9ONP1AjEr2w7j7C74M6Pm0RtnUhZkTwAZZ1InbEPM7Crg7EjljCOdjVjtgRK7gAu9oQO2IVF2FXK2JHrOES7GrBPtTRWeuohl3N+AV1dNYGamBXnhFfUQu7mrAHdXTWJupg1z38hDo6awv1sOsuYkds4zLsuo3YETu4CrtuIc+Ia7Arz4hdXIddNxE74hsaYNcV/IA6OiuMaIRlz6GOVsIrQdvuQB2tfIHls9mkR1CHK59hPeYx1OHKMs7Dtj6ow5UFWL4GT3oKdbgyB+sxz6AOV2ZRBdv6oQ5XZlAJ2wagDlemYT0mzwPmFKzfE3kBdbgyidOw7RXU4coErMcMQh2ujCO8/Wbba6jDlY+ogG1DUIcro/hvxoT3RU7CtmGow5X3OAHb3kAdrryEdW+hDs8KT//tG4E6Pi18TSF6BzUg+ATrx5VsakzhRiSlf8zGUMgRSTcQ/ntp/Se3XP5KpSPszsttjAGqzAAAAABJRU5ErkJggg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.search-area__input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 40px;
    padding: 8px;
    width: 100%;
    outline: none;
    padding-right: 50px;
}

.search-area__button {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    border: 0;
    border-left: 1px solid #ccc;
    height: 30px;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
}

    .search-area__button i {
        margin: 0;
    }

.search-result {
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    right: 0;
    bottom: 10px;
    padding-right: 10px;
    padding-top: 60px;
    overflow-y: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .search-result::-webkit-scrollbar {
        width: 4px;
    }

    .search-result::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .search-result::-webkit-scrollbar-thumb {
        background: #888;
    }

        .search-result::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.search-result--item {
    padding: 0 40px;
    margin-bottom: 50px;
}

    .search-result--item h3 {
        margin-bottom: 0px;
    }

    .search-result--item table {
        margin-top: 20px;
    }

        .search-result--item table td {
            vertical-align: top;
        }

            .search-result--item table td:nth-child(2) {
                width: 60px;
            }

@media (max-width: 991px) {
    .main--right {
        display: block !important;
    }

    .banner {
        display: none;
    }

    .main--content {
        max-height: 600px;
        min-height: 600px;
    }

    .body--main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .body--main .main--content,
        .body--main .main--right {
            width: 100%;
            max-width: 100%;
            margin-left: 0px; 
        }
}
