html {
  font-size: 16px;
  background-color: #f8f9fa;
}
body {
  margin: 0;
  color: inherit !important;
  background: transparent !important;
}
* {
  box-sizing: border-box;
}
html, body, table, input, textarea, select, button {
  font-family: "Noto Sans KR", "Noto Sans Korean", -apple-system, "SF Pro Display", "Helvetica Neue", "Apple SD Gothic Neo", "Roboto", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
ion-icon {
  vertical-align: middle;
}
.btn {
  height: 26px !important;
}
.app-container {
  width: 100%;
  max-width: var(--base-container);
  padding-left: var(--base-padding);
  padding-right: var(--base-padding);
  margin: 0 auto;
  zoom: 1;
}
@media (max-width: 1024px) {
  .app-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.app-container:before, .app-container:after {
  content: "";
  display: table;
}
.app-container::after {
  clear: both;
}
.app-clearfix {
  zoom: 1;
}
.app-clearfix:before, .app-clearfix:after {
  content: "";
  display: table;
}
.app-clearfix::after {
  clear: both;
}
.xefu-container {
  color: black;
  font-size: 13px;
  background-color: white;
}
.app-widgetstyle-header {
  color: black;
}
::selection {
  color: white;
  background-color: #247bff;
}
.app-flex-1 {
  flex: 1;
}
/*# sourceMappingURL=16bc44d64ea1d5b1d308b88aca87807bd73f952f.base.scss.map */
