﻿
/********** media query mobile *************/


@media screen and (max-width:1399px){ 


	/* 스크롤 - 이미지 */
	.scroll_img table {width:100% !important;}
	/* 스크롤 - 그라데이션 */
	.scroll_gr table {width:100% !important;}	
	
}

@media screen and (max-width:800px){ 



	/* 스크롤 - 이미지 */
	.scroll_img table {width:800px !important;}
	/* 스크롤 - 그라데이션 */
	.scroll_gr table {width:800px !important;}	
	
}