@charset "utf-8";

@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 997px) {
    .m-burger,
    .other-menu {
        display: block;
    }

}

@media screen and (max-width: 860px) {

}

@media screen and (max-width: 728px) {


}

@media screen and (max-width: 680px) {


}

@media screen and (max-width: 480px) {
    /*.banner-box.pc {   display: none; }*/
    /*.banner-box.mb {   display: block; }*/
    .footer-info,
    .copyright {
        width: 100%;
        flex: none;
    }

    .search-banner .search-title {
        font-size: 36px;
    }

    .results-cont .book-info {
        width: 100%;
        flex: none;
    }

    .results-cont .book-cover {
        width: 100%;
        max-width: 100%;
        flex: none;
        border-right: 0;
        padding: 0 20px 30px 20px;
        margin-right: 0px;
        text-align: center;
    }

    .results-cont .book-cover img {
        max-width: 160px;
        height: auto;
    }
}

@media screen and (max-width: 414px) {

    .search-banner .search-title {
        font-size: 30px;
    }

}
