@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
@import url(/html/css/Pretendard/Pretendard.css);

@font-face {
  font-family: GmarketSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/html/css/GmarketSans/GmarketSansMedium.woff2) format("woff2"), url(/html/css/GmarketSans/GmarketSansMedium.woff) format("woff"), url(/html/css/GmarketSans/GmarketSansMedium.ttf) format("truetype");
}
@font-face {
  font-family: GmarketSans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/html/css/GmarketSans/GmarketSansBold.woff2) format("woff2"), url(/html/css/GmarketSans/GmarketSansBold.woff) format("woff"), url(/html/css/GmarketSans/GmarketSansBold.ttf) format("truetype");
}

/* RiaSans */
@font-face {
  font-family: "RiaSans";
  font-style: normal;
  font-weight: 400;
  src: url(/html/css/RiaSans/RiaSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "RiaSans";
  font-style: normal;
  font-weight: 700;
  src: url(/html/css/RiaSans/RiaSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "RiaSans";
  font-style: normal;
  font-weight: 800;
  src: url(/html/css/RiaSans/RiaSans-ExtraBold.ttf) format("truetype");
}