@charset "utf-8";

/* 퀵메뉴 */
.quickMenu{ position:fixed;}
.quickMenu .list{max-height:calc(100vh - 15rem);overflow-y:auto;}

/* 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) {


}


