@media screen and (max-width: 360px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 750px) {
    .jn_about-view {
        padding-top: 4.23rem;
    }

    .jn_about-bg {
        height: 11rem;
        line-height: 11rem;
        font-size: 2rem;
    }

    .jn_about-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
    }

    .category-area-sort.fixed {
        display: none !important;
    }

    .category-area-sort {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        height: 3rem;
        padding-top: 0;
        border-bottom: 1px solid #dfdfdf;
    }

    .category-type {
        margin-bottom: 0;
        line-height: 3rem;
        font-size: 0.8rem;
    }
    .category-type.active {
        border: none;
    }
    .category-type-select {
        border: none;
        color: black;
        font-weight: 700;
    }

    .context-area {
        width: 100%;
        margin: 0;
        padding: 3rem 2rem;
        font-size: 0.6rem;
        line-height: 0.9rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .map-img {
        width: 90%;
        margin-left: 5%;
        height: 17.5rem;
        /* background: url(../imgs/map_mobile.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .context-area p {
        font-size: 1rem;
    }
    .section-prefix {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 1.9rem;
        margin-bottom: 0.3rem;
    }
    .context-area p {
        margin: 0 0 0.7rem 0;
    }
    .pos-info {
        margin-top: 5.6rem;
        margin-bottom: 2rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .map-img {
        width: 100%;
        margin-left: 0;
    }
    .pos-one {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .pos-one div {
        font-size: 1rem;
        line-height: 1.5;
        padding-bottom: 0.2rem;
    }
}
