/* 지마켓 산스 (2026-08-17 대표님 지시). 무료 상업용·웹폰트 임베딩 허용 폰트다.
   Light 는 안 받는다 — 한 벌이 600KB라 세 벌을 다 받으면 첫 화면이 느려진다.
   Medium(=보통) 과 Bold(=굵게) 두 벌이면 지금 쓰는 굵기(400/600/700/800)를 다 덮는다.
   font-display:swap — 폰트를 받는 동안에는 맑은 고딕으로 글이 먼저 보이게 한다.
   글자가 안 바뀌면 Ctrl+Shift+R (캐시 무시 새로고침). */
@font-face{
  font-family:'GmarketSans';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'GmarketSans';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight:700; font-style:normal; font-display:swap;
}
/* 숫자가 많은 화면(가격·면적)이라 자릿수가 흔들리지 않게 고정폭 숫자를 쓴다 */
html,body{font-variant-numeric:tabular-nums}
