@charset "utf-8";
@import url("content.css");

/* 레이아웃 오버라이딩
------------------------------------------------------ */
@media only screen and (max-width: 1599px) and (min-width: 1400px) {
	.topmenu {margin:0 0 0 150px}
	.topmenu .mn_s1 {padding:0 9px}
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
	.topmenu {margin:0 0 0 160px}
	.topmenu .mn_s1 {padding:0 9px}
}
@media only screen and (max-width: 1299px) and (min-width: 1023px){
	.topmenu {margin:0 0 0 75px}
	.topmenu .mn_s1 {padding:0 5px}
}

/*FROM SITE CODE :  
*/
