
body.m .circle_tod{
    display: none;
}
body.m .header {
    top: auto;
    transform: scale(1);
}
body.m .header > div{
    width: 100%;
    grid-template-columns: 70px 0 1fr;
}
body.m .header > div
body.m .section {
    overflow: hidden;
}
body.m .section > div{
    position: relative;
    left: calc(50% - 490px);
    transition: all 1s;
    transform: scale(.5);
    transform-origin: 50% 350px;
}
body.m .header h1{
    transform: scale(.7);
}
body.m .header div.tr{
    transform: scale(.9);
}
body.m .header button{
    width: 100px;
    background-size: 100px;
    margin-left: 0;
}
body.m .header button.playstore{
    width: 122px;
    background-size: 122px;
}

body.m .resp{
    display: none;
}
body.m .section{
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width:980px){
    body.m .section > div{
        transform: scale(.4);
    }
    body.m .section > div{
        left: 0;
    }
   
}
@media screen and (min-width:400px) and (max-width:979px){
    body.m .section > div{
        transform: scale(.37);
    }
    body.m #section1{
        height: 1200px;
    }
    body.m #section2{
        height: 1100px;
    }
    body.m #section3{
        height: 1800px;
    }
    
    body.m #section4 .h300{
        height: 100px;
    }
    body.m #section5 .h400{
        height: 250px;
    }
    body.m #section5{
        height: 2300px!important;
    }
}
@media screen and (min-width:100px) and (max-width:399px){
    body.m .section > div{
        transform: scale(.32);
    }
    body.m #section1{
        height: 1100px;
    }
    body.m #section2{
        height: 1000px;
    }
    body.m #section3{
        height: 1600px;
    }
    
    body.m #section3{
        height: 1600px;
    }

    body.m #section4{
        height: 3300px;
    }
    
   
}

body.m .film-group{
    left: 0 !important;
    top:1100px!important;
    transform: scale(1) !important;
    transform-origin: 0 0!important;
    position: absolute!important;
    width: 100%!important;
    white-space: normal;
}
body.m .film-group > div{
    width: 90%;
    padding: 30px;
    margin-left: 5%;
    margin-bottom: 20px;
    height: auto;
    border-radius: 15px;
    transform: scale(.8);
}
body.m .film-group > div br{
    display: none;
}

body.m #section4 .h300{
    height: 100px;
}
body.m #section5 .h400{
    height: 250px;
}
body.m #section5{
    height: 2000px;
}


body.m .swiper .swiper-text{
    transform: scale(.35);
}
body.m .swiper .swiper-pagination{
    transform: scale(.35);
    top: calc(50% + 70px) !important;        
}
body.m .swiper .swiper-slide .text-bold{
    transform: scale(.40);
    top: calc(50% - 45px) !important;
    left: calc(50% - 260px) !important;
}

body.m .point-pop > div{
    width: 400px;
    height: 700px;
    top: 10px;
    left: calc(50% - 200px);
    padding: 30px;
    border-radius: 15px;
    transform: scale(.8);
    transform-origin: top;
}
body.m .point-pop > div p{
    font-size: 14px;
}
body.m .point-pop h5.h5{
    font-size: 18px
}
body.m .point-pop .grid > div{
    padding: 20px 0!important;
    height: 260px;
    overflow: hidden;
}
body.m .point-pop .grid > div h6{
    font-size: 16px!important;
}

body.m .point-pop button.close{
    background-color: #00000080;   
    top: auto;
    bottom: -80px;
    left: calc(50% - 40px);
    transform: scale(.7);
    
}
body.m .point-pop .grid{
    grid-template-columns: 1fr;
    gap: 20px;
}
body.m .point-pop .grid > div p{
    font-size: 12px;
    height: 30px;
    padding:0 30px;
}
body.m .point-pop .grid > div p br{
    display: none;
}

body.m .point-pop .grid3 > div{
    height: 165px;
    background-size: 50px!important;
}
body.m .point-pop .grid3 > div.ico_2{
    background-position: 50% 70px;
}
body.m .pop-phone-3{
    background-position: calc(50% - 0px) bottom;
    background-size: 280px;
    height: 200px;
}
body.m .point-pop#pop3 > div{
    height: 410px;
}
body.m #bam-4-1{
    top: 1660px!important;
}
body.m #phone-6{
    margin-top: 150px;
}
body.m .header.no{
    height: 60px;
    padding-top: 1px;
}