@charset "UTF-8";
/* template 별 커스텀 css */
/*** tablet ***/
@container (min-width: 760px) and (max-width: 1015px) {}
/*** mobile ***/
@container (max-width: 759px) {}