@charset "utf-8";

.content .cont_wrap .box_left {
    width: 50%;
    float: left;
    padding: 10px;
}

.content .cont_wrap .box_right {
    width: 50%;
    float: right;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}




@media screen and (max-width:960px) {

    .content .cont_wrap .box_left {
        width: 100%;
        float: none;
    }

    .content .cont_wrap .box_right {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .content .cont_wrap .box_right .fb-page {
        width: 100% !important;
    }

    .works_list li {
        width: 33.33%;
    }

    .g_list li {
        width: 33.33%;
    }

}