@charset "utf-8";
/* 더블탭-줌 방지: 클릭 가능한 요소에만 */
a, button, .btn, [role="button"], input[type="button"], input[type="submit"] {
  touch-action: manipulation;
}