/*html,*/
/*body,*/
/*div,*/
/*span,*/
/*applet,*/
/*object,*/
/*iframe,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*blockquote,*/
/*pre,*/
/*a,*/
/*abbr,*/
/*acronym,*/
/*address,*/
/*big,*/
/*cite,*/
/*code,*/
/*del,*/
/*dfn,*/
/*em,*/
/*img,*/
/*ins,*/
/*kbd,*/
/*q,*/
/*s,*/
/*samp,*/
/*small,*/
/*strike,*/
/*strong,*/
/*sub,*/
/*sup,*/
/*tt,*/
/*var,*/
/*b,*/
/*u,*/
/*i,*/
/*center,*/
/*dl,*/
/*dt,*/
/*dd,*/
/*ol,*/
/*ul,*/
/*li,*/
/*fieldset,*/
/*form,*/
/*label,*/
/*legend,*/
/*table,*/
/*caption,*/
/*tbody,*/
/*tfoot,*/
/*thead,*/
/*tr,*/
/*th,*/
/*td,*/
/*article,*/
/*aside,*/
/*canvas,*/
/*details,*/
/*embed,*/
/*figure,*/
/*figcaption,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*output,*/
/*ruby,*/
/*section,*/
/*summary,*/
/*time,*/
/*mark,*/
/*audio,*/
/*video,*/
/*button,*/
/*input,*/
/*textarea {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  border: 0;*/
/*  font-size: 100%;*/
/*  font: inherit;*/
/*  vertical-align: baseline;*/
/*  font-family: "Noto Sans KR", "sans-serif";*/
/*  box-sizing: border-box;*/
/*  letter-spacing: -0.03em;*/
/*  line-height: 1.72;*/
/*  font-weight: 500;*/
/*}*/

a {
  color: inherit;
}

body {
  overscroll-behavior-x: none;
}

text {
  font-family: "Noto Sans KR", "sans-serif";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

/*ol,*/
/*ul {*/
/*  list-style: none;*/
/*}*/

/*blockquote,*/
/*q {*/
/*  quotes: none;*/
/*}*/

/*blockquote:before,*/
/*blockquote:after,*/
/*q:before,*/
/*q:after {*/
/*  content: "";*/
/*  content: none;*/
/*}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

button {
  cursor: pointer;
  color: inherit;
}

/* base */
html,
body {
  height: 100%;
}

body {
  min-width: 1600px;
}

.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input box color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* html,
body {
  display: inline;
} */
#root {
  height: 100%;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url("./asset//fonts/NotoSansKR-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("./asset//fonts/NotoSansKR-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("./asset//fonts/NotoSansKR-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("./asset//fonts/NotoSansKR-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("./asset//fonts/NotoSansKR-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url("./asset//fonts/NotoSansKR-SemiBold.ttf") format("truetype");
}

/* .css-11b3ww9-MuiPaper-root-MuiAppBar-root {
  position
} */
/*.selectBox .MuiSelect-select {*/
/*  border: 1px solid rgba(224, 224, 224, 1);*/
/*}*/

/*.selectBox .css-1d3z3hw-MuiOutlinedInput-notchedOutline {*/
/*  border: none;*/
/*}*/

.selectBox .disabled {
  color: #bbb;
  font-weight: 400;
}

/*.selectBox.datepicker {*/
/*  border: 1px solid rgba(224, 224, 224, 1);*/
/*}*/

/*.css-1d3z3hw-MuiOutlinedInput-notchedOutline {*/
/*  height: 100%;*/
/*}*/