@charset "utf-8";
@import url("reset.css"); 
@import url("xl1440.css") screen and (min-width:1440px);
@import url("l1024.css") screen and (min-width:1024px) and (max-width:1439px);
@import url("m768.css") screen and (min-width:768px) and (max-width:1023px);
@import url("s375.css") screen and (max-width:767px);