@charset "UTF-8";
/* BizCenter free/system font stack. No font files are bundled. */
:root{
  --bc-font-sans:"Noto Sans KR","Noto Sans","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --bc-font-heading:var(--bc-font-sans);
  --bc-font-nav:var(--bc-font-sans);
  --bc-font-weight-regular:400;
  --bc-font-weight-medium:500;
  --bc-font-weight-semibold:600;
  --bc-font-weight-bold:700;
}
html,body,button,input,select,textarea{font-family:var(--bc-font-sans);font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
h1,h2,h3,h4,h5,h6,.bc-heading{font-family:var(--bc-font-heading);}
strong,b,.bc-strong{font-weight:600;}
