/* ----- Full -----*/
.full {
	width: 100%;
	overflow: hidden;
}
#box_margin { /*ห้ามเปลี่ยนแปลงค่า width ,height ,top // mob ให้เปลี่ยน margin: auto เป็น left: 0px*/
	position: relative;
	width: 0px;
	height: 0px;
	top: 0px;
	margin: auto;
	z-index: 1;
}

/* ----- Menu Follow -----*/
#mnFlw {
	position: absolute; /*กรณี มีค่า top ใช้ absolute  / กรณีเมนูชิดบน ใช้ fixed*/
	background-image:url(../image/concept/bg_menu.png);
	background-repeat:no-repeat;
	background-position: center top;
	width: 100%;
	height: 105px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
