@charset "UTF-8";


@media (max-width: 1024px){
    .wrap {grid-template-columns: 100%;
    grid-template-rows: 100px auto;}


    .home {
        margin-bottom: 60px;
    }

    .btn.on {
        position: absolute;
        z-index: 11;
        top: 20px;
    }
    .nav_list.on {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
        bottom: 0;
        z-index: 10;
    }

    .nav_list.on::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    }
    .txt .img_area img {width: 100% !important;}
}


