@charset "UTF-8";
/* 그냥 common은 반응형, type2는 모바일only */

@import url(_import/var.css);
@import url(_import/common_1920.css);
@import url(_import/common_1600.css) screen and (max-width: 1600px);
@import url(_import/common_1024.css) screen and (max-width: 1024px);
@import url(_import/common_768.css) screen and (max-width: 768px);
@import url(_import/common_500.css) screen and (max-width: 500px);



/* 마지막줄 */