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