.pc {
    display: block;
}

.phone {
    display: none;
}

.footerBy_ph {
    display: none;
}

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

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    .navbar {
        padding: 0 15px;
    }

    .logo-sm-height {
        height: 40px;
    }

    .pagea_n {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        height: 560px;
    }

    .pagea_list_one_img img {
        width: 100%;
    }

    .pagea_list_one {
        height: 135px;
    }

    .pagea_list_one_img {
        height: 80px;
    }

    .pagea_list_one_title {
        font-size: 14px;
    }

    .pageb {
        height: auto;
    }

    .pageb_n {
        width: 100%;
    }

    .pageb_des {
        width: 100%;
        padding-right: 0px;
        line-height: 30px;
    }

    .pageb_thumb img {
        display: none;
    }

    .paged_list {
        flex-wrap: wrap;
    }

    .pageb_list {
        margin-left: 15px;
        margin-right: 15px;
        height: 375px;
    }

    .paged_list_one {
        width: 45% !important;
        margin-right: 0px !important;
        margin: 0 10px;
    }

    .pagee_list_one_img {
        display: none;
    }

    .pagee_n {
        height: auto;
    }

    .footer_a {
        height: auto;
    }

    .footer_a_l,
    .footer_a_m {
        display: none;
    }

    .footerBy_ph {
        display: block;
        padding: 0 15px;
        padding-bottom: 45px;
    }
}