/*************************************************************************/
/*                                                                                   */
/*                               2016 - 10 - 18                                  */
/*                          ver 1.1   css 변경 금지                             */
/*                                                                                   */
/*************************************************************************/

@charset "utf-8"; 




@import url("new_page_1.php") only screen and (max-width: 768px);
@import url("new_page_2.php") only screen and (min-width: 768px) and (max-width: 1190px);
@import url("new_page_3.php") only screen and (min-width: 1190px);



