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

    /* Í· */
    .guidezt {
        height: 160px;
        margin-top: -3px;
    }

    .guidezt .positionx ul li {
        width: 33%;
        padding: 0px;
        text-align: center;
    }

    .guidezt .positionx {
        width: 100%;
        height: auto;
    }

    /* ÄÚÈÝ */
    .content .positionx {
        width: 100%;
    }

    .content .positionx .listmain .box .date {
        width: 20%;
        display: none;
    }

    .content .positionx .listmain .box .text {
        width: 92%;
        height: auto;
    }

    .content .positionx .listmain .box .text p {
        line-height: initial;
    }

    .content .positionx .listmain {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .content .positionx .listmain .box {
        display: flex;
        justify-content: space-around;
        height: auto;
        margin-top: 0.1rem;
    }

    /* µ× */
    .footzt .positionx {
        width: 100%;
        height: 100%;
    }

    .footzt .positionx p {
        width: 100%;
    }

    .footzt {
        overflow: hidden;
        height: 100%;
    }

}