@charset "utf-8";

/*메뉴바 색상 변경*/
#gnb .depth01{background: #f5775a;}
#gnb .depth01 > ul > li > a{color:#fff;}
#gnb .depth01 > ul > li.on > a{color:#fff !important;}

/* media query mobile */
@media screen and (max-width: 1280px){



	
}

@media screen and (max-width: 1200px){

	

}

@media screen and (max-width: 1024px){



}

@media (max-width:690px) {



}

@media (max-width:560px) {



}

@media screen and (max-width: 480px){



}

@media (max-width:380px) {


}


