/* for /update/dpt-s1/verup_history.html */

.link-detail {
	margin-left: 20px;
}

/* for /update/update_dpt-s1.html */

.wifi-upMethod {
	margin: 10px 0 0 2em;
}

.wifi-upMethod-list {
	margin-top: 15px;
}

/* /update/dpt-s1/ver1_4_feature.html */

.img-spOnly {
	display: none;
}

.dl-setting {
	margin: 0 10px;
	padding: 0;
}

.dl-setting li {
	list-style: none;
}



@media (max-width: 640px) {
	
	/* for /update/dpt-s1/verup_history.html */
	
	.link-detail {
		display: block;
		margin-left: 0px;
	}
	
	/* for /update/update_dpt-s1.html */
	
	.wifi-upMethod {
		text-indent: 0;
		margin: 0;
	}
	
	
	dl.mod-download-block-faq.question3 {
		 margin-left: 0; 
		 text-indent: 0; 
		 word-break: break-all;
	}
	
	/* /update/dpt-s1/ver1_4_feature.html */

	.img-pcOnly {
		display: none;
	}
	
	.img-spOnly {
		display: block;
	}
	
}