@charset "utf-8";
/*************************************************************************
* @ 서비스명   : contents
* @ 파일명     : /css/contents.css
* @ 페이지설명  : contents.css
**************************************************************************/

/* pc */



/* tablet */
@media all and (max-width:1280px) {


}

/* mobile */
@media all and (max-width:768px) {


}
