/*@charset "UTF-8";*/

@font-face {
  font-display: auto;
  font-family: 'Pretendard';
  src: url("../fonts/Pretendard-Medium.otf");
}
@font-face {
  font-display: auto;
  font-family: 'PretendardBold';
  src: url("../fonts/Pretendard-Bold.otf");
}
@font-face {
  font-display: auto;
  font-family: 'PretendardLight';
  src: url("../fonts/Pretendard-Light.otf");
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1F1F23;
  color: #FFFFFF;
}

#root {
  width: 100%;
  max-width: 1536px;
  font-family: 'Pretendard';
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  monospace;
}

.form-control {
  background-color : #f7f7f7;
}

video::-webkit-media-controls-timeline {
  display: none !important;
}

/* @font-face {
  font-family: 'LINESeed';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeed';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeed';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
} */

.ge-mark-01{
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #E05185;
  background-color: #E0518599;
}
