@charset "utf-8";

/* 
 * font CSS Document
*/
 
/* Pretendard */
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    src: local("Pretendard Thin"), local("Pretendard-Thin"),
      url("../font/Pretendard-Thin.subset.woff")format("woff"),
      url("../font/Pretendard-Thin.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: local("Pretendard ExtraLight"), local("Pretendard-ExtraLight"),
      url("../font/Pretendard-ExtraLight.subset.woff")format("woff"),
      url("../font/Pretendard-ExtraLight.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: local("Pretendard Light"), local("Pretendard-Light"),
      url("../font/Pretendard-Light.subset.woff")format("woff"),
      url("../font/Pretendard-Light.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: local("Pretendard Medium"), local("Pretendard-Medium"),
      url("../font/Pretendard-Medium.subset.woff")format("woff"),
      url("../font/Pretendard-Medium.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: local("Pretendard SemiBold"), local("Pretendard-SemiBold"),
      url("../font/Pretendard-SemiBold.subset.woff")format("woff"),
      url("../font/Pretendard-SemiBold.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: local("Pretendard Bold"), local("Pretendard-Bold"),
      url("../font/Pretendard-Bold.subset.woff")format("woff"),
      url("../font/Pretendard-Bold.subset.woff2")format("woff2");
}
  @font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: local("Pretendard ExtraBold"), local("Pretendard-ExtraBold"),
      url("../font/Pretendard-ExtraBold.subset.woff")format("woff"),
      url("../font/Pretendard-ExtraBold.subset.woff2")format("woff2");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 900;
    src: local("Pretendard Black"), local("Pretendard-Black"),
      url("../font/Pretendard-Black.subset.woff")format("woff"),
      url("../font/Pretendard-Black.subset.woff2")format("woff2");
  }

  /* bareunbatang */
  @font-face {
    font-family: 'Bareunbatang';
    font-style: normal;
    font-weight: 400;
    src: local("BareunBatangOTFL"),
    url("../font/BareunBatangOTFL.woff")format("woff"),
    url("../font/BareunBatangOTFL.woff2")format("woff2");
  }

  @font-face {
    font-family: 'Bareunbatang';
    font-style: normal;
    font-weight: 500;
    src: local("BareunBatangOTFM"),
    url("../font/BareunBatangOTFM.woff")format("woff"),
    url("../font/BareunBatangOTFM.woff2")format("woff2");
  }
  
  @font-face {
    font-family: 'Bareunbatang';
    font-style: normal;
    font-weight: 700;
    src:local("BareunBatangOTFB"),
    url("../font/BareunBatangOTFB.woff")format("woff"),
    url("../font/BareunBatangOTFB.woff2")format("woff2");
  }

