@media screen and (max-width: 1025px) {
    .mm-checked_list {
        flex-direction: row;
    }
    .mm-checked_list li {
      max-width: 50%;
      min-width: 32%;
    }
}

@media screen and (max-width: 1025px) {
    .now_select dl {
        max-height: 180px;
    }
	.now_select-img .areaWrap .area .child_title {
	    display: none !important;
	}
	.now_select-img dt {
	    height: 37px;
	}
	.now_select-img dd.now_select-img--form {
	    padding: 5px 20px 0px 20px;
	}
	.now_select-img--buttons {
	    padding: 5px 20px 0px 20px !important;
	}
	.now_select-img dd.now_select-img--form {
	    display: grid;
	    grid-template-columns: 15% 40% 5% 40%;
	}
}
