@charset "UTF-8";



.dp-fl .fl_box:nth-child(1) {
    width: 41.9%;
}

@media screen and (min-width:767px) and (max-width: 930px) {

	.dp-fl .fl_box:nth-child(1) {
    width: 50% !important;
    }


}

@media screen and (max-width: 767px){


}


