@charset "UTF-8";

#pause::after {
  content: '멈춤';
}

#pause.pause::after {
  content: '재생';
}