@media (min-width:720px) and (max-width:1024px) {

    * {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wrap {
        width: 1024px;
        height: 700px;
        margin-right: auto;
        margin-right: ;
    }

    #header {
        width: 1024;
        height: 40px;
        background-image: url('../../main_images/001_001_blank20.jpg');
    }

    #linehead1 {
        width: 1024px;
        height: 5px;
        background: #035;
    }

    #linehead2 {
        width: 1024px;
        height: 3px;
        background: #09c;
    }

    #linehead3 {
        width: 1024px;
        height: 2px;
        background: #999;
    }

    .content {
        width: 1022px;
        height: 490px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .congrupfront1 {
        width: 1022px;
        height: 100%;
        float: left;
    }

    .boxadv {
        display: none;
    }

    /* ------ format 1024 --------- */

    .boxadv-1024 {
        width: 1000px;
        height: 120px;
        margin-top: 10px;
    }

    .logo-1024 {
        width: 250px;
        height: 120px;
        margin-left: 30px;
        float: left;
    }

    .logo-1024 img {
        width: 120px;
    }

    .nama_grup-1024 {
        width: 600px;
        height: 120px;
        border-left: 1px solid #ccc;
        padding-left: 30px;
        font-size: 38px;
        display: flex;
        align-items: center;
        float: left;
    }

    /* ------ tutup format 1024 --------- */

    .titlefrontgrup {
        width: 950px;
        height: 30px;
        margin-left: 54px;
        margin: 5px 0px 0px 54px;
        /* background-color: #069; */
        font-size: 30px;
        text-align: right;
    }

    .boxdisplay3 {
        width: 1000px;
        height: 330px;
        margin-left: 40px;
    }

    .titlefrontgrup2 {
        width: 963px;
        height: 25px;
        margin-bottom: 5px;
        border-bottom: 2px solid #ccc;
        font-size: 22px;
    }

    .box3 {
        width: 220px;
        height: 285px;
        border: 1px solid #ccc;
        margin-right: 25px;
        background: #222;
        float: left;
    }

    .judul {
        width: 220px;
        height: 30px;
        background-color: maroon;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #eee;
    }

    .box3_pix {
        width: 220px;
        height: 140px;
        overflow: hidden;
    }

    .box3_pix img {
        width: 220px;
        height: 165px;
    }

    .box3_text {
        width: 200px;
        height: 95px;
        background-color: #eee;
        padding: 10px 5px 10px 15px;
    }

    .conhome1 {
        width: 628px;
        height: 100%;
        float: left;
    }

    .conhome2 {
        width: 700px;
        height: 100%;
        background: #eee;
        float: left;
    }


    .congrupfront2 {
        display: none;
    }

    .menufrontgrup {
        width: 260px;
        height: 600px;
        margin-left: 40px;
        /* background: #09c; */
    }

    .menufg {
        width: 250px;
        height: 500px;
        /* background: #eee; */
        list-style: none;

    }

    .menufg li img {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        margin-right: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }


    /* ------ format 1024 --------- */

    .congrupfront2-1024 {
        width: 1024px;
        height: 120px;
        background: #ccc;
        float: left;
    }

    .menufrontgrup-1024 {
        width: 900px;
        height: 120px;
        margin-left: 40px;
        /* background: #09c; */
    }

    .menufg-1024 {
        width: 600px;
        height: 120px;
        /* background: #eee; */
        list-style: none;
        position: relative;
        top: -75px;

    }

    .menufg-1024 li img {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        margin-right: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }

    /* ------ tutup format 1024 --------- */


    .homegrup {
        width: 700px;
        height: 120px;
        background-color: #035;
    }

    .menuhomegrup {
        width: 600px;
        height: 480px;
        margin-left: 70px;
        /* background: #09c; */
    }

    .menuhg1 {
        width: 600px;
        height: 480px;
        /* background: #eee; */
        list-style: none;

    }

    .menuhg1 li img {
        width: 100px;
        height: 100px;
        margin-top: 10px;
        margin-right: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }





    .navigasi {
        width: 1024px;
        height: 19px;
        background: #035;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #999;
        float: left;
    }

    .linebar {
        width: 1024px;
        background: #09c;
        height: 3px;
        float: left;
    }

    .copyright {
        width: 1024px;
        height: 19px;
        background: #222;
        color: grey;
        text-align: center;
        float: left;
        padding-top: 5px;
    }

}