@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@700&family=Gothic+A1:wght@400;500;700&display=swap');

body.page-gyeongbuk-toilet-drain-clog main {
  --c-main: hsl(350 52% 46%);
  --c-sec: hsl(350 26% 91%);
  --bg: hsl(352 14% 98%);
  --fd: 'Noto Serif KR', serif;
  --fb: 'Gothic A1', sans-serif;
  --radius: 20px;
  background: var(--bg);
  font-family: var(--fb);
}

body.page-gyeongbuk-toilet-drain-clog main .content-stream .shot { width: 100vw; margin-left: calc(50% - 50vw); max-width: 100vw; }
body.page-gyeongbuk-toilet-drain-clog main .content-stream .shot img { aspect-ratio: 16 / 7; border-radius: 0; }
