@charset "utf-8";
/* CSS Document */
/*有加字尾_dm表自己客製的*/
.rckc_outer_dm{
	margin: auto;
	max-width: 600px; 
}

@media screen and (min-width: 992px) {
    /*電腦版*/
.rckc_outer_dm .col-md-6{
	padding:30px;
}
}

@media screen and (max-width: 991px) {
    /*手機版*/
.rckc_outer_dm .col-md-6{
	padding:10px;
}
}