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: "Pretendard", "Montserrat", "sans-serif";
  box-sizing: border-box;
  letter-spacing: -0.03em;
  line-height: 1.72;
  font-weight: 500;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
}

text {
  font-family: "Pretendard", "Montserrat", "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%;
}

.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: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url("./asset/fonts/Pretendard-Thin.ttf") format("truetype");
}

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

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

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

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

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

/* 숫자 폰트 */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  unicode-range: U+0030-0039;
  /* Only Number */
  src: url("./asset/fonts/Montserrat-SemiBold.ttf") format("truetype");
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  /* 스크롤바 둥글게 설정    */
  border-radius: 10px;
  border: 7px solid #d1d1d1;
}

.is_mo {
  display: none;
}

@media screen and (max-width: 670px) {
  .is_mo {
    display: block;
  }

  .is_pc {
    display: none;
  }
}