/*@font-face {*/
/*  font-family: "HanwhaGothic";*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url("/fonts/HanwhaGothicL.woff2") format("woff2");*/
/*  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E*/
/*}*/

/*@font-face {*/
/*  font-family: "HanwhaGothic";*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url("/fonts/HanwhaGothicR.woff2") format("woff2");*/
/*  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E*/
/*}*/

/*@font-face {*/
/*  font-family: "HanwhaGothic";*/
/*  font-style: normal;*/
/*  font-weight: 900;*/
/*  src: url("/fonts/HanwhaGothicB.woff2") format("woff2");*/
/*  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E*/
/*}*/

/*@font-face {*/
/*  font-family: "HanwhaGothic";*/
/*  font-style: normal;*/
/*  font-weight: 100;*/
/*  src: url("/fonts/HanwhaGothicEL.woff2") format("woff2");*/
/*  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E*/
/*}*/

/*@font-face {*/
/*  font-family: "Hanwha";*/
/*  font-style: normal;*/
/*  font-weight: 100;*/
/*  src: url("/fonts/HanwhaL.woff2") format("woff2");*/
/*  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');*/
/*@font-face {*/
/*  font-family: 'Noto Sans KR';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('fonts/noto-sans-kr-v12-latin_korean-regular.eot');*/
/*  !* IE9 Compat Modes *!*/
/*  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),*/
/*    url('fonts/noto-sans-kr-v12-latin_korean-regular.eot?#iefix') format('embedded-opentype'),*/
/*    !* IE6-IE8 *! url('fonts/noto-sans-kr-v12-latin_korean-regular.woff2') format('woff2'),*/
/*    !* Super Modern Browsers *! url('fonts/noto-sans-kr-v12-latin_korean-regular.woff') format('woff'),*/
/*    !* Modern Browsers *! url('fonts/noto-sans-kr-v12-latin_korean-regular.ttf') format('truetype'),*/
/*    !* Safari, Android, iOS *! url('fonts/noto-sans-kr-v12-latin_korean-regular.svg#NotoSansKR') format('svg');*/
/*  !* Legacy iOS *!*/
/*}*/

/* noto-sans-kr-700 - latin_korean*/

/*@font-face {*/
/*  font-family: 'Noto Sans KR';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url('fonts/noto-sans-kr-v12-latin_korean-700.eot');*/
/*  !* IE9 Compat Modes *!*/
/*  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),*/
/*    url('fonts/noto-sans-kr-v12-latin_korean-700.eot?#iefix') format('embedded-opentype'),*/
/*    !* IE6-IE8 *! url('fonts/noto-sans-kr-v12-latin_korean-700.woff2') format('woff2'),*/
/*    !* Super Modern Browsers *! url('fonts/noto-sans-kr-v12-latin_korean-700.woff') format('woff'),*/
/*    !* Modern Browsers *! url('fonts/noto-sans-kr-v12-latin_korean-700.ttf') format('truetype'),*/
/*    !* Safari, Android, iOS *! url('fonts/noto-sans-kr-v12-latin_korean-700.svg#NotoSansKR') format('svg');*/
/*  !* Legacy iOS *!*/
/*}*/

/* roboto - number*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff'),
  url('fonts/Roboto-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'),
  url('fonts/Roboto-Bold.otf') format('opentype');
}

* {
  font-family: "Noto Sans KR", sans-serif !important;
  letter-spacing: -0.3px;

}
.ag-header-cell-text {
  font-weight: 700 !important
}

.ag-theme-balham .ag-ltr .ag-cell {
  font-weight: 400 !important;
}

em {
  font-style: normal;
}

svg {
  vertical-align: baseline !important;
}

#root {
  width: 100%;
  height: 100%;
}

body:not(.report) {
  min-width: 1440px;
}
body{font-size:12px !important; color:rgba(0, 0, 0, 1) !important }

/*@media (max-width: 651px) {*/
/*  body {*/
/*    min-width: 100% !important;*/
/*  }*/
/*}*/
