.WSG .Gnb {clear:both;}
/* Large Devices, Wide Screens */
@media screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media screen and (max-width : 985px) {
	div#newContWrap {
		width: 100%;
	}
	.line17 {
		padding: 0 10px;
	}
	div#designWrap div#contentWrap976 h2 {
		direction: rtl;
		text-align: right;
	}
	div#hDepth ul#history {
		padding-left: 10px;
	}
	div#designCarWrap div#hDepth {
		float: none !important;
		width: 99px !important;
	}
	.depth2Menu {
		width: 100%;
	}

}



/* Small Devices, Tablets */
@media screen and (max-width : 850px) {
	.column:last-child {
		text-align: center;
	}
	.column:last-child p {
		width: 100% !important;
	}
	.column {
		clear: both;
		overflow: hidden;
		padding: 0 3%;
		width: 94% !important;
	}
}


@media screen and (min-width : 600px) {

}

@media screen and (min-width : 380px) {

}


@media screen and (min-width : 769px) {

}

@media screen and (min-width : 650px) and (max-width : 980px) {

}


/* Extra Small Devices, Phones */ 
@media screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media screen and (max-width : 320px) {

}