/*****MEDIAQUERY*****/
@import url("global.css");
@import url("240.css") screen and (max-width: 639px);
@import url("640.css") screen  and (min-width: 640px) and (max-width: 1023px);
@import url("1024.css") screen and (min-width: 1024px);